body {
	background:#fff url(images/bg.gif) repeat-x;
	color:#333;
	font-size:12px;
	font-family:verdana, arial, times new roman;
 	margin:0px auto 0px ;
	padding:0px;
}
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color:#BE0C0C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/************************************************
*	Navbar  									*
************************************************/
.logo {
	float:left;
	margin:0;
	border:none;
}
#header {
	background:#313032;
	width:960px;
	height:80px;
	margin:0px auto 0px;
	padding:0px;
	overflow:hidden;
}
.headerleft {
	background:#313032;
	color:#fff;
	width:420px;
	height:80px;
	float:left;
	margin:0px;
	padding:10px 0px 0px 0px;
}
.headerleft a, .headerleft a:visited {
	font-family:arial, verdana, times new roman;
	font-size:26px;
	color:#C0C0C0;
	text-decoration:none;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
.headerleft a:hover {
	color:#BE0C0C;
	text-decoration:none;
}
.headerright {
	width:530px;
	float:right;
	text-align:right;
	margin:0px;
	padding:0px;
}
.headerright li {
	display:inline;
	list-style-type:none;
	margin:0px;
	padding:0px;
}	
.headerright ul {
	margin:0px;
	padding:50px 0px 10px 0px;
}	
.headerright a, .headerright a:visited {
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:6px 10px 6px 10px;
	text-decoration:none;
}	
.headerright a:hover {
	background:#BE0C0C;
	color:#fff;
	font-weight:bold;
    text-decoration:none;
	border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.headerright a:active {
	background:#989898;
	outline:none; !important
}
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width:960px;
	margin:0px auto 0px;
	padding:0px;
    overflow:hidden;
}

#content img a {
	margin:0px;
	border:none;
    float:left;
}
#content h1 {
	color:#333;
	font-size:14px;
	font-family:verdana, arial, times new roman;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:5px 0px 5px 0px;
	border-bottom:1px dotted #C0C0C0;
	text-transform:uppercase;
}
#content h1 a, #content h1 a:visited {
	color:#333;
	text-decoration:none;
}

#content h1 a:hover {
	color:#BE0C0C;
	text-decoration:none;
}
#content h2 {
	color:#333;
	font-size:14px;
	font-family:verdana, arial, times new roman;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#content h2 a, #content h2 a:visited {
	color:#333;
	text-decoration:none;
}

#content h2 a:hover {
	color:#BE0C0C;
	text-decoration:none;
}
#content h3 {
	color:#333;
	font-size:14px;
	font-family:verdana, arial, times new roman;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:5px 0px 5px 0px;
	border-top:1px dotted #C0C0C0;
	border-bottom:1px dotted #C0C0C0;
	text-transform:uppercase;
}
#content img.wp-smiley {
	float:none;
	border:none;
	padding:0px;
	margin:0px;
}

#content img.wp-wink {
	float:none;
	border:none;
	padding:0px;
	margin:0px;
}
#contentleft {
	background:#fff;
	display:inline;
	float:left;
	width:480px;
	margin:0px 20px 0px 0px;
	padding:20px 0px 0px 0px;
}
#contentleft p {
	padding:0px 0px 15px 0px;
	margin:0px;
	line-height:17px;
}
#contentleft ol {
	margin:0px 0px 0px 20px;
	padding:0px 0px 10px 0px;
}
#contentleft ol li {
	margin:0px 0px 0px 20px;
	padding:0px 0px 5px 0px;
}
#contentleft ul {
	list-style-type:square;
	margin:0px 0px 0px 20px;
	padding:0px 0px 10px 0px;
}
#contentleft ul li {
	list-style-type:circle;
	margin:0px 0px 0px 5px;
	padding:0px 0px 8px 0px;
	font-weight:bold;
}
blockquote{
	margin:0px 25px 15px 25px;
	padding:5px 5px 5px 10px;
	border-top:1px dashed #999;
	border-right:3px solid #999;
	border-bottom:1px dashed #999;
	border-left:3px solid #999;	
}
#content blockquote p {
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 0px;
}
.postinfo {
	width:460px;
	background:#F2F2F2;
	font-size:11px;
	color:#333;
	margin:0px 0px 40px 0px;
	padding:10px 10px 10px 10px;
	line-height:10px;	
	border-top:1px dotted #C0C0C0;
	border-bottom:1px dotted #C0C0C0;
}
.post-meta ul {
}
/************************************************
*	Sort 					     	    	* 
************************************************/
#sort {
	margin-top:40px;
}
#sortlist {
	list-style-type:none;
	padding:0;
	height:5em;
	margin:0px;
}
#sortlist ul {
	margin:1px;
	padding:1px;
	float:left;
}
#sortlist li {
	display:block;
	text-align:center;
	width:8em;
	height:3em;
	float:left;
	margin:0;
}
#sortlist a {
	display:block;
	margin:0;
	height:3em;
	text-decoration:none;
	font-weight:bold;
	padding-top:1.5em;
	color:#fff;
	background:#313032;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#sortlist a:hover {
	color:#ddd;
	background-color:#BE0C0C;
}
#sortlist a:active {
	color:#fff;
	background-color:#989898;
}
#sublist ul {
	margin:0 0 10px 0;
}
#sublist ul li {
	margin:0 0 5px 0;
	list-style-type:none;
	font-weight:normal;
}
#sublist ul li span {
	font-variant:small-caps;
	font-weight:bold;
	color:#313032;
}

/************************************************
*	Left Sidebar 					     	    * 
************************************************/

#l_sidebar {
	background:#F2F2F2;
	display:inline;
	float:left;
	width:215px;
	margin:0px 2px 0px 0px;
	padding:0px 15px 10px 15px;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
}
#l_sidebar p {
	padding:5px 0px 0px 0px;
	margin:0px;
	line-height:17px;
}
#l_sidebar h2 {
	color:#BE0C0C;
	font-size:13px;
	font-family:verdana, arial, times new roman;
	font-weight:bold;
	margin:20px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:1px dotted #C0C0C0;
}
#l_sidebar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#l_sidebar ul li {
	display:inline;
	padding:0px;
	margin:0px;
}
#l_sidebar ul li a, #l_sidebar ul li a:visited {
	display:block;
	color:#333;
	text-decoration:none;
	padding:5px 0px 5px 0px;
	border-bottom:1px dotted #C0C0C0;
}

#l_sidebar ul li a:hover {
	background:#EAEAEA;
	color:#BE0C0C;
	text-decoration:none;
}
#stickynote {
	background: url(images/sticky-note.gif) top left no-repeat;
	width:225px;
	height:225px;
	margin:15px 0px 15px 0px;
	padding:7px 0px 0px 12px;
}
#nostickynote {
	width:225px;
	height:225px;
	margin:10px 10px 10px 0;
	padding:2px;
}
/************************************************
*	Right Sidebar 					     	    * 
************************************************/

#r_sidebar {
	background:#fff url(images/sidetop.gif) no-repeat top;
	display:inline;
	float:right;
	width:180px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}
#r_sidebar img a {
	margin:0px;
	border:none;
}

#r_sidebar p {
	padding:5px 0px 0px 0px;
	margin:0px;
	line-height:17px;
}
#r_sidebar h2 {
	color:#BE0C0C;
	font-size:13px;
	font-family:verdana, arial, times new roman;
	font-weight:bold;
	margin:20px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:1px dotted #C0C0C0;
}
#r_sidebar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#r_sidebar ul li {
	display:inline;
	padding:0px;
	margin:0px;
}
#r_sidebar ul li a, #r_sidebar ul li a:visited {
	display:block;
	color:#333;
	text-decoration:none;
	padding:5px 0px 5px 0px;
	border-bottom:1px dotted #C0C0C0;
}

#r_sidebar ul li a:hover {
	background:#EAEAEA;
	color:#BE0C0C;
	text-decoration:none;
}

#rssrow:after {
	clear:both;
	display:none;
	content:".";
}
#rssrow img {
	float:left;
	margin:3px 7px 3px 0;
	border:none;
}
/************************************************
*	Footer  									*
************************************************/

#footer {
	color:#313032;
	line-height:17px;	
	width:960px;
	margin:30px auto;
	padding:0px;
	overflow:hidden;
}
#footer p {
	color:#313032;
	padding:0px;
	margin:0px;	
}
#footer ul {
	color:#313032;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#footer a {
	color:#777;
	text-decoration:none;
}

#footer a:hover {
	color:#313032;
	text-decoration:none;
}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin:0px;
	padding:0px;
}
#searchform {
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#s {
	background:#fff;
	color:#333;
	font-size:11px;
	font-family:verdana, arial, times new roman;
	width:150px;
	padding:3px;
	margin:5px 0px 0px 10px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
}
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width:440px;
	background-color:#F2F2F2;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	color:#333;
	float:left;
	padding:20px 20px 10px 20px;
	margin:10px 0px 20px 0px;
}
#commentblock ol {
	list-style-type:none;
	margin:0px;
	padding:0px 0px 5px 0px;
}

#alt li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.commentdate {
	font-size:12px;
	padding-left:0px;
}

#commentlist li p {
	margin-bottom:8px;
	line-height:20px;
	padding:0px;
}

.commentname {
	color:#333;
	margin:0px;
	padding:5px 5px 5px 0px;
}

.commentinfo{
	clear:both;
}

.commenttext {
	clear:both;
	margin:3px 0px 20px 0px;
	padding:30px 10px 5px 10px;
	width:400px;
	background:#fff url(images/comment.gif) no-repeat top;
}

.commenttext-admin {
	clear:both;
	margin:3px 0px 20px 0px;
	padding:30px 10px 5px 0px;
	width:400px;
	background:#fff url(images/comment.gif) no-repeat top;
}

#commentformheader{
	padding-left:0px;
}

#commentform{
	margin:0px;
	padding:0px;
}

#commentform form{
	text-align:left;
	margin:0px;
}

#commentform p {
	margin:0px;
}

#commentform form textarea {
	width:99%;
}
.commentsubmit input.SubmitComment {
	width: 150px;
	height: 26px;
	background: url(images/submit-comment.gif) no-repeat;
	margin-top: 7px;
}
.commentsubmit input.SubmitComment:hover {
	background: url(images/submit-comment.gif) no-repeat 0 -26px;
}
.commentsubmit input.SubmitCommentIE {
	width: 150px; height: 26px;
	background: url(images/submit-comment.gif) no-repeat 0 -26px;
	margin-top: 7px;
}

/*WP Stats Smiley*/
img#wpstats {
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}
