/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: arial, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #FFFFFF; }
a:active { text-decoration: none; color: #FFFFFF; }
a:visited { text-decoration: none; color: #FFFFFF; }
a:hover { text-decoration: none; color: #FFFFFF; }

a img { border: none; }

#logo {margin-top: 30px;}

#menu {
    width: 200px;
    overflow: hidden;
	left: 0;
    position: fixed;
    height: 100%;
	background: url("http://www.jeffreygamble.com/v4/files/common/menu_bg.gif") no-repeat;
}

#menu ul {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 5px;
}

#menu ul li {
	line-height: 14px;
}

#menu ul li.section-title {color: #eeba82; font-size: 9px; text-transform: uppercase; padding-bottom: 10px; }

#menu ul li a {
	display: block;
	width: 200px;
	padding: 4px 0 12px 5px;
	background: url("http://www.jeffreygamble.com/v4/files/common/nav_selected.gif") 0 0 no-repeat;
	background-position: 600px 0;
	text-decoration: none;
} 
		
#menu ul li a:hover {	
	color: #4f4f4f;
}
		
#menu ul li.active a {
	background-position: -185px 0;
	color: #FFFFFF;
	overflow: hidden;
}

.menu_container {width: 200px; background-image: none; margin-top: 40px; }

#content {
    height: 100%;
    width: auto;
	margin: 0 0 0 200px;
    top: 0;
}

.container {padding-top: 27px; padding-left: 20px; }

.container p {color: #666666;}

.container p a {color: #666666; text-decoration: underline; }

#tracklist { visibility: hidden; position:absolute; overflow:hidden; }

#container2 {width: 300px; float: left; margin-bottom: 30px; margin-right: 30px; padding-right: 20px; padding-bottom: 20px; line-height: 1.4em; }
#biography_photo {width: auto; height: auto; float: left; margin-right: 30px; margin-bottom: 30px; border: 1px solid #cbced2; }
#biography {width: 300px; float: left; margin-bottom: 30px; margin-right: 30px; padding-right: 20px; padding-bottom: 20px; line-height: 1.4em; border-right: 1px solid #cbced2; }
#client_list {width: 180px; float: left; margin-bottom: 30px; margin-right: 20px; font-size: 11px; line-height: 18px; }
#celebrity_list {width: 180px; float: left; margin-bottom: 30px; font-size: 11px; line-height: 18px;  }
#contact {width: 200px; float: left; margin-bottom: 30px; font-size: 12px; line-height: 18px;  }

p {
    margin: 0 0 9px 0;
	color: #666666;
}

em {font-weight: bold;}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 8px; text-transform: uppercase; padding-bottom: 10px; color: #666666; }

#img-container	{ margin: 0; padding: 0; }

#img-container img {
background-image: url("http://www.jeffreygamble.com/v4/files/common/loading.gif");
background-repeat: no-repeat;
background-position: center center;
}

#post-nav {
margin-top: 25px;
font-size: 11px;
padding-left: 20px;
color: #ffffff;
line-height: 16px;
}

#post-nav a {color: #eeba82; text-decoration: underline;}

.credit {color: #eeba82;}

#mediaplayer { margin-bottom: 20px; }

#once { clear: left; }
