/*--------------------------------------
	Site Framework
---------------------------------------*/

body
{
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	padding: 0;
	margin: 0;
	background-color: #000;
	background-repeat: repeat-x;
	background-image: url(/images/structure/bkgnd_wood.jpg);
	background-position: left top;
}

#wrapper {
	width: 800px;
	padding: 0 0 40px 0;
	margin: 10px 0 0 0;
	position: relative;
	text-align: left;
	background-color: #000;
	display: table;
}

#header
{
	width: 800px;
	height: 302px;
	padding: 0;
	margin: 0;
	display: block;
	background-repeat: no-repeat;
	background-image: url(/images/structure/header_main.jpg);
	background-position: left top;
}

#header_artists
{
	width: 800px;
	height: 302px;
	padding: 0;
	margin: 0;
	display: block;
	background-repeat: no-repeat;
	background-image: url(/images/structure/header_bands.jpg);
	background-position: left top;
}

#header_listen
{
	width: 800px;
	height: 302px;
	padding: 0;
	margin: 0;
	display: block;
	background-repeat: no-repeat;
	background-image: url(/images/structure/header_listen.jpg);
	background-position: left top;
}

#footer
{
	width: 800px;
	height: 27px;
	color: #FFF;
	padding: 0;
	margin: 20px 0 20px 0;
	background-color: #211E1E;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	display: table;
	background-repeat: no-repeat;
	background-image: url(/images/structure/bkgnd_footer.gif);
	background-position: left bottom;
}


/*--------------------------------------
	Main Section Framework
---------------------------------------*/

#section
{
	line-height: 0;
	padding: 0;
	margin: 0;
	display: table;
}

#main
{
	padding: 0;
	margin: 2px 0 0 0;
	display: table;
}

#col1
{
	width: 220px;
	padding: 0;
	margin-left: 35px;
	display: inline;
	float: left;
}

#col2
{
	width: 220px;
	padding: 0;
	margin-left: 35px;
	display: table;
	float: left;
}

#col23
{
	width: 475px;
	padding: 0;
	margin-left: 35px;
	display: inline;
	float: left;
}

#col3
{
	width: 220px;
	padding: 0;
	margin-left: 35px;
	display: table;
	float: left;
}

#feature
{
	width: 336px;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	padding: 0;
	margin-top: 20px;
	color: #70818C;
	display: table;
}

#feature h3
{
	font-family: georgia, times;
	font-size: 16px;
	line-height: 16px;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 14px 0 8px 0;
}


/*--------------------------------------
	Links & Left Column
---------------------------------------*/


#links {
	width: 780px;
	height: 45px;
	margin: 0 0 0 10px;
	padding: 0;
	display: table;
}

#links span {
	display: none;
}

#links .home a {
	height: 45px;
	width: 79px;
	display: block;
	background: url(/images/structure/link_home.gif);
	background-repeat: no-repeat;
	float: left;
}

#links .home a:hover {
	background-position: 0 -45px;	
}

#links .artists a {
	height: 45px;
	width: 73px;
	display: block;
	background: url(/images/structure/link_artists.gif);
	background-repeat: no-repeat;
	float: left;
}

#links .artists a:hover {
	background-position: 0 -45px;	
}

#links .calendar a {
	height: 45px;
	width: 94px;
	display: block;
	background: url(/images/structure/link_calendar.gif);
	background-repeat: no-repeat;
	float: left;
}

#links .calendar a:hover {
	background-position: 0 -45px;	
}

#links .listen a {
	height: 45px;
	width: 70px;
	display: block;
	background: url(/images/structure/link_listen.gif);
	background-repeat: no-repeat;
	float: left;
}

#links .listen a:hover {
	background-position: 0 -45px;	
}

#links .order a {
	height: 45px;
	width: 67px;
	display: block;
	background: url(/images/structure/link_order.gif);
	background-repeat: no-repeat;
	float: left;
}

#links .order a:hover {
	background-position: 0 -45px;	
}

#links .press a {
	height: 45px;
	width: 68px;
	display: block;
	background: url(/images/structure/link_press.gif);
	background-repeat: no-repeat;
	float: left;
}

#links .press a:hover {
	background-position: 0 -45px;	
}

#links .about a {
	height: 45px;
	width: 75px;
	display: block;
	background: url(/images/structure/link_about.gif);
	background-repeat: no-repeat;
	float: left;
}

#links .about a:hover {
	background-position: 0 -45px;	
}

#links .contact a {
	height: 45px;
	width: 93px;
	display: block;
	background: url(/images/structure/link_contact.gif);
	background-repeat: no-repeat;
	float: right;
	margin-left: 160px;
}

#links .contact a:hover {
	background-position: 0 -45px;	
}



/*--------------------------------------
	Inline
---------------------------------------*/

h1 {
	font-family: georgia, times;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
	color: #AEA9A9;
}

h1 span {
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
}

h2 i {
	font-size: 10px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #AEA9A9;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #84CAFB;
}

h3 i {
	font-size: 10px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #AEA9A9;
}

.blue {
	color: #0E5C8C;
}

.grey {
	color: #70818C;
}

#footer a {
	color: #EAEBC2;
	text-decoration: none;
}

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

#copyright
{
	margin: 7px 30px 0 10px;
	float: right;
}

.postmetadata {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

a {
	color: #F2E966;
}

a:hover {
	color: #84CAFB;
}

#hrule {
	height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
	display: block;
	background-color: #221E1D;
	clear: both;
}

#quote {
	font-family: georgia, times;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 30px 0 30px 0;
	color: #AEA9A9;
}