/*************************************************************************
---------------------------- SUBSYSTEM PAGES -----------------------------
*************************************************************************/

/* Header
------------------------------------------------------------------------*/

#header_top   { width: 770px;}
	
#header_left  { 
	float: left;
	width: 240px; 
	height: 182px;
	}
	
#header_index   { 
	float: right;
	width: 530px;
	height: 182px;
	background-image: url(../_images/header_index.jpg);
	background-repeat: no-repeat;
	}	
	
#header_right   { 
	float: right;
	width: 530px;
	height: 182px;
	background-image: url(../_images/header.jpg);
	background-repeat: no-repeat;
	}	
	
#header_content_top  { 
	width: 530px; 
	height: 53px;
	}
	
#header_title  {
	float: left;
	padding-top: 22px;
	padding-left: 44px;
	margin-bottom: 5px;
	}	
	
#header_email  {
	float: right;
	padding-top: 17px;
	padding-right: 43px;
	}

#header_date {
	color: #593f22;
	font-size: 13px;
	font-family: "lucida grande", verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
.header_nav {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 12px;
	text-decoration: none;
	}
	
.header_nav_on {
	font-size: 14px;
	line-height: 20px;
	color: #593f22;
	font-weight: normal;
	margin-bottom: 12px;
	}
	
/* Main Column
------------------------------------------------------------------------*/

#anchor { height: 12px; }

#content {
	float: right;
	width: 530px;
	height: 384px;
	background-image: url(../_images/mainWrapper_content.jpg);
	background-repeat: no-repeat;
	}

#main {
	width: 395px;
	height: 352px;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	margin-left: 83px;
	margin-top: 24px;
	}

#main p { margin: 12px 0; }

ul#home_pics {
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	width:481px;
	height:328px;
	background-image: url(../_images/polaroids_empty.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}
	
h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 12px;
	}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 7px;
	}
	
h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 12px;
	}
	
h4 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 12px;
	}
	
h5 {
	font-size: 23px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 12px;
	}	
	
.nomargin { margin: 0px; }
		
#main table.contact {
	font-size: 13px;
	line-height: 18px;
	border: 0px;
	width: 400px;
	}
#main table.contact td {
	padding-bottom: 5px;
}

table.mediakit td { 
	font-size: 12px; 
	font-family: "lucida grande", verdana, helvetica, sans-serif; 
	line-height: 18px; 
}

#contactform input, #contactform textarea {
	font-size: 12px;
	color: #593f22;
	line-height: normal;
	height: auto;
	background-color: #fff;
	border: 1px solid #593f22;
	padding: 2px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#contactform input:hover, #contactform textarea:hover, #contactform input:focus, #contactform textarea:focus{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#contactform input#submit {
	background-color: transparent;
	border: 0 none;
	padding: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}	
	
#contactform fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#contactform fieldset p {
	margin-bottom: 5px;
}
	
/* Sidebar
------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 240px;
	height: 384px;
	background-image: url(../_images/mainWrapper_nav.jpg);
	background-repeat: no-repeat;
	}
	
#sidebar table.nav {
	margin-top: 40px;
	margin-left: 24px;	
	}

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

.calendar { 
	width: 373px;
	padding: 0px;
	}

table.calendar_today {
	width: 373px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	}

td.calendar_today {
	padding: 0px 0px 5px;
	}	
	
table.calendar_event_1 {
	width: 373px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	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: 373px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
td.calendar_event_2 {
	padding: 0px 0px 5px;
	}	

.calendar_artist_text {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 12px;
	}

table.calendar_date_table {
	width: 5%;
	float: right;
	}	

.calendar_date_text {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
table.calendar_today td.calendar_date_text {
	font-size: 13px;
	font-weight: bold;
	color: #593f22;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px 0px 2px;
	}
		
.calendar_event_title_text { 
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding-right: 10px;
	}

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

.calendar_venue_text {
	font-size: 13px;
	line-height: 18px;
	}

.calendar_notes_text {
	font-size: 13px;
	width: 343px;
	left: 18px;
	margin-top: 5px;
	display: block;
	position: relative;
	}

/* Tickets
------------------------------------------------------------------------*/

.tickets {
	font-size: 13px;
	width: 343px;
	left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	position: relative;
	}	

/* Photos
------------------------------------------------------------------------*/	

table#thumbs {
	width: 100%;
	}	
		
table#thumbs td a img { border: 2px solid #ffffff; }
table#thumbs td a:hover img { border: 2px solid #593f22; }
table#thumbs td a:link { text-decoration: none; border-bottom: none 0px; }
table#thumbs td a:hover { text-decoration: none; border-bottom: none 0px; }
	
table#thumbs td {
	width: 50%;
	padding-bottom: 16px;
	font-size: 12px;
	text-align: center;
	}

/* Copyright
------------------------------------------------------------------------*/

#copyright {
	font-size: 10px;
	text-align: center;
	color: #BCA16B;
	}
