@charset "UTF-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	background:#202020 url(images/background.jpg) repeat fixed;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	color:#FFFFFF;
	line-height:1.3em;
}
img{
	border:0;
}
ul{
	list-style-type:none;
}
a{
	text-decoration:none;
	color:#faa41a;
}
a:hover{
	text-decoration:underline;
}
.clear_float{
	clear:both;
}
.text1 {color:#faa41a;}
.opacity {opacity:0.6; filter:alpha(opacity=60);}
#wrapper{
	width:770px;
	margin:30px auto 0;
}
#header{
	background:transparent url(images/banner.jpg) no-repeat;
	width:770px;
	height:385px;
	position:relative;
}
#header img.logo{
	position:absolute;
	right:5px;
	top:-25px;
}
#header #music_player{
	position:absolute;
	top:5px;
	left:5px;
}
#music_player .music_player {color:#fff; font-size:0.9em; position:relative; top:-8px; outline:none;}
#music_player .music_player:hover {text-decoration:none;}
#header #nav {position:absolute; bottom:5px; left:10px;}
#nav a{
	width:74px;
	height:22px;
	display:block;
	margin-right:10px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
#nav a.home{
	background:url(images/nav_home.png) left bottom no-repeat;
	width:62px;
}
#nav a.lyric{
	background:url(images/nav_lyric.png) left bottom no-repeat;
}
#nav a.video{
	background:url(images/nav_video.png) left bottom no-repeat;
}
#nav a.bio{
	background:url(images/nav_bio.png) left bottom no-repeat;
	width:50px;
}
#nav a.gig{
	background:url(images/nav_gig.png) left bottom no-repeat;
	width:50px;
}
#nav a.photo{
	background:url(images/nav_photo.png) left bottom no-repeat;
	width:77px;
}
#nav a.links{
	background:url(images/nav_links.png) left bottom no-repeat;
	width:77px;
}
#nav a:hover, #nav a:active {
	background-position:left top;
}
#home a.home, #lyric a.lyric, #video a.video, #bio a.bio, #gig a.gig, #photo a.photo, #links a.links {
	cursor:default;
	background-position:left top;
}
#content{
	width:730px;
	background:#655b56 url(images/texture.gif) center bottom no-repeat;
	margin-top:10px;
	padding:20px;
	min-height:180px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#content h6{
	font-size:12px;
	letter-spacing:3px;
	font-family:Helvetica, Arial, sans-serif;
}
#content p.link{
	text-align:right;
	font-size:11px;
}
#content span{
	font-size:24px;
}
#left_column{
	width:430px;
	float:left;
	padding-right:10px;
}
#right_column{
	width:279px;
	float:right;
	padding-left:10px;
	position:relative;
	border-left:dashed 1px #999999;
}
#right_column .gray{
	font-size:11px;
	color:#CCCCCC;
	margin-top:12px;
}
#right_column #lyrics {margin-bottom:150px;}
#right_column li { margin:10px 0; letter-spacing:2px;}
#right_column li:hover {cursor:pointer; color:#faa41a;}
#right_column #lyrics li p {position:absolute; left:-420px; top:15px; color:#fff; letter-spacing:normal; width:400px; line-height:18px; display:none;}

.thumbnails {padding-bottom:200px;}
.thumbnails img {float:left; margin:0 5px 5px 0; opacity:0.6; filter:alpha(opacity=60);}
.thumbnails img:hover {cursor:pointer; opacity:1; filter:alpha(opacity=100); }

#video_player{
	width:450px;
	margin:0 auto;
}
#links img{
	width:0;
	height:0;
	display:0;
}
#links a{
	font-size:13px;
}
#links a:hover img{
	display:block;
	height:auto;
	width:auto;
	position:absolute;
	left:-150%;
	top:0;
}
#footer{
	width:100%;
	position:relative;
	margin:0 0 5px;
	color:#666666;
	font-size:0.9em;
}
#footer p.creator{
	position:absolute;
	top:0;
	right:0;
}
#footer p a{
	color:#666666;
}