/*
Theme Name: v8
Description: EvanHeisler.com V8. Post SVN.
Version: 8
Author: Evan Heisler

*/

/*------
Eric Meyer Style Reset
-------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a img {
	background: none;
	border: none;
}


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

/*-----------Colors--------------

Grey text: 686868
Red links: f13f3f
Dark red: 971111
Dark Blue: 26518c

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

body, html {
	background: #fff url('/img/bg.gif');
	color: #686868;
	font-family: 'helvetica neue', 'arial narrow', Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#header {
	background: url('/img/layerStripBtm.gif') top left repeat-x;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 9;
}

#header a {
	color: #666;
	text-decoration: none;
	padding-left: 26px;
	background: none; 
	border: none;
}

#header img {
	margin-top: 16px;
}

.post {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	}
	
#mainContent {
	background: url('/img/bg.gif');
	float: left;
	margin-right: -400px;
	position: relative;
	width: 100%;
	z-index: 9;
}

#content {
	margin: 0 400px 0 36px;
	}

#secondaryContent {
	background: url('/img/borderStripe.png') top left repeat-y !important;
	background: none;
	float: right;
	width: 350px;
	position: relative;
	padding-bottom: 30px;
	z-index: 10;
}

#secondaryContent form {
	margin: 0 0 0 36px;
}

#secondaryContent input, #secondaryContent textarea {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#secondaryContent ul {
	color: #26518c;
	font-size: 1em;
	list-style-type: none;
	margin: 0 12px 12px 36px;
	text-decoration: none;
	}
	#secondaryContent ul a {
	color: #26518c;
	text-decoration: none;
	}

#secondaryContent ul li {
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#secondaryContent ul ul {
	list-style-type: none;
	font-size: .8em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#secondaryContent ul ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 4px;
	padding: 0;
	padding-left: 12px;
}

#secondaryContent ul ul li a {
	color: #686868;
	text-decoration: none;
}

#secondaryContent ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#secondaryContent ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

.credit {
	background: #172D76 url('/img/footer.gif') top left no-repeat;
	border-top: 5px solid #971111 !important;
	border: none;
	color: #fff;
	font-size: .8em;
	padding: 20px 0 30px 36px;
}

.credit ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 6px 0;
	width: 100%;
	}
	.credit ul li {
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	padding-right: 18px;
	}
	.credit ul li a {
	color: #fff;
	text-decoration: none;
	}
	.credit ul li#active a {
	color: #666;
	}

/*---------Links-----------------*/

a {color: #f13f3f;}
a:visited {color: #971111;}
a:hover {background: #f13f3f; color: #fff;}
a:active {color: #f13f3f;}

/*-------------------------------*/
/*---------IMG------------------*/

img#paperclip {
	position: absolute;
	top: -60px;
	right: 20px;
	z-index: 12;
	}

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

/*---------Text------------------*/

#header h1 {
	color: #666;
	text-indent: -9999px;
	}

h2 {
	font: 2em "Times New Roman", Times, serif;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

#secondaryContent h2 {
	margin-left: 36px;
	}

h3 {
	font: 1.8em "Times New Roman", Times, serif;
	margin-top: 0;
}

h4 {}

h5 {}

h6 {}

p {
	font-size: .8em;
	line-height: 1.4em;
	padding-top: 12px;
	}
	
#secondaryContent p.message {
	margin-left: 36px;
	}

dl {
	font-size: .8em;
	line-height: 1.2em;
	padding: 12px 0 0 6px;
	}
	dt {
	font-weight: 700;
	padding-top: 6px;
	}
	dd {
	padding-left: 6px;
	}
	
ul {
	font-size: .8em;
	line-height: 1.2em;
	padding: 12px 0 0 6px;
	}
	
.storytitle {
	float: left;
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

p.date {
	float: right;
	padding-top: 16px;
	text-align: right;
	}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

ol#comments li p {
	font-size: 100%;
}

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

/*-----------meta----------------*/
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback, .feedback a {
	color: #ccc;
	font-size: .8em;
	text-align: right;
	text-decoration: none;
	clear: both;
}

.meta {
	clear: both;
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	font-size: .8em;
	text-decoration: none;
}

/*------------------------------*/
/*----------comments------------*/

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}


/*-----------------------------*/
/*---------NoobSlide-----------*/


#cont{
	border-top: 5px solid #971111;
	background: #fff url('/img/bgScroller.gif') top left repeat-x;
	margin:0;
	padding:0;
	width:100%;
	}
	
.sample{ 
	margin:0 auto;
	padding:0;
	}
	


.buttons{padding:5px 10px 20px 0; text-align: center;}
.buttons span{
	color:#f13f3f;
	padding:0 5px;
	cursor:pointer;
	font:10px Verdana;
	}
	
.buttons span.active, .buttons span:hover{
	background:#f13f3f;
	color:#fff;
	}

#box8{
	position:absolute;
	padding-left: 30%;
}
#box8 div{
	width:500px;
	float:left;
	margin-left: 0px;
}
#box8 div img {
	margin-left: 75px !important;
	margin-left: 0px;
	width: 450px;
	height: 220px;
	}

.sample8 .mask1{

}

.mask1{
	position:relative;
	width:100%;
	height:500px;
	margin: 0 auto;
	overflow:hidden;
}

#box8 dl {
	width: 400px;
	}
	
#box8 dl dd.role {
	color: #bbb;
	}
	#box8 dl dd.role em {
	color: #686868;
	font-weight: bold;
	}

div.moreInfoWrapper {
	clear: both;
	display: block;
	margin: -520px 0 225px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 11;
	}
	
div.moreInfoWrapper p {
	line-height: 260px;
	}
	
div.moreInfoWrapper h4.info {
	color: #f13f3f;
	font-size: .8em;
	text-align: center;
	cursor: pointer;
	}