/*
AD STYLES
*/

p.paid-ads {
    color: #666666;
    font-size: 66%;
    text-transform: uppercase;
    text-align: center;
    margin: 0.8em 0 0.1em;
}
.ads.boxed {
    border: 1px solid #CCCCCC;
    padding: 6px 12px;
}
.ads.text-ads a {
    display: block;
    font-size: 77%;
    margin: 0.2em 0;
}

/*
BASE STYLES
*/

body, h1.headline, h2.headline, h3.headline, h4.headline {
	font-family: Palatino, Palatino Linotype, Book Antiqua, serif;
	line-height: 1;
}
body {
    line-height: 1.231;
}
h1, h2, h3, h4, strong {
	font-weight: bold;
}
h1, h2, h3, h4, .label {
	font-family: Geneva, Tahoma, sans-serif;
}
h1 {
	font-size: 145%;
}
h2 {
	font-size: 123.1%;
}
h3 {
	font-size: 108%;
}
p {
	font-size: 93%;
}
em {
	font-style: italic;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
a {
	text-decoration: none;
	color: #3C7DA1;
}
a:hover, a:focus {
	text-decoration: underline;
}
.clearboth {
	clear: both;
}

/*
BASIC LIST STYLES
*/

.object-list li {
    margin-bottom: 1em;
}
.object-list h3 {
    margin: 0;
}
.object-list img {
    border: 1px solid #999999;
    float: left;
    margin: 0 0.5em 0.3em 0;
}
.object-list .pubdate {
    font-size: 68%;
    color: #666666;
    margin-bottom: 0.5em;
}
.object-list .caption, .object-list .tease {
    font-size: 93%;
    margin-bottom: 0.3em;
}

/*
LAYOUT STYLES
*/

body, html {
	background-color: #EFEFEF;
}
#content {
    background-color: #FFFFFF;
}
#bd {
	width: 960px;
	margin: 0 auto;
}
#main {
    width: 598px;
    float: left;
    padding-right: 10px;
    border-right: 1px dotted #999999;
}
#side {
    width: 340px;
    float: right;
}

/*
HEADER STYLES
*/

#header-stripe {
    background-color: #EFEFEF;
    border-bottom: 1px solid #999999;
    font-size: 77%;
    width: 100%;
    position: fixed;
    z-index: 100;
}
#header-stripe .content {
    width: 960px;
    height: 1.8em;
    margin: 0 auto;
    padding-top: 0.6em;
}
#header-stripe .stripe-left, #header-stripe .stripe-right, #header-stripe .stripe-center {
    height: 0;
    overflow: visible;
}
#header-stripe .stripe-left {
    float: left;
}
#header-stripe .stripe-right {
    float: right;
}
#header-stripe .stripe-center {
    text-align: center;
}
#header-stripe #site-search {
    position: relative;
    padding-right: 18px;
}
#header-stripe #site-search-terms {
    font-size: 93%;
    width: 16em;
    background-color: #F9F9F9;
    border: 1px solid #999999;
    padding: 0 0.3em;
}
#header-stripe #site-search-button {
    position: absolute;
    right: 0;
    top: 0;
}
#header-logo {
    width: 960px;
    margin: 0 auto 0.4em;
    padding-top: 2.8em;
    text-align: center;
}
#header-logo.small {
    text-align: left;
}
#header-nav {
    width: 960px;
    margin: 0 auto 1em;
    background-color: #C5DDE5;
    border: 1px solid #999999;
    color: #666666;
}
#header-nav > ul > li {
    display: inline;
    padding: 0 0.4em;
}
#header-nav #main-left-nav {
    float: left;
    margin: 0.3em 0.5em;
}
#header-nav #main-right-nav {
    float: right;
    margin: 0.3em 0.5em;
}

/*
FOOTER STYLES
*/

#ft {
    background-color: #EFEFEF;
    border-top: 1px solid #999999;
    margin-top: 1.5em;
    padding-bottom: 1.5em;
}
#footer-nav {
    width: 960px;
    margin: 0 auto;
}
#footer-nav #bottom-pages-nav {
    margin: 0.4em 0 1.2em;
}
#footer-nav #bottom-pages-nav > li {
    display: inline;
    padding: 0 0.4em;
    font-size: 85%;
}
#footer-nav #bottom-pages-nav > li.first {
    padding-left: 0;
}
#footer-nav #bottom-pages-nav a {
    color: #333333;
}
#footer-nav #footer-section-navs ul {
    width: 11%;
    margin-right: 0.8em;
    float: left;
}
#footer-nav #footer-section-navs ul > li {
    font-size: 70%;
    margin-bottom: 0.3em;
    padding-left: 5px;
}
#footer-nav #footer-section-navs ul > li.first {
    font-size: 100%;
    background-color: #DDDDDD;
}

/*
PAGINATION STYLES
*/

.pagination {
    font-size: 85%;
    text-align: right;
    margin-top: 1em;
    padding: 0.3em 0.8em;
    border-top: 1px solid #CCCCCC;
}
.pagination .prev {
    margin-right: 0.5em;
}
.pagination .next {
    margin-left: 0.5em;
}
.pagination .page {
    margin: 0 0.15em;
    font-weight: bold;
}
.pagination .disabled {
    color: #666666;
}
.pagination .current {
    color: #000000;
}

/*
BASE SIDEBAR MODULE STYLES
*/

.sidebar-module {
    margin-bottom: 1.8em;
}
.sidebar-module h2 {
    font-size: 100%;
    text-transform: uppercase;
}
.sidebar-module h2 a {
    color: #000000;
}
.sidebar-module .more {
    text-align: right;
    font-size: 77%;
    margin: 0.3em 1em 0 0;
}
.sidebar-module p {
    margin-top: 0.4em;
}
/* Blogs sidebar module */
.sidebar-module.blogs li {
    margin-top: 0.7em;
}
.sidebar-module.blogs h3 {
    font-size: 100%;
    margin: 0;
}
.sidebar-module.blogs .blog-name a {
    text-transform: uppercase;
    font-size: 66%;
    color: #000000;
}
.sidebar-module.blogs .tease {
    margin-top: 0.4em;
}
.sidebar-module.blogs .tease p {
    font-size: 85%;
}

/*
COMMENT FORM STYLES
*/

#comments {
    border-top: 1px dotted #999999;
    margin-top: 1em;
    padding-top: 1em;
}
#comments .comment-form {
    margin-top: 1em;
    padding: 1em;
    background-color: #EFEFEF;
    border: 1px solid #999999;
}
#comments .comment-form h3 {
    margin-bottom: 1em;
}
#comments .comment-form p {
    margin-bottom: 0.5em;
}
#comments .comment-form label {
    font-weight: bold;
    text-align: right;
    float: left;
    width: 90px;
    margin-right: 5px;
}
#comments .comment-form textarea {
    height: 5em;
    width: 25em;
}
#comments .comment-form p.submit {
    margin-left: 95px;
}
#comments .comment-form ul.errorlist {
    font-size: 85%;
    color: #FF0002;
    margin-left: 95px;
}

/*
COMMENTS STYLES
*/

#comments .comment-list > li {
    margin-top: 1.6em;
}
#comments .comment-list .posted-by {
    font-size: 77%;
    font-style: italic;
    color: #666666;
}
#comments .comment-list .timestamp, #comments .comment-list .removal {
    font-size: 66%;
    color: #666666;
    display: inline;
}
#comments .comment-list .content, #comments .comment-list .timestamp {
    margin-left: 15px;
}
#comments .comment-list .removal {
    margin-left: 1em;
}
#comments .comment-list .content p {
    margin: 0.5em 0 0.3em;
}
#removal-form {
    margin-top: 2em;
}

/*
WARNING PAGE STYLES
*/

#warning {
    margin: 4em auto 8em;
    width: 60%;
}
#warning img {
    float: left;
    margin-right: 1em;
}
#warning p {
    font-size: 108%;
    margin-top: 0.5em;
}
.explainer p {
    margin-bottom: 0.5em;
}

