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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 25px 0;
	background:#eee;
}

body5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000
}

.clear { clear:both; }
.left { float:left; }
.right { float:right; }

a img { border:none; }

a { color:#035e8b; } /* 73a42f */

a:hover { color:#0a9de5; } /* 8ecd37 */

form { margin:0; padding:0; }

/* */

.wrapper {
	width:960px;
	margin:auto;
}

.header {
	background:#fff;
	padding:30px 0 0 0;
}

.logo { float:left; }

.header_subscribe {
	text-align:right;
	font-size:12px;
	text-transform:uppercase;
}

.header_subscribe a {
	padding-right:20px;
	background:url('/images/feed-icon-14x14.png') no-repeat right center;
}

.tagline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	padding-top:24px;
}

.nav {
	background:#035e8b;
}

.nav .wrapper {
	width:958px; /* To line up with border below */
}

.nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.nav ul li {
	float:left;
}

.nav ul li a {
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

.nav ul li a:hover, .nav ul li a.current {
	background:#0a9de5;
}

.nav .search {
	float:right;
	padding-top:8px;
	line-height:100%
}

.searchinput {
	border:1px solid #ccc;
	font-size:12px;
	width:120px;
	height:15px;
	font-family:'Trebuchet MS', Verdana,Arial, Helvetica, sans-serif;
	margin-right:5px;
}

.searchsubmit, .submitbutton {
	background:#ff7c2b;
	border:1px solid #c60;
	color:#fff;
	font-size:12px;
	font-family:'Trebuchet MS'Verdana,Arial, Helvetica, sans-serif;
}

.submitbutton {
	font-size:10px;
	height:20px;
}

.content_container {
	background:#eee;
}

.content {
	background:#fff;
	border:1px solid #999;
	border-top:none;
	padding:20px;
}

.main {
	float:left;
	width:600px;
}

.sidebar {
	width:290px;
	float:right;
}

.sidebar .section, .callout {
	border:1px solid #bbb; /* bb8 */
	background:#f3f3f3; /* f8f5e6 */
	padding:10px;
	font-size:12px;
	color:#333;
	margin-bottom:15px;
}

.sidebar h3 {
	font-size:16px;
	color:#000;
	margin:0;
	padding:0 0 2px 0;
	border-bottom:1px dotted #996;
}

.sidebar p {
	margin-left:5px;
	margin-right:5px;
	line-height:140%;
}

/*
.callout {
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
	padding-bottom:6px;
	padding-top:4px;
}
*/

.callout {
	background:#f3f3f3 url('/images/arrow.gif') no-repeat top right;
	font-size:16px;
	color:#666;
}

.callout strong {
	color:#000;
}

.callout .arrows {
	float:right;
	font-size:40px;
	line-height:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#aaa;
}

.post {
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

.post h2, .post h2 a {
	/* color:#f60; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	margin:0;
	padding:0;
	text-decoration:none;
}

.post h2 a:hover {
	/* color:#e50; */
	text-decoration:underline;
}

.post .meta {
	font-size:12px;
	color:#666;
}

.post .entry {
	margin:0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post .entry p {
	line-height:150%;
}

.post .categories {
	font-size:13px;
	padding:5px 0 15px 0;
}

.post .addthis {
	float:right;
	padding-top:5px;
}

/* comments */

.comments {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

.commentlist {
	margin:1em 0;
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:10px;
	border:1px solid #ccc;
	background:#fcfcfc;
	font-size:13px;
	margin-bottom:5px;
}

.commentlist cite {
	font-size:14px;
}

.commentlist .avatar {
	float:left;
	margin:1em 10px 10px 0;
}

.commentlist .commenttext {

}

.commentlist .commentmetadata {
	font-size:12px;
	color:#999;
	text-align:right;
}

.comments #comment {
	width:600px;
}

code {
	font-size:12px;
}

.footer_nav {
	margin-top:15px;
	font-size:13px;
}

.footer_nav .wrapper {
	width:928px;
	border:1px solid #ccc;
	padding:15px;
}

.footer_nav .column {
	width:300px;
	margin-right:14px;
	float:left;
}

.footer_nav .last {
	margin-right:0;
}

.footer_nav h4 {
	margin:0;
	padding:0;
	font-size:14px;
}

.footer_nav ul {
	margin: 5px 0 0 0;
	padding:0;
	list-style:none;
}

.footer_nav ul li {
	margin:0;
	padding:0;
}

.footer_nav ul li a {
	display:block;
	color:#035e8b;
	padding:5px 10px;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	text-decoration:none;
}

.footer_nav ul li a:hover {
	color:#fff;
	background:#0a9de5;
}

.footer {
	margin-top:20px;
	color:#666;
	font-size:12px;
	text-align:center;
	font-style:italic;
}