/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
body  {
	background: #ffffff;
}

h1, h3, h4, h5, h6  {
	color: #000000;
}

h2 {
        color: #000000;
        line-height: 24px;
}


a  {
	color: #009fee;
}

/* 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: #000000;
}

#nav ul li a  {
	color: #fff;
}

.current_page_item a:link, .current_page_item a:visited  {
	color: #009fee !important;
	background-color: #000000 !important;
}

#content  {
	background-color: #fff;
	border: 1px solid #dddddd;
	border-top: none !important;
}

#bottom  {
	background-color: #f2f7fb;
	padding:20px 0;
	border-left: 1px dotted #a6b3b9;
	border-right: 1px dotted #a6b3b9;	
}

#footer  {
	color: #fff;
	background: #000000;
}

#footer p a  {
	color: #009fee;
}

/* 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: #000000;
	margin-left:5px;
}

.screenimg span a {
	background: #00A0EE;
        width: 50px;
}

.theme .tags, .theme .tags a, .theme .rating, .post-ratings-text {
	color: #808A8E !important;
}

h2.title a  {
	color: #000;
}

.post p.comments a  {
	background: url(default/comments.jpg) no-repeat center left;
	color: #000;
}

p.continue a  {
	color: #286697;
}

.widget {
	background: #eeeeee;
}

.widgetlist  h3  {
	color: #fff;
	background-color:#000000;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	color: #000;
}

.widgetlist ul li {
	border-bottom: 1px solid #dddddd;
	background: #eeeeee;
}

#comments h2  {
	color:#000;
}

.commentlist li {
	background-color:#FFFFFF;
	border:1px solid #dddddd;
}

#commentform #submit {
	background-color:#0099ff !important;
	border:1px solid #000000;
	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 solid #000000 !important;
	color: #000000 !important;
}
.wp-pagenavi a:hover {	
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #A01B1F;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000000;
	color: #009fee;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: #000000;
	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 solid #ffffff;
	color: #ffffff;
	background-color: #000000;
}