/*  
Theme Name: OverAdulthood
Theme URI: http://www.dagondesign.com
Description: A custom theme by <a href="http://www.dagondesign.com">Dagon Design</a>.
Version: 1.0
Author: Dagon Design
Author URI: http://www.dagondesign.com
*/




body {
	padding: 0px;
	margin: 0px;
	background: #142148 url(images/background.gif) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #252525;
}

a {
	color: #34467C;
}

a:hover {
	color: #666666;
}

a img {
	border: 0;
}

#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 976px;
	text-align: left;
	background: #FFFFFF;
}

#header img {
	display: block;
}

#header-top {
	height: 35px;
	background: #FFFFFF url(images/header-top.gif) no-repeat center top;
	padding-left: 27px;
	font-size: 12px;
	padding-top: 15px;
}

#header-top a {
	text-decoration: none;
	font-weight: bold;
	margin: 0 25px 0 0;
	line-height: 100%;
	padding: 0 6px 0 6px;
}

#header-top a:hover {
	background: #E6E6E6;
}

#header-bot {
	height: 30px;
	background: #FFFFFF url(images/header-bot.gif) no-repeat center top;
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
}


#header-bot a {
	text-decoration: none;
	font-weight: bold;
	margin: 0 15px 0 15px;
	line-height: 100%;
	padding: 0 6px 0 6px;
}

#header-bot a:hover {
	background: #E6E6E6;
}


.sidebar h3 {
	color: #707070;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.95em;
	letter-spacing: 1px;
}

.sidebar ul, .sidebar ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar ul ul, .sidebar ol ol {
	margin: 4px 0 12px 10px;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
}

.sidebar li {
	margin: 0 0 3px 0;
	padding: 0;
}

.sidebar li a {
	text-decoration: none;
}

.sidebar li a:hover {
	text-decoration: underline;
}

.left {
	width: 160px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}



.right {
	width: 300px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-bottom: 10px;
}

.right-t {
	background: #F0F0F0; 
	margin-bottom: 10px;
}

.right-l {
	width: 130px;
	float: left;
	display: inline;
	overflow: hidden;
	background: #F0F0F0;
	margin-right: 10px;
}

.right-r {
	width: 160px;
	float: left;
	display: inline;
	overflow: hidden;
	background: #F0F0F0;
}

.side-padding {
	padding: 5px;
}







.content {
	width: 475px;
	float: left;
	display: inline;
	margin-right: 10px;
	background: #FFFFFF;
	font-size: 0.9em;
	
	overflow: hidden;
}

.post {
	margin-bottom: 20px;
}

.search-box {
	padding: 5px;
	background: #34467C;
	margin-bottom: 10px;
}

.search-box form {
	margin: 0;
	padding: 0;
}

.content h2, .content h1 {
	margin: 0 0 6px 0;
	padding: 0;
	letter-spacing: 1px;
	font-size: 1.4em;
	color: #606060;
}

.content h2 a, .content h1 a {
	text-decoration: none;
}

.content h1.pagetitle {
	color: #707070;
	font-size: 1.2em;
}


.content h3 {
	margin: 0 0 2px 0;
	font-size: 1.25em;
	color: #707070;
}

.content h4 {
	margin: 0 0 2px 0;
	font-size: 1.1em;
	color: #404040;
}

.content h5 {
	margin: 0 0 2px 0;
	font-size: 1.05em;
	color: #606060;
}



.content .post-date {
	color: #505050;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 7px;
}

.content p {
	margin: 2px 0 12px 0;
	line-height: 140%;
}

.content .post-sub {
	background: #E0E0E0;
	padding: 5px;
	font-size: 0.9em;
}



.content ul {
	list-style-type: none;
	margin: 15px 0 15px 15px;
	padding: 0;
}

.content li {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
}




.navigation {
	margin-bottom: 10px;
}

.nav-left {
	widht: 50%;
	float: left;
	display: inline;
}

.nav-right {
	widht: 50%;
	float: right;
	display: inline;
}

.navigation a {
	display: block;
	padding: 5px;
	background: #34467C;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.navigation a:hover {
	text-decoration: none;
	color: #999999;
}









#footer {
	clear: both;
	background: #34467C;
	margin-bottom: 20px; 
	margin-left: 10px;
	margin-right: 10px;
	padding: 7px 0 4px 0;
	font-size: 12px;
	height: 20px;
	text-align: center;
	color: #bbbbbb;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}






code {
	font: 0.9em 'Courier New', Courier, Fixed;
	color: #555555;
}

blockquote {
	background: #F4F4F4;
	padding: 4px 8px 4px 8px;
	margin: 5px 0 15px 0;
	font-size: 0.9em;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #808080;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}



h3#comments, h3#respond {
	margin: 0 0 6px 0;
	font-size: 1.1em;
	background: #34467C;
	color: #FFFFFF;
	padding: 3px 10px 3px 10px;
}

ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

ol.commentlist li {
	margin: 0;
	padding: 0;
	border-top: 8px solid #F4F4F4;
	padding: 3px 0 5px 0;
}

ol.commentlist li.alt {
	border-top: 8px solid #E8E8E8;
}

ol.commentlist .comment-date {
	width: 35%;
	float: right;
	text-align: right;
	font-size: 1em;
	display: inline;
}

ol.commentlist .comment-author {
	width: 55%;
	float: left;
	margin: 0 0 3px 0;
	font-size: 1.4em;	
	color: #808080;
	display: inline;
}

ol.commentlist .comment-date a, ol.commentlist .comment-author a {
	text-decoration: none;
}

ol.commentlist .comment-date a:hover, ol.commentlist .comment-author a:hover {
	text-decoration: underline;
}

ol.commentlist .comment-text {
	clear: both;
}

form#commentform textarea {
	width: 98%;
}

form#commentform label {
	font-size: 0.9em;
}




