html {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #3D3B39;
	height: 100%;
}
body {
	width: 740px;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff url(../img/body_bg.gif) repeat-y;
	height: 100%;
	position: relative;
}
body, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
}
html > body {
	height: auto;
	min-height: 100%;
}
a {
	text-decoration: none;
}

A, A:visited,A:hover {color:#403A34;font-weight:bold}
A:hover {color:#000000}

A.red, A.red:visited {color:#C4470A}
A.red:hover          {color:#000000}

.error   {color:#FF0000}
.red   {color:#C4470A}




div#header {
	width: 740px;
	height: 97px;
	background: #d0cac4 url(../img/header_bg.gif) repeat-x;
	border-top: solid #000 2px;
	border-bottom: solid #fff 1px;
}
div#header h1 {
	width: 490px;
	height: 45px;
	padding: 28px 20px 24px 20px;
	margin: 0;
	float: left;
}
div#header h1 a img {
	border: none;
}
div#header form {
	float: left;
	width: 170px;
	height: 32px;
	margin: 0;
	padding: 41px 20px 24px 20px;
}
div#header form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
div#header form label {
	display: none;
}
div#header form input#search_box {
	width: 112px;
	height: 15px;
	background: #f4eee7 url(../img/search_bg.gif) repeat-x;
	color: #585552;
	border-top: double #898681 3px;
	border-left: double #898681 3px;
	border-bottom: double #e6dccd 3px;
	border-right: double #e6dccd 3px;
	padding: 2px 5px 0 5px;
	margin: 0 4px 0 0;
	font-size:11px;
}
div#header form input#search_submit {
	width: 35px;
	background: #e6dccd;
	color: #111;
	border-top: double #e6dccd 3px;
	border-left: double #e6dccd 3px;
	border-bottom: double #898681 3px;
	border-right: double #898681 3px;
	cursor: pointer;
	margin: 0;
	font-size:11px;
}



div#menu {
	background: #3D3B39 url(../img/menu_bg.gif) repeat-x bottom;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	height: 28px;
}
div#menu ul {
	margin: 0;
	padding: 0 0 0 15px;
	border-top: solid #2f2e2c 2px;
	height: 26px;
}
div#menu ul li {
	display: inline;
}
div#menu ul li a {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	color: #fcf6ee;
	text-indent: -1000em;
}
div#menu ul li a:hover {
	background-position: 0px -26px !important;
}

div#menu ul li a#menu_history { width: 69px; background: url(../img/menu/menu_history.gif) no-repeat; }
div#menu ul li a#menu_listing { width: 118px; background: url(../img/menu/menu_shows1.gif) no-repeat; }
div#menu ul li a#menu_blog { width: 137px; background: url(../img/menu/menu_blog.gif) no-repeat; }
div#menu ul li a#menu_release { width: 140px; background: url(../img/menu/menu_release.gif) no-repeat; }
div#menu ul li a#menu_ticketing { width: 77px; background: url(../img/menu/menu_ticketing.gif) no-repeat; }
div#menu ul li a#menu_gripes { width: 73px; background: url(../img/menu/menu_gripes.gif) no-repeat; }
div#menu ul li a#menu_contact{ width: 73px; background: url(../img/menu/contact1.gif) no-repeat; }



div#submenu {
	height: 28px;
	line-height: 28px;
	background: #fc7b12 url(../img/submenu_bg.gif) repeat-x;
	border-top: solid #feaa1a 1px;
	border-bottom: solid #913804 1px;
	font-size: 11px;
}
div.dmarquee { color: #fff; }
div.dmarquee strong { color: #a4270a; }
div.dmarquee a { color: #fff; text-decoration: underline; }
div.dmarquee a:hover { color: #000; text-decoration: underline; }

div#content {
	background: #fff url(../img/content_bg.gif) repeat-y;
	border-bottom: solid #943905 1px;
}


div#prefooter {
	background: #fc7b12 url(../img/prefooter_bg.gif) repeat-x top;
	border-bottom: solid #ab4e0b 1px;
	height: 55px;
}
div#prefooter ul {
	margin: 0 0 0 80px;
	text-align: center;
}
div#prefooter ul li {
	display: inline;
}
div#prefooter ul li a {
	display: block;
	float: left;
	height: 55px;
	text-indent: -1000em;
}
div#prefooter ul li a:hover {
	background-position: 0 -55px !important;
}
div#prefooter ul li a#pfmenu_blogs { width: 104px; background: url(../img/menu/pfmenu_blogs.gif); }
div#prefooter ul li a#pfmenu_news { width: 78px; background: url(../img/menu/pfmenu_news.gif); }
div#prefooter ul li a#pfmenu_history { width: 105px; background: url(../img/menu/pfmenu_history.gif); }
div#prefooter ul li a#pfmenu_listing { width: 183px; background: url(../img/menu/pfmenu_shows.gif); }
div#prefooter ul li a#pfmenu_links { width: 78px; background: url(../img/menu/pfmenu_links.gif); }



div#footer {
	background: #43413f;
	border-top: solid #262524 1px;
	border-bottom: solid #000 1px;
	height: 29px;
}
div#footer ul {
	margin: 0;
	height: 26px;
	line-height: 26px;
	border-top: solid #363533 2px;
	border-bottom: solid #363533 1px;
	text-align: center;
}
div#footer ul li {
	display: inline;
}
div#footer ul li a {
	color: #fff;
	padding: 0 5px;
	margin: 0;
}
div#footer ul li a:hover {
	color: #a6a6a3;
	text-decoration: underline;
}

div#foot {
	border-top: solid #0d0c0b 2px;
	height: 30px;
	text-align: center;
	padding: 10px 0 0 0;
	color: #222;
	font-size: 10px;
}






div#center {
	width: 460px;
	float: left;
	padding: 20px 0 20px 20px !important;
	overflow: hidden;
}
div#center h2 {
	font-size: 22px;
	font-weight: bold;
	background: url(../img/dot_darkgrey.gif) repeat-x bottom;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	color: #211F1E;
}
div#links TABLE {
	border-collapse:collapse;
}
div#links TD {
	background: url(../img/dot_lightgrey.gif) repeat-x bottom;
	padding-top:15px;
	padding-bottom:15px;
}

div#center h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../img/rhombus_orange.gif) no-repeat 0px 8px;
}
div#center p.date {
	margin: 0 0 10px 0;
	padding: 0 0 10px 15px;
	color: #ea6a0f;
	background: url(../img/dot_lightgrey.gif) repeat-x bottom;
}
div#center p.post {
	margin: 0;
	font-size: 12px;
	line-height: 150%;
}
div#center p.post a {
	color: #ca4a0f;
}
div#center p.post a:hover {
	color: #aa2a0f;
	text-decoration: underline;
}
div#center p.post strong {
	color: #403B37;
}
div#center p.comments {
	margin: 10px 0 0 0;
}
div#center p.comments a {
	color: #ca4a0f;
	font-weight: bold;
}
div.blog_post {
	margin: 0 0 50px 0;
}





div#sidebar {
	width: 200px;
	float: right;
	border-top: solid #fff 1px;
	padding: 20px;
}
div#sidebar div.sidebar_block {
	margin: 0 0 30px 0;
}
div#sidebar h4 {
	font-size: 22px;
	font-weight: normal;
	color: #a33d0b;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background: url(../img/dot_darkgrey.gif) repeat-x bottom;
}
div#sidebar h5 {
	margin: 0;
	font-size: 11px;
	color: #403A34;
}
div#sidebar h5 a {
	color: #403A34;
}
div#sidebar h5 a:hover {
	color: #000;
}
div#sidebar p.sidebar_date {
	margin: 0;
	color: #A33D0B;
}
div#sidebar p.sidebar_p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 10px;
	color: #c4470a;
	line-height: 150%;
}
div#sidebar p.sidebar_p a {
	color: #403A34;
	font-weight: bold;
}
div#sidebar p.sidebar_p a:hover {
	color: #000;
}
div#sidebar a.sidebar_new_pic {
	float: left;
	border: solid #c4470a 1px;
	margin: 0 10px 10px 0;
}
div#sidebar a:hover.sidebar_new_pic {
	border: solid #000 1px;
}
div#sidebar a.sidebar_new_pic img {
	background-color: #fff;
	width: 40px;
	height: 40px;
	padding: 1px;
	border: none;
	display: block;
}

div#gallery a.gallery_pic {
	float: left;
	border: solid #c4470a 3px;
	padding:4px;
	margin: 0 10px 10px 0;
	width:100px;
	height:140px !important;
}
div#gallery a:hover.gallery_pic {
	border: solid #000 3px;
}
div#gallery a.gallery_pic img {
	background-color: #fff;
	/*width: 80px;*/
	height: 100px
	padding: 1px;
	border: none;
	display: block;
}



div.cleaner {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	border-bottom: solid #fff 1px;;
}



/* news and press release */
div.release_block {
	clear: both;
	margin: 0 0 40px 0;
	overflow: auto;
}
div.release_block h3.release_day {
	float: left;
	width: 40px;
	background: none !important;
	padding: 0 !important;
	font-weight: bold !important;
}
div.release_block div.release_stuff {
	float: left;
	width: 380px;
	border-left: solid #fd8f36 1px;
}
div.release_block div.release_stuff h3 {
	background: none !important;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}
div.release_block div.release_stuff ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}
div.release_block div.release_stuff ul li h4 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #a33d0b;
}
div.release_block div.release_stuff ul li p {
	margin: 0 0 20px 0;
	line-height: 150%;
}