body  {
	background: #ffffff url(ape/header.jpg) no-repeat scroll top;
	margin: 10px;
}

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

a  {
	color: #252222;
}

/* STRUCTURE */

#logo h1 {
	background: url(ape/logo.png) no-repeat center;
}

#header h1.title a  {
	color:#332e30;
}

#header p.description  {
	color: #332e30;
}

#tagline {
	background-color: ;
}

#rss a  {
	color: #fff;
}

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

#bottom  {
	background-color: #ffffff;
	padding:10px 0;
	border-left: 1px solid #332e30;
	border-right: 1px solid #332e30;	
}

#footer  {
	color: #fff;
	background: #252222;}

#footer p a  {
	color: #fff;
}

/* NAVIGATION */

#nav {
height:30px;
background:#252222;
}

#nav ul {
margin:0 0 0 0;
}

#nav ul li {
width:74px;
height:25px;
float:left;
text-align:center;
padding:4px 0 0;
}

#nav ul li a {
width:74px;
height:19px;
display:block;
color:#fff;
font-size:12px;
line-height:19px;
padding:3px 0 0;
}

.current_page_item a:link, .current_page_item a:visited  {
background:transparent url("images/current_page_item.png") no-repeat 0 0;
	color: #252222 !important;
	background-color: #ffffff !important;
}

/* BLOG CSS */

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

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

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

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

.screenimg span a {
	background: #252222;
}

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

h2.title a  {
	color: #000;
}

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

p.continue a  {
	color: #286697;
}

.widget {
	background: #EAEAEA;
}

.widgetlist  h3  {
	color: #fff;
	background-color:#252222;
}

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

.widgetlist ul li {
	border-bottom: 1px solid #252222;
}

#comments h2  {
	color:#252222;
}

.commentlist li {
	background-color:#EAEAEA;
	border:1px dotted #EAEAEA;
}

#commentform #submit {
	background-color:#252222 !important;
	border:1px solid #ffffff;
	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 !important;
	color: #252222 !important;
}
.wp-pagenavi a:hover {	
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #A7C601;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #252222;
	color: #252222;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: #252222;
	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 #ffffff;
	color: #ffffff;
	background-color: #252222;
}