body  {
	background: /*#e2e2e2 #6f3e14*/ #6e3d13 url(default/header.jpg) repeat-x top left;
}

h1, h2, h3, h4, h5, h6  {
	color: /*#000000*/ #0870A9;
}

a  {
	color: /*#B61F23*/ #0870A9;
}

/* STRUCTURE */

#logo h1 {
	background: url(default/logo.png) top left no-repeat;
}

#header h1.title a  {
	color:/*#005775*/ #0870A9;
}

#header p.description  {
	color: /*#75818a*/ #996b42;
}

#rss a  {
	color: #fff;
}

#tagline {
	/*background-color:#ffffff #6f3e14;*/
	color:/*#ffffff*/ #996b42;
	font-size:large;

}


/* NAVIGATION */

#nav  {
	background: /*#921011*/ #381A01 url(default/navbg.jpg) repeat-x top left;
}

#nav ul li a  {
	color: #fff;
}

.current_page_item a:link, .current_page_item a:visited  {
	color: /*#A01B1F*/ #066eb8 !important;
	background-color: #f6f0e7 !important;
}

#content  {
	background-color: /*#fff*/ #f6f0e7;
	color: #462203;
/*	border: 1px solid #dddddd #f6f0e7;*/
	border-top: none !important;
}

#bottom  {
	background-color: /*#f2f7fb*/ #f6f0e7;
	padding:20px 0;
	border-left: 1px dotted /*#a6b3b9*/ #f6f0e7;
	border-right: 1px dotted /*#a6b3b9*/ #f6f0e7;	
}

#footer  {
	color: /*#fff #f6f0e7;*/ #ffffff;
	background: /*#9fc9e6*/ #381A01 url(default/navbg.jpg) repeat-x left top;}

#footer p a  {
	color: #ffffff;
}

/* BLOG CSS */

.post p.categories span  {
	background-color: /*#A01B1F*/ #381A01;
	color: #fff;
}

.post p.categories span a  {
	color: #fff;
}

.post p.categories span.date a  {
	color: /*#286697*/ #9f7047;
}

.post p.categories span.date  {
	background-color: #ffffff;
	color: #000000;
	margin-left:5px;
}

.screenimg span a {
	background: /*#000000*/ #986B42;
}

.theme .tags, .theme .tags a, .theme .rating, .post-ratings-text {
	color: #808A8E !important;
}

h2.title a  {
	color: /*#000*/ #0870A9;
}

.post p.comments a  {
	background: url(default/comments.jpg) no-repeat center left;
	color: /*#000 #462203; */  #ebd1a6;
}

p.continue a  {
	color: /*#286697*/ #0870A9;
}

.widget {
	background: /*#eeeeee #eddfcc*/ #6e3d13;
}

.widgetlist  h3  {
	color: #fff;
	background-color:/*#ac1c1b*/ #066eb8;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	color: /*#000*/ #ebd1a6;
}

.widgetlist ul li {
	border-bottom: 1px solid /*#dddddd*/ #844817;
}

#comments h2  {
	color:/*#A01B1F*/ #0870a9;
}

.commentlist li {
	background-color:/*#FFEEED;*/ #ebd1a6;
	border:1px solid #FBD6D4;
}

#commentform #submit {
	background-color:/*#A01B1F*/ #0870a9 !important;
	border:1px solid #1B4161;
	color: #fff !Important;
}

/* WP-PAGENAVI */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px !important;
	margin: 2px !important;
	text-decoration: none !important;
	background-color: #ffffff !important;
	border: 1px dotted /*#a6b3b9*/ #844817 !important;
	color: /*#A01B1F*/ #0870a9 !important;
}
.wp-pagenavi a:hover {	
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: /*#A01B1F*/ #0870a9;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid /*#A01B1F*/ #0870a9;
	color: /*#A01B1F*/ #0870a9;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: /*#A01B1F*/ #0870a9;
	font-size:13px;
	text-align:left;
	padding: 2px 10px 2px 5px;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-size:18px;
	border: 1px dotted #ebd1a6;
	color: #ffffff;
	background-color: /*#A01B1F*/ #0870a9;
}