@charset "UTF-8";
/* CSS Document */

html, body
{
	width:100%;
	height:100%;
	background-color:#000;/*#c89b50;*/
	margin:0;
	padding:0;
	border:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
}

#wrapper
{
	width:810px;
	height:100%;
	margin: 0px auto;
	
}

#oac
{
	width:300px;
	height:100px;
	
	font-size:10px;
	color:#FFF;
	position:absolute;
	right: 20px;
	display:block;
	
}

#oac p
{
	margin-left:20px;
}

#heading
{
	height:50px;
	padding-top:20px;
	padding-left:20px;
	margin-bottom:0px;
	float:left;
	
}
	
#heading a, #heading img
{
	border:none;
	outline:none;
}


#icons
{
	height:45px;
	margin-top:25px;
	margin-bottom:0px;
	float:right;
	
}

#facebook
{
	background-image:url(../images/icons/facebook.png);
	width:42px;
	height:41px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	display:block;
}

#twitter
{
	background-image:url(../images/icons/twitter.png);
	width:42px;
	height:41px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	display:block;
}

#myspace
{
	background-image:url(../images/icons/myspace.png);
	width:42px;
	height:41px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	display:block;
}

#gplus
{
	background-image:url(../images/icons/googleplus.png);
	width:42px;
	height:41px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	display:block;
}

#tumblr
{
	background-image:url(../images/icons/tumblr.png);
	width:42px;
	height:41px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	display:block;
}

#wordpress
{
	background-image:url(../images/icons/wordpress.png);
	width:42px;
	height:41px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	display:block;
}

#youtube
{
	background-image:url(../images/icons/youtube.png);
	width:42px;
	height:41px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	display:block;
}

#vimeo
{
	background-image:url(../images/icons/vimeo.png);
	width:42px;
	height:41px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	display:block;
}

#itunes
{
	background-image:url(../images/icons/itunes.png);
	width:42px;
	height:41px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	display:block;
}

#shop
{
	background-image:url(../images/icons/shop.png);
	width:42px;
	height:41px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	display:block;
}

#email
{
	background-image:url(../images/icons/email.png);
	width:42px;
	height:41px;
	float:left;
	cursor:pointer;
	display:block;
}


#navigation
{
	position:absolute;
	z-index:150;
	top:110px;
	width:100%;
	background-color: transparent; 
	height:45px;; 
	border:none;
	outline:none;
	
}

#navigation div 
{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:90px;
	height:45px;
	border:none;
	outline:none;
	cursor:pointer;
}

#buttons img
{
	border:none;
	outline:none;
}

#navigation #news 
{
	display:block;
	left:0px;
	background-image:url(../images/tabs/news_m.png);
	border:none;
	outline:none;
}

#navigation #tour 
{	
	display:block;
	left:90px;
	background-image:url(../images/tabs/tour_m.png);
	border:none;
	outline:none;
}

#navigation #music 
{	
	display:block;
	left:180px;
	background-image:url(../images/tabs/music_m.png);
	border:none;
	outline:none;
}

#navigation #video 
{
	display:block;
	left:270px;
	background-image:url(../images/tabs/video_m.png);
	border:none;
	outline:none;
}

#navigation #bio 
{
	display:block;
	left:360px;
	background-image:url(../images/tabs/bio_m.png);
	border:none;
	outline:none;
}

#navigation #photos 
{
	display:block;
	left:450px;
	background-image:url(../images/tabs/photo_m.png);
	border:none;
	outline:none;
}

#navigation #merch 
{
	display:block;
	left:540px;
	background-image:url(../images/tabs/merch_m.png);
	border:none;
	outline:none;
}

#navigation #downloads
{
	display:block;
	left:630px;
	background-image:url(../images/tabs/mp3_m.png);
	border:none;
	outline:none;
}

#navigation #contact
{
	display:block;
	left:720px;
	background-image:url(../images/tabs/contact_m.png);
	border:none;
	outline:none;
}
	
#navigation div a h1 
{
	width: 90px;
	height:45px;
	margin:0;
	display:block;
	text-indent:-5000px;
	border:none;
	outline:none;
}

#navigation div a
{
	outline:none;
	border:none;
}

.scrollbg
{
	background-image:url(../images/sphere.png);
	width:810px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	
}

.scrollbg img
{
	display:block;
}

#promofact
{
	clear:both;
	background-image:url(../images/promofact.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	display:block;
	height:40px;
	width:200px;
	margin-left:650px;
	
}

#promofact a
{
	color:#FFF;
	font-size:10px;
	text-decoration:none;
}

#biobox
{
	width:810px;
	background-color:#000;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
	height:100%;
}

#biobox p
{
	color:#fff;
	font-size: 12px;
	line-height:20px;
	
}

#biobox p a:link, #biobox p a:visited
{
	color:#ccc;
	font-size: 12px;
	text-decoration:none;
}

#biobox p a:hover
{
	color:#fff;
	font-size: 11px;
	text-decoration:none;
}

#biowrap
{
	background:transparent url(../images/biobg.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:100%;
	height:100%;
}

.photowrap
{
	background-image:url(../images/InnerAlbum.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
}


#gigs
{
	width: 810px; 
	background-color:#000; 
	color:#FFF;
	padding-top:50px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#gigs a
{
	color:#CCC;
	font-size:17px;
	text-decoration:none;
	border:none;
	outline:none;
	
}

.selected
{
	color:#FFF !important;
}

#upcoming, #past
{
	margin-top:15px;
	margin-left:20px;
	margin-right:20px;
	
}

#uc
{
	padding-left:200px;
	
}

table
{
	border:thin;
	font-size:12px;
	width:100%;
	
}

table th
{
	font-weight:bold;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

table td
{
	padding-right:20px;
	padding-left:5px;
	text-align:left;
	height:26px !important;
}


span.tourbtns
{
	position: relative;
	top:4px;
	margin-left:100px; 
	width:210px;
	
}


#disco
{
	width:810px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	background-color:#000;
	color:#FFF;
	
	
}

#disco a:link
{
	color:#CCC;
	font-size:18px;
	/*margin-left:5px;*/
	text-decoration:none;
	border:none;
	outline:none;
	
}

#disco a:hover
{
	color:#FFF;
	border:none;
	outline:none;
}

.itunesbtn
{
	margin-top:340px; 
	margin-left:60px;
}
	
.cdimage
{
	margin-top:30px;
	float:left;
	margin-left:20px;
	width:350px;
	display:block;
	background: transparent url(../images/mmcover_sm.jpg);
	background-repeat:no-repeat;
}

.cdimageb
{
	margin-top:30px;
	float:left;
	margin-left:20px;
	width:350px;
	/*height:314px;*/
	display:block;
	background: transparent url(../images/beacons_cover.jpg);
	background-repeat:no-repeat;
}

.cdimagec
{
	margin-top:30px;
	float:left;
	margin-left:20px;
	width:350px;
	display:block;
	background: transparent url(../images/sfftt_cover.jpg);
	background-repeat:no-repeat;
}


.tracklist
{
	float: left;
	margin-left:40px;
	margin-top:20px;
	margin-bottom:20px;
	
}

.tracklist h2
{
	font-size:16px;
}

.tracklist h3
{
	font-size:13px;
	margin-top:15px;
	margin-bottom:7px;
	padding:0 !important;
}

.tracklist ol li
{
	font-size:13px;
	list-style-type:decimal;
	margin-left:20px;
	color:#FFF;
	line-height:20px;
}

.tracklist ol
{
	margin-bottom:20px;
}

.albumlink1, .albumlink2, .albumlink3
{
	float:left;
	margin-left:78px;
	margin-top:20px;
	
}

.albumlink1 a:link, .albumlink1 a:visited, .albumlink2 a:link, .albumlink2 a:visited, .albumlink3 a:link, .albumlink3 a:visited 
{
	color: #CCC;
	font-size:18px !important;
	text-decoration:none !important;
}

.smlinks
{
	margin:0;
	padding:0;
	float:left;
}

.smlinks iframe
{
	margin-left:0px !important;
}


.hireslink a:link, .hireslink a:visited
{
	color:#fff;
	font-size: 11px;
	text-decoration:none;
	text-align:center;
	margin-left:300px;
}

.hireslink a:hover
{
	text-decoration:underline;
}

.hireslink
{
	clear:both;
	height:30px;
}

#vids
{
	font-size:13px;
	color:#FFF;
	width: 790px; 
	height:350px;
	background-color:#000; 
	color:#FFF;
	padding-top:50px;
	padding-bottom:20px;
	padding-left:20px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.vidthumb
{
	float:left;
	margin-right:20px;
	text-align:center;
	
}

.vidthumb2
{
	margin-top:20px;
	float:left;
	margin-right:20px;
	text-align:center;
}

.vidthumb a, .vidthumb2 a
{
	outline:none;
	border:none;
}

.conwrap
{
	background-image: url(../images/cbgb.jpg);
	background-repeat:repeat;
	width:100%;
	min-width:900px;
	height:906px;
	background-color:#000;
}

#contactinfo
{
	color: #FFF;
	background-color:#000;
	width: 810px;
	min-height:350px;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	
}

#contactleft
{
	float:left;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	
}


.contactleft p
{
	padding-left:20px;
	font-size:13px;
	line-height:16px;
	
}


#mailinglist
{
	width:350px;
	margin-left:15px;
	padding-top:20px;
	float:right;
	
	
}

#mailinglist table
{
	font-size:13px !important;
}

#contactinfo a:link, #contactinfo a:visited
{
	color: #FFF;
	text-decoration:none;
}

#contactinfo a:hover
{
	text-decoration:underline;
}

#contactinfo p
{
	margin-bottom:15px;
	margin-top:10px;
	
}

.indented
{
	margin-left: 50px;
}

.indentemail
{
	margin-left: 90px;
	margin-top:-10px !important;
}

.indentemail2
{
	margin-left: 59px;
	margin-top:-10px !important;
}

#leftcol
{
	float:left;
	width:550px;
}

#leftcol p
{
	margin-bottom:10px;
	margin-left:10px;
}

#leftcol h3
{
	color:#FFF;
	margin-bottom:15px;
}

#leftcol iframe
{
	margin-left:10px;
}

#rightcolumn
{
	float:right;
	width:240px;
	padding-left:20px;
}

#dropcards
{
	width:900px;
	min-height:350px; 
	color:#FFF;
	padding-top:60px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

.mmcards
{
	
	float:left;
	
	
}

.bcards
{
	
	float:right;
	
}

.hide
{
	display:none;
}

.spacer
{
	clear:both;
	height:50px;
}