/*
Theme Name: Mountains of Adrogen
Theme URI: http://adrogen.com/
Version: 0.1
Author: Peter Tell
Author URI: http://adrogen.com/
*/

h1, h2, h3, h4, h5, h6, form { margin: 0; padding: 0; }
a { outline: none; }
body {
	margin: 0;
	padding: 0;
	background: url('images/body-bg.jpg') repeat-x;
	background-color: #D2DBE9;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}
#page {
	background: url('images/mt-bg.jpg') no-repeat top center;
	min-width: 774px;
}
#header {
	height: 205px;
	width: 727px;
	margin: 0 auto;
}
#header h3 {
	margin: 0;
	padding: 48px 0 0;
	float: left;
}
#header h3#home {
	padding: 48px 0 0 11px;
}
#header h3 a {
	display: block;
	float: left;
	height: 149px;
	width: 299px;
	text-indent: -9999px;
	background: url('images/logo-right.jpg') no-repeat 0 100%;
}
#header h3#home a {
	display: block;
	float: left;
	height: 149px;
	width: 135px;
	text-indent: -9999px;
	background: url('images/logo-left.jpg') no-repeat 0 100%;
}
a#rss {
	display: block;
	height: 86px;
	width: 67px;
	background: url('images/rss.jpg') no-repeat 0 100%;
	float: right;
	margin: 58px 0 0 0;
	text-indent: -9999px;
}
#header h3 a:hover, #header h3#home a:hover, a#rss:hover {
	background-position: 0 0;
}
#container {
	width: 774px;
	margin: 0 auto;
	padding-top: 12px;
}

#content {
	float: left;
	width: 510px;
}
#sidebar {
	float: right;
	width: 233px;
}
.post {
	background: url('images/post-bg.jpg');
	font: 12px Helvetica, Arial, sans-serif;
	color: #565758;
	line-height: 23px;
	margin-bottom: 42px;
}
.pc {
	background: url('images/post-corner.gif') no-repeat top right;
	padding: 10px 20px;
}
.post h2 a, .post h2 {
	color: #6D8ABD;
	font: 24px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.post h2 a:hover {
	background: #6D8ABD;
	color: #fff;
}
.post a, .comments a {
	color: #6D8ABD;
	text-decoration: none;
	font-weight: bold;
}
.post a:hover, .comments a:hover {
	border-bottom: 1px dotted #6D8ABD;
}
.date {
	font: 13px Arial, Helvetica, sans-serif;
	color: #888A8D;
	font-weight: bold;
	text-transform: uppercase;
}
.post p {
	margin: 0 0 17px;
	padding: 0;
}
.info {
	font: 10px Arial, Helvetica, sans-serif;
	padding: 5px 0 15px;
	color: #8F9194;
	text-transform: lowercase;
}
.info a {
	color: #8F9194;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}
.info a:hover {
	border-bottom: 1px dotted #8F9194;
}
.info img {
	padding-right: 5px;
}
.info img.sec {
	padding-left: 18px;
}

p.postmetadata, .postmetadata {
	border: 1px dotted #AFB0B3;
	background: #F7F7FA;
	padding: 7px;
	line-height: 15px;
	color: #6D6E70;
	margin-bottom: 19px;
}
.postmetadata a {
	color: #6D6E70;
	border-bottom: 1px dotted #8F9194;
	text-decoration: none;
}
.postmetadata a:hover {
	background: #8F9194;
	color: #fff;
}

#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li h2 {
	height: 31px;
	width: 228px;
	background: url('images/right-bar-header.gif') no-repeat 0 0;
	font: 17px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
	padding: 13px 5px 0 0;	
}
#sidebar li h2.special {
	background: url('images/right-bar-header-top.jpg') no-repeat 0 0;
}
#sidebar ul ul, #sidebar li p {
	width: 209px;
	background: url('images/right-bar-background.jpg') no-repeat 0 0;
	background-color: #EEF2F4;
	margin: 0 0 23px;
	padding: 6px 12px 9px 12px;
}
#sidebar li p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #888A8D;
	line-height: 17px;
}
#sidebar li p a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #888A8D;
	text-decoration: none;
	border-bottom: 1px dotted #888A8D;
}
#sidebar ul ul a, #sidebar ul ul {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #888A8D;
	line-height: 23px;
	text-decoration: none;
}
#sidebar ul ul a:hover {
	border-bottom: 1px dotted #888A8D;
}


h3#comments {
	color: #6D8ABD;
	font: 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.commentlist {
	width: 85%;
	margin: 0 auto;
}

li.comment {
	background: url('images/comments-single-border.gif') no-repeat bottom left;
	padding: 0 0 8px;
	margin: 0 0 18px;
	font-family: monospace;
}
li.comment p {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 16px;
	font-size: 12px;
}
li.comment cite {
	font-style: normal;
	font-weight: bold;
}
.says {
	font-weight: bold;
}
li.comment cite a {
	color: #6D8ABD;
	text-decoration: none;
	font-weight: bold;
}
li.comment a {
	color: #737477;
	font-weight: bold;
	text-decoration: none;
}
li.comment a:hover {
	border-bottom: 1px dotted #737477;
}
li.comment cite a:hover {
	border-bottom: 1px dotted #6D8ABD;
}


.comments {
	background: url('images/post-bg.jpg');
	font: 12px Arial, Helvetica, sans-serif;
	color: #6F7071;
	line-height: 19px;
	margin-bottom: 42px;
}
.cc {
	background: url('images/comments-border.jpg') no-repeat 0 0;
	padding: 48px 20px 10px 20px;
}
a.more {
	display: block;
	text-indent: -9999px;
	height: 42px;
	width: 174px;
	background: url('images/more.gif') no-repeat 0 0;
	float: right;
	margin-top: -42px;
}
a.more:hover {
	background-position: 0 100%;
	border-bottom: 0px solid #000;
}