/* @group Basics */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

body {
	background: #fff url(../img/pagebg.gif) 0 0 repeat-y;
	font: normal 12px/16px Tahoma, Arial, sans-serif;
}

#hdr, #page {
	min-width: 730px;
	overflow: visible;
}
h3 a, h3 span {
	background-color: #fff;
	padding: 2px 10px;
	color: #872319;
	text-decoration: none;
	font-style: italic;
}

h3 span {
	background-color: #fff;
	padding: 2px 10px;
	color: inherit;
	font-style: normal;
}

h3, h4 {
  	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-weight: normal;
	text-align: center;
	margin: .7em 0 0 0;
	font-size: 1.8em;
	background: url(../img/titlebg.gif) 0 center repeat-x;
	line-height: 1.4em;
	clear: right;
}

h4 {
	margin: 0;
	background: none;
	font-size: 1.4em;
}
h5 {
	margin: 1em 0 .3em;
}

h5 small {
	color: #BBB38D;
}

form h5 small {
	color: #fff;
}

h3 a:hover {
	background-color: #fff;
	color: #872319;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

ul li {
	padding: .2em 1.6em;
	background: transparent url(../img/bullet.gif) 0 .5em no-repeat;
	height: 100%;
}
ul li.even {
	background-image: url(../img/bullet-alt.gif);
}
p.cap {
	font-size: .9em;
	font-style: italic;
	line-height: 1.2em;
}
/* @end */

/* @group Nav */

#nav {
	height: 50px;
	text-align: center;
	background: #000 url(../img/nav-off.gif) center center no-repeat;

}
#nav ul {
	display: block;
	width: 696px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 0;
	height: 50px;
}
#nav a {
	outline: none;
	position: absolute;
	top: 0;
	text-indent: -9000px;
	padding-top: 50px;
	height: 0 !important;
	height /**/: 50px;
	background: transparent url(../img/nav-off.gif) 0 0 no-repeat;
}
#nav a:hover {
	background-image: url(../img/nav-cur.gif);
}
#default #nhom a, #shows #nsho a, #music #nmus a, #photos #npho a, #weblog #nweb a, #bio #nbio a, #press #npre a, #posters #npre a, #contact #ncon a {
	background-image: url(../img/nav-on.gif);
	cursor: default;
}
body #nhom a {
	width: 83px;
	left: 0;
}
body #nsho a {
	width: 86px;
	left: 83px;
	background-position: -83px 0;
}
body #nmus a {
	width: 80px;
	left: 169px;
	background-position: -169px 0;
}
body #npho a {
	width: 95px;
	left: 249px;
	background-position: -249px 0;
}
body #nweb a {
	width: 100px;
	left: 344px;
	background-position: -344px 0;
}
body #nbio a {
	width: 54px;
	left: 444px;
	background-position: -444px 0;
}
body #npre a {
	width: 82px;
	left: 498px;
	background-position: -498px 0;
}
body #ncon a {
	width: 120px;
	left: 580px;
	background-position: -580px 0;
}
	
/* @end */

/* @group Header */

#hdr {
	background: url(../img/hdrbg.gif) 0 0 repeat-x;
	position: relative;
	height: 150px;
	background-color: #000;
}
#hdr h1 {
	position: absolute;
	top: 10px;
	left: 50%;
	overflow: visible;
}
#hdr h1 a {
	position: relative;
	left: -111px;
}
#hdr h1 a:hover {
	background-color: transparent;
}
#hs {
	border-right: 2px solid #000;
}
#searchbox {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 180px;
	padding-top: 20px;
	color: #fff;
}
#searchbox input {
	display: block;
	width: 100%;
	margin: 5px 0;
}
/* @end */

/* @group Left Column */

#left {
	float: left;
	width: 198px;
	background: url(../img/sidebg.gif) top right no-repeat;
}
#left h2 {
	background-color: #000;
	text-align: center;
	padding: 20px 0;
}

#left .box, #left .box-alt {
	border-bottom: 1px dotted #000;
	padding: 10px 15px;
}
#left .box-alt {
	background-color: #000;
	color: #fff;
}

#left .box-alt a {
	padding: 2px;
	color: #C25736;
}

#left .box-alt a:hover {
	background-color: #fff;
}
#left #stw {
	background: transparent url(../img/spreadtheword_bg.gif) 0 0 no-repeat;
	text-align: right;
	padding-top: 65px;
}
#stw h4 {
	text-indent: -9000px;
	height: 0px;
}
#stw input {
	float: right;
	width: 120px;
	margin: 2px 0 5px;
}
#stw p {
	font-size: .9em;
	clear: both;
}
/* @end */

/* @group Right */

#right {
	position: absolute;
	top: 20px;
	right: 20px;
}
#right .box {
	margin-bottom: 20px;
	width: 180px;
}

#right .box a img {
	border: 3px double #CAC3A1;
}
#right .box a:hover img {
	border: 3px double #000;
	background: #fff;
}

.box h2 {
	font-weight: bold;
	text-transform: uppercase;
}
#right .box ul {
	list-style-type: square;
	margin: 0 1.6em;
}
#right .box li {
	padding: 0;
	background: none;
}
#right .box li a {
	display: block;
	padding: .4em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;

}
#right .box li a:hover {
	color: #000;
	background-color: transparent;
	border-top: 1px dotted #c25736;
	border-bottom: 1px dotted #c25736;
}
/* @end */

/* @group Center */

#center {
	height: 100%;
	position: relative;
	margin-left: 200px;
	padding: 20px 240px 20px 40px;
	background: #fff url(../img/centerbg.gif) 0 0 repeat-x;
	overflow: visible;
	width: 680px;
}

#center p {
	font-size: 1.1em;
}

#gmap {
	float:right;
	width: 50%;
	height:200px;
	margin:5px 0 15px 15px;
	overflow: hidden;
}
/* @end */

/* @group Calendar */

#showcal {
	width: 100%;
	border-bottom: 1px dotted #000;
	padding: 3px;
}
#showcal td {
	background-color: #CAC3A1;
	text-align: center;
	padding: 2px 0;
}
#showcal td.invalidDay {
	background-color: transparent;
}
#showcal td.hasarticle {
	background-color: #000;
}

#showcal td.hasarticle a {
	color: #fff;
}

#showcal th {
	font-size: .8em;
}
	
/* @end */

/* @group Footer */

#ftr {
	border-top: 1px dotted #000;
	padding: 10px 0;
	margin: 30px 0;
	text-align: center;
	font-size: .9em;
	line-height: 1.4em;
	clear: right;
}
#ftr em {
	font-style: normal;
	color: #BBB38D;
}
	
/* @end */

/* @group Contact Form */

#zemContactForm {
	margin-top: 10px;
	background-color: #CAC3A1;
	padding: 10px;
}
#zemContactForm fieldset {
	padding: 10px;
	border: double #fff;
}
#zemContactForm label {
	padding: 0 3px;
}
#zemContactForm textarea {
	width: 100%;
}
	
/* @end */

/* @group Comment Form */
#txpCommentInputForm {
	background-color: #CAC3A1;
	padding: 15px 30px;
	margin: 2px 0px;
}

#txpCommentInputForm input, #txpCommentInputForm textarea {
	width: 100%;
	max-width: 250px;
}

#txpCommentInputForm #remember {
	width: auto;
	margin-right: 5px;
}
#txpCommentInputForm input.button{
	width: inherit;
}
/* @end */