/*
      Matt Besch, In Your Head Advertising
	  
*/


html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/backgroundsurffull.png);
	background-repeat: repeat-x;
	background-color: #87b43f;
	padding:0;
	height:100%; /* needed for container min-height */
	margin: 0 auto;
	text-align: center;
	font: 1em/1.2em helvetica, "Helvetica Neue", arial, sans-serif;
	color: #999999;
}



#wrapper {
	margin: 0 auto;
	width: 780px;
	background-image: url(images/containerback2.png);
	background-repeat: repeat-x 100%;
	min-height: 100%;
}

#header {
	width: 750px;
	clear: both;
	float: left;
	position: relative;
	height: 44px;
	}




.left {
	float: left;
}

.right {
	float: right;
}


:link,:visited { text-decoration:none }
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
/*
========================================================

Top Navigation Styles

========================================================
*/

#navigation {
	margin: 0 auto;
	height: 30px;
	width: 725px;
	overflow: hidden;
	padding-left: 16px;
	padding-top: 10px;
}

#navigation li {
	float: left;
	margin: 0;
	display: inline;
}

#navigation li a {
	display: block;
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0 !important;
	height /**/: 60px; /* for IE5/Win */;
	margin: 0;
	font-size: .5em;
	text-indent: -10000px;
}

#navigation li a:hover {
	background-position: 0 -30px;
}

li#phonenumber{
	background: url("images/phonenumber.png") left top no-repeat;
	width: 151px;
}

li#logo, li#logo a {
	background: url("images/home1.png") left top no-repeat;
	width: 211px;
}

li#calendar, li#calendar a {
	background: url("images/calendar.png") left top no-repeat;
	width: 96px;
}

li#photos, li#photos a {
	background: url("images/photos1.png") left top no-repeat;
	width: 80px;
}

li#about, li#about a {
	background: url("images/about1.png") left top no-repeat;
	width: 66px;
}

li#contact, li#contact a {
	background: url("images/contact1.png") left top no-repeat;
	width: 98px;
}

/*
========================================================

THREE PHOTOS NAVIGATION

========================================================
*/
#bigthree {
	margin: 0 auto;
	height: 364px;
	width: 750px;
	overflow: hidden;
	padding-top: 6px;

}

#bigthree  li {
	float: left;
	margin: 0;
	display: inline;
}

#bigthree  li a {
	display: block;
	float: left;
	padding: 369px 0 0;
	overflow: hidden;
	height: 0 !important;
	height /**/: 361px; /* for IE5/Win */;
	margin: 0;
	text-indent: -10000px;
}

#bigthree li a:hover {
	background-position: 0 -365px;
}

li#personaltraining, li#personaltraining a {
	background: url("images/bignav_01.png") left top no-repeat;
	width: 267px;
}

li#bootcamp, li#bootcamp a {
	background: url("images/bignav_02.png") left top no-repeat;
	width: 240px;
}
li#kettlebell, li#kettlebell a {
	background: url("images/bignav_03.png") left top no-repeat;
	width: 243px;
}




/*
========================================================

Home Marquee Area

========================================================
*/

#shell {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}


/*
========================================================

Home Columns

========================================================
*/

#columns,
#column {
	background: url("images/columnsBG.jpg") left bottom no-repeat;
	font-size: 0.8em;
	min-height: 100%;
	margin-left: 22px;
}

#column h2 {
	color: #660d0d;
	font: normal 1.6em helvetica, "Helvetica Neue", arial, sans-serif;
	border-bottom: 3px double;
}

#column p {
	padding: 5px;
}

#column #column_top {
	background: url("column_top.gif") no-repeat;
	padding: 20px;
	margin-top: 20px;
}

#columns dl {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}

#columns #col1 dt a, #columns #col2 dt a, #columns #col3 dt a {
	height: 0;
	padding-top: 108px;
	overflow: hidden;
	text-indent: -10000px;
	display: block;
}

#columns #col1 {
	width: 246px;
	color: #64641b;
}

#columns #col2 {
	width: 234px;
	color: #31586c;
}

#columns #col3 {
	width: 245px;
	color: #ab5a17;
}



#col1 dt a {
	background: url("images/heading_01.png") no-repeat;
}

#col2 dt a {
	background: url("images/heading_02.png") no-repeat;
}

#col3 dt a {
	background: url("images/heading_03.png") no-repeat;
} 

#col1 dd {
	margin: 0 0 0 45px;
	padding: 0 5px 10px 20px;
}

#col2 dd {
	margin: 0 0 0 35px;
	padding: 0 10px 10px 20px;
}

#col3 dd {
	margin: 0 0 0 35px;
	padding: 0 40px 10px 20px;
}





#col1 img, #col2 img, #col3 img  {
	float: right;
}

#columns a img {
	border: 0;
}

#columns br {
	clear: left;
	margin: 3px;
}

#bulletsleft  li {
	float: left;
	margin: 0;
	text-align: left;
	padding: 5px;
	margin-left: 14px;
	font-family: Cambria, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #666666;
	list-style-type: disc;
}



/*
========================================================

Footer

========================================================
*/

hr {
	height: 1px;
	width: 600px;
	background-color: #333333;
	margin: 0;
	color: #999999;
	border: 0;
}

#footer {
	text-align: center;
	font-size: 0.7em;
	clear: both;
	border-top: solid #cccccc 2px;
	margin: 10px 50px 0 50px;
	padding-top: 8px;
}

#footerNav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#footerNav li.last {
	border-width: 0;
}

#footerNav a {
	padding: 5px 10px;
	color: #999999;
}

#footerNav a:hover {
	margin: 0 0;
	text-decoration: underline;
		color: #666666;
}

#footer #columnInfo ul#footerNav {
	width: 725px;
	padding-top:7px;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	margin: 0 0;
	text-decoration: underline;
		color: #666666;
}



/*
========================================================

Secondary Columns

========================================================
*/

#side-a {
	float: left;
	width: 170px;
		margin-top: 44px;
	border-right: dotted #cccccc 2px;
		padding-left: 14px;
		
}
#side-a p {
	text-align: left;
	padding: 5px;
	margin-left: 12px;
		margin-right: 12px;
	font-family: Cambria, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #666666;
}

#side-a h1{
	text-align: left;
	padding: 10px 10px 2px 0px;
	margin-left: 12px;
	margin-right: 15px;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #51883A;
}

#side-a h1 a{
	text-align: left;
	padding: 10px 10px 2px 0px;
	margin-right: 15px;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #51883A;
}

#side-a h1 a:hover{
	text-align: left;
	padding: 10px 10px 2px 0px;
	margin-right: 15px;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #CC3366;
}





#side-b {
		margin-top: 34px;
	float: left;
	width: 395px;
	height: 1% /* Holly hack for Peekaboo Bug */;

padding: 10px 10px 24px 0;

}

#side-b p{
	text-align: left;
	padding: 5px;
	margin-left: 24px;
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #666666;
}

#side-b h1{
	text-align: left;
	padding: 10px 10px 2px 10px;
	margin-left: 15px;
	margin-right: 144px;

	font-family: Georgia, serif;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.2em;
color: #51883A;

}

#side-b h2{
	text-align: left;
	padding: 10px 10px 2px 10px;
	margin-left: 15px;
	margin-right: 14px;

	font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.2em;
color: #666666;

}


#side-c {
		margin-top: 44px;
	float: left;
	width: 170px;
	height: 1% /* Holly hack for Peekaboo Bug */;

	border-left: dotted #cccccc 2px;
padding: 10px 10px 24px 0;

}

#side-c p {
	text-align: left;
	padding: 5px;
	margin-left: 12px;
	font-family: Cambria, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #666666;
}

#side-c h1{
	text-align: center;
	padding: 5px 10px 2px 0px;
	margin-left: 12px;
	margin-right: 15px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #51883A;
}

/*
========================================================

Calendar

========================================================
*/

#side-calendar {
		margin-top: 34px;
	float: left;
	width: 525px;
	height: 1% /* Holly hack for Peekaboo Bug */;

padding: 10px 10px 24px 30px;

}


#side-calendar p{
	text-align: left;
	padding: 5px;
	margin-left: 24px;
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #666666;
}

#side-calendar h1{
	text-align: left;
	padding: 10px 10px 2px 10px;
	margin-left: 15px;
	margin-right: 144px;

	font-family: Georgia, serif;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.2em;
color: #51883A;

}

#side-calendar h2{
	text-align: left;
	padding: 10px 10px 2px 10px;
	margin-left: 15px;
	margin-right: 14px;
	font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.2em;
color: #666666;

}







/*
========================================================

LEFT NAVIGATION PHOTOS

========================================================
*/
#leftnav {
	margin: 0 auto;
	width: 147px;
	overflow: hidden;
}

#leftnav  li {
	float: left;
	margin: 0;
}

#leftnav li a {
	display: block;
	padding: 155px 0 0;
	overflow: hidden;
	height: 0 !important;
	height /**/: 239px; /* for IE5/Win */;
	margin: 0;
	text-indent: -10000px;
}

#leftnav li a:hover {
	background-position: -152px 0px;
}

li#personaltrainingvert, li#personaltrainingvert a {
	background: url("images/vertmenu_01.png") left top no-repeat;
	width: 210px;
}

li#bootcampvert, li#bootcampvert a {
	background: url("images/vertmenu_02.png") left top no-repeat;
	width: 235px;
}
li#kettlebellvert, li#kettlebellvert a {
	background: url("images/vertmenu_03.png") left top no-repeat;
	width: 235px;
}



/* << ----------------// FLOAT Images //------------ */

.floatimgleft {
	float:left;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	border: solid #666666 3px;

}

.floatimgright {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
	border: solid #666666 3px;
}




#bullet li {
	list-style-type: disc;
}

/*
========================================================

FORM INFORMATION

========================================================
*/

.cssform {
	padding: 5px 5px 5px 25px;
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #333333;
	}

.cssform p{
width: 100px;
clear: left;
margin: 0;
padding: 2px 0 2px 0;
padding-left: 43px; /*width of left column containing the label elements*/
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -43px; /*width of left column*/
width: 43px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 110px;
}

.cssform textarea{
	width: 270px;
	height: 150px;
}


/*
========================================================

LIGHTBOX

========================================================
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

