/* sandykulkin.com by Aaron Elliott */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}


body.home {
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

body.sub {
	background-image:url(../img/main_sub_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

p {
	font-size:12px;
	line-height:20px;
	color:#666;
	width:90%;
}

h1 {
	font-size:20px;
	letter-spacing:-1px;
	color:#FF6600;
	font-weight:bold;
}
h2 {
	font-size:16px;
	letter-spacing:-1px;
	color:#333;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
}

hr {
	background-color:#EFEFEF;
	color:#EFEFEF;
	height:1px;
	border:0px;
}

a {
	color:#FF9900;
}
blockquote {
	border : 1px solid #CCC;
	margin: 0px;
	padding: 10px;
	background-color: #efefef;
	quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

/* structure */

body.home #main{
	display:block;
	margin:0px;
	padding:0px;
	height:440px;
}

body.sub #main {
	display:block;
	margin:0px;
	padding:0px;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

body.sub #content {
	margin-top:20px;
}

#content p,li {
	font-size:12px;
	color:#666;
	line-height:20px;
}

#secondary {
	background-color:#F5F5F5;
	border:1px solid #DFDFDF;
	padding:20px;
}

#lower {
	margin-top:20px;
}

#footer {
	clear:both;
}
#footer p{
	font-size:11px;
	color:#999;
	line-height:20px;
}

/* nav selector */

#bio #selector{
	position:absolute;
	top:240px;
	margin-left:90px;
	clear:both;
	
}

#coaching #selector{
	position:absolute;
	top:240px;
	margin-left:305px;
}

#clients #selector{
	position:absolute;
	top:240px;
	margin-left:500px;
}

/* classes */

.left_33 {
	float:left;
	width:33%;
}

.left_66 {
	float:left;
	width:63%;
}

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}

/* lightbox */

#flashcontent {
	position:absolute;
	margin:0px;
	padding:0px;
	z-index:-1;
}	

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:600px;
	height:460px;
	margin:-230px 0 0 -300px;
	border:1px solid #000;
	background:#000;
	text-align:left;
	overflow:hidden;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
	color:#fff;
	font-size:10px;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
	color:#fff;
	font-size:10px;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

/* sub pages */

.sub_page {
	padding:10px;
	font-size:11px;
	color:#FFF
}
.sub_page p{
	margin-top:0px;
}
.sub_page a{
	color:#CCC;
}
.sub_page a:hover {
	color:#666;
}
.sub_page span {
	display:block;
	background-color:#333;
	padding:10px;
	margin:5px;
}
.sub_page span h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.sub_page span p {
	line-height:10px;
}
.sub_page #close {
	position:absolute;
	right:5px;
	top:5px;
	font-size:12px;
	font-weight:bold;
	z-index:4;
}

.sub_page #close a{
	display:block;
	padding:2px 7px;
	background-color:#FF9900;
	color:#000;
	text-decoration:none;
}
.sub_page #close a:hover{
	background-color:#666;
}
