/* -----------------------------------------

Commonality stuff
	- 0 margin
	- 0 padding
	- centered text
	- centered margins
	- invisible

----------------------------------------- */

body, html, #content { height: 91%; }
body, #nav, #nav ul, #nav li, .left, .right, .left .top, .left .bottom, .right .top, .right .bottom, .left .body, .right .body, #footer p, .main, .main .top, .main .bottom { margin: 0; }
body { padding: 0; }
body, #banner, #content, .centered, #footer p { text-align: center; }
body, #banner, #content, .centered { margin: 0 auto; }
#header h1, #banner h2 { display: none; visibility: hidden; }




/* -----------------------------------------

General Page Structure
	- body
	- banner
		- header
			- nav
	- content
		- left
			- top
			- body
			- bottom
		- right
			- top
			- body
			- bottom

----------------------------------------- */

/* TOP OF THE PAGE */

body {
	color: white;
	background: #582909 url(/images/theme/bg_body.jpg) repeat-y top center;
	padding-bottom: 60px; /* This is for the footer */
	}

#header, #banner { height: 132px; }
#header {
	background: #140E0B url(/images/theme/bg_header.gif) repeat top left;
	margin-bottom: 20px;
	}

#banner, #content {
	width: 805px;
	position: relative;
	}

#banner {
	background: #140E0B url(/images/theme/bg_banner.jpg) no-repeat top center;
	}

#nav {
	position: absolute;
	bottom: 2px;
	right: 0;
	}
#nav ul { list-style-type: none; padding-right: 30px; }
#nav li {
	float: right;
	padding-right: 15px;
	text-transform: lowercase;
	font-variant: small-caps;
	_font-weight: bold;
	font-size: 12pt;
	font-family: copperplate, serif;
	}
#nav a {
	color: #B2B2B2;
	text-decoration: none;
	}
#nav a:hover {
	border-bottom: 2px solid #EE9811;
	color: white;
	}





/* MIDDLE OF THE PAGE */

h3, h4 { clear: both; }
#content { width: 720px; position: relative; }
.left, .right, #footer, .main { font-family: geneva, sans-serif; }
.left p, .right p, .main p {
	margin-bottom: 0;
	margin-top: 1em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	}

.left .top, .left .bottom, .right .top, .right .bottom, #footer .top, #footer .bottom, .main .top, .main .bottom {
	height: 15px;
	background-repeat: no-repeat;
	}
.bottom { background-position: bottom left; }
.left .bottom, .right .bottom, .main .bottom { margin-bottom: 20px; }
.left h3, .right h3, .main h3, #footer h3, #footer p {
	margin-top: 0;
	padding-top: 0;
/*	_margin-top: -0.5em; */
	}

.left {
	float: left;
	width: 206px;
	}

.left .top { background-image: url(/images/theme2/bg_left_top.jpg); }
.left .bottom { background-image: url(/images/theme2/bg_left_bottom.jpg); }
.left .body {
	background: transparent url(/images/theme/bg_left_middle.jpg) repeat-y top left;
	}



.right {
	float: right;
	width: 497px;
	color: black;
	}
.right .top { background-image: url(/images/theme2/bg_right_top.jpg); }
.right .bottom { background-image: url(/images/theme2/bg_right_bottom.jpg); }
.right .body {
	background: transparent url(/images/theme/bg_right_middle.jpg) repeat-y top left;
	}


.main {
	width: 720px;
	color: #eee;
	}
.main .top { background-image: url(/images/theme2/bg_main_top.jpg); }
.main .bottom { background-image: url(/images/theme2/bg_main_bottom.jpg); }
.main .body {
	background: transparent url(/images/theme/bg_main_middle.jpg) repeat-y top left;
	}



/* BOTTOM OF THE PAGE */

#footer {
	clear: both;
	width: 720px;
	margin-bottom: 10px;
	}
#footer .top { background-image: url(/images/theme2/bg_footer_top.jpg); }
#footer .bottom { background-image: url(/images/theme2/bg_footer_bottom.jpg); }
#footer .body {
	background: transparent url(/images/theme/bg_footer_middle.jpg) repeat-y top left;
	}




/* OTHER STYLES */

.body ul, .body li {
	text-align: left;
}
#content img { border: 2px solid #897645; }
.left a, .right a, .main a {
	padding: 2px;
	_padding: 0;
	font-weight: bold;
	}
.right a { color: #1F3B50; }
.left a, .main a, #footer a { color: #88A3B8; }
.left a:hover, .right a:hover, .main a:hover {
	background-color: #ddd;
	color: black;
	padding: 1px;
	border: 1px solid #eee;
	_border: none;
	_padding: 0;
	}
.left .body ul {
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
	}
.left .body li {
	border: 1px dotted #e76;
	margin-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	}
.blanklist {
	list-style-type: none;
	}
.gig_date, .news_date {
	border-bottom: 1px solid #200B05;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.2em;
	clear: none;
	}
.gig_details, .news_details {
	margin-left: 30px;
	padding-bottom: 10px;
	}
.leftimage, .rightimage, .leftitem, .rightitem { margin-left: 10px; margin-right: 10px; }
.leftimage, .leftitem { float: left; }
.rightimage, .rightitem { float: right; }

.quote {
	font-style: italic;
	font-weight: bold;
	}
.citation {
}

.bigbottom { margin-bottom: 20px; }
.imgcaption p {
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	}




#newsadmin {
	background-color: black;
}
#newsadmin td { border: 1px dotted #aaa; padding: 5px; }