@import url("whitespace-reset.css");

/*
 				
====  &copy;2009 ---------. ====
====  All Rights Reserved.                 ====

*/



/* color palette -----------

blue #1f3660
 	pink #ea4498

red #dc0002  
 	yellow #f2c801
  
orange #f89422
  	red #dc0002  
   
green #42630c
	light blue #009eb5

-------------------- */



/* LAYOUT ==================================================================
============================================================================
*/



* { padding: 0; margin: 0; }
	 
a { color: #3e66af; outline:none; }
a:hover { text-decoration: underline; }

.clear { clear: both;}
.left { float: left;}
.right { float: right;}

a img { border: none; }

hr {
    height: 1px;
    border: solid 2px #C3C2C3;
    border-width: 2px 0 0 0;
}

blockquote {
	display: block;
	width: 90%;
	margin: 1.25em auto;
	padding: 30px 30px 0;
	background-color: #e9e9e9;
	position: relative;
}
	blockquote .quote-left, blockquote .quote-right { position: absolute; font-size: 48px; height: 30px; }
	blockquote .quote-left { top: 5px; left: 5px; }
	blockquote .quote-right { right: 5px; bottom: 5px; }
	#main blockquote p { font-style: italic; }

body {
	background: transparent url("/_images/bg-body2.jpg") repeat center top;
}

#sitewrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	 }
	 
#header {
	height: 480px;
	width: 980px;
	 }
	
/* COLORS */	
#blue #header { background: transparent url("/_images/hdr-blue.gif") no-repeat center top; }
	#blue .get-started { background-color: #ea4498; }
	#blue h1, #blue h1 a { color: #ea4498;}
	
#red #header { background: transparent url("/_images/hdr-red.gif") no-repeat center top; }
	#red .get-started { background-color: #f2c801; }	
	#red h1, #red h1 a { color: #f2c801;}
	
#orange #header { background: transparent url("/_images/hdr-orange.gif") no-repeat center top; }
	#orange .get-started { background-color: #dc0002; }		
	#orange h1, #orange h1 a { color: #ed1c24;}
	
#green #header { background: transparent url("/_images/hdr-green.gif") no-repeat center top; }
	#green .get-started { background-color: #009eb5; }		
	#green h1, #green h1 a { color: #009eb5;}
	



#main {
	margin: 0 30px 0 30px;
	padding: 30px 30px 0 15px;
	width: 875px;
	background-color: #fff;
	}


/* inner ----------------------------*/
#content {  
	float: left; 
	width: 665px;
	margin: 0;
	padding: 0;
	}
#sidebar { 
	float: left;
	width: 165px;
	margin: 0 45px 0 0;
	}


/* footer --------------------------*/
#footer {
	clear: both;
}	 
	 

/* Form components */
.textbox, textarea {
	padding: 3px;
	width: 400px;
}
textarea {
	height: 100px;
}
label {
	font-weight: bold;
}
			
			
			
/* TYPOGRAPHY ==============================================================
============================================================================
*/

body {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Sans-serif;
	color: #333;
	}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font: bold 18px/1.2em "Lucida Grande", Arial, Sans-serif;
	color: #999; 
	text-transform: uppercase;
	padding: 0 0 0 85px;
	margin: 10px 0;
	display: inline-block;
	background: transparent url("/_images/bg-stripes.gif") no-repeat left top;
}
h2 {
	font: bold 17px/1.2em "Lucida Grande", Arial, Sans-serif;
	color: #000;
	padding: 10px 0;
}
h3 {
	font: bold 13px/1.5em "Lucida Grande", Arial, Sans-serif;
	color: #000;
	padding: 5px 0;
}

/* main content and list styles */	
#main p, #main ul, #main ol {
	font: 11px/1.5em "Lucida Grande", Arial, Sans-serif;
	color: #333;
	padding-bottom: 10px;
}
#main ul li {
	list-style-type: square;
	padding: 0 0 0 15px;
	list-style-position: inside; }
#main ol li {
	list-style-type: decimal;
	padding: 0 0 0 15px;
	list-style-position: inside; }
	
#main input, #main textarea {
	font: 11px/1.5em "Lucida Grande", Arial, Sans-serif;
	color: #000;
}


/* PRESENTATION ============================================================
============================================================================
*/


/* HEADER ---------------------------------------------------------------- */	 
#header #logo {
	    position: absolute;
		width: 226px;
		height: 113px;
	    top: 337px;
}
		#header #logo a {
			display: block;
			height: 100%;
			width: 100%;
			text-indent: -9999px;
			background: transparent url("/_images/logo-kona-human-performance.gif") no-repeat 0 0; }



/* navigation ----------- */
ul#navigation {
	display: block;
	float: right;
	height: 50px;
	text-align: right;
	background: #fff url("/_images/bg-nav.gif") repeat 0 0;
	padding: 0 25px 0 10px;
	margin: 50px 0 0 0;
}
	ul#navigation li  {
	    font: bold 17px/1.2em Arial, Sans-serif;
		text-transform: uppercase;
		margin: 0;
		display: block;
		float: left;
		position: relative;
	}
		ul#navigation li a {
			display: block;
			padding: 16px 10px 0px 10px;
			text-transform: uppercase;
			color: #fff; 
			text-decoration: none;
			height: 50px; /* causes IE6 to hasLayout which is causing the problems */
			_height: auto; /* so here's our IE6 hack, don't bother with sub-menus */
		}
			ul#navigation li a:hover {
				display: block;
				color: #b3b3b3; 
				text-decoration: none;
			}
	
		/* sub menu / hover */
		ul#navigation li ul {
			position: absolute;
			display: none;
			background-color: #0B0B0B;
			color: #fff;
			padding: 0 20px 20px 10px;
			top: 51px;
			left: 0;
			font-size: 0.9em;
		}
			ul#navigation li:hover ul {
				display: block;
			}
				ul#navigation li ul li {
					display: block;
					clear: left;
					text-align: left;
					padding: 0;
					width: 225px;
				}
					ul#navigation li ul li a {
						height: auto;
					}


	

/* Page Name H2 ----------- */
#header h2, #header h2 a  {
	font: bold 40px/.8em Arial, Sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 0 255px;
    margin: 0;
    position: absolute;
    top: 451px;
}

/* tagline ----------- */
#tagline {
	float: right;
	margin: 73px 0 0 0;
}
#tagline h3 {
	background: transparent url("/_images/bg-tagline.gif") no-repeat top right;
	text-indent: -9999px;
	width: 547px;
	float: right;
	height: 90px;
	margin: 0;
	padding: 0 0 10px 0;
	}

/* get started button */
#start{
	padding: 0 65px 0 0;
}
	
p.get-started {
	display: inline-block;
	clear: both;
	float: right;
	font: bold 19px/1em Arial, Sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
}
.get-started a {
	color: #fff;
	padding-right: 22px;
	background: transparent url("/_images/bg-arrow.gif") no-repeat center right;
	text-decoration: none;
}
.get-started a:hover {
	color: #b3b3b3;
	text-decoration: none;
}



/*end HEADER --------------------------------------------------------------------- */




/* sidebar  -------------*/
#sidebar p, #sidebar ul, #sidebar ol {
	font: 10px/1.5em "Lucida Grande", Arial, Sans-serif;
	color: #666;
}
#sidebar ul li {
	border-bottom: 1px solid #dfe1e3;
	padding: 5px 0;
	list-style: none;
}
#sidebar ul li a { color: #000; }

#sidebar ul li a:hover, #sidebar a.active { 
	text-decoration: underline;
	color: #000;}






/* footer -----------------------------------------------*/
#footer {
	width: 920px;
	height: 80px;
	margin: 0 0 0 30px;
	background: #fff url("/_images/bg-footer.gif") no-repeat 0 0;
	 }
#footer p {
	float: left;
	padding: 50px 0 0 30px;
	margin: 0;
	font-size: 10px;
	color: #898989;
}
#footer ul {
	float: right;
	padding: 50px 30px 0 30px;
	margin: 0 0 4px 0; }
	#footer ul li  {
		display: inline;
		text-transform: uppercase;
		color: #ccc;
		margin: 0;
		padding: 0;
		}
	#footer ul li a { 
	    color: #fff;
		padding: 0 0 0 0; }
	#footer ul li a:hover {
	    color: #898989;
	    text-decoration: none;
}



/* Page specific stuff */

.img-border {
	border: solid 2px #ccc;
}

.exercise-img {
	display: block;
	float: left;
	margin: 0 3px 3px 0;
}

.testimonial-img-big {
	float: right;
	margin: 0 10px 10px 10px;
	border: solid 2px #ccc;
}

.testimonial-img-sidebar {
	margin: 0 0 10px 0;
	border: solid 2px #ccc;
}