/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #24211e;
	color: #7f7e83;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 20px;
	text-align: center;
}

/* Standard Elements */

a {
	color: #7f7e83;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
option {
	padding: 0 .25em;
}
p {
	padding: .5em 0;
}
ul {
	padding-left: 1em;
}

/* New Elements */
.clearer {
	clear: both;
}
.clearRight {
	clear: right;
}
.columned {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}
.forward {
	float: right;
}
.note {
	font-size: .85em;
}
.right {
	text-align: right;
}
.error-message {
	color: red;
}

/* Forms */
fieldset {
	border: 1px dashed #4d443e;
	border-top: 1px solid #4d443e;
	padding: 1em;
}
fieldset+fieldset {
	margin-top: 1em;
}
fieldset .odd {
	background: #d5c9c1;
}
fieldset .even {
	background: #e6dbd2;
}
fieldset li .odd,
fieldset li .even {
	background: none;
}
fieldset legend {
	color: #4d443e;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: .15em;
	padding: 0 .25em;
}
fieldset ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset li {
	clear: left;
	list-style: none;
	padding: .125em 0 .125em 0;
	margin: 0;
}
fieldset li.odd,
fieldset li.even {
	padding: .125em .25em .125em .25em;
}
fieldset li label {
	float: left;
	width: 15%;
}
fieldset li.required label:first-child:after {
	color: red;
	content: ' *';
}
fieldset li input[type=checkbox]+label {
	float: none;
	margin-left: .5em;
	width: auto;
}
fieldset li input,
fieldset li textarea {
	width: 80%;
}
fieldset li input.short,
fieldset li input.checkbox,
fieldset li input[type=file],
fieldset li textarea.short,
fieldset li.submit input {
	width: auto;
}
fieldset li input.very-short {
	width: 75px;
}
fieldset li.submit,
fieldset li.no-label {
	padding-left: 15%;
}
#body-right fieldset li.submit,
#body-right fieldset li.no-label {
	padding-left: 30%;
}
fieldset  li.no-space {
	padding: .125em .25em .125em .25em;
}
.no-label label {
	float: none;
	width: auto;
}
div.submit {
	margin: 1em;
	padding-left: 15%;
}

/* Site Structure */
#container {
	background: #3e3630;
	text-align: left;
	margin: 0 auto 15px auto;
	padding: 0 20px 20px 20px;
	position: relative;
	width: 940px;
}
#container:after {
	background: url('../img/container-shadow.png') no-repeat;
	content: ' ';
	display: block;
	height: 12px;
	width: 940px;
	position: absolute;
	left: 0;
	bottom: -12px;
}
#header {
	background: url('../img/headers/default.jpg') no-repeat;
	font-size: 17px;
	height: 200px;
	margin: 0 8px 20px 8px;
	position: relative;
}
#header:after {
	background: url('../img/hdr-shadow.png') no-repeat;
	content: ' ';
	display: block;
	height: 12px;
	width: 924px;
	position: absolute;
	left: 0;
	bottom: -12px;
}
#header a {
	color: #fff;
}
#hdr_logo {
	position: absolute;
	left: 20px;
	top: 0;
}
#hdr_menu {
	background: url('../img/hdr-menu-bg.png') repeat-x;
	border-bottom: 1px solid #5c5e5e;
	font-variant: small-caps;
	height: 30px;
	letter-spacing: .15em;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 924px;
}
#hdr_menu ul {
	list-style: none;
	padding: 0;
}
#hdr_menu li {
	float: left;
}
#hdr_menu ul li:after {
	color: #f9ac58;
	content: "|";
}
#hdr_menu li:last-child:after {
	color: #f9ac58;
	content: "";
}
#hdr_menu a {
	display: inline-block;
	padding: 0 20px;
}
#hdr_menu a:hover {
	color: #debc9d;
	text-decoration: none;
}
#hdr_menu li:first-child a {
	padding: 0 20px 0 30px;
}
#hdr_menu li:last-child a {
	padding: 0 0 0 20px;
}
#footer {
	font-size: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
}
#footer img {
	float: right;
	margin-left: 5px;
}

/* Home Page */
#body_center {
	margin: 0 8px 0 8px;
}
#body_left {
	float: left;
	margin: 0 0 0 8px;
	width: 250px;
}
#body_left a {
	color: #debc9d;
}
#body_left a:hover {
	color: #fff;
	text-decoration: none;
}
#body_left .content_box {
	background: #4d443e;
	margin-bottom: 20px;
	padding: 1px 0;
}
#body_left .content_box:last-child {
	margin-bottom: 0;
}
#body_left .content_box .inner {
	border-bottom: 1px solid #665c54;
	border-top: 1px solid #665c54;
}
#body_left .content_box h1 {
	background: #3e3630;
	color: #f9ac58;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: normal;
	height: 1.9em;
	letter-spacing: .15em;
	line-height: 1.9em;
	margin: 18px 20px 0 0;
	overflow: hidden;
	padding-left: 20px;
}
#body_left .content_box .content {
	color: #fff;
	margin: 10px 20px 20px 20px;
}
#body_right {
	margin: 0 8px 0 280px;
}
#body_right .content_box,
#body_center .content_box {
	background: #fff3e9;
	padding: 1px 0;
}
#body_right .content_box .inner,
#body_center .content_box .inner {
	border-bottom: 1px solid #3e3630;
	border-top: 1px solid #3e3630;
}
#body_right .content_box h1,
#body_center .content_box h1 {
	background: #5c534d;
	color: #fff;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: normal;
	height: 1.9em;
	letter-spacing: .15em;
	line-height: 1.9em;
	margin: 18px 20px 0 0;
	padding-left: 20px;
}
#body_right .content_box h1 em {
	color: #debc9d;
	font-variant: normal;
	margin-left: .5em;
}
#body_right .content_box .content,
#body_center .content_box .content {
	color: #000;
	margin: 10px 20px 20px 20px;
}

#sideBoxMedia .toggler {
	display: block;
	cursor: pointer;
}
#sideBoxMedia .media ul {
	list-style: none;
	padding: 0;
}
#sideBoxMedia .artist {
	background-repeat: no-repeat;
	position: relative;
}
#sideBoxMedia .artist a {
	color: #debc9d;
	display: inline-block;
	padding: 2px 0;
}
#sideBoxMedia .selected {
	color: #edd3bb;
	display: inline-block;
	font-weight: bold;
	padding: 2px 0;
}
#sideBoxMedia .artist a:hover {
	color: #fff;
	text-decoration: none;
}
#sideBoxMedia .artist:first-child {
	margin-top: 5px;
}
#sideBoxMedia .artist:last-child {
	margin-bottom: 10px;
}

#sideBoxNews ul {
	list-style: none;
	padding: 0;
/*
	border-bottom: 1px solid #665c54;
*/
}
#sideBoxNews .date {
	color: #debc9d;
	display: block;
	font-size: .85em;
}
#sideBoxNews a {
	display: inline-block;
	color: #fff;
	width: 100%;
}
#sideBoxNews a:hover {
	text-decoration: none;
}

/* Home Page */
#galleryTriptych {
	float: right;
	margin: 18px 20px 20px 20px;
	width: 102px;
}
#body_right .content_box  #galleryTriptych + h1 {
	margin: 18px 142px 0 0;
}
#newsletterForm {
	margin-top: 1em;
}
#newsletterForm label {
	margin-right: 1em;
}

/* Events Page */
#calendar {
	margin-top: 1em;
}

/* Directions Page */
#map {
	border-top: 1px solid #7c8992;
	margin-top: 1em;
}

/* Contact Page */
#contactBox {
	float: right;
	margin-left: 1em;
	width: 250px;
}
#contactBox label {
	float: left;
	width: 25%;
}
#contactBox .no-label {
	padding-left: 25%;
}


/* Admin */
li.slideWrapper {
	background-repeat: no-repeat;
	min-height: 80px;
}
li.slideWrapper .forward {
	line-height: 80px;
	margin-right: 1em;
}
li.slideWrapper ul {
	margin-left: 90px;
}