/*-------------------------- reset ---------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
}

body
{
	line-height:1;
	background: #D9DfDC url(../images/bg.jpg) repeat;
}


a
{
	color: #2C2C2D;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}




/*-------------------------- end reset ---------------------------------*/

/*----------------------- Container -------------------------------*/

#wrap {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 960px;
	height: auto;
	background-color: #D9DFDC;
	
}

/*--------------------- End Container -----------------------------*/

/*-------------------------- header ---------------------------------*/

#header {
	background: #fff;
	height: 140px;
	width: 940px;
	margin: 0 10px 10px 10px;	
	overflow: hidden;
}


.logo {
	background: #fff url(../images/jl_logos.png) no-repeat;
	height: 100px;
	width: 230px;
	float: left;
	margin:20px 20px 20px 30px;
	overflow: hidden;
}

a span{
	display: none;
}

#home .logo {
	background: #fff url(../images/jl_logos.png) 0px 0px no-repeat;
}

#bio .logo {background: #fff url(../images/jl_logos.png) 0px -100px no-repeat;}
#media .logo {background: #fff url(../images/jl_logos.png) 0px -200px no-repeat;}
#blog .logo { background: #fff url(../images/jl_logos.png) 0px -300px no-repeat;}
#faq .logo { background: #fff url(../images/jl_logos.png) 0px -400px no-repeat;}



/*-------------------------- Begin nav ---------------------------------*/


    .nav {
    background: #fff url(../images/nav.png) no-repeat;
    width:640px;
    height:100px;
    margin: 20px 0 20px 20px;
    padding:0;
    float: left;
    overflow: hidden;
    }

    .nav span {
    display: none;
    }

    .nav li, .nav a {
    height:100px;
    display:block;
    }

    .nav li {
    float:left;
    list-style:none;
    display:inline;
    }

    .nav-bio {width: 160px;}
    .nav-media {width: 160px;}
    .nav-blog {width: 160px;}
    .nav-faq {width: 160px;}

    .nav-bio a:hover {background:url(../images/nav.png) 0px -100px no-repeat; }
    .nav-media a:hover {background:url(../images/nav.png) -160px -100px no-repeat; }
    .nav-blog a:hover {background:url(../images/nav.png) -320px -100px no-repeat; }
    .nav-faq a:hover {background:url(../images/nav.png) -480px -100px no-repeat; }
    
    #bio .nav-bio a {background:url(../images/nav.png) 0px -100px no-repeat; }
    #media .nav-media a {background:url(../images/nav.png) -160px -100px no-repeat; }
    #blog .nav-blog a {background:url(../images/nav.png) -320px -100px no-repeat; }
    #faq .nav-faq a {background:url(../images/nav.png) -480px -100px no-repeat; }


/*-------------------------- End nav ---------------------------------*/

/*-------------------------- End header ---------------------------------*/



/*-------------------------- content ---------------------------------*/

#content
{
	background: #fff;
	width: 940px;
	margin: 10px 10px 0 10px;
	overflow: hidden;	
}


#home #content{border-top: 10px solid #2C2C2D; height:340px;}
#bio #content{border-top: 10px solid #FFC222; height: 1470px;}
#media #content{border-top: 10px solid #D8542B; height: 600px;}
#blog #content{border-top: 10px solid #17406A; height: 600px;}
#faq #content{border-top: 10px solid #79C2CA; height: 1000px;}

#home #content-top
{
	background:  #fff url(../images/silly-face.jpg) no-repeat;
	height: 320px;
	width: 940px;
	margin: 10px 0;	
	padding: 0;
}

#home h1
{
	font: normal 18px "Century Gothic", verdana, tahoma, sans-serif;
	color: #2C2C2D;
	line-height: 28px; 
	letter-spacing: none;
	height: auto;
	width: 480px;
	margin: 20px 0 0 30px;
	padding: 0;	
	float: left;
	overflow: hidden;
}
#home h1 a{
	text-decoration: underline;
}


#home .bottom-left
{
	background: #fff;
	border-top: 10px solid #2C2C2D;
	height: 400px;
	width: 465px;
	margin: 10px 0 0 10px;	
	padding: 0;
	float: left;
	display: inline
}

#home .bottom-left h1
{
	font: normal 25px "Century Gothic", "Apple Gothic", tahoma, sans-serif;
	margin-top: 15px;

}

#home .bottom-left .twitter
{
	float: left;
	margin: 15px 0 0 40px;
}

#home .bottom-right
{
	background: #fff;
	border-top: 10px solid #2C2C2D;
	height: 400px;
	width: 465px;
	margin: 10px 10px 0 10px;	
	padding: 0;
	float: left;
	display: inline
}


#home .bottom-right h1
{
	font: normal 25px "Century Gothic", "Apple Gothic", tahoma, sans-serif;
	margin-top: 15px;
}

#home .bottom-right iframe
{ 
	margin: 15px 0 0 40px;
}

#home .bottom-right a
{ 
	float: right;
	font: normal 15px "Century Gothic", "Apple Gothic", tahoma, sans-serif;
	padding: 10px 55px 0 0;
}

#bio .content-left p { 
	float: left;
	width: 420px;
	height: auto;
	margin: 40px 0 0 40px;
	font: normal 13px "Century Gothic", "Apple Gothic", tahoma, sans-serif;
	color: #2C2C2D;
	line-height: 20px;
	overflow: hidden;
	display: inline;
	
	}

#bio .content-right {
	background: #fff url(../images/bio-img-strip.jpg) no-repeat;
	float: left;
	width: 410px;
	height: 1400px;
	margin: 30px 30px 0 30px;
	overflow: hidden;
	display: inline;

	}

#media #main-content
 {
 	padding: 35px 0 0 70px;
 }

#media #main-content object
 {
 	margin-bottom: 20px;
 	float: left;
 }

#media #content a
{
	background: #D8542B;
	float: left;
	font: normal 15px "Century Gothic", "Apple Gothic", tahoma, sans-serif;
	color: #fff;
	padding: 13px 25px 13px 25px;
	margin-bottom: 10px;
	overflow: hidden;
	display: inline;
}

#media #content h1
{
	float: left;
	font: normal 15px "Century Gothic", "Apple Gothic", tahoma, sans-serif;
	color: #D8542B;
	margin: 0 0 0 70px;
	overflow: hidden;
	display: inline;
}


#faq .content-left a
{
	text-decoration: underline;
}

#faq .content-left h1, h2, h3
{
	float: left;
	width: 480px;
	height: auto;
	overflow: hidden;
	line-height: 20px;
}

#faq .content-left h1
{	
	color: #65a2aa;
	line-height: 20px;
	margin: 15px 0 0 40px;
	font: bold 14px "Century Gothic", "Apple Gothic", tahoma, sans-serif;
	letter-spacing: 0.5px;
}

#faq .content-left h3
{
	margin: 40px 0 0 40px;
	font: bold 15px "Century Gothic", "Apple Gothic", tahoma, sans-serif;
	color: #65a2aa;
	letter-spacing: 0.5px;
}

#faq .content-left h2
{
	margin-left: 40px;
	font: normal 13px "Century Gothic", "Apple Gothic", tahoma, sans-serif;
	color: #2C2C2D;
	letter-spacing: 0.25px;
}

#faq .content-right
{
	background: #fff url(../images/faq-img-strip.jpg) no-repeat;
	float: right;
	width: 410px;
	height: 1000px;
	overflow: hidden;
	display: inline;
}

/*-------------------------- End content ---------------------------------*/


/*--------------------- Footer -----------------------------*/

#footer
{
	padding: 20px 0 10px 0;
	clear: both;
	text-align: center;
	font: normal 10px "Century Gothic", "Apple Gothic", tahoma, sans-serif;
	color: #2C2C2D;
	line-height: 15px;
	text-decoration:none;

}

#footer a:hover
{
	text-decoration: underline;
}

/*--------------------- End Footer -----------------------------*/





















