/* GENERIC ///////////////////////////////////////////////////////////////////*/
body
{
	background-color: #000000;
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #A1A0A4;
}

h1, h2, h3, h4, h5, p,hr , form, ul, li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.main
{
	width: 840px;
	margin: 0 auto;
}

.header
{
	width: 840px;
	height: 346px;
	background: url(./images/bg_Header.gif) no-repeat;
}

a
{
	color: #556997;
	text-decoration: none;
}

a:hover
{
	color: #556997;
	text-decoration: underline;
}

h1
{
	font-size: 1em;
	font-family: Georgia;
	font-weight: normal;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #ECECEC;
}

h2
{
	/*width: 240px;*/
	height: 36px;
	padding: 11px 0 0 10px;
	/*background: url(./images/bg_rhsHeading.gif) no-repeat; /* This is the minutely lighter background that sits under the main text */
	font-family: Georgia;
	font-size: 0.8em;
	color: #8E381D;
	text-transform: uppercase;
}

h3
{
	font-family: Georgia;
	font-size: 0.8em;
	color: #8E381D;
	text-transform: uppercase;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #ECECEC;
}

h4
{
	float: right;
	font-size: .6em;
	color: #737275;
	font-weight: normal;
	text-transform: uppercase;
	padding: 4px 10px 0 0;
}
h5
{
	font-size: 1em;
	font-family: Georgia;
	font-weight: normal;
	padding: 0 0 10px 10px;
}
p
{
	margin: 10px;
	font-size: .7em;
}

p img
{
	padding: 2px;
	border: 1px solid #ECECEC;
}

.div_divider
{
	margin: 10px 0 10px;
	border-bottom: 1px solid #ECECEC;
	
}

/* GLOBAL NAV ///////////////////////////////////////////////////////////////////*/

.nav
{
	height: 28px;
	padding: 0px 0 0 0;
	background: url(./images/bg_nav.gif) no-repeat;
	font-family: Georgia;
	font-size: .9em;
	text-align: center;
}

.nav_holder
{
	width: 900px; /*Changes width of the nav section, to allow more bits to fit! */
	margin: 0 0 0 60px;
	display: inline-block;
	display: -moz-inline-block;
}

.nav_holder ul
{
	margin: 0 auto;
}

.nav_holder li
{
	margin: 0 30px 0 0;
	float: left;
}

.nav_holder li a:link, .nav_holder li a:visited
{
	color: #fffed8;
	text-decoration: none;
}

.nav_holder li a:hover
{
	color: #fffed8;
	text-decoration: underline;
}

/* CONTENT ///////////////////////////////////////////////////////////////////*/

.content
{
	
	background: url(./images/bg.gif) repeat;
	background-position: bottom;
	padding: 0 0 150px 0; 
	display: -moz-inline-block;
	display: inline-block;
}

.content_main
{
	width: 570px;
	float: left;
	padding: 10px;
}

.content_rhPanel
{
	float: left;
}

/* INDEX CONTENT ///////////////////////////////////////////////////////////////////*/

.content_index
{
	
	background: url(./images/bg_index.gif) repeat;
	background-position: top;
	padding: 0 0 150px 0; 
	display: -moz-inline-block;
	display: inline-block;
}


.content_test
{
	
	background: url(./images/bg.gif) repeat;
	background-position: bottom;
	padding: 0 0 150px 0; 
	display: -moz-inline-block;
	display: inline-block;
}


/* NEWS ///////////////////////////////////////////////////////////////////*/

.news_item
{
	margin: 0 0 20px 0;
}

/* SHOWS ///////////////////////////////////////////////////////////////////*/

.shows
{
	padding: 10px 0 0 10px;
	display: inline-block;
	display: -moz-inline-block;
	border-bottom: 1px solid #ECECEC;
}

.shows ul
{
	font-size: 11px;
	margin: 0 0 20px 0;
}

.shows li
{
	float: left;
	margin: 0 0 10px 0;
	display: block;
}

.shows li.shows_date
{
	width: 180px;
	color: #737275;;
	font-weight: bold;
}

.shows li.shows_venue
{
	width: 155px;
	font-weight: bold;
}

.shows li.shows_loc
{	
	width: 190px;
}

/* SHOW ///////////////////////////////////////////////////////////////////*/

.show
{
	width: 560px;
	padding: 10px 0 10px 10px;
	display: inline-block;
	display: -moz-inline-block;
	border-bottom: 1px solid #ECECEC;
}

.show img{

	float: right;
	margin: 0 10px 10px 0;
}

.show ul
{
	font-size: .7em;
}

.show li
{
	margin: 0 0 10px 0;
}

.show li div
{
	display: inline-block;
	display: -moz-inline-block;
}

.show li.section
{
	float: left;
	width: 100px;
	color: #737275;
	font-weight: bold;
}

.show_mapHolder
{
	width: 543px;
	padding: 2px;
	border: 1px solid #ECECEC;
	display: inline-block;
	display: -moz-inline-block;
}

.show_map
{
	width: 543px;
	height: 400px;
}

/* DISCOGRAPHY ///////////////////////////////////////////////////////////////////*/

.release
{
	width: 550px;
	padding: 10px;
	display: inline-block;
	display: -moz-inline-block;
	border-bottom: 1px solid #ECECEC;
}

.release img
{
	margin: 0 0 0 10px;
	float: right;
	padding: 2px;
	border: 1px solid #ECECEC;
}

.release ul
{
	font-size: .7em;
}

.release li
{
	margin: 0 0 10px 0;
}

.release li.section
{
	float: left;
	width: 100px;
	color: #737275;
	font-weight: bold;
}

.release li div
{
	margin: 0 0 10px 0;
	width: 300px;
	float: left;
}

/* CONTENT - RHS ///////////////////////////////////////////////////////////////////*/

.rhs_item
{
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ECECEC;
}


.rhs_item img
{
	margin: 0 0 10px 10px;
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #ECECEC;
}

.content_rhPanel ul
{
	font-size: .7em;
	margin: 0 0 10px 10px;
}

.content_rhPanel li.show_venue
{
	font-weight: bold;
}

.content_rhPanel li.show_date
{
	color: #737275;;
	font-weight: bold;
}

.vid_holder
{
	margin: 0 10px 10px 10px;

}


/* FOOTER ///////////////////////////////////////////////////////////////////*/

.footer
{
	height: 50px;
	padding: 0 10px 0 10px;
	background-image: url(./images/bg_footer.gif);
	background-repeat: repeat-x;
	font-size: .6em;
}

.footer img
{
	margin: 13px 0 0 0;
}

.footer_navHolder
{
	float: right;
	margin: 16px 0 0 0;
	display: inline-block;
	display: -moz-inline-block;
}

.footer_navHolder li
{
	float: left;
	margin: 0 0 0 15px;
}

.footer_navHolder li a:link, .footer_navHolder li a:visited
{
	color: #fffed8;
	text-decoration: none;
}

.footer_navHolder li a:hover
{
	color: #fffed8;
	text-decoration: underline;
}