body  {
	background: #eee9d9;
}

h1, h2, h3, h4, h5, h6  {
	color: #a96947;
}

a  {
	color: #005998;
	outline: none; 
}

/* STRUCTURE */

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

#header h1.title a  {
	color:#005775;
}

#header p.description  {
	color: #75818a;
}

#rss a  {
	color: #fff;
}

#tagline {
	background-color:#ffffff;
}

/* NAVIGATION */

#nav  {
	background: #921011 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 !important;
	background-color: #ffffff !important;
}

#content  {
	background-color: #f8f4e8;
	margin-top: 5px;
}

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

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

#footer p a  {
	color: #fff;
}

/* BLOG CSS */

.post p.categories span  {
	background-color: #A01B1F;
	color: #fff;
}

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

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

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

.screenimg span a {
	background: #a96947;
}

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

h2.title a  {
	color: #a96947;
}

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

p.continue a  {
	color: #286697;
}

.widget {
	background: #EEE9D9;
				-o-border-radius:0px 0px 5px 5px;
-webkit-border-radius:0px 0px 5px 5px;
-moz-border-radius:0px 0px 5px 5px;
}

.widgetlist  h3  {
	color: #fff;
	background-color:#01487b;
		-o-border-radius:0px 5px 0px 5px;
-webkit-border-radius:0px 5px 0px 5px;
-moz-border-radius:5px 5px 0px 0px;
font-family:Georgia,Arial,Tahoma,Verdana;
font-weight:bold;

}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	color: #01487B;
font-family:Georgia,Arial,Tahoma,Verdana;
	
}
.widgetlist ul li a:hover{
color:#a96947;
border-bottom: 1px dotted #a96947;
text-decoration:none;
}
.widgetlist ul li {
	border-bottom: 1px solid #01487B;
	-o-border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

#comments h2  {
	color:#a96947;
}

.commentlist li {
	background-color:#FFEEED;
	border:1px solid #01487B;
}

#commentform #submit {
	background-color:#EEE9D9 !important;
	border:0px;
  	color: #a96947 !Important;
	-o-border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
font-family:Georgia,Trebuchet Ms,Arial;
}
#comment{
background-color:#fff;
border:2px solid #01487B;
	-o-border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
font-family:Georgia,Arial,Tahoma,Verdana;
font-size:13px;
line-height:19px;
opacity:0.7;
color:#a96947;}
#comment:hover,#comment:active,#comment:focus{
border:2px solid #01487B;
opacity:1;
}

#commentform #submit:hover{
text-shadow:1px 1px 1px #111;}
#commentform #submit:active{
text-shadow:-1px -1px 1px #111;}
#commentform #submit:focus{
text-shadow:-1px -1px 1px #111;}

/* WP-PAGENAVI */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px !important;
	margin: 2px !important;
	text-decoration: none !important;
	background-color: #EEE9D9 !important;
	border: 1px dotted #01487B !important;
	color: #42b3e3 !important;
		font-size:14px;
	font-family:Georgia,Tahoma,Verdana,Arial;
border:0px;
}
.wp-pagenavi a:hover {	
	border: 1px dotted #1487B;
	font-weight:bold;
	color: #a96947;
		padding: 2px 3px 2px 4px !important;

	background-color: #EEE9D9;
}
.wp-pagenavi a:active {
	border: 1px dotted #1487B;
	font-weight:bold;
	color: #a96947;
		padding: 2px 3px 2px 4px !important;

	background-color: #EEE9D9;
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: #fff;
	border:0px;
		font-family:Georgia,Tahoma,Verdana,Arial;
	background-color:#42b3e3;
	font-size:14px;
	text-align:left;
	padding: 3px 4px 3px 4px; 
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
		border: 1px dotted #42b3e3 !important;
	font-size:14px;
	font-family:Georgia,Tahoma,Verdana,Arial;
border:0px;
	color: #ffffff;
	background-color: #42b3e3;
}