body  {
	
	background-color: #10344C;
	background-image: url(coolblue/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 25px;
}

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

a  {
	color: #255a93;
}

/* STRUCTURE */

#top { 
	background-color: #10344C;
}

#topnav {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;    
}

#topnav a {
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#topnav a:hover { color: #a5ce2c; }    

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

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

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

#tagline {
	color:#ffffff;
}

#rss a  {
	color: #fff;
}

#content  {
	background-color: #e9f9ff;
	background-image: url('coolblue/wrapback.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

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

#footer {
	font-family: Verdana; sans-serif;
	font-size: 11px;
	color: #fff;
}

#footer p a  {
	color: #fff;
}

/* NAVIGATION */

#nav  {
	background: #255a93 url(coolblue/navbg.jpg) repeat-x top left;
}

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

.current_page_item a:link, .current_page_item a:visited  {
	color: #255a93 !important;
	background-color: #ffffff !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-color: #2B78B0;
}

.screenimg span.tutorial a {
	background-color: #a5ce2c;
}

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

.theme h2 {
    font-size: 14px !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 {

}

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

.widgetlist h3 a {
    color: #fff;
    text-decoration: none;
}

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

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

#comments h2  {
	color:#4c7fb5;
}

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

#commentform #submit {
	background-color:#2973A0 !important;
	border:1px solid #1B4161;
	color: #fff !Important;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
}

#commentform #submit:hover {
	background-color: #10344C !important;
}

.submitlink {
	padding: 5px 10px; 5px; 10px;
	background-color:#2973A0;
	border:1px solid #1B4161;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
}

.submitlink:hover {
	text-decoration: none;
	background-color: #10344C;
}

.search {
	padding: 2px 8px; 2px; 8px;
	background-color:#A5CE2C;
	border:1px solid #94B727;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
}

.search:hover {
	text-decoration: none;
	background-color: #94B727;
}

/* 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;
}
