/* - - - Global - - - */
body{
	background:#001924;
	font-family:tahoma;
	margin:0 0;
	padding:0;
	font-size:0.92em;
	}
h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
	font-size:1em;
	color:#fff;
	}
img{
	border:5px double #666;
	}
a{
	color:#faa125;
	text-decoration:none;
	}
a:hover	{
	color:#fff;
	}
a:hover img{
	border:5px double #faa125;
	}
li{
	list-style-type:none;
	list-style-image:url(../img/bullet.gif);
	color:#fff;
	}
/* - - - IDs - - - */
#wrapper{
	width:100%;
	height:100%;
	margin:0 auto;
	background:url(../img/main-bgstrip.gif) center repeat-y;
	display:block;
	}
#container{
	width:798px;
	margin:0 auto;
	height:auto;
	}
#main{
	background:url(../img/main-bgstrip.jpg) repeat-y;
	padding-left:23px;
	clear:both;
	width:771px;
	overflow: hidden;
	}
#main-bottom{
	width:798px;
	height:20px;
	background:url(../img/main-bottom.jpg) no-repeat;
	display:block;
	}
#header{
	background:url(../img/header.jpg) no-repeat;
	height:159px;
	width:768px;
	margin-top:7px;
	display:block;
	margin-left:-8px;
	}
#left-col{
	float:left;
	}
#right-col{
	float:right;
	margin-right:19px; /* IE6 needs 10px ... meh */
	}
#footer{
	color:#de6633;
	margin-left:28px;
	width:768px;
	}
#footer img, #footer a img{
	border:0;
	}
/* - - - Classes - - - */
.fine{
	font-size:0.8em;
	}
.w3c{
	float:right;
	margin-right:23px; /* IE6 needs 10px ... meh */
	margin-top:-20px;
	}
.hr{
	height:1px;
	font-size:1px;
	width:120px;
	border-top:2px solid #666;
	display:block;
	}
.faqs img{
	border:0;
	}
.offscreen{
	position:absolute;
	color:#fff;
	left:-9000px;
	}
.brand{
	color:#faa125;
	font-weight:bold;
	}
.dub{
	color:#2cfa25;
	font-weight:bold;
	}
.link-left,
.link-right{
	margin-bottom:7px;
	width:104px;
	float:left;
	text-align:center;
	}
.link-right{
	float:right;
	}
.link-text{
	font-weight:bold;
	font-size:0.8em;
	}
.link-thumb{
	margin:0 auto;
	}
.event-link{
	clear:both;
	}
.event-link a{
	color:#ccc;
	}
.event-name,
.event-location,
.event-date{
	font-weight:bold;
	}
.event-name{
	color:#fff;
	}
.event-location{
	color:#eee;
	}
.event-date{
	color:#ddd;
	}
.event-link a:hover,
a:hover .event-name,
a:hover .event-location,
a:hover .event-date{
	color:#fff;
	}
.artist-link{
	clear:both;
	height:76px;
	}
.artist-link a{
	color:#ccc;
	}
.artist-thumb{
	float:right;
	margin-top:-8px;
	}
.artist-name{
	font-weight:bold;
	margin-top:8px;
	}
.box-small{
	width:256px;
	display:block;
	}
.box-small-header{
	background:url(../img/box-small-header.gif) no-repeat;
	height:33px;
	line-height:33px;
	width:206px;
	display:block;
	font-weight:bold;
	font-size:1em;
	color:#fff;
	padding-left:50px;
	}
.box-small-bg{
	background:url(../img/box-small-bgstrip.gif) repeat-y;
	width:256px;
	}
.box-small-content{
	background:url(../img/box-content-bgstrip.gif) repeat-x bottom;
	border-bottom:1px solid #666;
	height:100%;
	padding:13px;
	margin:0 5px;
	font-size:0.9em;
	color:#ddd;
	overflow:hidden;
	clear:both;
	}
.box-small-shadow{
	background:url(../img/box-small-shadow.gif) no-repeat top;
	height:16px;
	width:256px;
	display:block;
	font-size:1px; /*IE min div height fix*/
	}
.box-large{
	width:486px;
	display:block;
	}
.box-large-header{
	background:url(../img/box-large-header.gif) no-repeat;
	height:33px;
	line-height:33px;
	width:436px;
	display:block;
	font-weight:bold;
	font-size:1em;
	color:#fff;
	padding-left:50px;
	}
.box-large-bg{
	background:url(../img/box-large-bgstrip.gif) repeat-y;
	width:486px;
	}
.box-large-content{
	background:url(../img/box-content-bgstrip.gif) repeat-x bottom;
	border-bottom:1px solid #666;
	height:100%;
	padding:13px;
	margin:0 5px;
	font-size:0.9em;
	color:#ddd;
	overflow:hidden;
	}
.box-large-shadow{
	background:url(../img/box-large-shadow.gif) no-repeat;
	height:11px;
	width:486px;
	display:block;
	}
.artist-image{
	float:right;
	margin:7px 0px 7px 7px;
	}
.form-label{
	width:70px;
	float:left;
	}
.form-text{
	display:block;
	}
input.text, input.textbox{
	width:200px;
	}
input.textbox{
	height:80px;
	}
.form-send{
	display:block;
	width:274px;
	text-align:right;
	}
.error{
	font-weight:bold;
	color:#f99a22;
	}