/*

blue: #8ca7b4

*/


body{
	margin: 0;
	padding: 0;
	background: #111111 url(img/UI/watermark.gif) no-repeat right bottom;
	color: white;
	font-size: 11pt;
}

body a{
	text-decoration: none;
	color: #8ca7b4;
}

#header{
	width: 100%;
	height: 150px;
	background: url(img/UI/headerrepeat.jpg) repeat-x bottom;
	margin: 0px auto;
	margin-bottom: 200px;
}

#cornerlogo{
	width: 979px;
	height: 150px;
	background: url(img/UI/headerlogo.jpg) no-repeat;
	overflow: hidden;	
}

#headernav{
	float: right;
	font-family: "Georgia", serif;
	font-size: 16pt;
	color: white;
	margin-right: 15px;
	margin-top: 55px;
	width: 280px;
	height: 45px;
	background: url(img/UI/links.png) no-repeat;
}

#headernav ul{
	list-style-type: none;
}

#headernav a{
	color: #8ca7b4;
	text-decoration: none;
}

#headernav ul li{
	display: inline-table;
	margin: 0 7px;
}

#headernav .activepage{
	color: white;
}

#blurb{
	height: 150px;
	font-family: Georgia, serif;
	font-size: 48pt;
	color: white;
	width: 750px;
	margin: 30px auto;
	line-height: 3em;
}

#sidebar{
	float: left;
	width: 200px;
	color: #8ca7b4;
	margin-left: 30px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.2em;
}

#sidebar a{
	color: #FBD163;
	text-decoration: none;
}

#sidebar ul{
	list-style-type: none;
	margin-bottom: 45px;
}

#sidebar ul li{
	font-size: 0.8em;
	margin-left: -10px;
	line-height: 1.3em;
}

#pagewrapper{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;

	font-size-adjust: 0.4;
	margin: 15px;
}

#watermark{
	background-image: url(img/ui/watermark.jpg);
	width:150px;
	height: 180px;
	float: right;
}

#pagecontent{
	width: 550px;
	margin-left: 350px;
}

#newpostform textarea{
	width: 550px;
	height: 300px;
	border: none;
}

.blogpost{
	margin-bottom: 145px;
}

.blogposttitle{
	color: white;
	font-size: 30pt;
	margin-bottom: 0px;
}

.blogpostheader{
	font-size: 10pt;
	color: #777;
	line-height: 0.2em;
	padding-bottom: 35px;
}

#olderpostslink{
	float: right;
	font-size: 1.6em;
}

#newerpostslink{
	float: left;
	font-size: 1.6em;
}

.blogpostheader a{
	color: #BBB;
}

.blogpostheader a:hover{
	text-decoration: underline;
}

.postcontents{
	margin-bottom: 10px;
	padding-left: 35px;
	color: #CCC;
	border-bottom: 1px solid gray;
}

#adminheader{
	font-family: Verdana, serif;
	background-color: #232217;
	color: white;
	padding: 5px;
}

#adminheader a{
	color: #8ca7b4;
}

#adminheaderloginstatus{
	float: right;
}

#adminheaderbreadcrumbs{
	float: left;
}

#poststable td{
	border: 1px solid white;
}

#formerrors{
	color: red;	
}

.blogpost img{
	border: 3px solid white;
}

.postcomments{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#commentsnotice{
	text-align: center;
	padding: 10px;
	color: #8ca7b4;
	font-size: 1.3em;
}

.showcommentslink, .showcommentslink a{
	text-align: center;
	color: white;
}

.showcommentslink a{
	color: #FBD163;
	padding: 5px;
}

.yellow{
	color: #FBD163;
}

.comments_a_wrap{
	width: 410px;
	float: right;
}

.comments_b_wrap{
	width: 410px;
	float: left;
}

.comments_a_top, .comments_b_top{
	width: 400px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

.comments_a_top{
	background: url(img/images/comments_a_top.png);
}

.comments_b_top{
	background: url(img/images/comments_b_top.png);
}

.comments_a_repeat, .comments_b_repeat{
	margin: 0px;
	width: 360px;
	padding: 0px;
	color: black;
	padding: 1px;
	padding-left: 20px;
	padding-right: 20px;

}

.comments_a_repeat{
	background: url(img/images/comments_a_repeat.png) repeat-y;
	color: #bcb77c;
}

.comments_b_repeat{
	background: url(img/images/comments_b_repeat.png) repeat-y;
	color: #40545e;
	padding-right: 20px;
}

.comments_a_bottom, .comments_b_bottom{
	width: 400px;
	height: 15px;
	padding-right: 45px;
	margin-bottom: 25px;
}

.comments_a_bottom{
	background: url(img/images/comments_a_bottom.png) no-repeat;
}

.comments_b_bottom{
	background: url(img/images/comments_b_bottom.png) no-repeat;
}

.comments_a_meta, .comments_b_meta{
	text-align: right;
	margin-right: 15px;
}

.comments_b_meta{
	color: black;
}

.comments_a_meta{
	color: white;
}

.comment{
	margin-bottom: 10px;
}

/* wraps all comments */
.commentswrapper{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 25px;
}

.commentforms textarea{
	width: 350px;
	height:  80px;
	background-color: #222;
	border: 1px solid #666;
	color: white;
	font-family: inherit;
	padding: 5px;
	font-size: 0.8em;
}

#profileform .textinput{	
	background-color: black;
	border: 1px solid #555;
	color: white;
	padding: 5px;	
	margin-left: 15px;
}

#profileform .textinput:focus{
	background-color: #232323;
	color: #FBD163;
}

#profileform p{
}

.clear{
	clear: both;
}

h2{
	color: #FBD163;
	font-weight: normal;
	font-size: 1.8em;
}