﻿@charset "utf-8";

/* palette colors:
d46419: lt. orange
b34212: dk. orange
341405: brown
166665: september blue
83870e: september green
531411: dk. red
*/

body {
	background: #ffdd8d url('../images/background-diag.png') left top repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: black;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 17px 0 17px 0;
}

#page {
	width: 950px;
	margin: 0 auto;
	border: 1px solid black;
	background: white;
	padding: 20px;
}

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

a:hover {
	color: #388;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: black;
}

table {
	border-collapse: collapse;
}

tr.alt {
	background-color: #f0f0f0;
}

.clickable {
	cursor: pointer;
}

.clickable:hover {
	background-color: #dde0dd;
}

table#header {
	width: 990px;
	margin: -20px -20px 0 -20px;
	cursor: pointer;
}

table#header td {
	background: url('../images/banner-top.png') left top no-repeat;
	padding: 0;
	height: 180px;
}

table#navbar {
	width: 991px;
	height: 60px;
	margin: -60px 0px 0px -20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table#navbar td {
	padding: 7px;
	color: #cba;
	text-align: center;
	cursor: pointer;
	vertical-align: bottom;
}

table#navbar td:hover {
	color: white;
	text-shadow: #f66 0px 0px 10px,
		#f66 0px 0px 20px,
		#f66 0px 0px 30px,
		#f66 0px 0px 40px;
}

#content {
	position: relative;
	margin-left: 90px;
	padding-left: 45px;
	border-left: 1px solid #aaa;
	min-height: 150px;
}

div#twoColumnContainer {
	margin: 0px 0px 0px -155px;
	width: 970px;
}

div#twoColumnContainer table#twoColumn {
	width: 100%;
}

td#left {
	width: 214px;
	background: white;
	border-right: 1px solid #aaa;
	vertical-align: top;
	font-size: 0.8em;
	padding: 7px;
}

td#left h3 {
	font-size: 1em;
}

td#main {
	padding-left: 20px;
	vertical-align: top;
}

td#left div.leftMenuBox {
	border: 1px solid #531411;
	padding: 0px;
	margin: 7px;
	width: 200px;
	min-height: 87px;
}

td#left div.leftMenuBox h3 {
	background-color: #531411;
	color: white;
	margin: 0;
	padding: 3px;
}

td#left div.leftMenuBox p {
	margin: 0;
	padding: 7px;
}

td#left div.leftMenuBox table {
	margin: 7px;
	padding: 0;
}

td#left div.leftMenuBox h3 a {
	color: white;
}

td#left div.leftMenuBox.twitter {
	border: 1px solid #531411;
}

td#left div.leftMenuBox.twitter h3 {
	background: #531411;
	color: white;
	margin: 0;
}

td#left div.leftMenuBox.twitter div {
	text-indent: -10px;
	padding: 3px 3px 3px 13px;
	border-top: 1px solid #531411;
}

.accent {
	color: #b34212;
	font-weight: bold;
}

.caption {
	font-size: 0.8em;
	color: #aaa;
}

div.feature {
	border-top: 3px solid #341405;
	border-bottom: 3px solid #341405;
	background-color: #f0f0dd;
	margin: 7px 0px 0px 0px;
}

div.feature>div {
	padding: 7px;
	margin: 2px 0px 2px 0px;
	border-top: 1px solid #341405;
	border-bottom: 1px solid #341405;
}

div.ticketButton {
	position: relative;
	display: block;
	text-align: center;
	width: 150px;
	height: 20px;
	padding: 15px 0;
	color: white;
	cursor: pointer;
	background: url('../images/button-orange.png') left top no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

div.noTickets {
	display: block;
	text-align: center;
	line-height: 50px;
	color: #800;
}

div.artistbox {
	padding: 7px;
	margin: 14px 0 14px 14px;
	border: 2px solid #531411;
	border-top-width: 1px;
	border-left-width: 1px;
	float: right;
	width: 50%;
}

div.artistbox h3 {
	margin: 0;
}

div.discussionbox {
	position: relative;
	padding: 15px 30px 15px 30px;
	margin: 0 auto;
	width: 620px;
	height: 200px;
	background: url("../images/corkboard.png") left top no-repeat;
	color: white;
	clear: both;
}

div.discussionbox h2 {
	margin-top: 0;
}

div.discussionbox a {
	color: white;
}

div.showbox {
	padding: 7px;
	margin: 7px;
	border: 1px solid #777;
	clear: both;
}

div.showbox.left {
	float: left;
	margin-left: 0px;
}
div.showbox.right {
	float: right;
	margin-right: 0px;	
}

div.showbox h3, div.showbox p {
	margin: 0;
}

table.performanceDates {
}

table.performanceDates th {
	text-align: left;
	padding: 1px 7px 1px 7px;
	background-color: #ddd;
}

table.performanceDates td {
	padding: 1px 7px 1px 7px;
	border-bottom: 1px solid #aaa;
}

div.ticketTable {
	float: right;
	padding: 7px;
	margin: 7px 0 7px 7px;
	background-color: #eee;
	border: 1px solid #b34212;
}

div.ticketTable th {
	text-align: left;
}

div.ticketTable td {
	padding: 3px;
}

div#social-links {
	position: absolute;
	top: 7px;
	left: -82px;
	text-align: center;
}

div#social-links img {
	margin: 7px;
}

div#footer {
	width: 990px;
	margin: 0 auto;
	font-size: 0.8em;
	color: #777;
}

div#footer a {
	color: #777;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer table {
	width: 100%;
}

div#footer td {
	
}

a.photonav {
	padding: 0 3px 0 3px;
}

a.photonav:hover {
	color: white;
	background: #83870e;
	text-decoration: none;
}

.oldBrowser {
	margin: 0;
	color: #777;
	font-size: 0.8em;
	padding: 7px;
}

.oldBrowser a {
	color: #777;
	text-decoration: underline;
}

label.error {
	font-size: 0.8em;
	color: darkred;
}