/* Structure */
#header-alt {
  display: none;
}

body {
	text-align: center;
	color: #333;
	background: #fff;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
div#header {
	background: #9f0500 url('../images/header_bg.jpg') repeat-x bottom;
	text-align: center;
	width: 100%;
	height: 75px;
}

div#logo {
background: url('../images/logo.jpg') no-repeat 0 10px;
height: 75px;
width: 540px;
margin: auto;
}

div#header img {
  margin-left: -500px;
  padding:  10px 0px 0px 0px;
}

div#nav {
	position: relative;
	background: url('../images/nav_bg.jpg') repeat-x #000;
	width: 100%;
	padding-left: 0px;
	height: 39px;
	text-align: left;
}
div.inner {
	width: 1020px;
	margin: auto;
	text-align: left;
	padding: 15px 0;
}
div#search div.inner {
	padding: 10px 0;
}

div#wrapper {
	text-align: left;
	width: 1020px;
	padding: 0px;
	margin: auto;
	background: #fff;
	background-position: -60px 0px;
}
div#content {
	width: 690px;
	float: left;
	padding: 30px 30px 0 0;
}
ul#sidebar {
	display: block;
	width: 300px;
	float: left;
	padding: 10px 0px 0px 0px;
	font-size: 13px;
}

div#search_form {
	width: 950px;
	margin: auto;
	text-align: right;
padding: 0;
margin-top: -18px;
}

div#search form {
	font-size: 14px;
	width: 40%;
	float: right;
	text-align: right;
}
div#search form * {
}

input#s {
	width: 182px;
}
ul#sidebar input#s {
	width: 100px;
}

/* Typography */
a,
a:active,
a:visited,
a:link {
  color: #9f0500;
  text-decoration:none;
}

a:hover {
  color: #9f0500;
  text-decoration: underline;
}


div#header h1 {
	font-size: 23px;
	font-weight: bold;
	float: left;
	width: 40%;
	text-shadow: 1px 0px #2B4462;
	letter-spacing: 0px;
}
div#header h1 a {
	color: #fff;
	text-decoration: none;
}

ul#sidebar li {
	padding-bottom: 12px;
}

ul#sidebar ul li {
	margin: 0 0 20px;
	padding: 0 0 10px;
}
ul#sidebar li ul li {
	font-size: 13px!important;
	padding-right: 6px;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}

h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #9f0500;
	font-weight: bold;
	margin: 0 0 8px!important;
	letter-spacing: 0px;
}
h2 a {
	color: #9f0500;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
}

h2.widgettitle {
font-weight: bold;
font-size: 18px;
height: 55px;
width: 270px;
color:#fff;
background: url('../images/sidebar_title_bg.jpg') no-repeat;
padding-left: 20px;
padding-top: 16px;
margin-left: 0px;
}

.Advman_Widget {
  padding-left: 5px; 
}
.Advman_Widget h2.widgettitle {
font-weight: normal;
font-size: 13px;
letter-spacing: .2px;
text-transform: uppercase;
color:#A0A0A0;
height: auto;
background: #fff;
padding-left: 0px;
padding-top: 0px;
}
h2.widgettitle a:active,
h2.widgettitle a:link,
h2.widgettitle a:visited,
h2.widgettitle a {
  color: #fff;
  text-decoration: none;
}

h3 {
	font-size: 18px;
	margin: 0 0 8px;
}
div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 16px;
}
div.post-title {
	position: relative;
	width: 680px;
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
	width: 630px;
}
div.single h2 {
	font-size: 180%;
}
div.post-title h3 {
	color: #999;
	font-size: 12px;
}
div.post-title h3 a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 20px;
}
/*
p img {
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
*/
/* Navigation */

#nav0 {
	width: 1020px;
	margin: auto;
	text-align: center;
}

ul#navigation {
	padding: 7px 0px 0px 0px;
	margin-left: -370px;
}
ul#navigation li {
	text-align: left;
	display: inline;
}
ul#navigation li a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	text-shadow: 1px 0px #2B4462;
}
ul#navigation li.active a {
	color: #BFDCFE;
}
ul#navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}

a#rss-link, a#technorati-link {
	display: block;
	float: left;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: 4px;
	text-decoration: none;
	margin: 0 20px 0 0;
}
a#rss-link {
	background: url('../images/rss.gif') no-repeat left center;
	padding: 0 0 1px 17px;
}
a#technorati-link {
	background: url('../images/technorati.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#rss-link strong, a#technorati-link strong {
	color: #666!important;
	border-bottom: 1px dotted #222;
}
a#rss-link:hover strong, a#technorati-link:hover strong {
	color: #ccc!important;
	border-bottom: 1px solid #333;
}

.widget ul {
margin-top: -28px;
margin-left: 4px;
width: 237px;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-left: #2c2c2c 2px solid;
border-bottom: #2c2c2c 2px solid;
border-right: #2c2c2c 2px solid;
}

.widget ul li a:active,
.widget ul li a:link,
.widget ul li a:visited,
.widget ul li a{
color: #000;
text-decoration: none;
font-weight: bold;
}

.widget ul li a:hover {
  text-decoration: underline;
}

li#cat-posts-432776571 ul{
margin-top: -28px;
margin-left: 4px;
width: 237px;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-left: #2c2c2c 2px solid;
border-bottom: #2c2c2c 2px solid;
border-right: #2c2c2c 2px solid;
}

li#cat-posts-432776571 ul li a{
color: #9f0500;
font-weight: bold;
text-decoration: none;
}


img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright1 {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.alignright {
  float: right;
}

img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
	margin-left: 4px;
}

div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}
a {
	color: #0078C8;
}
.homepage div.post {
	padding-left: 6px;
}
.homepage div.post-title  {
	font-size: 90%;
}

blockquote {
  margin: 6px 36px 6px 26px;
  padding: 3px 8px 0px 8px;
  background: #E9E9E9;
}


cite {
	text-align: right;
	/*float: right;*/
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	clear: both;
	padding: 0 0 16px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px dotted #ccc;
}

div.blogarchive {
	margin: 0 0 18px 0;
}

div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 120px;
	clear: left;
	display: block;
}
.comment-author a {
	color: #333;
	text-decoration: none;
}
.comment-author a:hover {
	text-decoration: underline;
}

div.comment-content {
	display: block;
	width: 420px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
height: 67px;
	clear: both;
	background: #9f0500 url('../images/footer_bg') repeat-x;
	width: 100%;
	margin: auto;
}
div#footer p {
	font-size: 10px;
	margin: 0 0 5px 20px;
	color: #000;
padding-top: 10px;
}
div#footer a {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
div#footer a:hover {
	color: #fff;
}
div#footer p#blog-name {
	font-size: 16px;
	color: #aaa;
}
div#footer p#webrevolutionary-link {
	color: #333;
}
div#footer p#webrevolutionary-link a {
	color: #444;
}
div#footer p#webrevolutionary-link a:hover {
	color: #666;
}

ul#footer_navigation {
	width: 1020px;
	margin: auto;
	text-align: center;
	padding-top: 17px;
}
ul#footer_navigation li {
	display: inline;
}
ul#footer_navigation li a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}
ul#footer_navigation li.active a {
	color: #BFDCFE;
}
ul#footer_navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}

p.picks {
font-size: 11px;
line-height: 12px;
margin: 3px 0 0 0px;
padding: 3px 0 0 78px;
}


p.picks em{
font-size: 12px;
font-style: normal;
font-weight: bold;
}

p.picks a{
font-size: 11px;
color: #9f0500;
font-weight:bold;
text-decoration: none;
}

div.picks img{
width: 56px;
height: 56px;
}

.contributor {
font-size: 10px;
line-height: 12px;
margin: 3px 0 0 0px;
padding: 3px 0 0 78px;
}


.contributor em{
font-size: 12px;
font-style: normal;
font-weight: bold;
}

.contributor a{
font-size: 10px;
color: #9f0500;
font-weight:bold;
text-decoration: none;
}

.widget_text {
padding: 0;
margin: 0;
}

li.widget_text h2{
height: 26px;
text-transform: uppercase;
background-image: none;
color: #000;
padding-left: 0px;
margin-bottom: -15px;
}

/* Discuss and Share */

div#show a{
float: right;
background: url('../images/discuss.jpg') no-repeat;
background-position: 0 0;
width: 120px;
height: 30px;
font-weight: bold;
color: #000;
padding: 2px 0 0 0;
margin-bottom: 30px;
}

a.stbutton{
padding:1px 5px 5px 22px;
float: right;
text-decoration: none; 
color: #000; 
font-weight: bold; 
}

.stbuttontext {
color: #000; 
font-weight: bold; 
text-decoration: none; 
line-height:17px;
}

.stico_default{
background:url(http://w.sharethis.com/images/share-icon-16x16.png?CXNID=1000014.0NXC) no-repeat scroll 0 0!important;
background:url(http://w.sharethis.com/images/share-icon-16x16.png?CXNID=1000014.0NXC) no-repeat scroll 0 0;
}

.stico_rotate{
background:url(http://w.sharethis.com/images/rotating-icon.gif?CXNID=1000014.0NXC) no-repeat scroll 0 0!important;
background:url(http://w.sharethis.com/images/rotating-icon.gif?CXNID=1000014.0NXC) no-repeat scroll 0 0;}

.stwrapper{
position:absolute;
width:354px;
z-index:1000000;
margin:0;
padding:0;
top:0;
left:0;
visibility:hidden;}

.stframe{
position:absolute;
z-index:1000020;
left:0;top:0;
}

.stclose{cursor:pointer;z-index:1000030;position:absolute;text-align:right;top:5px;right:8px;text-decoration:none;font-family:Helvetica,Verdana,Arial,sans-serif;}


/* Image Drop Shadow */


.img-shadow {
  float:left;
  background: url('../images/shadowAlpha.png') no-repeat bottom right !important;
  background: url('../images/shadow.gif') no-repeat bottom right;
  margin: 10px 4px 0 10px !important;
  margin: 10px 4px 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: -6px 6px 6px -6px;
  padding: 2px;
  } 

.contributors .img-shadow {
  clear:both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.widget_archive select {
  width: 200px;
  margin-left: 20px;
}

.textwidget {
  margin: 0;
  padding: 0;
}

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* next gen gallery stuff */
.ngg-gallery-thumbnail p {
	width: 160px;
}

/* other custom stuff */
div.datepost {
  position: absolute;
  top: 0;
  left: 650px;
  width: 42px;
  height: 44px;
  border: 1px solid #900500;
  text-align: center;
}

.datepost b {
  padding-top: 2px;
  display: block;
  height: 18px;  
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background: #AD0900;
  text-transform: uppercase;
}

.datepost em {
  clear:both;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
}

.contributor-page div.contributor
{
  font-size: 99%;
  line-height: 120%;
}

.contributor-page div.contributor a
{
  font-size: 95%;
  line-height: 95%;
}
.contributor-page div.contributor em
{
  font-size: 140%;
  line-height: 150%;
}
.contributor-page h2 {
  display: none;
}
.contributor-page li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contributor-page .c-links {
  padding-top: 6px;
}
#editorfavs .ratingblock {
  display:none;
}
#footer-credit a,
#footer-credit a:visited,
#footer-credit a:link,
#footer-credit a:active {
  color: #000000;
}
.commentlist li {
        font-weight: bold;
}

/*
.commentlist li .avatar {
        float: right;
        border: 1px solid #eee;
        padding: 2px;
        background: #fff;
        }
*/

.commentlist img {
	width: 56px;
	height: 56px;
}

.commentlist cite, .commentlist cite a {
	color: #000000;
        font-weight: bold;
        font-style: normal;
        font-size: 1em;
        /*font-size: 1.1em; */
        }

.commentlist p {
        font-weight: normal;
        line-height: 1.5em;
        text-transform: none;
        }

.says {
	display: none;
}

cite.fn {
	float: left;
	width: 110px;
	text-align: left;
}

div.reply {
	padding-bottom: 6px;
}

div.comment-body div.ratingheader {
	clear: both;
	padding-top 6px;
}

/* gd-rating customization */
div.ratingtext {
  font-size: 90%;
  color: #808080;
}

/* other stuff */
div.after-post-nav {
  margin: 0;
  padding-bottom: 12px;
}

div.after-post-nav img {
  vertical-align: bottom;
}

div.after-post-nav a {
  color: #808080;
  font-size: 95%;
}



span.adspot_adhead {
  color: #AD0900;
  font-weight: bold;
  font-size: 120%;
  width: 150px;
}

a.adspot_adurl {
  color: #AD0900;
  font-size: 90%;
}
.widget_tag_cloud div{
  margin-left: 6px;
  width: 250px;
}


/*home page slide show */

.slideshow-set {
	position: relative;
	font-size:1em;
	border:none !important;
	height:320px;
	width: 700px;
	background: #000000;
	}
.slideshow-items {
	position: relative;
	height:320px !important;
	}

.slideshow-items img {
	width: 450px;
	height: 320px;
}
	
.slideshow-controls  {
	background:none !important;
	height:30px !important;
	margin-top: -40px;
	margin-right: 10px;
    width: 240px !important;
	float: right !important;
	z-index:1000;
	position:relative;
	overflow: visible !important;
	}
	.slideshow-controls .slideshow-pager {
		float:left !important;
		width:auto !important;
		padding-left: 20px;
		}
	.slideshow-controls .slideshow-pager a.activeSlide {
		color: #FFFFFF !important;
		}
	.slideshow-controls .slideshow-pager a {
		background: none !important;
		color:#666 !important;
		padding:5px 10px !important;
		}
	.slideshow-controls .slideshow-pager a:hover {
		color:#FFFFFF !important;
		text-decoration:none !important;
		}
	.slideshow-nav {
		display:none !important;
		}
		
.slideshow-caption {
	height: 260px;
	font-size: .9em !important;
	opacity:1 !important;
	float:right !important;
	color:#FFFFFF !important;
	width:240px !important;
	position:relative !important;
	margin-top:0 !important;
	top:0 !important;
	}
	.slideshow-caption-text h3.title {
		font-size: 1.35em;
		font-weight: bold;
		color: #FFFFFF;
		margin: 0 0 0 0;
		padding: 0 0 .9em 0;
		}
	div.slideshow-caption .sub {
		font-size: 1em;
		line-height: 143%;
		}
	.slideshow-caption-control {
		display:none;
		}
	.slideshow-caption-text {
		background:none !important;
		line-height: normal;
		}
	.slideshow-caption-text a {
		color:#FFFFFF;
		text-decoration: none;
	}
	.slideshow-caption-text a.more {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-weight: bold;
		color: #FFFFFF;
		}
