/*****************************************
******************************************
Sections:

1.GENERAL
2.PAGE CONTAINERS
3.HEADER / MENU
4.CONTENT STYLES
5.FOOTER

******************************************
******************************************/


/* 1.GENERAL --------------------------- */

/* zero "problem causers" for all elements */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

html {
	background: #E4E4E4 url(/images/bg.jpg) top left repeat-x;
}

body {
	background: transparent url(/images/thread_right.png) top right no-repeat;
}

#top-right {
	position: absolute;
	top: 0;
	right: 0;
}

#menu-logo {
	position: absolute;
	top: 70px;
	left: 525px;
	width: 275px;
	height: 93px;
}

a, a:visited, a:hover, a:active {
	color: #BA0000;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}


/* 2.PAGE CONTAINERS --------------------------- */

#main-container {
	position: relative;
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	background: transparent url(/images/threads_top.png) top left no-repeat;
}

* html #main-container {
	height: 100%;
}

.content-container {
	width: 800px;
	height: auto;
	padding-top: 13px;
	background: transparent url(/images/border_top.png) top left no-repeat;
}

.content-container .footer {
	width: 800px;
	height: 16px;
	padding-top: 22px;
	text-align: center;
	color: #AFAFAF;
	background: transparent url(/images/border_bottom.png) top left no-repeat;
}

.content {
	width: 770px;
	height: auto;
	min-height: 385px;
	padding: 0 15px;
	background: transparent url(/images/border_middle_ie.gif) top left repeat-y;
}

html > body .content {
	background: transparent url(/images/border_middle.png) top left repeat-y;
}

.photos .content-container,
.photos .content-container .footer,
.photos .content,
html > body .photos .content {
	background: none;
}

.auto {
	height: auto;
	min-height: 15px;
}

#home, #about, #performances, #repertoire, #contact, #donate {
	width: auto;
	min-height: 385px;
	padding-left: 280px;
}

*+html #home, *+html #about, *+html #performances, *+html #repertoire, *+html #contact, *+html #donate {
	padding-left: 0;
}

.auto #home, .auto #about, .auto #performances, .auto #repertoire, .auto #contact, .auto #donate {
	min-height: 15px;
	padding: 15px 0 0 120px;
}


/* 3.HEADER / MENU --------------------------- */

#header {
	width: 100%;
	height: 150px;
	padding-top: 70px;
	background: url(/images/logo.png) 525px 70px no-repeat;
}

#home-link {
	position: absolute;
	top: 70px;
	left: 525px;
	width: 280px;
	height: 95px;
}

ul#menu {
	width: 420px;
	height: 55px;
	padding: 50px 0 0 100px;
	font-family: "times new roman", serif;
}

ul#menu li {
	display: inline;
	float: left;
	width: 99px;
	height: 55px;
	padding: 1px 0 0 5px;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #BA0000;
	background: url(/images/dashed.gif) top left repeat-y;
}

ul#menu li a {
	padding: 1px 5px 2px 5px;
	color: #BA0000;
}

ul#menu li a:hover {
	color: #FFF;
	background: #BA0000;
	text-decoration: none;
}

ul#menu li ul {
	display: none;
	width: 90px;
	margin: 0;
}

ul#menu li.hover ul {
	display: block;
}

ul#menu li ul li {
	height: 18px;
	padding-left: 0;
	background: none;
}

ul#menu li ul li a {
	color: #333;
}

ul#menu li ul li a:hover {
	color: #FFF;
	background: #333;
	text-decoration: none;
}


/* 4.CONTENT STYLES --------------------------- */

.content h1 {
	display: block;
	width: 475px;
	height: auto;
	min-height: 20px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
}

.content h1.link img {
	float: left;
}

.content .top-link {
	display: inline;
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.content .img {
	float: left;
	margin-right: 15px;
}

.content h2 {
	width: 475px;
	margin: 7px 0 5px 0;
	line-height: 23px;
}

.content p {
	width: 475px;
	margin-top: 5px;
	line-height: 18px;
}

.content ul {
	float: left;
	width: 475px;
	margin-top: 5px;
}

.content ul li {
	margin: 5px 0;
}

.content stong {
	font-size: 11px;
	font-weight: bold;
}

.content .topdash {
	padding-top: 10px;
	border-top: 1px dashed #666;
}

.content .performance-row {
	width: 475px;
	margin: 0 0 10px 0;
	color: #333;
}

.content .first {
	margin-top: 0;
	border-top: none;
}

.content .performance-row h2 {
	margin: 0;
	line-height: normal;
	font-family: "times new roman", serif;
	font-size: 18px;
	font-weight: bold;
	color: #BA0000;
}

.content .performance-row h3 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

.content .performance-row h4 {
	margin: 5px 0 1px 0;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.content .performance-row p {
	margin-top: 0;
	padding-top: 0;
	line-height: normal;
}

.content li {
	margin-bottom: 3px;
	list-style: none;
}

#photos #img {
	float: left;
	width: 500px;
	padding-top: 22px;
	text-align: right;
}

#photos .thumbs {
	float: right;
	width: 237px;
	padding-right: 10px;
}

#photos .thumbs h3 {
	height: 20px;
	font-size: 14px;
	font-weight: bold;
}

#photos .thumbs a {
	float: left;
	padding: 2px;
}

#about h1 {
	clear: both;
	padding-top: 20px;
}

#about {
	float: left;
	padding-left: 0;
}

#about p {
	margin: 0 0 10px 0;
}

#about p img {
	float: left;
	padding: 5px 10px 10px 0;
}

#contact form {
	display: block;
	padding-top: 30px;
}

.text {
	display: inline;
	width: 200px;
	padding: 2px 5px;
	color: #BA0000;
	background: #FFF;
	border: 1px solid #333;
}

.error {
	display: block;
	margin-top: 10px;
	padding-left: 5px;
	font-weight: bold;
	color: #BA0000;
	border-left: 3px solid #BA0000;
}

.submit {
	display: inline;
	padding: 1px 5px;
	color: #FFF;
	background: #BA0000;
	border: 1px solid #333;
	cursor: pointer;
	overflow: visible; /* keeps submit in IE (inc 7) from getting too wide */
}

.auto #donate {
	min-height: 38px;
	padding: 10px 0 10px 35px;
}

#donate form {
	display: inline;
}

#donate .submit {
	width: 173px;
	height: 38px;
	padding: 0;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #E4E4E4;
	background: url(/images/donate_bg.gif) top left no-repeat;
	border: 0;
}


/* 5.FOOTER --------------------------- */

#footer {
	position: relative;
	width: 100%;
	height: 133px;
	margin-top: -133px;
	background: url(/images/threads_bottom.jpg) bottom center no-repeat;
}