/* 
Theme Name: whiteboard
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 Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

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{display:none;}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

html {
font-size:76%;
}

body {
background-color:#DFF1F8;
background-image:url(images/bg.gif);
background-position:center top;
background-repeat:repeat-x;
	
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
line-height: 1.5em;
color: #333;
}

a:link, a:visited{
color:#009999;
text-decoration:none;
}
a:hover{
color:#009999;
text-decoration:underline;
}

h2, h3, h4, h5, h6 {
color:#009999;
font-family:"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
letter-spacing:-1px;
margin:0;
}


h2 {
border-bottom:1px solid #CCCCCC;
font-size: 1.9em;
margin: 0px 0 15px;
padding-bottom:15px;
}

h2 a:link, h2 a:active, h2 a:visited{
color:#009999;
font-family:"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
text-decoration:none;
}

p {
margin:15px 0;
}

li{
list-style: none;
}

img {
border:10px solid #DDDDDD;
padding:1px;
}
#stimuli_imageContainer img{
border:0px solid #DDDDDD !important;
}

div#header img{
border: none;
padding:0px;
}

#wrapper{
margin: 0 auto;
width: 1040px;
}

#container {
width: 780px;
float:right;
}


#hr-sidebar{
width: 250px;
float:left;
}

#content div#inner-content {
background:transparent url(images/content_.png) repeat-x scroll 0 0;
padding:0px 15px 15px 15px;
height: 500px;
}

div#content{
}

#header {
height: 117px;
}

#body {
background:url(images/body_bg.gif) top center no-repeat;
padding:20px 30px 20px 30px;

}

#body-wrapper{
background:url(images/body_bg_tile.gif) repeat-y center;
}

#footer { 
background:url(images/body_bg_footer.gif) no-repeat top center;
height:60px;
/*height: 1%; */
font-size: 0.9em;
color: #ccc;
}
	
#sponsors{
min-height:120px;
height:auto !important;
height:120px;
display:none !important;

}
#sponsors, #sponsors a{
color:#000000;
font-family:"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
letter-spacing:-0.5px;
text-align:left;
text-decoration:none;

}
#sponsors a:hover{
text-decoration:underline;
}

#sponsors img {
/* background-color:#FFFFFF; */
border:none;
padding:0px;
}


div#comments ol{
list-style-position:inside;
background:#CCCCCC;
padding:5px;
}

#join-button-wrap{
background:#DDDDDD none repeat scroll 0 0;
margin:20px 20px 15px;
width:670px;
clear: both;
}

.join-button {
	display:block;
	width:450px;
	height:90px;
	text-indent:-9999px;
margin-left:110px;
}
.join-button a {
	display:block;
	width:100%;
	height:100%;
	background: url(images/join-army-button.png) no-repeat top left;
	outline:none;
}
.join-button a:hover {
	background-position:0 -90px;
}


#twitter-box {
width: 250px;
}

.twtr-widget-profile h3, .twtr-widget-profile h4 {
font-family:Arial, Helvetica, sans-serif !important;
letter-spacing: normal !important;
}



/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
ul#nav {
display:none !important;
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #535457;
	border-bottom: 1px solid #050A10;
	height: 1%;
	}
ul#nav:after {	
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	}
ul#nav li {
	/* this width needs changing 
	depending on the amount of links. 
	Divide 100% by the amount of links 
	and set the value here. 
	e.g. 5 links: 100/5 = 20% 
        width: 16.667%; width: 14.287%; */ 	
	width:90px;
	float: left; 
	margin: 0; 
	font-size: 1.1em;
	background: #3C3C3C url(images/nav_over_.png) no-repeat 50% 100%;
	}	
ul#nav li a {
font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	display: block; 
	background: #3C3C3C url(images/nav_.png) repeat-x 50% 100%;
	padding: 11px 0 14px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #535457;
	border-left: 1px solid #050A10;
	position: relative;	
	text-align: center;
	font-size:13pt;
	/* font-weight:bold; */
	} 	
ul#nav li.first a {	border-left-color: #535457; }
ul#nav li a:hover { background-color: transparent; background-image: none; }
ul#nav li.on a,
ul#nav li.on a:hover { background-image: url(images/nav_on_.png); }


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content { 
background-color: #fff; 
padding: 0px; 
text-align: left; 
}
#content h2{

}

#content #inner-content #sub {
background:transparent url(images/sub_.png) no-repeat scroll 100% 0;
float:left;
padding: 15px 15px 0 0;
width: 330px;
}

#content #inner-content #main { 
	padding: 0px; 
	float: right; 
	width: 330px; 
	background-image: none; 
	}
	
#content #inner-content #sub h2 { font-size: 1.6em; padding-bottom: 10px; margin-bottom: 10px; }


/*#content div { 
background: url(../img/content_.png) repeat-x; 
padding: 1px 20px 15px; 
min-height: 195px; 
}
* html #content div { height: 195px; }
#content div:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#content div div { background-image: none; padding: 0; min-height: 0; }
* html #content div div { height: 1%; }

#content #sub { padding: 0 0 0 20px; }
#content #main { padding: 0 20px 0 0; }

#content #main { width: 466px; float: left; background: url(../img/main_.png) no-repeat 100% 0%; } 
#content #sub { width: 164px; float: right; }

#home #content #sub { 
	padding: 0 20px 0 0; 
	width: 340px; 
	float: left; 
	background: url(../img/sub_.png) no-repeat 100% 0%; 
	}
#home #content #main { 
	padding: 0 0 0 20px; 
	float: right; 
	width: 290px; 
	background-image: none; 
	}
	
#content #sub h2 { font-size: 1.6em; padding-bottom: 10px; margin-bottom: 10px; }	*/

