/* 
Theme Name: I am Eleven
Theme URL: http://whiteboard.plainbeta.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Hody Hong
http://hodyhong.net
Produced by hody hong with love, from Portable       */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

/* main structure */
.header {
	height: 55px;
	width: 750px;
	margin: auto;
	padding: 0 100px;
	text-align: center;
}
.separator {
	height: 1px;
	background: #888;
	width: 100%;
	clear: both;
}
h1 span{
	display: none;
}
h1 {
	width: 160px;
	height: 40px;
	display: block;
	background: url(images/headerSprial.png) left top no-repeat;
	float: left;
}
.post h1 {
	width: auto;
	height: auto;
	display: inherit;
	background: none;
	float: none;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6em;
	margin: 5px 0 10px 0;
}
h2 {
	font-size: 16px;
	font-weight: lighter;
	line-height: 30px;
	margin: 10px 0 5px;
	font-family: Gill Sans, Lucida Grande, Lucida Grande, Arial, Sans;
	text-transform: uppercase;

}

h3 {
	font-weight: lighter;
	margin-bottom: 5px;
	font-family: Gill Sans, Lucida Grande, Lucida Grande, Arial, Sans;
	text-transform: uppercase;


}

p {
	margin-bottom: 10px;
}
body {
	background-color: #000000;
	color: #efe6e2;
	margin: 0;
	padding: 0;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 18px;
}
a:link, a:visited {
	color: #a31715;
	text-decoration: none;
}
a:link img, a:visited img {
	border: none;
}
#container {
	position: relative;
}

/* sticky footer */

* {margin:0;padding:0;} 

html, body, #container {height: 100%;}

body > #container  {height: auto; min-height: 100%;}

.content {padding-bottom: 75px;}  /* must be same height as the footer */

.footer {position: relative;
	margin-top: -75px; /* negative value of footer height */
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block; clear: both;}
/* End hide from IE-mac */

/* main structure */
.center {
	display: block;
	margin: auto;
}

.clear {
	clear: both;
}

small {
	font-size: 80%;	
}
bigger {
	font-size: 120%;	
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}


/* header */
.mainNav {
		height: 50px;
}
.mainNav ul {		
	list-style: none;
	padding-top: 20px;
}
.mainNav ul li{
	display: inline;
}


/* this will be dynamitcaly generated */

/*
.mainNav ul li span{
	display: none;
}
.mainNav ul li.page-item-6 a,
.mainNav ul li.page-item-6 a:hover,
.mainNav ul li.page-item-2 a,
.mainNav ul li.page-item-2 a:hover,
.mainNav ul li.page-item-3 a,
.mainNav ul li.page-item-3 a:hover,
.mainNav ul li.page-item-7 a,
.mainNav ul li.page-item-7 a:hover,
.mainNav ul li.page-item-10 a:hover,
.mainNav ul li.page-item-10 a  {
	display: block;
	background: url(images/headerSprial.png) left top no-repeat;
	height: 50px;
	width: 100px;
}
*/

/* dynamic menu */

.mainNav ul li a {
	text-transform: uppercase;
	font-weight: lighter;
	font-family: Gill Sans, Lucida Grande, Lucida Grande, Arial, Sans;
	font-size: 16px;
	color: #727272;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.mainNav ul li a:hover,
.mainNav ul li.current_page_item a,
.mainNav ul li.current_page_parent a,
.mainNav ul li.current_page_ancestor a {
	color:#8e8e8e;
}


/* home menu item */
/*
.mainNav ul li.page-item-6 a:hover,
.mainNav ul li.page-item-6.current_page_item a{
	background-position: -170px -50px;
	width: 90px;
}
.mainNav ul li.page-item-6 a{
	background-position: -170px 0px;
	width: 90px;
}*/


/* about menu item */
.mainNav ul li.page-item-2 a{
	background-position: -260px 0px;
	width: 90px;
}
.mainNav ul li.page-item-2 a:hover,
.mainNav ul li.page-item-2.current_page_item a{
	background-position: -260px -50px;
	width: 90px;
}

/* home menu item */
.mainNav ul li.page-item-3 a{
	background-position: -350px 0px;
	width: 185px;
}
.mainNav ul li.page-item-3 a:hover,
.mainNav ul li.page-item-3.current_page_item a{
	background-position: -350px -50px;
	width: 185px;
}
/* home menu item */
.mainNav ul li.page-item-7 a{
	background-position: -535px 0px;
	width: 80px;
}
.mainNav ul li.page-item-7 a:hover,
.mainNav ul li.page-item-7.current_page_item a{
	background-position: -535px -50px;
	width: 80px;
}
/* home menu item */
.mainNav ul li.page-item-10 a{
	background-position: -615px 0px;
	width: 120px;
}
.mainNav ul li.page-item-10 a:hover,
.mainNav ul li.page-item-10.current_page_item a{
	background-position: -615px -50px;
	width: 120px;
	
}


/* home */
.homeBanner {
	height: 600px;
	width: 100%;
	background: url(images/jack.jpg) no-repeat center top;
}

.homeBanner .content{
	width: 950px;
	position: relative;
	margin: auto;
}
.homeBanner .largeLogo {
	position: absolute;
	top: 5px;
}
.homeBanner .vimeoVideo {
	position: absolute;
	background: url(images/homeTrailerBack.png) no-repeat center top;
	width: 660px;
	height: 430px;
	top: 135px;
	left: 100px;
}
.homeBanner .vimeoVideo .videoContainer {
	float:left;
	height:355px;
	padding-left:10px;
	padding-top:47px;
	width:640px;
}

/* normal area */

.normalBanner {
	height: 230px;
	width: 100%;
	background: url(images/normalBanner.jpg) no-repeat center top;
}

/* content area */

.tagline {
	display:block;
	margin:auto;
	padding:20px;	
}
.post {
	width: 950px;
	margin: auto;
}
.about, .latestNews, .page {
	margin-right: 270px;
	margin-bottom: 30px;
	position: relative;
}

/*sidebar */
#sidebar {
	width: 200px;
	border-left: 1px solid #414141;
	padding-left: 34px;
	float: right;

}
#sidebar ul {
	list-style: none;
}
#sidebar li {
	padding-bottom: 10px;
	border-bottom: 1px solid #414141;
	margin-bottom: 10px;
}
#sidebar li li{
	margin-bottom: 0px;
	border: none;
	padding-bottom: 0;
}
.footer {
	border-top: 1px solid #414141;
	height: 74px;
}
.footer p {
	color:#888888;
	font-size:12px;
	margin:auto;
	padding:10px 0;
	width:950px;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: Gill Sans, Lucida Grande, Lucida Grande, Arial, Sans;
}


/* child page */
.childBanner {
	min-height: 650px;
	position: relative;	
	padding-top: 10px;
	min-width: 950px;
}
.childDetail {
	margin:730px auto 60px;
	width:850px;
	
}
.childDetail ul, .childDetail ol {
	list-style: none;
}
.aboutChild .content {
	padding-bottom: 0;
}

.childDetail h2 {
	text-transform: uppercase;
	font-weight: lighter;
	font-family: Gill Sans, Lucida Grande, Lucida Grande, Arial, Sans;
	font-size: 26px;
	float: right;
	margin-right: 5px;
	margin-bottom: 15px;
}
.childDetail h2.mainTitle {
	color: #A31715;
	float: left;

}
.childDetail a img, 
.childDetail img {
	border: 4px solid #472F23;
}
.childDetail .photos {
	width: 505px;
	margin-left: 345px;
}
.childDetail .photos li{
	float: left;
	margin: 0 5px 8px 5px;	
}
.childDetail #videoButton {
	width: 330px;
	float: left;
}
#videoButton img {
	width: 320px;
	height: 180px;
}
.children {
	padding:0px 0 40px;
}
.children ul {
	list-style: none;
}
li.child .childLink,
li.child {
	display: block;
	height: 235px;
	width: 288px;
	position: relative;	
}
li.child {
	float: left;
	margin: 30px 43px 0 0;

}
li.child .childLink .thumbnail {
	height: 155px;
	width: 280px;
	border: 4px solid #472f23;
}

li.child a h2, .childLink h2 {
	color: white;
	padding-left: 5px;
}
li.child a h3, .childLink h3 {
	color: #888888;
	padding-left: 5px;
}
.meetTitle {
	margin-top: 20px;
}
span.fullProfile {
	bottom:61px;
	display:block;
	height:38px;
	position:absolute;
	right:-10px;
	width:236px;
	z-index:100;
	background: url(images/fullProfile.png) center no-repeat;
}

/* blog */
.page .blogPost {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: solid 1px #414141 ;

}

/* form element */
textarea {
	width: 100%;
	border: none;
	background: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
}

.textwidget input,
#commentform input {
	color:#A31715;
	float:left;
	font-size:12px;
	padding-bottom:2px;
	padding-left:0;
	padding-right:0;
	padding-top:2px;
	border: none;
	background: none;
}

input#dkktdk-dkktdk,
#commentform input{
	background: white;
	color: black;
	width: 120px;
	padding: 2px;
	margin-right: 5px;
	font-size: 11px;
}


/*global edit tag */

a.post-edit-link {
	position: absolute;
	background: white;
	color: black;
	top: 0;
}


/* comment */
ol#comments_list {
	list-style: none;
	
}
ol#comments_list li {
	border-bottom: solid 1px #414141 ;
	padding: 10px 0px;
	margin-bottom: 20px;
}