@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	color: #444;
	font-size: 12px;
	line-height: 18px;
	background: #fff;
}
h1 {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0000ff;
	font-size: 32px;
	line-height: 48px;
}
h2 {
	color: #6d6d70;
	margin: 7px 0;
	font-size:20px;
}
h3 {
	color: #6d6d70;
	margin: 7px 0;
	font-size:18px;
}
p {
	padding: 7px 0;
}
blockquote {
	display: block;
	background: #f6f4f0;
	padding: 5px 10px;
	margin: 10px 30px;
}
.align-right {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.wp-caption {
	border: 1px solid #34a3bc;
	background: #e8f6f8;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
.top-share {
	margin: 15px 0 10px 0;
}
.body-ad {
	width: 336px;
	float: right;
}
.footer-ad {
	margin-top: 20px;
}
.footer-share {
	margin: 10px 0;
}
.entry {
	margin-bottom: 25px;
}
.top-link-ads {
	margin-bottom: 20px;
}
#header-line {
	height: 10px;
	background: #2b8a9d;
	border-bottom: 4px solid #34a3bc;
}
#wrap {
	width: 800px;
	margin: 0 auto;
}
#header {
	padding: 10px;
	color: #404040;
}
#header a {
	color: #2b8a9d;
	text-decoration: none;
}
#header a:hover {
	color: #2b8a9d;
	text-decoration: underline;
}

#content {
	min-height: 400px;
	width: 530px;
	float: right;
	border-top: 2px solid #34a3bc;
	padding: 5px 10px 20px 10px;
}

#content a {
	color: #0000ff;
	text-decoration: none;
}
#content a:hover {
	color: #0000ff;
	text-decoration: underline;
}
#content small {
	display: block;
	color: #9b9b9b;
	font-size: 10px;
	margin: 5px 0 10px 0;
}
#content h4 {
	color: #6d6d70;
	margin: 7px 0;
	font-size:16px;
}
#content ul, ol {
	margin: 5px 0 5px 30px;
}
#content .commentlist {
	list-style: none;
	display: block;
	margin-top: 20px;
}
#content-details {
	margin: 20px;
	color:#666;
	font-style: italic;
}
#comments {
	margin-top: 20px;
}
#respond {
	margin-top: 20px;
}
#searchform {
	margin-bottom: 20px;
}
#sidebar {
	width: 220px;
	float: left;
	border-top: 2px solid #34a3bc;
	background: #e8f6f8;
	padding: 20px 10px 10px 10px;
}
#sidebar ul {
	list-style: none;
	margin-bottom: 20px;
}
#sidebar ul li:before {
	content: "\25D8 \0020";
	color: #525252;
	font-size: 15px;
}
#sidebar li a:link, li a:visited {
	color: #6d6d70;
	text-decoration: none;
	border: none;
}
#sidebar li a:hover, li a:active {
	color: #6d6d70;
	text-decoration: none;
	border-bottom: #6d6d70 1px solid;
}
#sidebar h4 {
	color: #0000ff;
	font-size: 13px;
	margin-bottom: 3px;
}
#footer {
	clear: both;
	background: #e8f6f8;
	color: #2b8a9d;
	border-top: 1px solid #34a3bc;
	padding: 10px;
	margin-bottom: 5px;
}
#footer a {
	color: #2b8a9d;
	text-decoration: none;
}
#footer a:hover {
	color: #2b8a9d;
	text-decoration: underline;
}
