/*
Version: 2.3.2
Author: c.bavota
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	color: #205B87;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

body {
	color: #444;
	margin: auto;
	padding: 0 20px;
	font: 14px "Times New Roman", Georgia, Times, serif;
	letter-spacing: 0.5px;
	word-spacing: 1px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #222;
	letter-spacing: 0.5px;
	word-spacing: 1px;
}

textarea {
	width: 97%;
}

.small {	
	color: #333333;	
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	margin: 0;
}

/* Header Elements */

#header {
	background: #fff;
	float: left;
	width: 100%;
}

#search-header {
	width: 180px;
}

#login {
	height: 16px;
	font-size: 13px;
	color: #fff;
	text-align: right;
	padding: 7px 10px 9px;
	background: url(images/login.png) repeat-x;
}

#login a {
	color: #fff;
}

#login ul {
	padding: 0;
	margin: 0;
}

#login ul li {
	display: inline;
}

.dot:before {
	content: url(images/whitedot.png) " ";
}

#title {
	font-size: 43px;
	margin: 20px 0 0;
	padding: 0;
	line-height: 30px;
	letter-spacing: 0.5px;
	word-spacing: 1px;
}

#title a {
	color: #222;
}

#title a:hover {
	color: #cc0000;
	text-decoration: none;
}

#description {
	font-size: 15px;
	margin: 7px 0 15px;
	padding: 0;
}

/*
#rss {	
	float: right;
	clear: both;
	position: relative;
	right: 15px;
	bottom: 11px;
	font-size: 13px;
}
*/

#navigation {
	clear: left;
	background: url(images/login.png) repeat-x;
	float: left;
	width: 100%;
	height: 25px;
}

ul.menu * {
	margin: 0;
	padding: 0
}

ul.menu ul {
	position: absolute;
	top: 25px;
	left: 0;
	background: #d1d1d1;
	display: none;
	opacity: 0;
	list-style: none;
}

ul.menu ul li {
	position: relative;
	border: 1px solid #aaa; 
	width: 159px;
	margin: 0
}

ul.menu ul li a {
	display: block;
	padding: 5px 7px 5px 12px;
	color: #555;
	background-color: #d1d1d1;
	border-right: 0;
	font-size: 13px;
}

ul.menu ul li a:hover {
	background-color: #c5c5c5
}

ul.menu ul ul {
	left: 159px;

}

ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu li {
	position: relative;
	font-family: "Times New Roman", Georgia, Times, serif;
	list-style-type: none;
	float: right;
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 0 3px 0;
	margin: 0;
	position: relative;
}

ul.menu a {
	display: block;
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #fff;
	padding: 0 15px;
}

ul.menu a:hover {
	color: #444;
	background: #c5c5c5;
	text-decoration: none;
}

ul.menu .menulink:hover, ul.menu .menuhover {
	color: #444;
	background-color: #c5c5c5;
}

#sub-navigation {
	clear: both;
	border-bottom: 1px solid #222;
	float: right;
	width: 100%;
	padding-top: 1px;
}

#sub-navigation img {
	float: right;
	position: relative;
	top: 1px;
}

#sub-navigation ul {
	padding-right: 6px;
	margin: 0;
}

#sub-navigation li {
	list-style-type: none;
	float: right;
	text-transform: none;
	font-size: 14px;
	padding: 0;
	margin: 5px 0;
	letter-spacing: 0.25px;
	word-spacing: 0.5px;
	border-left: 1px solid #666;
}

/* #sub-navigation ul.pages li:before {
	content: "|";
	position:  relative;
	top: 2px;	
} */

#sub-navigation a {
	color: #222;
	padding: 3px 9px 3px 7px;
}

#sub-navigation a:hover {
	text-decoration: underline;
}

/* Main Elements */

#mainwrapper {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	background: #fff;
}

#sidebar {
	float: left;
	margin: 0 10px;
	padding: 5px 0 0;
}

#secondsidebar {
	float: left;
	margin: 0 10px;
	padding: 5px 0 0;
}

.side {
	line-height: 18px;
	font-size: 15px;
	margin-bottom: 0;
}

.side-widget {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 10px 15px;
	background: url(images/bg-hatch.gif);
	border: 1px solid #ddd;
}

.side-widget ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.side-widget ul li {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

.side-widget ul li {
	padding-left: 7px;
	margin: 10px 0 0 0;
	line-height: 14px;
	border-left: 1px dotted #cc0000;
}

.side-widget h2 {
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 5px;
	margin-top: 0;
	text-align: center;
	text-transform: none;
}

.side-widget .storycontent {
	border-bottom: 1px solid #ddd;
}

.side-widget .noline {
	border-bottom: 0;
}

.posts {
	border-bottom: 0px solid #aaa;
	margin-bottom: 20px;
	float: left;
}

.posts h2 {
	margin: 10px 0 0 0;
}

.posts ul {	
	position: relative; 
	right: 10px;
	left: 15px;
}

.posts img {
	margin: 10px 10px 5px 0;
}

.readmore {
	color: #cc0000;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #222;
	background: #fff;
}

/* Left Content Elements */

#leftcontent {
	float: left;
	margin: 0 10px;
	padding: 0;
}

#leftcontent h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
}

#leftcontent h1.catheader {
	margin-top: 3px;
	color: #cc0000;
	font-weight: normal;
}
	
#leftcontent .post h1, 
#leftcontent .twopost h1, 
#leftcontent .threepost h1 {
	margin-top: 5px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 24px;
	line-height: 26px;
	color: #222;
	}
		
#leftcontent .post h1 {
	color: #000;
	margin-top: 3px;
}		
		
#leftcontent .twopost h1 {
	font-size: 22px;
	line-height: 24px;
	margin-top: 0;
}
	
#leftcontent .threepost h1 {
	font-size: 20px;
	line-height: 22px;
}

#leftcontent .single h1 {
	margin-top: 5px;
	font-size: 24px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight: normal;
	line-height: 26px;
	color: #222;
}
		
#leftcontent h5 {
	margin: 0;
	padding: 0;
/*	color: #cc0000; */
	margin-bottom: 5px;
	font: italic bold 14px, "Times New Roman", Georgia, Times, serif;
}
	
#leftcontent .postmetadata {
	clear: both;
	line-height: 14px;
}
		
#leftcontent .post .entry {
	font-size: 14px;
	line-height: 18px;
}
		
/* This is your subtitle style */

#leftcontent p.sub {
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0;
	}

/* This is your blockquote style */
	
#leftcontent blockquote p {
	width: 200px;
	font-size: 26px;
	line-height: 28px;
	float: right;
	margin: 10px 0 10px 30px;
	font-style: italic;
	}

.more-link {
	font-size: 12px;
	text-align: right;
	color: #cc0000;
}

.tags a {
	color: #cc0000;
}

.meta {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 12px;
	color: #888;
}

.post {
	float: left;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

 .post img {
	float: left;
	margin: 0 15px 10px 0;
} 

.entry img {
	border: 0;
	float: left;
} 

#twocol {
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	background: url(images/line.png) repeat-y 50% 0;
}

#twocol img {
	width: 125px;
	float: left;
	margin: 0;
	margin: 0 10px 5px 0;
}

#twocol h1 {
	font-size: 20px;
	line-height: 22px;
}

.mainhr {
	float: left;
	background: #aaa;
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
}

.twopost {
	width: 46%;
	float: left;
}

.twopost2 {
	margin-left: 7.5%;
}

.twopost h2 {
	margin: 0;
	font-size: 18px;
	line-height: 20px;
}


#threecol {
	float: left;
	background: url(images/line.png) repeat-y 31.5% 0;
	margin-top: 3px;
}

#threecol2 {
	float: left;
	padding: 0;
	background: url(images/line.png) repeat-y 67% 0;
}

#threecol img {
	width: 60px;
	float: left;
	margin: 0 10px 5px 0;
}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #aaa;
	padding-top: 10px;
}

.threepost h2 {
	margin: 0;
	font-size: 18px;
	line-height: 20px;
}

.threepost2, .threepost5 {
	padding: 10px 0 0;
	margin: 0 6%;
}

.threepost1, .threepost2, .threepost3 {
	border-top: 0;
}

.threepost1, .threepost4 {
	clear: left;
}

/* Other Elements */

.red, .entry a {
	color: #cc0000;
}

#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
}

#tagcloud a {
	color: #cc0000;
}

/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
}

#postcomments {
	padding-top: 20px;
}

h4#comments, #respond h3 {
	color: #333;
	font: normal 240% "Times New Roman", Georgia, Times, serif;
	margin: 0 0 .1em;
	padding: 0 0 .1em;
}

#respond p {
	font-size: 12px;
	margin: 0 0 1em;
}

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

ol.commentlist li {
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 10px;
	padding: 5px 7px 5px 64px;
	position: relative;
}

ol.commentlist li.pingback comment-author {
	padding: 0 170px 0 0;
}

ol.commentlist li div.vcard {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	font-family: "Times New Roman", Georgia, Times, serif;
}

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-size: 12px;
}

ol.commentlist li div.vcard cite.fn a.url, .cancel-comment-reply a {
	color: #cc0000;
	text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover, .cancel-comment-reply a:hover {
	color: #000;
}

ol.commentlist li div.vcard img.avatar {
	background: #fff;
	border: 1px solid #aaa;
	padding: 5px;
	left: 7px;
	position: absolute;
	top: 7px;
}

ol.commentlist li div.comment-meta {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	font-family: "Times New Roman", Georgia, Times, serif;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 5px;
}

ol.commentlist li div.comment-meta a {
	color: #205B87;
	text-decoration: none;
}

ol.commentlist li p {
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	font-family: "Times New Roman", Georgia, Times, serif;
	margin: 5px 0 12px;
}

ol.commentlist li ul {
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	font-family: "Times New Roman", Georgia, Times, serif;
	list-style: square;
	margin: 0 0 12px;
	padding: 0;
}

ol.commentlist li div.reply {
	background: #999;
	border: 1px solid #666;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	font: bold 10px/1 "Times New Roman", Georgia, Times, serif;
	padding: 6px 5px 4px;
	text-align: center;
	width: 36px;
}

ol.commentlist li div.reply:hover {
	background: #cc0000;
	border: 1px solid #cc0000;
}

ol.commentlist li div.reply a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

ol.commentlist li ul.children {
	list-style: none;
	margin: 12px 0 0;
	text-indent: 0;
}

ol.commentlist li ul.children li.depth-2 {
	margin: 0 0 3px;
}

ol.commentlist li ul.children li.depth-3 {
	margin: 0 0 3px;
}

ol.commentlist li ul.children li.depth-4 {
	margin: 0 0 3px;
}

ol.commentlist li ul.children li.depth-5 {
	margin: 0 0 3px;
}

ol.commentlist ul.children li.odd {
	background: #fff;
}

ol.commentlist ul.children li.even {
	background: #f6f6f6;
}

ol.commentlist li.pingback div.vcard {
	padding: 0 170px 0 0;
}

.commentnumber {
	position: absolute;
	left: 7px;
	bottom: 3px;
	font-size: 15px;
	color: #ccc;
}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft, div.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright, div.alignright {
	float: right;
	margin-left: 10px;
}

.alignnone {
	margin: 5px 0;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	margin: 5px 0 5px 0;
	padding: 10px 0 7px 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
   margin: 0 0 5px 0;
   padding: 0;
   border: 0 none;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	text-align: center;
	float: left;
}

#today {
	color: #cc0000;
}

#wp-calendar {
	margin: auto;
}

/* Plugin Elements */

/* Amazon Widgets Shortcodes */
div.awsshortcode-booklist {
	clear: left;
	padding: 10px 0 0 0;
}

div.awsshortcode-booklist a.awshortcode-product-image img {
	width: 95px;
	margin-top: 3px;
}

div.awsshortcode-booklist a.awshortcode-product-image img img {
	width: 1px;
}

div.awsshortcode-booklist h4 {
	line-height: 0;
}

.amzshcs-item img {
	display: block;
	clear: both;
	width: 60%;
	height: inherit;
	margin-right: 20%;
	margin-left: 20%;
	padding: 0;
}

.amzshcs-item p {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Really Simple CAPTCHA and Contact Form 7 */
.captcha {
	border: 1px solid #aaa;
	height: 20px;
}

.inpost-form {
	border-top: 1px solid #aaa;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px outset #aaa;
	background-color: #f3f3f3;
	padding-right: 20px;
	padding-left: 20px;
}

.inpage-form {
	float: left;
	clear: both;
	display: block;
}

/* Add to Any  */
.addtoany_share_save_container {
	margin: 15px 0 8px 0;
}
	
ul.addtoany_list {
		display:inline;
		margin:0 !important;
		padding:0 !important;
	}
	
ul.addtoany_list li {
		background:none;
		border:0;
		display:inline !important;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
		line-height:10px;
	}
	
ul.addtoany_list li:before {
	content:"";
	}
	
ul.addtoany_list li a {
	padding:0 6px 0 0
}
	
ul.addtoany_list img {
		float:none;
		width:16px;
		height:16px;
		border:0;
		margin:0;
		padding:0;
		vertical-align:middle;
	}
ul.addtoany_list a img {
		opacity:1;
		-moz-opacity:1;
		filter: alpha(opacity=100);
	}
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img {
		opacity:.6;
		-moz-opacity:.6;
		filter:alpha(opacity=60);
	}
a.addtoany_share_save img {
	border:0; 
	width:auto;
	height:auto;
}
