
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #444; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #F6F5F5 url(../images/structure/bg.gif) repeat-x; 
	text-align: center;
}
/* Links */
a:link, a:visited { 
	font-style: italic; 
	text-decoration: none;
	color: #9c2c30;	
}
a:hover {
	border-bottom: 1px #8bcfb1;	
}
a.more-link {
	border-bottom-style: none;
	margin-right: 15px;
	color: #030604;
	float: none;
	padding-bottom: 2px;
	font-weight: bold;	
	border-bottom: 1px #8bcfb1;
}
a:hover.more-link {
	border-bottom-color: #7fde99;
	border-bottom-style: dotted;
	text-decoration: none;
}
/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #333;
	padding: 10px 15px 7px 15px;	 
}
h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: normal; color: #663333; }
h3 { font-size: 2em; font-weight: normal; letter-spacing: -0.5px; padding-top:15px}
h4 { font-size: 1.3em; font-weight: normal; }

/* reset for p tag put in by polls module */
h3 p{margin:0;padding:0;}

strong{
	font-weight: bold;
}

/* Lists */
ul, ol {
	margin: 10px 15px;
	padding: 0 20px;
}

* html ul, * html ol{
	margin: 10px 10px;
}

ul { list-style: disc; }
ol { list-style: decimal; }
ol.top-list li a {
	color: #333;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
ol.top-list li a span{
	color: #333;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
ol.top-list li a:hover span,
ol.top-list li a:hover{
	color: #9c2c30;	
}


dt {
  font-weight: bold;
  color: #7BA857;
}
dd {
  padding-left: 25px; 
}

p, dl, #disqus_thread { padding: 10px 15px; }


/* Images */
img {
	background: #FAFAFA;
   	border: 1px solid #DCDCDC;
	padding: 5px;

}
img.float-right {
  	margin: 15px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #f8f8f8;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 30px;  
    border: 1px solid #F0F0F0;
	background: #f8f8f8 url(../images/structure/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
	width: 150px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;		
}
table img{
	border:0;
	background:none;
}
tr { background: #fff; }
tr.altrow { background: #F9F9F9;	}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	color: #000;
	background: #b8b8b8;
	padding: .8em 1em;	
  	border-color: #EFEFEF;	
  	font-weight: bold;
}
td {
	border-color: #EFEFEF;	
	padding: .7em 1em;	
}	
/* end - table */

/* form elements */
.day_select_heading{
	font-size: 12px;
	color: #4c4b4b;
	font-weight:bold;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

#contact_form{
	padding: 5px 25px 25px 20px;
}

form {
	margin: 10px; 
	padding: 5px 10px 10px 10px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
	text-align:left;
	
}

.postmeta form{
	margin:0;
	padding:0;
}

.postmeta input.button {
	font:inherit; 
	height: 3px;
	margin: 0;
	padding: 0; 
	color: #fff;
	background:auto;
	
	border-width: 0;
  	border-style: none;
  	border-color: none;
}

form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #8e001d;
}

label {
	font-weight: bold;
	color: #8e001d;
}

input, select, textarea {
	margin: 5px 0 0 3px;
	padding: 4px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

* html .postmeta input, *html .postmeta select, * html.postmeta textarea {
	padding: 1px;
	margin:9px 0 0 5px;
}

.lg-poll form, .lg-poll form p{
	background: none;
	border: none;
}

.lg-polls-answers input{
	border-width:0;
}

input:focus, select:focus, textarea:focus {
	color: #8e001d;
	/*background: #ffd7da;*/
}
#name, #email, #message, #website {
	width: 380px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	
	color: #fff;
	background: #bab7b2;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}


.someClass input:focus, select:focus, textarea:focus {
	/*background-color: #ffd7da;*/
	color: #8e001d;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#content-outer {
	background: #fff;
	width: 100%;
	padding: 5px 0;		
		
	text-align: left;		
}
#content-wrapper {
	margin: 0 auto;	
	background: #fff url(../images/structure/content-bg.gif) repeat-y center top;	
	padding-bottom: 35px;
	padding-top: 15px;		
	overflow: hidden;
}

#header-wrap {
	width: 100%;
	background: #95212a url(../images/structure/bg.gif) repeat-x ;	
	margin: 0; padding: 0 0 0; 
}
#header {
	position: relative;
	margin: 0 auto;
	/*background: url(../images/structure/border.gif) repeat-x left bottom;*/
	height: 168px;	

}
/*#header h1#logo-text { 	
	position: absolute;
	margin: 0; padding: 0;
	width: 458px;
	height:78px;
	background-image: url(../images/structure/failure_mast.gif);
	overflow: hidden;
	
	
	top: 90px; right: 3px;
 }*/
 
#header #logo-text {
background-image:url(../images/structure/failure_mast.gif);
height:70px;
margin:0;
overflow:hidden;
padding:0;
position:absolute;
right:1px;
top:98px;
width:358px;
}

#header #logo-text a {
	/* old style, seemed dumb. changed on 7/31/2012*/
	height:0px !important; 
	padding:87px;
	display:block;
	height:87px;
	
	/*text-indent: -999px;
	display: block;
	height: 87px;*/
}
#header #logo-text a:hover { border: none;cursor:pointer; }
#header p#intro {
	position: absolute;
	font-style: italic;
	padding: 5px 15px;
	
	/* change the values of top and left to adjust the position */
	top: 165px; right: -10px;
	font-style: none;
	font: 14px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#header #header-image {
	position: absolute;
	background-image: url(../images/structure/banner_mast.jpg);
	width: 468px;
	height: 60px;	
	right: 0px; top: 77px;	
	display:none;
}

/* header quick search */
#header #quick-search form {
	position: absolute;
	top: 10px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 270px; height: 33px;
	background: #F5F4F3 url(../images/structure/header-search.gif) no-repeat;	
	z-index: 999999;
}
#header #quick-search form p {
	margin: 0; padding: 0;		
}
#header #quick-search form input {
	border: none;
	background: transparent;
	color: #bababa;
	float: left;
	margin: 0; padding: 5px;
}
#header #quick-search form .tbox {
	margin: 6px 0 0 5px; 
	width: 216px;	
	display: inline;		
}
#header #search #quick-search form .btn{
	width: 25px; height: 25px;		
}
#header #quick-search form label {
	display: none;
}

/*  navigation  */
#header #nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 0;	top: 5px;		
}
#header #nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 15px;					
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#header #nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #AAA;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;	
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#header #nav ul li#current {
	background: #95212a url(../images/structure/left-tab.gif) no-repeat;	
}
#header #nav ul li#current a {	
	color: #FFF;
	background: #95212a url(../images/structure/right-tab.gif) no-repeat right top;	
}

/* main column */
#main h1, h2.home {
	font: normal 2.7em Georgia, 'Times New Roman', Times, Serif;
	color: #444;
	letter-spacing: -2.2px;	
	margin-left: 5px;	
	margin-right: 15px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ebebeb;	
}

#main .overviewHead{
	font: normal 2.7em 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

#main h1 a, h2.home a {
	color: #444;
	border: none;
	font-style: normal;
}

#main hr{
	color: #c9c9c9;
	background-color: #c9c9c9;
	height: 1px;
	width:100%;
	border:0;
}

#main h4, h2.subtitle{
	font-size: 1.2em;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333;
}



#main .feature-overview-title{
	font-size: 17px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}

.published{
	font-style: oblique;
	font-weight: bold;
	padding-top:0;
}

/* left columns */
#left-columns h3 {
	color: #444;
	font: normal 1.8em 'Lucida Grande', Verdana, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 12px 0 1px 0;
}

/* sidebar menu */

.sidemenu .cal {
	padding-top:15px;
}

.sidemenu ul {
	text-align: left;
	margin: 0 8px 8px 8px; padding: 0;
	border-top: 2px solid #ebebeb;
	font-style: oblique;
	font-size: 14px; 
}
.sidemenu ul li {
	list-style: none;
	background: url(../images/structure/dots.gif) repeat-x left bottom; 
	padding: 7px 5px;
	margin: 0;		
}

* html body .sidemenu ul li {
	height: 1%;
}
.sidemenu ul li a, 
.sidemenu ul li a:visited {
	font-family: Georgia, 'Times New Roman', Times, Serif;
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #ab3135;
	padding-left: 0;	
}
.sidemenu ul li a span {
	color: #9F9F9F;	
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-size: 1em;
}
.sidemenu ul li a:hover { color: #000;	}
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul ul li { background: none; }

/* featured-post */
.featured-post {
	padding-bottom: 15px;			
}
.featured-post h4 a, 
.featured-post h4 a:visited,  {
	color: #333;;
	border: none;
}
.featured-post .post-info {
	margin-left: 0;
	padding-bottom: 5px;
}
.featured-post p {
	padding-top: 10px;
}

/* footer */
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;			
}
#footer-wrapper h3 {
	color: #444;
	font: normal 1.8em Georgia, 'Times New Roman', Times, Serif;
	text-transform: none;
	letter-spacing: -0.5px;	
}

#footer-wrapper h3, 
#footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper a {
	color: #333;
	background: transparent;
}

/* footer-list */
#footer-wrapper ul.footer-list {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-top: 1px solid #E6E6E6;
	padding:10px 0 10px 0;
	clear:left;


}

#footer-wrapper ul.footer-list li.rf {
	min-height: 0;
}

#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em; 
	font-weight: bold;
	padding: 4px 0;
	margin-left: 0;
	padding-left: 0;
	color: #888;
	border: none;
}

#footer-wrapper ul.footer-list li img {
	background: #FAFAFA;
   	border: 1px solid #DCDCDC;
	padding: 3px;

}

#footer-wrapper ul.footer-list li a img {
	float:left;
	margin:5px 10px 5px 5px;
}

#footer-wrapper ul.footer-list li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #333;	
}

/* footer-content */
#footer-content {
	float: left;	
	width: 100%;	
	padding: 0 0 35px 0;				
	margin: 10px 0 0 5px;			
}

#footer-content h3{
	font-family: 'Lucida Grande',Verdana,Helvetica,sans-serif;
}

/* footer-bottom */
#footer-bottom {
	clear: both;
	border-top: 1px solid #dadada;
	width: 940px;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
	vertical-align: middle;	
}
#footer-bottom .bottom-right a,
#footer-bottom .bottom-left a {
	vertical-align: top;
	height:16px;
}
#footer-bottom img{
	border:none;
	padding:0;
}


/* caption */
.caption {
	background:#DADADA none repeat scroll 0 0;
	color:#222222;
	line-height:13px;
	margin:0;
	padding:6px;
	text-align:left;
	width:200px;
}

.analysis-caption {
	background:#DADADA none repeat scroll 0 0;
	color:#222222;
	line-height:13px;
	margin:0;
	padding:6px;
	text-align:left;
}



/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 15px 15px 10px;	
	border: 1px solid #EBEBEB;
	background: #f8f8f8;
	text-align: right;
	height:38px;	
	clear:right;
}
.postmeta img{
	border:0;
	padding:0 5px 0 0;
}

.meta-add-this{
	
}

.meta-links{
	padding:9px 15px 0 0;
	float:right;
}

.add-this{
	float:right;
	padding:18px 0 0 15px;
}

#at16pc form{
	padding:0;
	background: none;
	border:none;
}

#at16pt h4{
	font-weight: none;
	font-family: sans-serif;
}


.postmeta a { background: transparent;}
.postmeta a:hover { border: none; }
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;}
.postmeta .date{ margin: 0 10px 0 5px;	}

a.readmore { margin: 0 10px 0 5px;text-decoration: underline;	}

.post-info { font-size: .95em; padding-top: 3px; color: #B0B0B0; }
.post-info a, .post-info a:visited { color: #000; border: none; }

/* thumbnails */
p.thumbs{ padding: 10px 0 0 10px; }
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 5px;
	background: #fafafa;
   	border: 1px solid #ddd;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #f8f8f8;
}

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* adds */
.redSubhead{
	color: #ab3135;
	font-size: 1.2em;

}

.clear-left{

}

.featured-post{
	border-top: 2px solid #ebebeb;
}

/* photo */
.photo{
	float:right;
	display: inline-block;
	padding-left: 15px;
	margin-right: 25px;
	padding-top: 15px;

}

/* wants to span width of column if horizonatal - like home page */
.analysis-photo{
	float:left;
	display: inline-block;
	padding-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom:10px;
}

.section-overview-photo{
	float:right;
	display: inline-block;
	padding-left: 15px;
	margin-right: 25px;
	padding-top: 0px;

}

.store-photo{
	float:left;
	padding-left: 5px;
	margin-right: 15px;
}


.pagination{
	float:right;
}

.print{
	height:65px;
	width:100%;
	background-color:#999;
}

.print form{
	padding-top:20px;
	background-color:#999;
	border:0;
	margin:0 0 0 45%;
}

.lg-polls-answers{
	list-style: none;
	margin: 5px 5px;
	padding: 0 5px;
}

.lg-poll-results{
	padding:0px 10px;
}

.poll-total-votes p{
	padding:10px;
	display:none;	
}

.poll_submit{
margin-left:103px;

}

.store-item{
	padding:20px 0 20px 0;
}

.quote-author{
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
}

.quote{
	font-size: 17px;
}

.press li{
	padding: 10px 0 0 0;
}

.other-author{
	font-style: italic;
	color:black;
}

.site_map, .site_map ul{
	list-style: none;
}

/*
*html .lg-poll form{
width:125px;
margin:0;
padding:0 10px 0 0;

}

*html blockquote p{
margin:0;
padding:0;


}*/

/* Google Search */
#cse-search-box{
	/*width:240px;*/
	float:left;
	background-color: none;
	border: none;
}

input.submit {
	margin-left:93px;
}

/* Nifty Corners */

#day-in-failure{
	background-color: #ebebeb;
}

#day-in-failure form{
	margin-bottom:8px;
	border:none;
	border-top: 1px dashed #c5c4c4; 
	background: none;
}

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/* End Nifty Corners */



.twitterlink {
	background:transparent url(/images/structure/twitter.png) no-repeat scroll -141px 0px;
	display:block;
	height:80px;
	right: -35px;
	top: 53px;
	z-index: 9999;
	position: absolute;
	text-decoration:none;
	width: 180px;
}

.twitterlink:hover {
	background-position: 39px 0px;
	right: 102px;

}

.twitterlink span{
	display: none;
}

.printad{
	padding-bottom:20px;
}

ul.social-icons{
	list-style: none;
	padding:0;
	margin-top: 15px;
}

ul.social-icons li img{
	border: none;
	background: none;
}

ul.social-icons li{
	float: left;
	padding: 0 11px 0 0;
	clear:none;
}
