﻿* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.break {
	clear: both;	
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #275b7e;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #125d7d;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #444;
		text-decoration: underline;
	}
h2 {
	color: #000000;
	padding-bottom: 15px;
}
h3 {
	color: #125d7d;
}
#container {
	width: 864px;
	margin: 0 auto;
}
#header {
	height: 110px;
}
#logo {
	float: left;
	font-family: Century Gothic;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 26px;
	padding-left: 0;
}
#logo h2 a {
	color: #275b7e;
	font-size: 27px;
	letter-spacing: -1px;
	text-decoration: none;
}
#logo h3 {
	color: #8d8e8e;
	font-size: 15px;
}
#header ul.navigation {
	list-style: none;
	display: block;
}
#header ul.navigation li {
	display: block;
	float: left;
	padding-bottom: 10px;
}

#header ul.navigation li a {
	display: block;
	width: 101px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	color: #275b7e;
	font-weight: bold;
	background: url(images/nav.gif) no-repeat top;
}
#header ul.navigation li a:hover {
	background: url(images/nav-hover.gif) no-repeat top;
	color: #fff;
}
#content {
	margin-top: 30px;
	clear: both;
	width: 864px;
	padding-bottom: 20px;
	background: url(images/content-top.gif) no-repeat top #f8f8f8;
}
#content .post ul {
	margin-bottom: 12px;
}

#content .post li {
	margin-left: 17px;
}

div.post {
	width: 570px;
	padding: 18px;
	padding-bottom: 0;
	float: left;
}
div.post h2 a {
	color: #18384E;
	padding-top: 10px;
	font-size:24px;
	text-decoration: none;
	padding-bottom: 5px;
}
div.post  p {
	line-height: 1.4em;
	font-size: 13px;
	color: #000000;
	padding-bottom: 10px;
}
div.post small {
	display: block;
	font-size: 10px;
	color: #444;
	line-height: 1.6em;
	padding-bottom: 10px;
}
div.post .info {
	background: #e5e4e4;
	border: 1px solid #c2bebe;
	padding: 6px;
	width: 580px;
	display: block;
	color: #444;
	font-size: 11px;
}
#sidebar {
	width: 240px;
	float: right;
	padding-top: 20px;
}
#sidebar p {
	display: block;
	font-size: 12px;
	color: #444;
	line-height: 1.5em;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
#sidebar h2 {
	width: 225px;
	text-align: center;
	color: #999;
	background: url(images/sidebar-header.gif) no-repeat top;
	font-size: 14px;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-weight: bold;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	display: block;
	width: 210px;
	padding-left: 20px;
	text-decoration: none;
	color: #999999;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
}
#sidebar ul li a {
	color: #999999;
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#footer {
	background: url(images/content-bottom.gif) no-repeat top;
	width: 864px;
	padding: 30px 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
	#footer a {
		color: #fff;
	}
#comments {
	width: 580px;
	padding: 10px 15px;
	float: left;
}
#comments h3 {
	padding: 10px 0;
}
#comments form input {
	width: 200px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
#comments form textarea {
	width: 500px;
	height: 200px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
	border: 1px solid #999;
}
#comments ol.commentlist {
	list-style: none;
}
#comments ol.commentlist li {
	padding: 5px;
	margin: 10px 0;
	width: 500px;
	background: #fafafa;
	clear: left;
	line-height: 1.6em;
	font-size: 11px;
	color: #555;
}

/** WPRS **/
.visitsite {
	float: right;
	margin: 0;
}

.visitsite a:link, .visitsite a:visited {
	display: block;
	padding: 2px 5px;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	color: #275b7e;
	text-decoration: none;
	font-weight: bold;
	margin: 1px 0;
	border: 1px solid #c2bebe;
	background-color: #FFFFCC;
}

table.reviewbar {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	width: 580px;
}

.reviewbar td {
	vertical-align: middle;
	padding: 4px;
	color: #444;
	font-family: Tahoma, Arial;
	font-size: 11px;
	border-top: 1px solid #c2bebe;
	border-bottom: 1px solid #c2bebe;
	white-space: nowrap;
	background-color: #E5E5E5;
}

.reviewbar td.icon {
	border-left: 1px solid #c2bebe;
	padding-left: 10px;
	padding-right: 0;
}

.reviewbar td.text {
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D3D3;
}

/** Ads **/

#sidebar-adsense {
	margin: 10px 5px;
}

#header-adsense {
	float: right;
	margin: 22px 0 0;
}

#linkunit {
	margin: 7px 0 7px -5px;
}

