html, body {
	height: 100%;
}
body {
	margin: 0px auto 0px auto;
	background: #FFF;
	text-align: left;
	
	font-family: Cambria,Georgia, serif;	
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	overflow-x:hidden;
	background-image: url('../_img/border_top.gif');
	background-repeat: repeat-x;
}

body input{
	font-family: Cambria,Georgia, serif;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
li{
	margin:0px;
	padding:0px;
	list-style:none;
}


#master {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 1000px;
	height:100%;
	margin-top:0px;
}

#header {
	padding-top:40px;
	position:relative;
	height: 100px;
}
#header #logo{
	margin-top:20px;
	position:relative;
	float:left;
}
#header #nav{
	position:relative;
	float:right;
	z-index:18;
}

#content{
	
	margin-left:0px;
	margin-right:0px;
	min-height:100px;
}
#c-border{
	background-image: url('../_img/border_mid.gif');
	background-repeat: repeat-x;
	height:30px;
}


#tri-featured a{
	color:#333;
	text-decoration:none;
}
#tri-featured a:hover,a:visited{
	color:#999;
	text-decoration:none;
}

#tri-featured{
	font-size:12px;
	font-weight:bold;
	margin-left:14px;
	display:block;
	height:auto;
}

#tri-featured #tri-left{
	background-image: url('../_img/border_grey_small.gif');
	background-repeat: repeat-x;
	width:160px;
	float:left;
	display:block;
	min-height:360px;
	
}

#featured-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	opacity:.9;
	background-color:#000;
	z-index: 30;
}

#tri-featured #tri-center{
	position:relative;
	margin-left:13px;
	margin-right:13px;
	
 	background-color:#000;
	color:#fff;
	float:left;
	display:block;
	
	overflow:hidden;
	width:640px;
	height:360px;
	z-index: 31;
}

#tri-featured #tri-right{
	background-image: url('../_img/border_grey_small.gif');
	background-repeat: repeat-x;
	width:160px;
	float:left;
	display:block;
	min-height:360px;
}

#tri-featured .tri-item{
	
	position:relative;
	margin-top:9px;
	text-align:center;
	display:block;
}
#tri-featured .tri-item-title{
	
	font-size:12px;
	text-align:center;
	display:block;
}
#tri-featured .tri-item-thumb{
	position:relative;
	top:0;
	margin-top:2px;
	font-size:12px;
	text-align:left;
	text-align:center;
	display:block;
	height:90px;
	width:160px;
	overflow:hidden;
	background-color:#333;
	
}
#tri-featured .tribot{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	height:90px;
	width:160px;
	z-index:23;
	
}
#tri-featured .tritop{
	position:absolute;
	background-image: url('../_img/tri_overlay_on.png');
	display:block;
	height:270px;
	width:160px;
	top:0px;
	left:0px;
	z-index:24;
}
#tri-featured .inactive{
	
}


#preroll{
	position:absolute;
	top:0;
	display:block;
	width:640px;
	height:360px;
	z-index:32;
}

#roll-title{
	font-size:10px;
	font-weight:normal;
	position:absolute;
	top:208px;
	left:140px;
	width:355px;
	height:22px;
	text-align:center;
	z-index:33;
	font-style:italic;
	text-transform:uppercase;
}
.titleText{
	text-transform:capitalize;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
}

#vimeo{
	position:absolute;
	top:0;
	width:640px;
	height:360px;
	display:block;
	overflow:hidden;
	z-index:31;
}


.boximage{
	margin-top:7px;
	margin-left:2px;
}



#mailing-list{
	
}


#subutton{
	position:relative;
}

#subutton a{
	width:76px;
	height:24px;
	display:block;
	background: url('../_img/butt_subscribe.gif') no-repeat 0 0;
	text-indent:-8008px;
	overflow:hidden;
}

#subutton a:hover{
	background-position:0 -24px;
	
}

#subform{
	font-size:10px;
	color:#333;
	margin-top:20px;
}
.form_titles{
	width:284px;
	clear:both;
}
.form_titles div{
 	float:left;
}
.div_email{
	text-transform:uppercase;
	width:160px;
	margin-right:20px;
}
.div_zip{
	text-transform:uppercase;
	width:104px;
}
.form_input{
	width:284px;
}
.form_input div{
 	float:left;
}
.div_email input{
 	float:left;
	height:20px;
	width:140px;
}
.div_zip input{
 	float:left;
	height:20px;
	width:70px;
}

.formpad{
	padding-top:20px;
}
.discform{
	line-height: 1.1em;
	text-transform:none;
}









.hr {
	height: 20px;  
	width:1000px;
	clear: both;
}
.hrLine {
	height: 20px;  
	width:1000px;
	clear: both;
	border-top:1px;
	border-style:solid;
	border-color:#ccc;
}
#twitter{

	margin-bottom:6px;
	border:0px;
	height:30px;
	
	width:1020px;

}

#tweet{
	font-style:italic;
	position:relative;
	float:left;
	color:#666666;
	width:940px;
	padding-top:3px;
	margin-left:60px;
	margin-right:10px;
	height:26px;
	display:block;
}

.extrasmall{ font-size:14px; }
.small{ font-size:16px; }
.medium{ font-size:18px; }
.large{ font-size:20px;}


#tweet a,a:active{
	color:#000;
	text-decoration:none;
}
#tweet a:hover,a:visited{
	color:#666;
	text-decoration:none;
}
#twitter #bird{
	
	position:relative;
	overflow:hidden;
	float:left;
}

#bird a{
	width:41px;
	height:26px;
	display:block;
	background: url('../_img/icon_twitter.jpg') no-repeat 0 0;
	text-indent:-8008px;
	overflow:hidden;
}

#bird a:hover{
	background-position:0 -26px;
}

#subscribe{
	width:314px;
}

#random{
	width:314px;
}


#flickr{
	width:484px;
}
#shows{
	width:314px;
}

#bandcamp{
	width:484px;

	
}
#bandcamp .box-title{
	text-align:left;
}

#bandcamp #bcbox{
		margin-left:20px;
		margin-top:40px;
		height:136px;
}

#hack{
	width:1px;
	height:1px;
}

#artistHack{
	display:block;
}

#boxes{
	margin-top:30px;
}

.box{
	float:left;
	border:2px;
	border-color:#D9D9D9;
	border-style:solid;
	padding:1px;
	height:auto;
}
.box-in{
	border:1px;
	border-color:#D9D9D9;
	border-style:solid;
	height:auto;
	min-height:162px;
}
.box-inner{
	margin:4px;
}
.box-title{
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:6px;
	height:20px;
	padding-bottom:4px;
	text-align:left;
	background-image: url('../_img/border_grey_small.gif');
	background-repeat: repeat-x;
	background-position: bottom ;
	clear:both;
}
.box-mini-right{
	float:right;
	text-transform:uppercase;
	font-size:9px;
	color:#ccc;
}
.dt{
	text-transform:none;
}
.box-mini-left{
	float:left;

}
.box-content{
	
	position:relative;
	margin-left:10px;
	margin-right:10px;
}
.regbox{
	position:relative;
	width:284px;
}
.flickr{
	
	position:relative;
	height:170px;
}


#daytrotter{
	width:284px;
	margin-top:10px;
	height:116px;
}
.press-left{
	float:left;
	width:130px;
}
.press-right{
	float:left;
	width:154px;
}
.press-quote{
	color:#666;
	font-style:italic;
}
.press-link{
	 color:#333;
	margin-top:10px;
	font-style:normal;
	font-size:12px;
	text-transform:uppercase;
}

#daytrotter a{ color:#333; text-decoration:none; font-weight:bold; font-size:11px;}
#daytrotter a:hover,a:visited{ color:#999; text-decoration:underline; }

#shows{
	font-size:12px;
	position:relative;	
}

#shows #showlist{
	margin-top:10px;
	position:relative;
	overflow:hidden;
	z-index:16;
}

.event{

	position:relative;	
}
.date{
	position:absolute;
	left:0;	
	color:#333;
	font-style:normal;
	font-weight:bold;
	text-transform: uppercase;
}
.day{
	position:absolute;
	left:50px;

	margin-left:8px;
	font-size:9px;
	color:#999;
	text-transform: uppercase;
	font-style:italic;
}
.city{
	color:#333;
	position:relative;
	left:120px;
	margin-left:8px;
	font-style:normal;
	font-weight:bold;
	text-transform: uppercase;

}
#shows #adlogo{
	position:absolute;
	bottom:-24px;
	right:-7px;
	z-index:20;
	display:block;
}

#adlogo a{
	width:66px;
	height:15px;
	display:block;
	background: url('../_img/icon_artistdata.jpg') no-repeat 0 0;
	text-indent:-8008px;
	overflow:hidden;
}

#adlogo a:hover{
	background-position:0 -15px;
}

#badge-fake{
	display:none;
}


#badge{
	position:relative;
	margin-left:4px;
	text-align:center;
}
#badge div{
	text-align:center;
}
.badgeImage{
	display:block;
	float:left;
	margin-left:12px;
	margin-right:0px;
	margin-bottom:4px;
	margin-top:4px;
	width:75px;
	height:75px;
}
.floverimg{
	position:absolute;
	top:0px;
	height:75px;
	width:75px;
	overflow:hidden;
	z-index:22;
}
.flover{
	position:absolute;
	background-image: url('../_img/overlay_flickr.png');
	top:0px;
	left:1px;
	height:150px;
	width:73px;
	z-index:23;
}

#flickr-logo{
	position:absolute;
	bottom:4px;
	right:-10px;
	z-index:25;
	display:block;
}








.pb{
	margin-right:20px;
	display:block;
	float:left;
}
.pbe{
	display:block;
	float:left;
}

#footer{
	padding-top:6px;
	border:0px;
	border-top:1px;
	border-style:solid;
	border-color:#ccc;
	font-size:10px;
	color:#666;
	height:50px;
	margin-top:50px;
}
#footer ul{
	float:right;
}
#footer ul li{
	float:left;
	margin-left:8px;
}
#footer a{
	color:#333;
	text-decoration:none;
}
#footer a:hover, a:visited{
	color:#999;
	text-decoration:underline;
}






.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
