body div#content {
	
	margin: 226px 0 0 0px;
	width: auto;
	height: auto;	

}

.blogpost {
	margin: 30px auto 0px auto;
	float: none;
	background: #FFF;
	padding: 20px;
	width: 600px;
	height: auto;
}

.blogtitle {
	float: left;
	padding-bottom: 12px;
	border-bottom: 1px #EEE solid;
	width: 450px;
	font-size: 18px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #2B3942;
}

.blogtitle a {
	color: #2B3942;
}

.datetab {
	float: right;
	margin: 0 0 0 auto;
}

.blogdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 100px;
	text-align: center;
}

.blogdateyear {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 100px;
}

.blogauthor {
	clear: both;
	color: #666;
	font-style: italic;
	font-size: 11px;
	margin: 30px 0 0 0;
}

.blogcontent {
	padding-top: 25px;
	line-height: 1.6em;
	width: 560px;
}

.blogcontent p {
	margin-top: 10px;
	line-height: 1.6em;
	font-size: 12px;
}

body div#content div#paging {
	margin: 8px auto 0 auto;
	width: 640px;
	text-transform: uppercase;
	font-size: 10px;
}

body div#content div#paging a {
	color: #FFF;
}

body div#content div#paging a:hover {
	color: #C42525;
	text-decoration: none;
}

body div#content div#prev {
	float: left;
	width: 50%;
	text-align: left;
}

body div#content div#next {
	float: right;
	width: 50%;
	text-align: right;
}

.blogcontent ul, .blogcontent ol {
	margin-left: 25px;
}

.blogcontent li {
	list-style-type: disc;
}

blockquote {
	border-left: 4px solid #666;
	width: 430px;
	margin: 10px;
	padding: 0 0 10px 10px;
	letter-spacing: 1px;
	color: #666;
}

.blogtags {
	display: none;
	margin: 10px 0 15px 0;
}

.blogtags a {
	color: #666;
}

.blogdivide {
	float: none;
	width: auto;
	min-width: 600px;
	height: 15px;
	background: url('../img/hr.jpg');
	margin: 20px auto 5px auto;
}

.blogstrip {
	text-transform: uppercase;
	font-size: 10px;
	color: #2B3942;
}

.blogcomments {
	float: left;
}

.blogcomments a {
	color: #2B3942;
}

.blogcomments a:hover {
	text-decoration: none;
}

.blogcategory {
	float: right;
}

.blogcategory a {
	color: #2B3942;
}

.blogcategory a:hover {
	text-decoration: none;
}

.readmore {
	float: left;
	width: 85px;
}

/* comments
------------*/

#commentwrap, #commentreplies {
	margin: 0 auto 0 auto;
	width: 640px;
	padding: 0px 20px 100px 20px;
}

#commentwrap textarea {
	width:600px;
}

.commentitle {
	border-bottom: #666 solid 2px;
	float: left;
	width: 100%;
	margin-top: 20px;
}

#commentwrap h3, #commentreplies h3 {
	background:#333;
	float:left;
	padding: 8px;
	font-size:13px;
	color:#fff;
}

#commentform {
	float:left;
	background:#EEE;
	width: 600px;
	padding: 0 20px 0 20px;
	padding: 20px 20px 0 20px;
}

ol.commentlist {
	float:left;
	width: 100%;
}

ol.commentlist li {
	float:left;
	width: 600px;
	padding: 20px;
	border-bottom:1px solid #999;
	background:#FFF;
}

ol.commentlist a {
	color:#333;
}

ol.commentlist a:hover {
	color:#666;
}

.commentwrapper {
	float:left;
}

.commentleft{
	float:left;
}

.commentright{
	float:right;
}

.commentcentre{
	float:left;
	width:120px;
}

.commentright p{
	width:405px;
	padding-left:10px;
}

.commentsavatar{
	border:#C0C0C0 solid 1px;
	padding:4px;
	margin-right:5px;
	float:left;
}

.commentauthor{
	font-size:11px;
	color:#333;
	font-weight:bold;
	float:left;
	width:120px;
	padding-left:5px;
}

.commentdate{
	font-size:11px;
	color:#999;
	width:120px;
	padding-left:5px;
}

.commentcomment{
	float:left;
	font-size:13px;
}

.commentcomment em{
	color:#999;
	padding-left:8px;
}

#commentwrap input{
	padding:2px;
	border:0px;
	margin:10px 10px 10px 0;
	border:1px solid #666;
	
}

#commentwrap textarea{
	padding:0px;
	border:0px;
	margin:10px 10px 10px 0;
	border:1px solid #666;
}


#commentwrap label{
	color:#666;	
	font-weight:bold;
}

#commentloggedin{
	color:#666;
	font-weight:bold;
	float:left;
	font-size:12px;
}

#commentloggedin a{
	color:#666;
}

#commentloggedin a:hover{
	text-decoration:none;
	background:#FAFAFA;	
}

.commentedit{
	width:405px;
	padding-left:10px;
	margin-top:15px;
}


#submit{
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
}


#youmustbe{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:-0.1em;


	font-weight:bold;
	color:#333;
	margin:10px 0 10px 0;
}

#youmustbe a{
	color:#666;
}

#youmustbe a:hover{
	background:#c0c0c0;
}