/*
Theme Name: uproot
Theme URI: http://podscms.org
Description: A slick, custom-built theme
Version: 1.0
Author: Matt Gibbs
*/

* {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

body {
    color: #696969;
    font-size: 82.5%;
}

ul {
    list-style: none;
}

ol {
    padding: 10px 0 10px 20px;
}

a {
    color: #333;
    text-decoration: underline;
}

h1 {
    font-style: italic;
    font-size: 18px;
    font-family: "Times New Roman", Helvetica, sans-serif;
    padding-bottom: 20px;
    color: #028039;
}

body.page-home h1 {
    padding: 0;
}

h2 {

}

h3 {
    color: #333;
    margin: 15px 0;
    font-size: 20px;
}

body.page-codex h3 {
    background: #eee;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    margin: 10px 0;
    padding: 2px 4px;
}

a img {
    border: 0;
}

.clear {
    clear: both;
}

#header {
    /*background: #254a5f;*/
    background: #30729b url(img/header-grad.png) repeat-x;
    border-bottom: 1px solid #1a4554;
}

#utility-nav {
    float: right;
    padding: 5px 0;
}

#utility-nav,
#utility-nav a {
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
}

#header-right {
    float: right;
}

#logo {
    margin-top: 15px;
}

#utility-right {
    float: right;
}

#container {

}

#main {

}

.page-home #main {
    background: none;
}

.area-inner {
    width: 940px;
    margin: 0 auto;
}

.main-inner {
    padding: 15px 0;
    background: #fff;
}

.content-inner {
    padding: 10px 0;
}

#intro {
    background: #6fa7f2;
}

#home-featured {
    width: 100%;
    height: 224px;
    padding: 10px 0;
    background: url(img/feature-outer-bg.png) top left no-repeat;
    color: #fff;
}

#breadcrumb {
    padding: 5px 0;
    background: #6fa7f2;
    color: #fff;
}

#breadcrumb a {
    color: #fff;
    text-decoration: underline;
}

#footer {
    text-align: right;
    padding-bottom: 20px;
}

/* Homepage-specific */
#main-r1 {
    padding: 25px 15px 0 15px;
    background: #fff;
}

#main-r2 {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #028039;
}

#main-r1c1 {
    float: left;
    width: 590px;
    padding-right: 60px;
    margin-right: 20px;
    background: url(img/plant-border.png) bottom right no-repeat;
    padding-bottom: 20px;
    min-height: 300px;
}

#main-r1c2 {
    float: left;
    width: 240px;
    padding-bottom: 20px;
}

#main-r1c2 ul {
    padding-top: 5px;
}

#main-r1c2 li {
    padding-top: 10px;
}

#main-r2c1 {
    float: left;
    width: 310px;
}

#main-r2c2 {
    float: left;
    width: 310px;
    padding: 0 20px;
}

#main-r2c3 {
    float: left;
    width: 250px;
}

.listitem {
    font-size: 0.9em;
    padding-top: 10px;
}

.listitem-title a {
    color: #2f80ec;
    text-decoration: none;
}

.listitem-meta {
    font-style: italic;
}

#intro {
    line-height: 1.5;
}

/* Top Navigation */
#topnav, #topnav ul {
	margin: 48px 0 0 0;
	padding: 0;
	line-height: 1;
}

#topnav {
    clear: both;
}

#topnav a {
    color: #fff;
	display: block;
    margin-left: 30px;
    text-decoration: none;
}

#topnav li {
	float: left;
    margin-left: 0;
}

/* Star rating */
.rating-outer {
    width: 100px;
    height: 20px;
    background: url(img/icons/stars20.png);
}

.rating {
    height: 20px;
    background: url(img/icons/stars20.png) 0px 20px;
}

.star {
    height: 20px;
    position: absolute;
}

.star:hover {
    background: url(img/icons/stars20.png) 0px 40px;
}

.star1 { width: 20px; z-index: 5; }
.star2 { width: 40px; z-index: 4; }
.star3 { width: 60px; z-index: 3; }
.star4 { width: 80px; z-index: 2;  }
.star5 { width: 100px; z-index: 1; }

.star-status {
    top: 2px;
    left: 110px;
    position: relative;
    width: 160px;
}

/* Forum icons */
span.icon {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 5px;
    float: left;
}

span.icon.featured { background: url(img/icons/featured.png) no-repeat; }
span.icon.resolved { background: url(img/icons/resolved.png) no-repeat; }
span.icon.closed { background: url(img/icons/closed.png) no-repeat; }
span.icon.bug { background: url(img/icons/bug.png) no-repeat; }
span.icon.added { background: url(img/icons/add.png) no-repeat; }
span.icon.improved { background: url(img/icons/lightbulb.png) no-repeat; }
span.icon.twitter { background: url(img/icons/twitter.png) no-repeat; }

/* Forums */
#allForums,
#latestTopics {
    width: 100%;
    margin: 0 0 10px 0;
}

#allForums th,
#latestTopics th {
    padding: 2px 4px;
    border-bottom: 1px solid #ccc;
    background: #eee;
}

#allForums td,
#latestTopics td {
    padding: 5px;
    border-bottom: 1px solid #e3e3e3;
}

#allForums tr td {
    background: #fff;
}

#latestTopics tr td {
    background: #f9f9f9;
}

#latestTopics tr.odd td {
    background: #fff;
}

#allForums td a,
#latestTopics td a {
    text-decoration: none;
}

#allForums td a {
    font-size: 1.3em;
    font-weight: bold;
}

/* Changelog */
.page-version-history ul {
    margin-bottom: 20px;
}

/* About page */
.member {
    padding-right: 5px;
}

.member-info {
    display: none;
}

/* Codex */
#codexTable {
    width: 100%;
    background: #fff;
}

#codexTable a {
    color: #2F80EC;
    text-decoration: none;
}

#codexTable div div {
    margin-left: 25px;
}

#codexTable td {
    padding: 10px;
}

#codex_container {
    float: left;
    width: 700px;
}

#codex_page #edit_codex {
    padding: 15px;
    margin-top: 10px;
    background: #eeeeff;
}

#codex_page #edit_codex .leftside,
#codex_page #edit_codex .rightside {
    width: auto;
    float: none;
}

#codex_sidebar {
    float: left;
    width: 190px;
    margin-left: 20px;
}

.codex_header {
    color: #fff;
    padding: 5px;
    background: #0d5995;
}

#codex_page table {
    width: 100%;
    background: #eeeeff;
    margin-bottom: 10px;
}

#codex_description table {
    border: 0;
    background: #fff;
}

#codex_page ul,
#codex_page ol {
    list-style-type: square;
    margin: 5px 0 5px 30px;
    padding: 0;
}

#codex_page ol {
    list-style-type: decimal;
}

#codex_page table th {
    background: #fff;
    text-align: left;
}

#codex_page table th,
#codex_page table td {
    padding: 5px;
}

/* Pagination */
.pager {
    display: block;
    padding-bottom: 20px;
}

.pager .pageNum {
    padding: 0 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
}

.pager .currentPage {
    color: #fff;
    background: #0d5995;
}


/* The Nivo Slider styles */
#slider {
    display: none;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#254a5f;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
