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

/*---[ Details ]---------------------------------------
Site:
Author: Jack Barham
Contact: jack@airboxmedia.com
Date Created:
Date Modified:
-------------------------------------------------------*/
/* [01] Yahoo CSS Reset 
   [http://developer.yahoo.com/yui/reset/#code]
-------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre,form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
    padding: 0;
	} 
table {
	border-collapse: collapse;
    border-spacing: 0;
	}
fieldset,img {
	border:0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
    font-weight: normal;
	}
ol, ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	} 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%; 
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}
abbr,acronym {
	border: 0;
	}

/* ------------------------- Body ------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #C4C4C4;
	background:#312f30;
	padding: 0;
	margin: 0;
}

/* *  { border: 1px solid red} */

/* ------------------------- Structure ------------------------- */

#wrapper {
	width: 700px;
	margin: 0 auto;
}

#header {
	width: 700px;
	height: 189px;
	background-image: url(../images/header.jpg);
}

#playerButton {
	float: right;
	margin-top: 20px;
}

#menu {
	height: 41px;
	width: 700px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { #menu { margin-top: -20px } }

#content {
	clear: both;
	overflow: auto;
	width: 660px;
	min-height: 300px;
	padding: 20px;
	background-color: #161616;
}

#mainText {
	width: 400px;
	padding-right: 30px;
	border-right: #333 dotted 1px;
	margin-right: 30px;
	float: left;
}

#nextEvent {
	width: 190px;
	float: right;
}

.box1 {
	margin-top: 20px;
	margin-right: 13px;
}

#footer {
	overflow: auto;
	margin-top: 20px;
	width: 660px;
	background-color: #161616;
	padding: 10px 20px 0 20px;
}

.artistBox {
	width: 400px;
	margin-bottom: 30px;
	overflow: auto;
}

.footerTextLeft {

	float: left;
	color: #676767;
	font-size: 10px;
}

.footerTextRight {

	float: right;
	color: #676767;
	font-size: 10px;
}

.video { margin-bottom: 20px; }

/* ------------------------- Text ------------------------- */

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5em;
}

p {
	font-size: 13px;
	line-height: 1.7em;
	margin-bottom: 15px;
}

.abox {
	font-size: 13px;
}

.eventText {
	font-size: 11px;
	line-height: 1.7em;
	margin-bottom: 15px;
}

.flyerLink { margin-top: 7px }


/* ------------------------- Links ------------------------- */

a, a:visited {
	outline: none; /* For Firefox to stop showing that box */
	text-decoration: none;
	color: #8A0000;
}

a:hover { text-decoration: underline; }


/* ------------------------- Images ------------------------- */

.gallery1 {
	border: #333 solid 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.artistPic { 
	float: left;
	margin-right: 10px;
	border: #999999 solid 1px;
}

/* --------------------------------- MENU --------------------------------- */

#nav li { float: left;}
	
@media screen and (-webkit-min-device-pixel-ratio:0) { #nav ul { margin-left: -40px} }


.home a  {
	display: block;
	width: 110px;
	height: 41px;
	background: url(../images/menu_home.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.events a  {
	display: block;
	width: 118px;
	height: 41px;
	background: url(../images/menu_events.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.artists a   {
	display: block;
	width: 115px;
	height: 41px;
	background: url(../images/menu_artists.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.gallery a   {
	display: block;
	width: 120px;
	height: 41px;
	background: url(../images/menu_gallery.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.video a   {
	display: block;
	width: 111px;
	height: 41px;
	background: url(../images/menu_video.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.contact a   {
	display: block;
	width: 126px;
	height: 41px;
	background: url(../images/menu_contact.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.mplayer a   {
	display: block;
	width: 70px;
	height: 70px;
	background: url(../images/menu_mplayer.png) 0 0 no-repeat;
	text-indent: -3000px;
}

.home a:hover { background-position: -110px 0; }
.events a:hover { background-position: -118px 0; }
.artists a:hover { background-position: -115px 0; }
.gallery a:hover { background-position: -120px 0; }
.video a:hover { background-position: -111px 0; }
.contact a:hover { background-position: -126px 0; }
.mplayer a:hover { background-position: -70px 0; }



