/* Hacks */

 .clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear {
	clear: both;
}

/* =global normalization

-----------------------------------------------------------------------------------------------------------------------*/



/* Normalizes margin, padding */



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 

{ margin: 0; padding: 0; }



/* Normalizes font-size for headers */

h1, h2, h3, h4, h5, h6 

{ font-size : 100%; }



/* Normalizes list-style from lists */

ol,ul 

{ list-style :none; }



/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var

{ font-style : normal; font-weight: normal; }



/* Removes list-style from lists */

table

{ border-collapse : collapse; border-spacing : 0;}



/* Removes border from fieldset and img */

fieldset, img 

{ border: 0; }



/* Left-aligns text in caption and th */

caption, th

{ text-align : left; }



/* Removes quotation marks from q */

q:before, q:after 

{ content :''; }


hr {
	display: none;
	visibility: hidden;
	clear: both;
}

/* layout styles 
--------------------------------------------------------------------------------*/

body {
	background: #1e1e1e;
	text-align: center;
	font-size: 74%; 
	font-family: Verdana, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#page-wrap {
	position: relative;
	width: 960px;
	text-align: left;
	margin: 0 auto 20px auto;
	background: url('/img/system/page-wrap-bottom.gif') no-repeat left bottom;
}

#branding {
	position: relative;
	margin: 0 15px 15px 15px;
	height: 125px;
	width: 930px;
	background: url('/img/system/branding-bg.jpg') no-repeat left top;
}

ul#nav-primary {
	position: absolute;
	float: left;
	bottom: 0;
	left: 40px;
}

#nav-primary li {
	float: left;
	margin-left: .5em;
}

#nav-primary a {
	display: block;
	line-height: 2.4em;
	padding: 0 2em;
	
}

div#content-primary {
	display: inline;
	position: relative;
	float: left;
	width: 580px;
	margin:0 0 0 15px;
}

div#side-wrap {
	display: inline;
	width: 350px;
	position: relative;
	float: right;
}

div#content-secondary {
	position: relative;
	display: inline; 
	margin: 0;
	float: left;
	width: 160px;
}

div#content-tertiary {
	position: relative;
	display: inline;
	float: right;
	width: 160px;
	margin: 0px 16px 0 0px;
}

#site-info {
	clear: both;
}

div#google-box {
	padding: 18px 0 0 0;
/*	background: #f5dbaf url('/img/system/google-box-top.gif') no-repeat left top;*/
	height: 268px;
	margin: 0px 15px 15px 0px;
	text-align: center;
}

/* entry styles */

div.entry {
	position: relative;
	padding-bottom: .2em;
	margin-bottom: 20px;
	background: #f5dbaf url('/img/system/entry-box-bottom.gif') no-repeat left bottom;
}

.entry-posted a {
	position: absolute;
	right: 25px;
}

#content-primary p.entry-posted {
	font-size: 10pt;
	padding-bottom: .5em;
	border-bottom: #333333 1px dashed;
	margin-bottom: 1em;
}

div.entry h2 {
	clear: both;
	color: #930e07;
	background: #f5dbaf url('/img/system/entry-box-top.gif') no-repeat left top;
	margin: 0 0 1em 0;
	padding: 20px 20px 0 20px;
}

div.entry h2.title {
	background: none;
}

div.entry li {
	padding: 0 0 .5em 1em;
}

div.entry p, div.entry ul {
	padding-left: 20px;
	padding-right: 20px;
}

div.entry em {
	font-style: italic;
}

div.entry strong {
	font-weight: bold;
}

div.cat-list, div.team-list, div.editors-list, div.resource-list, div.backbrain-list, div.read-list, div.feed-list {
	background: #f5dbaf url('/img/system/tower-box-bottom.gif') no-repeat left bottom;
	margin-bottom: 20px;
	padding: 0px 0 15px 0;
	height: 1%;
}

div.google-tower {
	padding: 0px 0 15px 0;
}

div.cat-list h3,  div.team-list h3, div.editors-list h3, div.resource-list h3, div.backbrain-list h3, div.read-list h3, div.feed-list h3 {
	background: #f5dbaf url('/img/system/tower-box-top.gif') no-repeat left top;
	padding:15px 0 .30em 10px;
	height: 1%;
}

div.cat-list li, div.backbrain-list li {
	margin-bottom: .5em;
}

div.resource-list li {
	font-size: 9pt;
	margin-bottom: 1em;
}

div.editors-list li {
	font-size: 9pt;
	margin-bottom: 1em;
}

div.feed-list ul {
	line-height: 2em;
}

div.feed-list li {
	font-size: 9pt;
}

div.related ul {
	clear: both;
	margin-bottom: 1em;
	font-size: 10pt;
}

ul.archive {
	background: url('/img/system/entry-box-top.gif') no-repeat top left;
	padding: 20px 20px 0 20px;

}

ul.archive h2 {
	background: none;
}

ul.archive li {
	margin: 0 0 .5em 0;
}

div.social {
	margin-top: 2em;
}

.social ul {
	float: left;
	padding: 0 0 .75em 0;
}

.social li {
	float: left;
	padding: 0 1em;	
}


/* image styles
--------------------------------------------------------------------------- */



#content-primary img.left {
	position: relative;
	float: left;
	text-align: left;
	display: block;
	margin: .5em 1em .5em 0;
}

#content-primary img.center {
	text-align: center;
	display: block;
	margin: 0 auto 1em auto;
}

#branding img.logo {
	position: absolute;
	top: 10px;
	left: 30px;
}

p.center {
	text-align: center;
}

/* typography styles
--------------------------------------------------------------------------- */
#branding h1 {
	text-indent: -9999px;
}

#content-primary p {
	font-size: 11pt;
	line-height: 1.6em;
	margin-bottom: 1em;
}

#content-primary h2 {
	font-size: 16pt;
}

#content-primary h3 {
	font-size: 11pt;
	margin-bottom: .75em;
}

#content-secondary h3 {
	font-size: 11pt;
	margin:0 0 .5em 0px;
	line-height: 1.2em;
}

#content-secondary ul {
	padding: 0 20px 0 20px;
	font-size: 10pt;
}
	
#content-tertiary h3 {
	font-size: 11pt;
	margin:0 0 .5em 0;
	line-height: 1.2em;
}


.team-list h4 {
	font-size: 10pt;
	margin: 0 0 .3em 0;
}

.team-list p {
	font-size: 9pt;
}

.read-list ul {
	text-align: center;
}

.read-list li {
	margin-bottom: 1.5em;
}

#content-tertiary p {
	margin: 0 20px 0 20px;
	line-height: 1.4em;
	font-size: 9pt;
}

#content-tertiary .team-list p {
margin: 0 0 1em 0;
}


#content-tertiary ul {
	margin: 0 20px 0 20px;
}


#content-primary.paginate {
	font-size: 10pt;
	text-align: center;
}

.paginate p {
	color: #f5dbaf;
	display: block;
	text-align: center;
}

ul.archive .paginate p {
	color:  #930e07;
	display: block;
	text-align: center;
}

ul.archive .paginate a {
	color:  #930e07;
}

span.paginate a {
	color: #f5dbaf;
}

span.paginate a:hover {
	color: #d8c198;
}

blockquote {
	clear: both;
	display: block;
	color: #f5dbaf;
	background: #930e07;
	border-left: #681210 .5em solid;
	border-top: #681210 1px solid;
	border-bottom: #681210 1px solid;
	border-right: #681210 1px solid;
	padding:1em 1em 0 1em;
	margin:0 2em 1em 2em;
}

/* color styles
--------------------------------------------------------------------------- */

#page-wrap {
	color: #2B2B2B;
	background-color: #681210; 
}

a:link, a:visited {
color: #CD0000;
text-decoration: none;
}

a:hover {
color: #f5dbaf;
background: #930e07;
text-decoration: none;
}


/* Comments */

div.comments h2 {
	padding: 0 0 1em 0;
	color: #f5dbaf;
}

div.comments ul {
	border-bottom: #474D3D 1px dashed;
	margin-bottom: 2em;
/*  color: #f5dbaf; */
}

#content-primary div.comments li {
	position: relative;
	border-top: #474D3D 1px dashed;
	border-bottom: #474D3D 1px dashed;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	font-size:10pt;	
}

li.comment-box cite, li.comment-box-alt cite, li.comment-box-author cite {
	padding-left: .2em;
}

li.comment-box-author {
	background: #ffe4ed;
	color: #111111;
}

li.comment-box-author blockquote {
	color: #e9f2d5;
}

li.comment-box span, li.comment-box-alt span, .comment-box-author span {
	position: absolute;
	top: 9px;
	right: 20px;
}

#content-primary li.comment-box p, #content-primary li.comment-box-alt p, #content-primary li.comment-box-author p {
	padding: 0 25px 1em 25px;
	margin: 0;
}

li.comment-box-alt, li.comment-box {
	background: #f5dbaf;
}

form {
	color: #f5dbaf;
	padding:0 0 20px 0;
}

#contact-form fieldset {
	padding: 20px 0 0 0;
	border-top: 1px solid;
	border-color: #000000;
	color: #000000;
	margin: 0 20px 0 20px;
}

#contact-form legend {
	font-size: 10pt;
}

#contact-form label.warning {
	font-weight: bold;
	color: #930e07;
}

div#feed-block {
margin:0 15px 10px 45px;
width:485px;
}

#feed-block ul {
width:485px;
font-size:12pt;
float:left;
}

#feed-block ul a {color:#ffffff;}

#feed-block li {
float:left;
margin:0 0 0 1em;
}



