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

@import "css/layout.css";
@import "css/content.css";

.clear {
	clear:both;
	margin:0;
	padding:0;
	height:0;
	border:0;
}

#main #right_column .promo_panels #pp_blogarchive h3 {
	background-image:url(images/headings/sidebar-heading-archives.gif);
	height:25px;
}

#main #right_column .promo_panels #pp_blogcats h3 {
	background-image:url(images/headings/sidebar-heading-categories.gif);
	height:25px;
}

#main #right_column .promo_panels #pp_bloglinks h3 {
	background-image:url(images/headings/sidebar-heading-links.gif);
	height:25px;
}

#main #right_column .promo_panels #pp_blogfeed h3 {
	background-image:url(images/headings/sidebar-heading-feed.gif);
	height:25px;
}

#main #right_column .promo_panels .promo_panel ul li {
	list-style-type:none;
	color:#E40712;
	text-transform:lowercase;
}

#main #right_column .promo_panels .promo_panel ul li:before {
	content:"\003E\00A0";
}

#breadcrumb_panel .links {
	width:680px;
	float:left;
}

#breadcrumb_panel .search-form {
	margin:0;
	padding:0 0 0 32px;
	width:192px;
	height:20px;
	float:left;
	background-color:#e8e8e9;
	color:#666669;
	font-size:9px;
	line-height:20px;
	overflow:hidden;
	background:#e8e8e9 url(images/search-field-bg-L.gif) left top no-repeat;
}

	#breadcrumb_panel .search-form form {
		padding:0 14px 0 0;
		width:178px;
		background:#e8e8e9 url(images/search-field-bg-R.gif) right top no-repeat;
	}
	
	#breadcrumb_panel .search-form form input.text {
		margin:0;
		padding:4px 2px 0 2px;
		border:0;
		width:176px;
		height:16px;
		line-height:16px;
		font-size:1.2em;
		letter-spacing:0.03em;
		color:#929292;
		background:#fff url(images/search-field-bg-rptr.gif) left top repeat-x;
	}
	
.entry ul {
	margin:0 0 0 20px;
	padding:0;
}

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

.post {
	margin:0;
	padding:0 0 20px 0;
	position:relative;
	background-color:#e0edf6;
	overflow:hidden;
}

	.post-left {
		margin:0;
		padding:0;
		width:5px;
		height:260px;
		float:left;
		background:#e0edf6 url(images/blog/blog-post-bg-L.jpg) left top no-repeat;
	}	
	
	.post-right {
		margin:0;
		padding:0;
		width:5px;
		height:260px;
		float:right;
		background:#e0edf6 url(images/blog/blog-post-bg-R.jpg) right top no-repeat;
	}
	
	.entry {
		margin:0;
		padding:15px 10px 10px;
		width:657px;
		float:left;
		background:transparent url(images/blog/blog-post-bg-rptr.jpg) center top repeat-x;
	}
	
	.entry.stars {
		background:transparent url(images/blog/stars-bg.jpg) center top no-repeat;
	}
	
	.search-no-results #content h2, .search-no-results #content p.center {
		margin-top:20px;
		text-align:center;
	}
	
	.search-no-results #content #searchform input {
		display:block;
		margin:0 auto;
		height:25px;
		width:250px;
		text-align:center;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-o-border-radius:10px;
		-khtml-border-radius:10px;
		border-radius:10px;
	}
	
	#content .post h2 {
		width:500px;
		font-size:22px;
		line-height:28px;
		color:#010e19;
		border:none;
		text-transform:none;
	}
	
		#content .post h2 a {
			display:block;
			width:500px;
			font-size:inherit;
			line-height:inherit;
			color:#010e19;
			text-decoration:none;
		}
		
		#content .post h2 a:link, #content .post h2 a:visited, #content .post h2 a:active, #content .post h2 a:hover, #content .post h2 a:focus {
			font-size:inherit;
			line-height:inherit;
			color:#010e19;
			text-decoration:none;
		}
	
	.post-content {
		position:relative;
		margin:0;
		padding:5px 0 15px 0;
		line-height:1.5em;
		min-height:233px;
	}
		
	.post-image {
		margin:-4px 0 0 10px;
		padding:0;
		width:380px;
		float:right;
		color:#fff;
		background:transparent url(images/blog/post-image-bg-rptr.png) center top repeat-y;	
	}		
		.post-image .post-image-container {
			padding-top:5px;
			background:transparent url(images/blog/post-image-bg-top.gif) left top no-repeat;
		}
		
		.post-image img {
			display:block;
			margin:0 auto;
			padding:0;
			border:1px solid #fff;
		}
		
		
		
		.post-image-btm {
			margin:0;
			padding:0;
			height:8px;
			background:#e0edf6 url(images/blog/post-image-bg-btm.gif) left top no-repeat;
		}
	
	.post-interact {
		position:absolute;
		margin:0;
		padding:0 0 12px;
		right:0;
		top:-116px;
		width:170px;
		background:transparent url(images/blog/drop-down-blue-bg-btm.png) left bottom no-repeat;
	}
	
	.post-interact.alt {
		background-image:url(images/blog/drop-down-white-bg-btm.png);
	}
	
	.post-interact ul {
		display:block;
		margin:0;
		padding:5px 0 0 4px;
		background:transparent url(images/blog/drop-down-blue-bg-rprtr.png) left top repeat-y;
	}
	
	.post-interact.alt ul {
		background-image:url(images/blog/drop-down-white-bg-rprtr.png);
	}
	
	.post-interact ul li {
		height:26px;
		list-style-type:none;
	}
	
	.post-interact ul li:hover {
		background-color:#d2e9f5;
	}
	
	.post-interact.alt ul li:hover {
		background-color:#ebf6fb;
	}
	
	.post-interact li a {
		display:block;
		margin:0;
		padding:5px 0 5px 12px;
		height:16px;
		outline:0;
	}
	
	.post-interact ul li.last-child {
		padding:10px 0 0 12px;
		height:16px;
		background:none;
	}
	
	.post-interact ul li.last-child:hover {
		background-color:transparent;
	}
	
	.post-interact li a span {
		display:none;
	}
	
	.post-interact a.share-link {
		display:block;
		margin:0;
		padding:0;		
		width:68px;		
		height:16px;
		float:left;
		background:transparent url(images/blog/btn-share.png) left top no-repeat;
	}
			
			.post-interact a.share-link:link, .post-interact a.share-link:visited, .post-interact a.share-link:active {
				background-position:0 -32px;
			}
			
			.post-interact a.share-link:hover, .post-interact a.share-link:focus {
				background-position:0 -16px;
			}
			
			.post-interact a.share-link.open {
				background-position:0 0;
			}
			
		
	.post-interact a.comment-link {
		display:block;
		margin:0;
		padding:0;
		width:80px;		
		height:16px;
		float:left;
		background:transparent url(images/blog/btn-comment.png) left top no-repeat;
	}
			
		.post-interact a.comment-link:link, .post-interact a.comment-link:visited, .post-interact a.comment-link:active {
			background-position:0 -16px;
		}
		
		.post-interact a.comment-link:hover, .post-interact a.comment-link:focus {
			background-position:0 0;
		}
		
	.post-footer {
		clear:both;
		margin:0;
		padding:10px 0 1px 0;
		color:#6e9ec1;
		text-align:right;
		background:transparent url(images/blog/blog-post-footer-grv.gif) left bottom repeat-x;
	}
	
	.wp-caption {
		padding:5px 0 0;
		text-align:center;
		background-color:#fff;
		-moz-box-shadow: 0 6px 4px #888;
		-webkit-box-shadow: 0 6px 4px #888;
		box-shadow: 0 6px 4px #888;
	}
	
	.wp-caption img {
		display:block;
		margin:0 auto;
	}
	
	.wp-caption.alignleft {
		clear:both;
		margin:0 10px 10px 0;
		float:left;
	}
	
	.wp-caption.alignright {
		clear:both;
		margin:0 0 10px 10px;
		float:right;
	}
	
	body.home .post-footer, body.category .post-footer, body.archive .post-footer {
		position:absolute;
		bottom:37px;
		width:275px;
	}
	
	body .post-footer.full-width {
		width:657px;
	}
	
	.footer-left {
		display:block;
		float:left;
		width:420px;
		text-align:left;
	}
	
	body.home .footer-left, body.category .footer-left, body.archive .footer-left {
		width:80px;		
	}
	
	.footer-left a {
		color:#0064aa;
		text-decoration:none;
		text-align:left;
	}
	
	body.home .footer-left a, body.category .footer-left a, body.archive .footer-left a {
		text-transform:uppercase;
	}
	
		.footer-left a:link, .footer-left a:active, .footer-left a:visited {
			color:#0064aa;
			text-decoration:none;
		}
		
		.footer-left a:hover, .footer-left a:focus  {
			color:#0064aa;
			text-decoration:underline;
		}
		
	
	#comments {
		padding:0 15px;
	}
	
	#comments ol {
		margin:0;
		padding:0;
	}
	
	#comments ol li {
		margin:0 0 20px;
		padding:0;
		list-style-type:none;
		background:url(images/blog/comment-bg-rptr.gif) left top repeat-y;
	}
	
	#comments ol li .commenttext {
		padding:12px 12px 0;
		color:#161d23;
		background:url(images/blog/comment-bg-top.gif) left top no-repeat;
	}
	
	#comments ol li cite {
		display:block;
		padding:15px 0 0;
		width:607px;
		height:13px;
		color:#365870;
		font-style:normal;
	}
	
		#comments ol li .commenttext a, #comments ol li cite a, #comments ol li cite .date a {
			color:#365870 !important;
		}
		
		#comments ol li.odd cite {
			padding-left:50px;
			background:url(images/blog/comment-bg-btm-L.gif) left top no-repeat;
		}
		
		#comments ol li.even cite {
			padding-right:50px;
			text-align:right;
			background:url(images/blog/comment-bg-btm-R.gif) left top no-repeat;
		}
		
	#comments ol li > em {
		display:block;
		padding:10px 0 0 3px;
		color:#527e94;
		background:#dceef7;
	}
	
	h3.comments span, h3.respond span, h3.trackbacks span {
		display:none;
	}
	
	h3.comments {
		display:block;
		width:98px;
		height:24px;
		background:transparent url(images/blog/h3-comments.gif) left top no-repeat;
	}
	
	h3.respond {
		display:block;
		width:78px;
		height:24px;
		background:transparent url(images/blog/h3-respond.gif) left top no-repeat;
	}
	
	h3.trackbacks {
		display:block;
		width:108px;
		height:24px;
		background:transparent url(images/blog/h3-trackbacks.gif) left top no-repeat;
	}
	
	#respond-form input, #respond-form textarea {
		margin:0;
		padding:1px 2px;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		background-color:#fff;
		border:none;
	}

	
p.top_info {
	background-color:#fff;
}

.gallery {
	clear:right;
	padding:20px 0px;
}

.gallery a {

	padding:0px 12px 0px 0px;
}

.gallery a img {
	border:1px solid #fff;	
}

.flowplayer_container {
	clear:both;
}

.navigation a {
	display:block;
	margin:10px;
	padding:5px 10px;
	color:#527e94 !important;
	background:#aed6ea;
	border:1px solid #7dc2e1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow: 1px 1px 4px #888;
	-webkit-box-shadow: 1px 1px 4px #888;
	box-shadow: 1px 1px 4px #888;
}

.navigation .alignleft a {
	float:left;
}

.navigation .alignright a {
	float:right;
}

#recaptcha_widget_div:before {
	content:"Please enter the words you see below";
}

#recaptcha-submit-btn-area {
	margin-top:10px;
}