body  {
	background: #d3d3d3 repeat-x top left; 
}

h1, h2, h3, h4, h5, h6  {
	color: #000000;
}

a  {
	color: #000000;
	text-decoration:none
}

/* STRUCTURE */

#logo h1 {
	background: url(coolblue/pfmflickr.jpg) top left no-repeat;
}

#header  {
	background: #484848 repeat-x top left;
	height: 135px;
	width: 980px;
	border-left: 10px solid #484848;
	border-right: 10px solid #484848;
	border-top: 5px solid #484848;
}


#header h1.title a  {
	color:#414141;
}

#header p.description  {
	color: #8a8a8a;
	display: none;
}

#tagline {
	background-color:#484848;
}

#rss a  {
	color: #fff;
}

#content  {
	background-color: #fff;
	border-left: 10px solid #484848;
	border-right: 10px solid #484848;
	border-bottom: none;
	border-top: none !important;
}

#bottom  {
	background-color: #f4f4f4;
	padding:20px 0;
	border-left: 1px dotted #b6b6b6;
	border-right: 1px dotted #b6b6b6;	
}

#footer  {
	color: #fff;
	background: #e5e5e5 url(coolblue/navbg.jpg) repeat-x left top;
	border-left: 10px solid #484848;
	border-bottom: 5px solid #484848;
	border-right: 10px solid #484848;
	}

#footer p a  {
	color: #fff;
}

/* NAVIGATION */

#nav  {
	background: #898989 url(coolblue/navbg.jpg) repeat-x top left;
	border-left: 10px solid #484848;
	border-right: 10px solid #484848;
}

#nav ul li a  {
	color: #fff;
}

.current_page_item a:link, .current_page_item a:visited  {
	color: #000000 !important;
	background-color: #ffffff !important;
}

/* BLOG CSS */

.post p.categories span  {
	background-color: #8c8c8c;
	color: #fff;
}

.post p.categories span a  {
	color: #fff;
}

.post p.categories span.date a  {
	color: #8c8c8c;
}

.post p.categories span.date  {
	background-color: #ffffff;
	color: #000000;
	margin-left:5px;
}

.screenimg span a {
	background: #888888;
}

.theme .tags, .theme .tags a, .theme .rating, .post-ratings-text {
	color: #858585 !important;
}

h2.title a  {
	color: #000;
}

.post p.comments a  {
	background: url(coolblue/comments.jpg) no-repeat center left;
	color: #000;
}

p.continue a  {
	color: #979797;
}

.widget {
	background: #fff;
	border:0px solid #6d6d6d;
}

.widgetlist  h3  {
	color: #fff;
	background-color:#6d6d6d;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	color: #000;
}

.widgetlist ul li {
	border-bottom: 1px solid #dddddd;
	color: #ac6d00;
}

#comments h2  {
	color:#5f5f5f;
}

.commentlist li {
	background-color:#efefef;
	border:1px dotted #c7c7c7;
}

#commentform #submit {
	background-color:#414141 !important;
	border:1px solid #898989;
	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 #acacac !important;
	color: #6d6d6d !important;
}
.wp-pagenavi a:hover {	
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #c0c0c0;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #acacac;
	color: #707070;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: #8c8c8c;
	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: #8c8c8c;
}
