/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f3014;
	margin: 0px;
	padding: 0px;
	text-align: center;	
}
#content {
	width: 900px;
	margin: 10px auto 0px;
	background-image: url(../_images/nr_guitar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header { 
	width: 900px;
	height: 97px;
	margin: 0px auto;
	text-align: left;
}
#headerLogo {
	float: left;
}
#headerNav {
	float: right;
	margin: 40px 0px;
}
#tableNav td {
	padding-left: 30px;
}	
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	width: 900px;
	min-height: 375px;
	margin: 0px auto;
}

a { color: #3878db; text-decoration: none; }
a:hover { color: #6f3014; text-decoration: none; }

#hr {
	line-height: 1px; /*needed for IE/win*/
	font-size: 1px; /*needed for IE/win*/
	height: 1px;
	background: #6f3014;
	margin: 0px 0 20px;
}

/* Content
------------------------------------------------------------------------*/
#container_text {
	width: 700px;
	text-align: left;
	padding: 30px 0px 15px;
	float: right;
}

#container_text ul {
	margin-left: -10px;
}

#container_text ul li{
	margin-bottom: 10px;
}

#container_text img.right{
	margin: 0px 0px 15px 30px;
}

table#twoColumn {
	width: 460px;
	padding-top: 10px;
	}
table#twoColumn td.alt {
	width: 50%;
	padding-right: 30px;
	}
	
table#twoColumn td {
	width: 50%;
	}

p { margin: 0px 0px 15px; }

h1 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px 0px 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 10px;
	text-indent: -0.5em;
}
h4 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 0 0.75em;
	text-indent: -0.75em;
}
ul.quotee {
	list-style-type: disc;
	list-style-position: outside;
}

/* EPK Nav
------------------------------------------------------------------------*/
#epk_nav {
	margin: 0 0 15px 30px;
	padding: 0 0 165px;
	width: 200px;
	border: 1px solid #6f3014;
	/*background-color: #000000;*/
	background-image: url(../_images/epk_nav_bkgrd.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: right;
	z-index: 99;
}

#epk_nav ul {
	margin: 0;
	padding: 15px 20px 10px;
	list-style: none;
}

#epk_nav ul li {
	margin-bottom: 5px;
	display: block;
}

.epksubheading {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
}

.epktxt {
	padding-bottom: 15px;
	font-size: 13px;
}

#epk_photos {
	width: 450px;
}

#epk_photos td {
	text-align: center;
	padding: 0 10px;
}

#epk_photos td img {
	margin-bottom: 5px;
}

#epk_photos td a {
	font-size: 11px;
}

/* Mailing List
------------------------------------------------------------------------*/
#mailing_list {
	margin: 10px 0px 10px;
}

#mailing_list td {
	padding: 0px 10px 0px 0px;
}

#signup {
	font-size: 12px;
	color: #6f3014;
	line-height: normal;
	width: 110px;
	height: auto;
	border: 1px solid #6f3014;
	padding: 3px;
}

#signup_zip {
	font-size: 12px;
	color: #6f3014;
	line-height: normal;
	width: 50px;
	height: auto;
	border: 1px solid #6f3014;
	padding: 3px;
}


/* Calendar
------------------------------------------------------------------------*/	

.calendar { 
	padding: 0px;
	}
	
table.calendar_main {
	width: 100%;
	padding: 0px;
	margin: 0px;
	}	

table.calendar_today {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6f3014;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	}

td.calendar_today {
	padding: 0px 0px 5px;
	}	
	
table.calendar_event_1 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6f3014;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
td.calendar_event_1 {
	padding: 0px 0px 5px;
	}	
	
table.calendar_event_2 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6f3014;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
td.calendar_event_2 {
	padding: 0px 0px 5px;
	}	

.calendar_artist_text {
	display: none;
	}

table.calendar_date_table {
	margin: 0px;
	}
	
table.calendar_date_table td.calendar_date_text {
	padding: 0px 5px;
	}		

.calendar_date_text {
	font-size: 13px;
	}
	
table.calendar_today td.calendar_date_text {
	font-size: 13px;
	font-weight: bold;
	color: #3878db;
	}
		
.calendar_event_title_text { 
	font-size: 13px;
	color: #6f3014;
	line-height: 19px;
	font-weight: bold;
	margin: 0px 6px;	
	}

.calendar_venue_name {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	}

.calendar_venue_text {
	font-size: 13px;
	line-height: 18px;
	display: block;
	margin: 0px 7px;	
	}

.calendar_notes_text {
	font-size: 13px;
	padding: 0px 15px;
	margin-top: 5px;
	display: block;
	position: relative;
	}
	
/* Footer
------------------------------------------------------------------------*/

#footer {
	margin: 15px auto 0px;
	padding-left: 200px;
	clear: both;
	}

#footer p.copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}
