/* Tag-level Rules
******************************************************************************/
body
{
	background-color: #000;
	color: #999;
	margin: 1.5em auto;
}


/* Banner Rules
******************************************************************************/
#banner
{
	margin-top: 1.5em;
	margin-bottom: 3em;
}

#name h1, #name h2, #menu
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #999;
}

#name h1
{
	color: #666;
	margin-bottom: -0.1em;
	font-size: 2.5em;
}

#name h2
{
	font-size: 1.5em;
	font-weight: normal;
}

#menu
{
	text-align: right;
}

#menu ul, .videos ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li, .videos ul li
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#menu a
{
	text-decoration: none;
	color: #666;
	font-size: 1.5em;
}

#menu a:hover
{
	color: #999;
}


/* Content Rules
******************************************************************************/
#contact, #video
{
	text-align: center;
}

#contact, #awards
{
	background-color: #333;
	height: 416px;
	margin-left: 20px;
}

#contact p
{
	margin-top: 190px;
	color: #999;
	line-height: 1.25em;
}

#awards ul
{
	list-style-type: none;
	color: #999;
	margin-top: 1.5em;
}

#awards h2
{
	color: #999;
	margin-top: 5em;
	margin-left: 0.85em;
}

.videos ul li a
{
	display: block;
}

.videos ul li a:hover
{
	background-color: #333;
}

.video-link
{
	position: relative;
}

div.video-details
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 64px;
	z-index: 3;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: left;
	cursor: hand;
	cursor: pointer;
}

div.video-details:hover
{
	color: #999;
	opacity: 0.8;	
	background-color: #333;
	filter: alpha(opacity=80);
}

div.video-details ul
{
	margin: 0;
	padding: 4px;
}

div.video-details ul li
{
	line-height: 1.25em;
	font-size: 1em;
	padding-left: 2px;
}

li.director
{
	display: none;
}

div#video-title
{
	margin-top: 1.5em;
}

div#song-artist, div#director
{
	color: #999;
	text-align: center;
}


/* Footer Rules
******************************************************************************/
#footer
{
	text-align: right;
	font-size: 0.85em;
	color: #666;
}

#footer a
{
	color: #333333;
}