/* ----------------- CSS Reset ----------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

ul, ol, dl {
	position: relative;  
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

/* ----------------- Main Structure ----------------- */

body {
	font: 62.5% arial, helvetica, verdana, sans-serif;
	background: #000 url('../images/main/blackbg.jpg') top left repeat;
	color: #fff;
}

.bgwrap {
	background: transparent url('../images/main/gradientbg.jpg') top left repeat-x;
	width: 100%;
	min-height:650px; /* ie6 min-height hack */
	height:auto !important; /* ie6 min-height hack */
	height:650px; /* ie6 min-height hack */
	margin: 0;
	padding: 0;
}

.content {
	width: 1028px;
	display: block;
	position: relative;
	margin: 0 auto;
}

#bodycontent {
	background: transparent url('../images/main/contentbg.jpg') top left repeat-y;
	width: 1028px;
	display: block;
	position: relative;
}

/* -- Mast -- */

#mast {
	background: transparent url('../images/main/mast.jpg') top left no-repeat;
	width: 1028px;
	height: 120px;
	display: block;
	top: 20px;
	position: relative;
}

#mast h1 {
	display: none;
}

/* -- Newsletter -- */

.newsletter {
	width: 158px;
	height: 70px;
	margin:  0 0 0 765px;
	display: block;
	position: relative;
}

.newsletter input {
	width: 95px;
	font-size: 10px;
	height: 12px;
	display: block;
	position: relative;
	top: 25px;
	margin: 0 0 15px 5px;
}

input.inputfield {
	border: 1px solid #000;
	color: #ABAAAB;
	height: 18px;
	padding: 5px 5px 0 5px;
	width: 160px;
	background: #37393B;
}

input.button {
	height: 24px;
	width: 69px;
	display: block;
	position: relative;
	margin: -39px 15px 0 180px;
}


/* -- Footer -- */

#footer {
	width: 1028px;
	height: 46px;
	margin-bottom: 30px;
	display: block;
	margin: 0 auto 20px auto;
	position: relative;
	background: transparent url('../images/main/footer.jpg') bottom left no-repeat;
}

#footer p {
	color: #fff;
	margin: 0 0 0 15px;
	padding-top: 13px;
	font-size: 1.1em;
}

#footer p a:link, #footer p a:hover, #footer p a:visited {
	color: #fff;
	text-decoration: underline;
}

/* ----------------- Links ----------------- */

a:link, a:visited, a:hover {
	color: #fff;
}

a:visited {

}

a:hover {
	color: #14B4B1;
}

/* ----------------- Navigation ----------------- */

#nav ul {
	display: block;
	position: relative;
	list-style: none;
	top: -6px;
	float: right;
	height: 30px;
	margin: 0 8px 0 0;
	}

#nav ul li {
	float: left;
	height: 30px;
	padding-right: 3px;
}

#nav ul li, #nav ul li a, #nav ul li a:link {
	text-indent: -9999px;
	text-decoration: none;
	position: relative;
	height: 30px;
	display: block;
	background: transparent;
	}
	
#nav ul li.index a:link, #nav ul li.index a:hover, #nav ul li.index a:visited {
	background: transparent url(../images/nav/welcome.jpg) 0 0 no-repeat;
	width: 99px;
}

#nav ul li.index a:hover {
	background: transparent url(../images/nav/welcome.jpg) 0 -30px no-repeat;
}

#nav ul li.bio a:link, #nav ul li.bio a:hover, #nav ul li.bio a:visited {
	background: transparent url(../images/nav/bio.jpg) 0 0 no-repeat;
	width: 104px;
}

#nav ul li.bio a:hover {
	background: transparent url(../images/nav/bio.jpg) 0 -30px no-repeat;
}

#nav ul li.compositions a:link, #nav ul li.compositions a:hover, #nav ul li.compositions a:visited {
	background: transparent url(../images/nav/compositions.jpg) 0 0 no-repeat;
	width: 130px;
}

#nav ul li.compositions a:hover {
	background: transparent url(../images/nav/compositions.jpg) 0 -30px no-repeat;
}

#nav ul li.calendar a:link, #nav ul li.calendar a:hover, #nav ul li.calendar a:visited {
	background: transparent url(../images/nav/calendar.jpg) 0 0 no-repeat;
	width: 96px;
}

#nav ul li.calendar a:hover {
	background: transparent url(../images/nav/calendar.jpg) 0 -30px no-repeat;
}


#nav ul li.press_links a:link, #nav ul li.press_links a:hover, #nav ul li.press_links a:visited {
	background: transparent url(../images/nav/links_press.jpg) 0 0 no-repeat;
	width: 130px;
}

#nav ul li.press_links a:hover {
	background: transparent url(../images/nav/links_press.jpg) 0 -30px no-repeat;
}


#nav ul li.contact a:link, #nav ul li.contact a:hover, #nav ul li.contact a:visited {
	background: transparent url(../images/nav/contact.jpg) 0 0 no-repeat;
	width: 89px;
}

#nav ul li.contact a:hover {
	background: transparent url(../images/nav/contact.jpg) 0 -30px no-repeat;
}



/* ----------------- Pages ----------------- */

/* -- Index Page -- */

.indexcontent {
	width: 545px;
	float: right;
	display: block;
	position: relative;
}

.textwrap {
	padding: 10px;
}

.indexphoto {
	display: block;
	position: relative;
	width: 446px;
	height: 403px;
	background: transparent url('../images/other/indexphoto.jpg') top left no-repeat;
	float: left;
	left: 10px;
	margin-top: 20px;
}


/* -- Biography Page -- */

.biocontent {
	width: 545px;
	float: right;
	display: block;
	position: relative;
}

.biophoto {
	display: block;
	position: relative;
	width: 446px;
	height: 403px;
	background: transparent url('../images/other/biophoto.jpg') top left no-repeat;
	float: left;
	left: 10px;
	margin-top: 20px;
}

/* -- Contact and Interior Template Pages -- */

.interiorcontent {
	background: transparent url('../images/interior/interiorbg.jpg') top left repeat;
	width: 950px;
	margin: 0 auto 40px auto;
	top: 20px;
	display: block;
	position: relative;
	border: 1px solid #5B5C5C;
}

.interiorgradient {
	background: transparent url('../images/interior/interiorgradient.jpg') top left repeat-x;
}

/* --- Calendar page --- */	

table.calendar {
}


table.calendar tr {

}

.calendar thead td {
	color: #00B5AF;
	font-size: 1.3em !important;
	border-bottom: 1px solid #474747;
}

table.calendar td {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	padding: 10px;
	border-right: 1px solid #474747;
}

table.calendar tr.header td {
	font-weight: bold;
}

table.calendar tr.alt td {
	background-color: #323232;
}

table.calendar td.line {
border-right: none;
}

/* --- Compositions Page --- */	

.subnav {
	float: left;
	width: 260px;
	margin-top: 20px;
	margin-left: 15px;
}

.subnav ul {
	margin: 0 15px 15px 15px;
}

.works {
	width: 725px;
	float: right;
	margin-right: 15px;
}


ul.options {
	margin-left: 20px;
	padding-bottom: 20px;
}

ul.options img {
	padding-right: 10px;
	float: left;	
	}
	
ul.options li {
	margin-bottom: 20px;
	}
	
ul.options a {
	top: 2px;
	display: block;
	position: relative;
	font-weight: bold;
	text-decoration: underline;
	color: #F4A68C;
	
}


/* ----------------- Headlines ----------------- */

h2, h3 {
	text-indent: -9999px;
	display: block;
	position: relative;
	background: transparent;
	margin-top: 25px;
}

h3 {
	margin-top: 0;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #5B5C5C;
}

h2.welcome {
	background: transparent url('../images/title/welcome.jpg') top left no-repeat;
	width: 545px;
	height: 34px;
	margin-left: -15px;
}

h2.news {
	background: transparent url('../images/title/news.jpg') top left no-repeat;
	width: 545px;
	height: 34px;
	margin-left: -15px;
}

h2.bio {
	background: transparent url('../images/title/bio.jpg') top left no-repeat;
	width: 545px;
	height: 34px;
	margin-left: -15px;
}

h2.press_links {
	background: transparent url('../images/title/press_links.jpg') top left no-repeat;
	width: 545px;
	height: 34px;
	margin-left: -15px;
}

h3.contact {
	background: transparent url('../images/title/contact.gif') top left no-repeat;
	height: 19px;
	margin: 0 0 15px 0;
}

h3.calendar {
	background: transparent url('../images/title/calendar.gif') top left no-repeat;
	height: 19px;
	margin: 0 0 15px 0;
}

h3.press_links {
	background: transparent url('../images/title/press_links.png') top left no-repeat;
	height: 19px;
	margin: 0 0 15px 0;
}

h3.listofworks {
	background: transparent url('../images/title/listofworks.gif') top left no-repeat;
	height: 19px;
	width: 130px;
	border-bottom: none;
	margin: 0 0 15px 0;
}

h4{
	color: #14B4B1;
	font-size: 1.6em;
	border-bottom: 1px solid #5B5C5C;
	width: 100%;
	padding-bottom: 3px;
}

h5 {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 1.3em;
	margin-bottom: 1em;
}


/* ----------------- Typography ----------------- */

p, li, dd {
	font-size: 1.2em;
	line-height: 1.7em;
}

p {
	margin-bottom: 1.3em;
}