/** key
	headings/links	red	#c33
	copy			dark grey	#333
	sub copy		light grey	#999
*/
/** top level */
html { 
	min-height: 100%; 
	overflow-y: scroll;
}
body {
	height: 100%;
	width: 100%;
	position: absolute;
	font: 0.88em/1.29em "Gill Sans MT", "Gill Sans", Calibri, Myriad, sans-serif;
	color: #333;
	background: #fff;
}

#container {
	margin: 0 auto;
	width: 820px;
	min-height:100%;
	_height: 100%;
	position: relative;
}

#header, #footer, #content {
	position: relative;
}

/** common */

a {
	color: #c33;
	text-decoration: none;
}
	a:hover {
		color: #000;
	}
	
p {
	margin: 0 0 1em;
}
h1 {
	font-size: 1.71em;
	color: #c33;
	font-weight: bold;
	margin-bottom: 18px;
}
h2 {
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.hidden {
	position: absolute;
	left: -4000px;
}

/** header */
#header {
	margin-top: 55px;
	height: 105px;
	background: url('../img/header.png') 0 0 no-repeat;
}
	#header h1 {
		position: absolute;
		top: -4000px;
	}
	#home-link {
		width: 119px;
		height: 103px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	#home-link2 {
		width: 192px;
		height: 24px;
		position: absolute;
		display: block;
		top: 10px;
		right: 0;
	}

/** navigation */
#nav {
	position: absolute;
	top: 58px;
	right: 0;
	font-size: 1.29em;
}
	#nav li {
		float: left;
		margin-left: 18px;
	}
		#nav li a {
			color: #616265;
		}
			#nav li a:hover, #nav li.selected a {
				color: #c33;
			}

/** footer */
#footer {
	*zoom: 1;
	margin: 25px 0 0 120px;
	border-top: 1px solid #747679;
	padding: 5px 0 10px 0;
	font-size: 0.86em;
}
	#footer a {
		font-weight: bold;
		color: #333;
	}
		#footer a:hover {
			color: #c33;
		}
		
/** content */
#content {
	padding-left: 140px;
	*zoom: 1;
}
body#home #content {
	height: 500px;
	background: url('../img/homepage-bg.jpg') 100% 0 no-repeat;
}
	#content:after {
		content: '.'; clear: both; height: 0; display: block; visibility: hidden;
	}
	#content h1 {
		text-transform: lowercase;
	}
	#content .primary-content {
		float: left;
		width: 400px;
		position: relative;
	}
	#content .secondary-content {
		float: right;
		width: 260px;
		position: relative;
	}
		#content .secondary-content h2 {
			text-transform: lowercase;
		}
		#content .secondary-content img.snap {
			width: 260px;
			height: 360px;
			display: block;
		}
		#content .secondary-content ul.links {
			margin-top: 16px;
		}
			#content .secondary-content ul.links li {
				font-weight: bold;
			}
				#content .secondary-content ul.links li span {
					font-weight: normal;
				}
				#content .secondary-content ul.links li a {
					color: #333;
					background: url('../img/bullet-dash.gif') 0 .6em no-repeat;
					padding-left: 20px;
				}
					#content .secondary-content ul.links li a:hover {
						color: #c33;
						background-image: url('../img/bullet-dash-hover.gif');
					}
ul.reviews {}
	ul.reviews li {
		margin-top: 12px;
		border-top: 1px solid #333;
		padding-top: 12px;
		_zoom: 1;
	}
		ul.reviews li.first {
			border: 0;
			margin: 0;
			padding: 0;
		}
		ul.reviews li cite {
			display: block;
			font-size: 0.93em;
			color: #999;
			text-align: right;
			margin-top: .5em;
		}
ul.repertoire {}
	ul.repertoire li {
		margin-top: 20px;
	}
		ul.repertoire li.first {
			margin: 0;
		}
		ul.repertoire li span {
			display: block;
			padding-bottom: 5px;
			border-bottom: 1px solid #333;
			font-size: 1.29em;
			font-weight: bold;
		}
		ul.repertoire li ul {
			margin-top: 10px;
		}
			ul.repertoire li li {
				margin: 0;
			}
div.month-select {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 1.29em;
	color: #c33;
	font-weight: bold;
}
	div.month-select .next, div.month-select .prev {
		font-weight: normal;
	}
	div.month-select span.next, div.month-select span.prev {
		color: #aaa;
	}
ol.months {}
	ol.months li {
		margin-top: 15px;
	}
		ol.months li.first {
			margin: 0;
		}
		ol.months li h2 {
			padding-bottom: 5px;
			border-bottom: 1px solid #333;
			font: 1.29em "Century Schoolbook", Georgia, serif;
			text-transform: lowercase;
			font-style: italic;
			font-weight: bold;
		}
		ol.months ol li, ol.months ol li.first {
			background: #eaeaea;
			padding: 8px 8px 15px 8px;
			margin-top: 12px;
		}
			ol.months ol li h3 {
				font-weight: bold;
				margin-bottom: 10px;
			}
			ol.months ol li p {
				margin: 0;
			}
ol#select-month { margin-left: -7px; *display: inline-block; }
	ol#select-month li {
		float: left;
		width: 82px;
		margin-left: 7px;
		display: inline;
		margin-bottom: 7px;
	}
		ol#select-month li a {
			padding: 7px;
			display: block;
			background: #747477;
			color: #fff;
			text-transform: lowercase;
		}
		ol#select-month li a:hover, ol#select-month li a.selected {
			background: #c33;
		}
ul.image-list {
	margin-left: -20px;
}
	ul.image-list li {
		margin-left: 20px;
		float: left;
		display: inline;
		width: 330px;
	}
		ul.image-list li img {
			background: #ccc;
			display: block;
		}
		ul.image-list li span {
			margin-top: 5px;
			display: block;
			text-align: right;
			color: #999;
			font-size: 0.93em;

		}
#player {
	overflow: hidden;
	position: relative;
	width: 260px;
}
	#player-tab {
		cursor: pointer;
		width: 260px;
		height: 40px;
		margin-bottom: 15px;
		display: block;
		background: url('../img/player-tab-top.png') 0 0 no-repeat;
	}
	#player-listen {
		background: #c33;
		padding: 10px 0 0 0;
		position: relative;
	}
		#player-listen object {
			margin: 0 auto;
			display: block;
		}
body#home #player {
	position: absolute;
	bottom: 0;
	left: 140px;
}
	body#home #player-tab {
		margin: 0;
		background-image: url('../img/player-tab.png');
	}
	body#home #player-listen {
		padding: 0 0 10px 0;
	}

/* form */
input, textarea, label { margin: 0; padding: 0; }
ul.form {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
	ul.form li {
		display: block;
		margin: 10px 0 0 0;
		_height: 0;
		_margin-top: 0;
	}
		ul.form li label, ul.form li span {
			display: block;
			margin-bottom: 4px;
		}

		ul.form li input.text, ul.form li textarea {
			width: 300px;
			border: 1px solid #999;
			padding: 2px 0;
			font: 1em Helvetica, Arial, sans-serif;
		}
		
/* contact form */
h2.contact {
	margin-top: 25px;
}
div.adr {
	margin-bottom: 1em;
}
div.tel .type {
	display: none;
}
