
/* Single */
.header {
	height: 120px; 
	border: none;
}
.blog p {
	font-size: 1em;
	letter-spacing: 1px;
	color: #92999e;
}
.blog p a {
	text-decoration: underline; 
}
.blog {
	border: none;
	background: none;
}
.tags {	color: #2a373d;}
.tags a { color: #455624;}
.date { 	color: #2a373d; float: right; clear: both;}
blockquote {
	background: url(images/blockquote.jpg);
	padding: 1px 20px 1px 20px;
}
code {
}
.articleimg {
	float: right;
	padding: 7px 0 7px 7px;
}
.articleimgleft {
	float: left;
	padding: 7px 7px 7px 0;
}
/* Comments */
.commentscont {
	border-top: 1px solid #2a373d;
	padding: 7px;
	width: 916px;	
	margin: 0 auto;
}
.commentlist p {
	font-size: 1em;
}
h2.comment {	
	width: 133px;
	height: 31px;
	background: no-repeat url(images/comments.png);
	text-indent: -1999px;
	overflow: hidden;
	margin: 0 0 0 0;
}
h2.lcomment {	
	width: 205px;
	height: 31px;
	background: no-repeat url(images/lcomment.png);
	text-indent: -1999px;
	overflow: hidden;
	margin: 0 0 0 0;
}
.authinfo {
	float: right;
	font-size: .8em;
}
.authinfo a {
	color: #828a8e;
}
.darkbox {
	
	background: #0b1218;
	filter:alpha(opacity=57); -moz-opacity:.5;opacity:.5;
}
.commentdiv{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	background: no-repeat bottom center url(images/sbord.jpg);
}
.previous {
	width: 190px;
	height: 27px;
	background: no-repeat url(images/previous.png);

}
.next {
	width: 149px;
	height: 27px;
	background: no-repeat url(images/next.png);

}
ol.commentlist li {
	
	padding: 5px 15px 5px 15px;
}
ol.commentlist li:hover  .authinfo a, ul.friends li a:hover {
	color: #879d2b;
} 
.name {
	width: 61px;
	height: 27px;
	background: no-repeat url(images/name.png);
	float:left;
}
.mail {
	width: 78px;
	height: 27px;
	background: no-repeat url(images/mail.png);
	float:left;
}
.website {
	width: 80px;
	height: 27px;
	background: no-repeat url(images/website.png);
	float:left;
}
.message {
	width: 88px;
	height: 26px;
	background: no-repeat url(images/message.png);
	float:left;
}
.mail, .name, .website, .message {
	margin: 10px 0 5px 0;
}

.cright {
	border: 0;
	float: left;
	background: repeat-x url(images/sbg.jpg);
	width: 190px;
	height: 20px;
	color: #fff;
	margin: 15px 35px 5px 5px;
}
.cright2 {
	height: auto;
	background: #0b1218;
	width: 760px;
	height: 200px;
	padding: 10px;
	filter:alpha(opacity=57); -moz-opacity:.5;opacity:.5;
}
.search-button {
	width: 93px;
	height: 28px;
	border: none;
	margin: 0 50px 0 0;
	background: no-repeat url(images/submit.png);
	float: right;
}

/* Websites */

.websites2 {
	border-top: 1px solid #2a373d;
	height: 120px;
	padding: 80px 0 33px 0;
	
	background: no-repeat top left url(images/websites.png);	
}
.twitterfeed {
	float: right;
	width: 495px;
	padding: 20px 0 20px 25px;	
	background: no-repeat left center url(images/wside.jpg);	
}


