/*
Theme Name: Brain Longevity Center
Theme URI: http://brainlc.com
Description: WordPress theme for Brain Longevity Center.
Version: 1.0
Author: Josh Cain
Author URI: http://www.10point10.com/
*/

html, body{
	margin: 0;
	padding: 0;
	background: #deded0;
}

#main-container{
	width: 950px;
	margin: auto;
	background: white;
	padding-bottom: 2em;
	height: 100%;
}

#border-container{
	width: 934px;
	border-left: 1px solid #bbbcc2;
	border-right: 1px solid #bbbcc2;
	margin: 0 7px 0 7px;
}

#masthead{
	height: 40px;
	background: #24354c;
	padding: 7px 22px 7px 10px;
	margin-bottom: 20px;
	text-align: right;
	color: white;
	font: 11px Verdana, sans-serif;
	font-weight: bold;
	line-height: 40px;
}

#masthead img{
}

#masthead #logo-name{
	float: left;
	width: 390px;
	height: 40px;
	font: 22px "Georgia", serif;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: left;
}

#masthead #logo-name a{
	color: white;
	text-decoration: none;
}

#masthead #logo-name a .sm{
	font-size: 18px;
	line-height: 24px;
}

#nav{
	width: 256px;
	height: 100%;
	padding: 0 7px 0 7px;
	border-right: 1px solid #bbbcc2;
	float: left;
}

#nav ul{
	list-style: none;
	font: 11px Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#nav ul li{
	border-top: 1px solid #bbbcc2;
	height: 72px;
	line-height: 13.5px;
}

#nav ul li a{
	display: block;
	margin-top: 4px;
	padding: 0 0 0 3px;
	color: #605e45;
	text-decoration: none;
}

#nav ul li h1{
	font: 11px Verdana, sans-serif;;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 60px;
}

#nav ul li a p{
	margin: 0;
	padding: 0 0 0 60px;
}

#nav ul li a img{
	float: left;
	vertical-align: text-top;
	border: none;
}

#nav ul li a:hover{
	color: black;
}

#nav ul li.selected{
}

#nav ul li.selected a{
	color: black;
}

#content{
	float: left;
	width: 555px;
	/* padding: 0 12px 0 15px; */
	height: 100%;
	font: 13px Georgia, serif;
	color: #0f2d2e;
	line-height: 20px;
	padding: 0 72px 0 35px;
}

#content .nopad{
	margin-left: -20px;
}

#content .nopad-float{
	margin-left: -20px;
}

#content h1{
	font: 24px Georgia, serif;
	font-style: italic;
	color: #0f2d2e;
	line-height: 30px;
	margin: 1em 0 1em 0;
}

#content h2{
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	color: black;
	margin: 0 0 0 0;
	line-height: 20px;
}

#content p{
	margin: 0 0 1em 0;
}

#news-nav{
	float: left;
	width: 115px;
	padding: 0 20px 0 0;
	font: 11px Verdana, sans-serif;
	color: #747156;
}

#news-nav h2, #news-nav p{
	padding: 0;
}

ul.nav{
	list-style: none;
	padding: 0;
	margin: 0;
	font: 11px Verdana, sans-serif;
	color: #747156;
}

ul.nav a{
	color: #747156;
	text-decoration: none;
}

ul.nav a:hover{
	color: black;
}

ul.nav li{
	margin-bottom: 1em;
}

ul.nav li.selected a{
	color: black;
}

.step-lettering{
	font: 30px Verdana, sans-serif;
	color: red;
	font-weight: bold;
}

#step1, #step2, #step3, #step4, #step5{
	display: none;
}

#step3 div{
	display: none;
}

#step3 img{
	border: none;
	padding-right: 7px;
	vertical-align: middle;
}

#step3 a{
	text-decoration: none;
	color: #002e2f;
}