@import url("reset.css");
@import url("default.css");

em
{
	font-weight: bold;
}

body
{
	color: white;
	font-size: 14px;
	text-align: center;
	font-family: Verdana, sans-serif;
	background-color: black;
}

html { 
overflow-y: scroll; 
}

a
{
	color: #76b6ec;
}

p
{
	line-height: 160%;
}

img	
{
	border: 0;
}

#main-logo
{
	display: block;
	margin: 0 auto;
	width: 996px;
	text-align: left;
}

#content-container
{
	text-align: left;
	margin: 0 auto;
	width: 996px;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}

.box-content
{
	padding-top: 100px;
	min-height: 400px;
}

#music_videos-content .box-content
{
	background: url(../images/background_1.jpg) no-repeat center 0;
}

#special_projects-content .box-content
{
	background: url(../images/background_2.jpg) no-repeat center 0;
}

#photos-content .box-content
{
	background: url(../images/background_3.jpg) no-repeat center 0;
}

#about-content .box-content
{
	background: url(../images/background_4.jpg) no-repeat center 0;
}

#contact-content .box-content
{
	background: url(../images/background_5.jpg) no-repeat center 0;
	margin-top: -10px;
}

#content
{
	padding-bottom: 10px;
}

#header
{
	text-align: left;
	overflow: auto;
	margin: 0 auto;
	width: 996px;
	padding-top: 0;
	position: relative;
	top: 0;
	z-index: 1;
}

#footer
{
	text-align: center;
	overflow: auto;
	margin: 0 auto;
	width: 989px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #747474;
}

#navbar li
{
	display: inline;
	margin-right: 15px;
}

#navbar
{
	text-align: left;
	margin: 0 auto;
	width: 989px;
	margin-bottom: 15px;
	background-image: url(../images/navbar/nav_background.png);
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
}

#navbar li a
{
	text-decoration: none;
}

.left-col
{
	width: 460px;
	float: left;
	margin-right: 0;
}

.right-col
{
	margin-left: 500px;
	width: 460px;
}

.full-col
{
	clear: both;
	overflow: auto;
}

/* @group Contact */

label
{
	display: block;
	text-align: left;
	font-weight: bold;
	margin: 8px 0 1px;
}

input.info, textarea.info
{
	width: 385px;
	border: 1px #ABABAB solid;
	background-image: url(../images/input-shadow.png);
	background-repeat: no-repeat;
	padding: 2px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	color: #454545;
}

textarea.info
{
	width: 385px;
	height: 100px;
	margin: 0 0 10px 0;
}

.video-player
{
	border: 1px solid #232323;
	width: 690px;
	height: 388px;
}

.player-container h3
{
	margin-top: 4px;
}

ul.videos
{
	margin-top: 30px;
	overflow: auto;
	
}

ul.videos li
{
	float: left;
	width: 200px;
	margin-right: 45px;
	margin-bottom: 25px;
	height: 165px;
}

ul.videos li img
{
	top: -19px;
	position: relative;
}


ul.videos li img.thumb
{
	/*top: -169px;*/
	position: relative;
}

ul.videos li img.fade
{
	top: -19px;
	position: relative;
	z-index: 1;
}


ul.videos li .video-image
{
	border: 1px solid #232323;
	height: 112px;
	width: 200px;
	overflow: hidden;
}

ul.videos li a
{
	color: white;
	text-decoration: none;
}

.intro-box
{
	width: 275px;
	float: right;
	background-image: url(../images/navbar/nav_background.png);
	padding: 7px;
}

.video p
{
	margin-bottom: 0;
}

.special
{
	width: 285px;
	float: right;
	background-image: url(../images/navbar/nav_background.png);
	padding: 7px;
}

.special h2
{
	font-size: 14px;
}

.intro-box ul
{
	list-style-type: disc;
	margin-bottom: 12px;
}

.intro-box li
{
	margin-left: 25px;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.ui-tabs-nav
{
	border-bottom: 1px solid #8a8a8a;
	margin-top: 15px;
}

.ui-tabs-nav li
{
	display: inline;
	padding-right: 15px;
	font-weight: bold;
}

.ui-tabs-nav a
{
	text-decoration: none;
	color: white;
}

.ui-tabs-selected a
{
	
	border-bottom-color: #75dae5;
	color: #6ac5ce;
}

#about-content #about-box
{
	background-image: url(../images/navbar/nav_background.png);
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 10px;
	padding: 10px;
}

#about-content #bio
{
	margin-left: 200px;
	margin-right: 200px;
}

#a-tabs
{
	margin-left: 200px;
	margin-right: 200px;
}

#a-tabs .ui-tabs-panel
{
	background-image: url(../images/navbar/nav_background.png);
}

#a-tabs .ui-tabs-nav
{
	margin-bottom: 10px;
}

#slideshow
{
	text-align: center;
}

ul.photosets
{
	margin-top: 30px;
	overflow: auto;
	
}

ul.photosets li
{
	float: left;
	width: 240px;
	margin-right: 45px;
	margin-bottom: 25px;
	height: 240px;
}

.bio-photo
{
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}

.cancel
{
	float: right;
	margin-right: 6px;
}

label.error
{
	display: block;
	color: #ff4646;
	font-size: 11px;
	margin-bottom: 4px;
}

#contact-form input.text, #contact-form textarea
{
	width: 100%;
}

#contact-form input#send
{
	float: right;
	margin-top: 15px;
}

#contact
{
	width: 350px;
	float: right;
	margin-right: 175px;
	margin-top: 50px;
}

#rep
{
	width: 250px;
	margin-top: 300px;
	margin-left: 100px;
	float: left;
}

.title
{
	display: block;
	font-weight: bold;
}

.artist
{
	display: block;
	font-weight: normal;
}

ul#quotes li
{
	margin-bottom: 10px;
	overflow: auto;
}

ul#quotes li span
{
	display: block;
	font-size: 22px;
	font-weight: bold;
	float: left;
	width: 250px;
}

ul#quotes li p
{
	width: 320px;
	float: right;
}

em
{
	font-size: 110%;
	color: #ffe688;
}

#social-buttons
{
	clear: both;
	text-align: center;
}

#splash-logo
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 23%;
}
