/* ----- 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #4B3E31;
	font: 85%  arial, verdana, helvetica,san-serif;
	background: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear: both;
	}
	
strong {
	font-weight: bold;
	}

/* ----- STRUCTURE ------ */


.bodywrap {
	background: transparent url(../images/main/bg.jpg) top left repeat-y;
	width: 833px;
	margin: 0 auto;
}


#mast {
	display: block;
	position: relative;
	width: 833px;
}

.newsletter {
	display: block;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 502px;
	background: transparent url(../images/main/newsletter.jpg) top left no-repeat;
	width: 331px;
	height: 30px;
}

#nav {
	width: 833px;
	height: 37px;
	display: block;
	position: relative;
}

.contentwrap {
	width: 833px;
}

#sidebar {
	display: block;
	position: relative;
	width: 200px;
	float: left;

}

#content {
	 display: block;
	position: relative;
	width: 600px;
	margin-left: 220px;
}

#footer {
	width: 833px;
	display: block;
	position: relative;
	height: 31px;
	background: transparent url(../images/main/footer.jpg) bottom left no-repeat;

}


/* ----- MAST ----- */

#mast h1 {
	text-indent: -9999px;
	display: block;
	position: relative;
	width: 833px;

}

#mast h1.index {
	background: transparent url(../images/main/indexmast.jpg) top left no-repeat;
	height: 364px;
}

#mast h1.bio {
	background: transparent url(../images/interior/biomast.jpg) top left no-repeat;
	height: 221px;
}

#mast h1.calendar {
	background: transparent url(../images/interior/calendarmast.jpg) top left no-repeat;
	height: 221px;
}


#mast h1.reviews {
	background: transparent url(../images/interior/reviewsmast.jpg) top left no-repeat;
	height: 221px;
}

#mast h1.contact {
	background: transparent url(../images/interior/contactmast.jpg) top left no-repeat;
	height: 221px;
}


#mast h1.works {
	background: transparent url(../images/interior/worksmast.jpg) top left no-repeat;
	height: 221px;
}

#mast h1.gallery {
	background: transparent url(../images/interior/gallerymast.jpg) top left no-repeat;
	height: 221px;
}

/* ----- Newsletter ----- */


.newsletter .email {
	margin-left: 120px;
	width: 175px;
	margin-top: 4px;
	float: left;
	font-size: 10px;
	padding: 3px;
	height: 11px;
}

.newsletter .button {
	display: inline;
	padding-top: 4px;
	padding-left: 5px;
}

/* ----- NAV ----- */

#nav ul {
	display: block;
	position: relative;
	z-index: 11;
	height: 37px;
}

#nav li {
	margin:0 !important;
	line-height: 0;
	padding: 0;
	}

#nav li a, #nav li a:hover, #nav li a:visited  {
	text-indent: -9999px;
	display: block;
	position: relative;
	float: left;
	height: 37px;
}

#nav li.home a, #nav li.home a:hover, #nav li.home a:visited {
	background: transparent url(../images/nav/home.jpg) top left no-repeat;
	width: 77px;
	}
	
#nav li.home a:hover {
	background: transparent url(../images/nav/home_over.jpg) top left no-repeat;
}

#nav li.bio a, #nav li.bio a:hover, #nav li.bio a:visited {
	background: transparent url(../images/nav/bio.jpg) top left no-repeat;
	width: 59px;
	}
	
#nav li.bio a:hover {
	background: transparent url(../images/nav/bio_over.jpg) top left no-repeat;
}

#nav li.calendar a, #nav li.calendar a:hover, #nav li.calendar a:visited {
	background: transparent url(../images/nav/calendar.jpg) top left no-repeat;
	width: 169px;
	}
	
#nav li.calendar a:hover {
	background: transparent url(../images/nav/calendar_over.jpg) top left no-repeat;
}

#nav li.works a, #nav li.works a:hover, #nav li.works a:visited {
	background: transparent url(../images/nav/listofworks.jpg) top left no-repeat;
	width: 151px;
	}
	
#nav li.works a:hover {
	background: transparent url(../images/nav/listofworks_over.jpg) top left no-repeat;
}

#nav li.reviews a, #nav li.reviews a:hover, #nav li.reviews a:visited {
	background: transparent url(../images/nav/reviews.jpg) top left no-repeat;
	width: 101px;
	}
	
#nav li.reviews a:hover {
	background: transparent url(../images/nav/reviews_over.jpg) top left no-repeat;
}

#nav li.gallery a, #nav li.gallery a:hover, #nav li.gallery a:visited {
	background: transparent url(../images/nav/gallery.jpg) top left no-repeat;
	width: 159px;
	}
	
#nav li.gallery a:hover {
	background: transparent url(../images/nav/gallery_over.jpg) top left no-repeat;
}

#nav li.contact a, #nav li.contact a:hover, #nav li.contact a:visited {
	background: transparent url(../images/nav/contact.jpg) top left no-repeat;
	width: 117px;
	}
	
#nav li.contact a:hover {
	background: transparent url(../images/nav/contact_over.jpg) top left no-repeat;
}

/* ----- SIDEBAR ----- */

.newswrap {
	padding: 0 15px;
	font-size: .85em;

}

.newswrap h3 {
	text-indent: -9999px;
	display: block;
	position: relative;
	height: 20px;
	width: 65px;
	margin-bottom: 20px;
	background: transparent url(../images/headline/news.jpg) top left no-repeat;
}

.newswrap h3.listofworks {
	height: 18px;
	width: 146px;
	background: transparent url(../images/headline/listofworks.jpg) top left no-repeat;
}

.newswrap p {

}

.photowrap {
	margin-top: -20px;

}

/* ----- List of Works ----- */

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: #A3330E;
	
}

/* ----- CONTENT ----- */

.soundcontrol {
	display: block;
	width: 127px;
	height: 25px;
	float: right;
	margin: -20px -13px 10px 0;

}

/* ----- FOOTER ----- */

#footer p {
	font-size: 9px;
	margin-left: 212px;
	/*padding-top: 15px;*/
	padding: 3px 5px;
	text-indent:45px;
}

/* ----- TYPOGRAPHY ----- */

p, dd, li {
	font-size: 1em;
	margin: 1em 0;
	line-height: 1.45em;
	}
	
p.credit {
	font-size: .8em;
	margin: 0 0 1em 0;
	
	}
/* HEADLINES */

h2 {
	text-indent: -9999px;
	display: block;
	position: relative;
	background: transparent;
	margin-top: 20px;
	padding-bottom: 20px;
}

h4 {
	font-weight: bold;
	font-size: 1em;
	margin: 1em 0;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
}

h2.welcome {
	height: 26px;
	width: 149px;
	background: transparent url(../images/headline/welcome.jpg) top left no-repeat;

}

h2.bio {
	height: 38px;
	width: 176px;
	background: transparent url(../images/headline/biography.jpg) top left no-repeat;

}

h2.calendar {
	height: 26px;
	width: 270px;
	background: transparent url(../images/headline/calendar.jpg) top left no-repeat;

}

h2.reviews {
	height: 26px;
	width: 133px;
	background: transparent url(../images/headline/reviews.jpg) top left no-repeat;

}

h2.contact {
	height: 26px;
	width: 202px;
	background: transparent url(../images/headline/contact.jpg) top left no-repeat;

}

h2.gallery {
	height: 34px;
	width: 244px;
	background: transparent url(../images/headline/gallery.jpg) top left no-repeat;

}

h2.works {
	height: 28px;
	width: 233px;
	background: transparent url(../images/headline/works.jpg) top left no-repeat;
}

h2.chamber {
	height: 26px;
	width: 268px;
	background: transparent url(../images/headline/chamber.jpg) top left no-repeat;
}

h2.electronic {
	height: 26px;
	width: 177px;
	background: transparent url(../images/headline/electronic.jpg) top left no-repeat;
}

h2.keyboard {
	height: 34px;
	width: 159px;
	background: transparent url(../images/headline/keyboard.jpg) top left no-repeat;
}

h2.orchestral {
	height: 27px;
	width: 188px;
	background: transparent url(../images/headline/orchestral.jpg) top left no-repeat;
}

h2.theatrical {
	height: 27px;
	width: 179px;
	background: transparent url(../images/headline/theatrical.jpg) top left no-repeat;
}

h2.vocal {
	height: 26px;
	width: 221px;
	background: transparent url(../images/headline/vocal.jpg) top left no-repeat;
}

/* ----- INDEX PAGE ----- */

/* ----- INTERIOR PAGES ----- */

/* ----- Event Calendar ----- */

table.calendar {

}

table.calendar td {
	padding: 2px 10px 2px 0;
	margin: 0;
}

/* ----- PHOTOS PAGE ----- */

table.photos {
	display: block;
	position: relative;
	margin: 60px auto 10px 12px;
	width: 520px;
	text-align: left;
}

tr.largephoto {

}

.largephoto td {
	padding: 0 0 10px 0;
	margin: 0 auto 0 0;
	text-align: left !important;

}

tr.largephoto img {
	border: 5px solid #00A7B8;
	margin: 0 0 0 0;
	padding: 0;
	width: auto;
	text-align: left !important;
	}

tr.smallphoto {
	border: 2px solid #000;
}

tr.smallphoto img {
	border: 2px solid #000;
}

.smallphoto td {
	padding: 5px 2px;
	width: 16%;
}

table.photos p {
	margin: .3em 0;
	}


/* ----- LINKS ----- */

.cal_link a {
	font-weight: bold;
	text-decoration: none;
	color: #A3330E;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #A3330E;
}

a:visited {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #A3330E;
}

a:active {

}