
body{
	margin: 0;
	padding: 0;
	color: #000;
	font-size:12px;
	font-family: Times, Times New Roman, serif;
}
body a{
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

#header{
	height: 250px;
	background: url(img/UI/logo.gif) no-repeat;
	margin:20px 0 20px 50px;
}

#cornerlogo{
	width: 979px;
	height: 150px;
	overflow: hidden;	
}

#headernav{
	float: right;
	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-size: 48pt;
	color: white;
	width: 750px;
	margin: 30px auto;
	line-height: 3em;
}

#sidebar{
	float: left;
	width: 200px;
	color: #000;
	margin-left: 30px;
	font-size: 22px;
}

#sidebar a{
	color: #000;
	text-decoration: none;
	text-transform:capitalize;
	font-size:12px;
	font-weight:normal;
}

#sidebar ul{
	list-style-type: none;
	margin:2px 0 30px 0;
	padding-left:0;
}

#sidebar ul li{
	font-size:12px;
	

}

#pagewrapper{
	margin-left: 30px;
}

#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: 60px;
}

.blogposttitle{
	color: #000;
	font-size: 22px;
	margin:0 0 2px 0;
}

.blogpostheader{
	font-size: 12px;
	color: #000;
	padding-bottom:0;
	margin:0;
}

#olderpostslink a{
	float: right;
	font-size: 22px;
	margin-bottom:30px;
	padding-bottom:30px;
	font-weight:normal!important;
}

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

.blogpostheader a{
	color: #000;
	font-weight:bold;}

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

.postcontents{
	margin-bottom: 10px;
	padding-left: 0;
	border-bottom: 1px solid #000;
}

#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{
	border-bottom:1px solid #000;
}

#commentsnotice{
	padding: 10px;
	color: #000;
}

.showcommentslink, .showcommentslink a{
	color: #000;
}

.showcommentslink a{
	color: #000;
}

.yellow{
	color: #FBD163;
}

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

.comments_b_wrap{
	width: 100%;
	float: left;
}

.comments_a_top, .comments_b_top{
	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;
	padding: 0px;
	color: black;
	padding: 1px;
	padding-left: 20px;
	padding-right: 20px;

}

.comments_a_repeat{
	color: #000;
}

.comments_b_repeat{
	background: #eee;
	color: #000;
	padding-right: 20px;
}

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

.comments_a_bottom{
}

.comments_b_bottom{
}

.comments_a_meta, .comments_b_meta{
border-top:1px solid #bbb;
margin:15px 0 15px 0;
padding-top:15px;
}

.comments_b_meta{
	color: #000;
}

.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;
}
