body  {
	background: url(coolblue/brown-bg-fade.jpg) top left repeat-x #2B231F;
	color: #ffffff;
}

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

a  {
	color: #ffffff;
	text-decoration: none;
}

.norate {
	color: #FFFFFF;
	font-size: 18px;
}

/* STRUCTURE */

#noimg {
	width: 600px;
	margin: auto;
}

#logo {
	background: url(coolblue/header-logo.png) top center no-repeat;
	width: 755px;
	height: 120px;
	margin: auto;
	padding-top: 60px;
}

#homelink {
	display: block;
	height: 66px;
	width: 300px;
	margin-left: 48px;
	text-decoration: none;
}

#logo a {
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#logo a:hover {
	color: #FFFFFF;
}

#logo ul {
	margin-left: 64px;
	margin-top: 4px;
}

#logo ul li {
	float: left;
	background: #FEB401;
	padding: 0;
	margin: 0;
	margin-right: 4px;
	list-style: none;
}

#enterlink {
	float: right;
	margin-right: 42px;
	_margin-right: 21px;
	height: 83px;
	width: 201px;
	display: block;
}

#first-time {
	width: 600px;
	padding: 10px;
	color: #FFFFFF;
	background: #EE2437;
	margin: 25px auto;
}

#first-time h2 {
	margin: 2px;
	padding: 0;
}

#first-time a {
	color: #FFFF99;
	font-weight: bold;
}

.sharelink {
	float: right;
	padding-top: 20px;
}

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

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

#tagline {
	background-color:#ffffff;
}

#rss a {
	color: #fff;
}

.post {
	background: url(coolblue/content-fade.jpg) 0 36px repeat-x;
	padding-left: 15px;
	padding-right: 15px;
}

#image-title {
	font-size: 18px;
	padding: 0 30px;
	height: 40px;
	padding-top: 9px;
	background: url(coolblue/title-fade.png) top left no-repeat;
	_background: none; /* for ie6 */
	min-width: 197px;
}

#helpus {
	line-height: 30px;
	margin-bottom: 6px;
	font-size: 22px;
	display: block;
}

.section-title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFDC3F;
	clear: both;
	text-align: left;
	background: url(coolblue/white-fade.jpg) bottom left no-repeat;
}

#content {
}

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

#footer  {
}

/* 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: #EE2437 !important;
	font-weight: bold !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: #255a93;
}

.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: #e9f1fa;
}

.widgetlist  h3  {
	color: #fff;
	background-color:#255a93;
}

.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:#A7C601 !important;
	border:1px solid #1B4161;
	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;
}