body  {
	background: #1f1f1f;
}

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

a  {
	color: #000000;
}

/* STRUCTURE */

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

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

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

#tagline {
	background-color: #151515;
	color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#rss a  {
	color: #fff;
}

#content  {
	background-color: #fff;
	border-top: none !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

#footer  {
	color: #fff;
}

#footer p a  {
	color: #fff;
}

/* NAVIGATION */

#nav  {
	background: #151515;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#nav ul li a  {
	color: #ccc;
	font-size: 14px;
}

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

.current_page_item a:link, .current_page_item a:visited  {

}

.current_page_item a:hover  {
	color: #fff !important;
}

/* BLOG CSS */

.post p.categories span  {
	background-color: #255a93;
	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: #000000;
	margin-left:5px;
}

.screenimg span a {
	background: #333;
	opacity: 1;
	zoom: 1;
}

.screenimg span a:hover {
	opacity: 0.75;
	filter: alpha(opacity = 75);
	zoom: 1;
}

.screenimg a {
	opacity: 1;
	zoom: 1;
}

.screenimg a:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	zoom: 1;
}

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

.theme h2 a {
	color: #333;
}

.theme h2 a:hover {
	color: #000;
}

h2.title a  {
	color: #000;
}

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

p.continue a  {
	color: #286697;
}

.widget {
	background: #eee;
}

.widget img.sponsor {
	margin: 0 0 5px 0;
}


.widgetlist  h3  {
	color: #fff;
	background-color: #333;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

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

.widgetlist ul li {
	border-bottom: 1px solid #ccc;
	padding: 4px 10px;
}

.widgetlist #searchform {
	background-color: #777;
}

.widgetlist #s {
	float: left;
	width: 135px;
	margin: 5px 2px 5px 5px;
	border: 0;
}

.widgetlist #search_button {
}

#comments h2  {
	color:#4c7fb5;
}

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

#commentform #submit {
	background-color:#A7C601 !important;
	border:1px solid #1B4161;
	color: #fff !Important;
}

/* WP-PAGENAVI */

.wp-pagenavi {
	text-align: center;
	width: 100%;
}

.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 #333333 !important;
	color: #333333 !important;
}
.wp-pagenavi a:hover {	
	border: 1px solid #333333 !important;
}
.wp-pagenavi a:active {
	border: 1px solid #333333 !important;
	color: #ffffff !important;
	background-color: #333333 !important;	
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: #333333;
	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;
	color: #ffffff;
	background-color: #333333;
}

/* CONTACT FORM*/

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}