/* colors */
/*
550011 contact
440A22 media
331433 artists
221F44 gallery
112955 about
003366 home
*/

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	margin:0;
	padding:0;
	font: normal 9pt sans-serif;
	letter-spacing: 1px;
	color: #eee;
	background: #000 url(/images/wallpaper.gif) top center;
	padding-bottom: 25px;
}


a img { border: 0; }

ul {
	margin: 7px 2px 6px 20px;
}

h1, h2, p {
	margin: 15px 0;
}

h1, h2 {
	font-weight: bold;
}

h1 {
	font-style: italic;
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

dl dd {
	margin: 0.1em 1em 0.5em;
}

a, a:link, a:visited {
	color: #f3d457;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.curtain {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/curtain.png) repeat-x top center;
	width: 100%;
	height: 325px;
	z-index: 1;
}

.curtain .tassels {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/tassel.jpg) repeat-x bottom center;
	width: 100%;
	height: 100%;
}

#body {
	/* for curtain */
	position: relative;
	z-index: 10;
	
	margin: 0 auto; /*Center container on page*/
	width: 750px; /*Width of main container*/
	text-align: left;
}

#header {
	width: 100%;
	float: left;
	background: #000 url(/images/wallpaper.gif) repeat left bottom;
}


#header #title {
	padding-left: 190px;
}

#header #menu {
	text-align: center;
	width: 100%;
	line-height: normal;
	clear: both;
}

#header #menu ul {
	margin-bottom: 0; /* for IE */
	
	list-style: none;
	padding: 10px 10px 0 26px;
	font: 14pt georgia, serif;
}

#header #menu ul li {
	margin-right: 10px;
	background: url(/images/left_door.gif) no-repeat left top;
	float: left;
	padding: 0 0 0 10px;
}


#header #menu ul li a {
	display: block;
	background: url(/images/right_door.gif) no-repeat right top;
	padding: 5px 15px 4px 5px;
}

#header #menu ul li.current a {
	padding-bottom: 5px !important;
}

#header #menu ul li a:link,
#header #menu ul li a:visited {
	text-decoration: none;
	color: #eee;
}

#header #menu ul li.current#home,
#header #menu ul li#home:hover,
#header #menu ul li.current#shows,
#header #menu ul li#shows:hover {
	background-image: url(/images/left_door_home.gif);
}
#header #menu ul li.current#home a,
#header #menu ul li#home:hover a,
#header #menu ul li.current#shows a,
#header #menu ul li#shows:hover a {
	background-image: url(/images/right_door_home.gif);
}

#header #menu ul li.current#about,
#header #menu ul li#about:hover {
	background-image: url(/images/left_door_about.gif);
}
#header #menu ul li.current#about a,
#header #menu ul li#about:hover a {
	background-image: url(/images/right_door_about.gif);
}

#header #menu ul li.current#gallery,
#header #menu ul li#gallery:hover {
	background-image: url(/images/left_door_gallery.gif);
}
#header #menu ul li.current#gallery a,
#header #menu ul li#gallery:hover a {
	background-image: url(/images/right_door_gallery.gif);
}

#header #menu ul li.current#artists,
#header #menu ul li#artists:hover {
	background-image: url(/images/left_door_artists.gif);
}
#header #menu ul li.current#artists a,
#header #menu ul li#artists:hover a {
	background-image: url(/images/right_door_artists.gif);
}

#header #menu ul li.current#media,
#header #menu ul li#media:hover {
	background-image: url(/images/left_door_media.gif);
}
#header #menu ul li.current#media a,
#header #menu ul li#media:hover a {
	background-image: url(/images/right_door_media.gif);
}

#header #menu ul li.current#contact,
#header #menu ul li#contact:hover {
	background-image: url(/images/left_door_contact.gif);
}
#header #menu ul li.current#contact a,
#header #menu ul li#contact:hover a {
	background-image: url(/images/right_door_contact.gif);
}



#main_wrapper {
	float: left;
	width: 100%;
	/*background: transparent url(/images/curve_top.gif) no-repeat top left;*/
}


.innertube {
	margin-top: 0;
}

#main .innertube {
	margin: 1em 15px 20px;
}

#main h2 {
	margin: 20px 0 5px;
	font-size: 16px;
	color: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

#content img.left {
	padding-right: 10px;
}

.sidecolumn p {
	margin: 10px 15px;
}

#main_section_wrapper {
	clear: both;
	background: transparent url(/images/curve_bottom.gif) no-repeat bottom center;
}

#footer {
	font: 9pt serif;
	clear: left;
	text-align: center;
	padding: 10px 0 1px;
	color: #666;
}


#footer a, #footer a:visited {
	color: #666;
	text-decoration: underline;
}

#footer a:hover {
	color: #ccc;
}


#content #shows {
	text-align: center;
}

#content #shows a {
	margin: 30px;
}

.clearer {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.flash_notice {
	font-size: 125%;
	margin: 10px 0;
}


td {
	padding: 4px;
}

