body  {
  background:#B6B6B6 url(/images/pattern_2.png) scroll 0 0;
  color:#000000;
  font-family:arial,verdana,helvetica,sans-serif;
  font-size:12px;
}

h1, h2, h3, h4, h5, h6  {
	color: #ba0202;
	text-align:left;
}

a  {
	color: #000;
}

/* STRUCTURE */

#logo h1 {
	background: url(coolblue/logo.png) top left no-repeat;
}

#header {
	background: url(coolblue/header.png) top left no-repeat;
}

#header h1.title a  {
	color:#005775;
}

#header p.description  {
	color: #75818a;
}

#tagline {
}

#rss a  {
	color: #fff;
}

#content  {
	background-color: #fff;
	border: 0px solid #dddddd;
	border-top: none !important;
	background: url(coolblue/pattern_blank.gif) scroll 0 0;}
}

#bottom  {
	background-color: #f2f7fb;
	padding:20px 0;
	border-left: 1px dotted #a6b3b9;
	border-right: 1px dotted #a6b3b9;	
}

#footer  {
	color: #fff;
	background: url(coolblue/navfooter.png) repeat-x left top;}

#footer p a  {
	color: #fff;
}

/* NAVIGATION */

#nav  {
	background: #fff url(coolblue/navbga.png) repeat-x top left;
}

#nav ul li a  {
	color: #fff;
}

.current_page_item a:link, .current_page_item a:visited  {
	color: #333 !important;
	background-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;
}

.theme .tags, .theme .tags a, .theme .rating, .post-ratings-text {
	color: #808A8E !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: #286697;
}

.widget {
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;	
}

.widget a {
	color: #660000;
}

.widgettitle {
  background: #fff;
  width: 280px;
  background: url(/images/nav_blank.png) top left;
  min-height:36px;
}

.widgettitle h3 {
  padding-top:10px;
}

.widgetcenter {
  background: #fff;
  width: 662px;
  background: url(/images/center_blank.png) top left;
  min-height:36px;
}

.widgetcenter_frame {
	width: 660px;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.widgetcenter_frame a{
	text-decoration: none;
}

.widgetcenter_frame p{
	padding-left: 0px;
}

.widgetcenter h1 {
  padding-left: 5px; 
}


.widgetcenter h2 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;   
}

.widgetcenter h3 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.widgetcenter p {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}



.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	color: #333;
}

.widgetlist ul li {

}

#comments h2  {
	color:#333;
}

.commentlist li {
	background-color:#e9f1fa;
	border:1px dotted #ccc;
}

#commentform #submit {
	background-color:#960000 !important;
	border:1px solid #6B0000;
	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: #255a93 !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 #255a93;
	color: #255a93;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: #255a93;
	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: #255a93;
}



