/*
Theme Name: Dhane in Space
Theme URI: http://wordpress.org/
Description: Custome theme by web consultant Dhane "Diesil" Crowley 
Version: 1.0
Author: Dhane Crowley
Author URI: http://dhanecrowley.com/
Tags: space, custom header, fixed width, three columns
*/

/*
	RESETS & BASIC PAGE SETUP
*/

*{
	margin: 0;
	padding: 0;
}
body{
	font: 75% Helvetica, Verdana, Arial, Geneva, sans-serif;
	color: #ee1c25;
	background: url('images/body-bg.jpg') #fff205 top left no-repeat;
}
ul{
	list-style: none inside;
}
p{
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 1.2em;
}
a{
	outline: none;
	font-size: 1.2em;
}
a img{
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 2.5em;
}
h2{
	font-size: 2.0em;
}
h3{
	font-size: 1.5em;
}

/*
	END RESET
*/

/*
	TOOLBOX
*/

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clear{
	clear: both;
}

/*
	END TOOLBOX
*/

/*
	STRUCTURE 
*/

#wrap{
	width: 800px;
	margin: 0 auto;
	background: #ffffff;
}

/*
	END STRUCTURE 
*/

/*
	SECTION-TOP
*/

#section-top{
	margin-top: 20px;
	background: #ffffff;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	text-align: center;
	padding: 10px;
}
#section-guitars{
	width: 800px;
	margin: 0 auto;
}	

/*
	END SECTION-TOP
*/

/*
	END SECTION-NAVIGATION
*/

#section-navigation{
	height: 56px;
	margin-top: 400px;
	background: url('images/nav-bg.jpg') repeat-x;
	font-weight: bold;
	font-size: 1.3em;
	color: #ffffff;
}
.nav-menu{
	padding: 20px 0 0 10px;
}
.nav-menu li{
	display: inline;
	padding-right: 5px;
}
.nav-menu li a{
	text-decoration: none;
	color: #ffffff;
} 
.nav-menu li a:hover{
	text-decoration: underline;
}

/*
	END SECTION-NAVIGATION
*/

/*
	SECTION-PAGE
*/

#section-page{
	background: url('images/page-bg.jpg') #ffffff repeat;
	padding: 10px;
}
#section-left{
	width: 485px;
}
#section-left p a{
	font-size: 1.0em;
	color: #ee1c25;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#section-left p a:hover{
	font-size: 1.0em;
	color: #ee1c25;
	text-decoration: underline;
	border-bottom: none;
}
.partners-logos{
	padding: 10px 0;
}
#section-right{
	width: 250px;
	margin-top: 25px;
}
#section-right img{
	margin-bottom: 10px;
}
.social{
	margin-top: 5px;
	margin-bottom: 10px;
}
.social li{
	display: inline;
}
.prod-facts{
	margin-top: 5px;
	margin-bottom: 15px;
}
#section-left-team{
	width: 380px;
	margin-top: 20px;
}
#section-right-team{
	width: 380px;
	margin-top: 20px;
}
.bio-box{
	margin-bottom: 20px;
}
.bio-title img{
	padding-right: 20px;
}
.bio-title p{
	padding-left: 83px;
	color: #ee1c25;
}
.bio-title h1{
	margin-bottom: 5px;
	color: #ee1c25;
}
#greg-bio{
	display: none; 
	overflow: hidden; 
}
#greg-bio a{
	color: #ee1c25;
}
#jon-bio{
	display: none; 
	overflow: hidden; 
}
#jon-bio a{
	color: #ee1c25;
}
#linda-bio{
	display: none; 
	overflow: hidden; 
}
#linda-bio a{
	color: #ee1c25;
}
#tracy-bio{
	display: none; 
	overflow: hidden; 
}
#tracy-bio a{
	color: #ee1c25;
}
#jessica-bio{
	display: none; 
	overflow: hidden; 
}
#jessica-bio a{
	color: #ee1c25;
}
#evan-bio{
	display: none; 
	overflow: hidden; 
}
#evan-bio a{
	color: #ee1c25;
}

/*
	END SECTION-PAGE
*/

/*
	END SECTION-FOOTER
*/

#section-footer{
	background: url('images/surfer-guys.jpg') bottom right no-repeat #ffffff;
	height: 200px;
	padding: 10px;
}
.nav-menu-footer{
	padding: 150px 0 0 0px;
}
.nav-menu-footer li{
	display: inline;
	padding-right: 5px;
}
.nav-menu-footer li a{
	text-decoration: none;
	color: #ee1c25;
} 
.nav-menu-footer li a:hover{
	text-decoration: underline;
}
#section-footer p a{
	font-size: 1.0em;
	color: #ee1c25;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#section-footer p a:hover{
	font-size: 1.0em;
	color: #ee1c25;
	text-decoration: underline;
	border-bottom: none;
}

/*
	END SECTION-FOOTER
*/