/* Nina's Music Book 
   by Jonathan Gala - www.jongala.com */

/* =============================

DEFAULTS

============================= */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

body {
	font-family:Georgia, Times New Roman, Times, serif;
	margin:0;
	padding:0;
	background:#fff;
	}
	
	
a {
	color:#527d9c;
	text-decoration:none;
	border-bottom:1px solid #def;
	}
	
a:hover {
	color:#369;
	border-color:#369;
	}
	


h1,
body.ensembles h2 {
	margin:0 0 .77em;
	font-size:136%;
	color:#527d9c;
	font-weight:bold;
	}

h2 {
	font-size:122%;
	color:#444;
	}

h3 {
	font-size:114%;
	font-weight:normal;
	}

h4 {font-size:107%;}

	
p {
	font-size:100%;
	line-height:1.5;
	margin:1em 0;
	}

form {
	margin:0;
	padding:0;
	}

/* =============================

LAYOUT

============================= */


.wrapper {
	width:760px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

.logo {
	float:left;
	margin:0;
	}


.header {
	margin:0;
	padding:0 0 0;
	height:40px;
	border-bottom:2px solid #ccc;
	}

	
.main {
	margin:1px 0;
	padding:0;
	border:1px solid #ccc;
	border-width:1px 0;
	
	/* /
	height:455px;
	/*  */
	
	overflow:hidden;
	height:auto !important;
	height:455px;
	min-height:455px;
	
	
	
	position:relative;
	top:0;
	left:0;
	zoom:1;
	}

.content {
	margin:0;
	padding:10px 0;
	width:410px;
	float:left;
	margin-left:10px;
	display:inline;
	}

	body.ensembles .content {
		float:none;
		width:auto;
		display:block;
		padding:0;
		margin:0;
		}

.content:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}
	
.extras {
	float:left;
	margin:0;
	padding:0;
	width:320px;
	display:inline;
	}

	
.footer {
	clear:both;
	padding:0 0;
	border-top:2px solid #ccc;
	text-align:right;
	zoom:1;
	}

/* =============================

STYLES

============================= */

hr {
	height:0;
	border:0;
	border-bottom:1px solid #ccc;
	}

.logo a {
	display:block;

	margin:3px 0 0;
	padding:0;
	border:0;
	}
	
	.logo a img {
		border:0;
		}

div.divider {
	margin:-1em 0 0;
	}

.content p.divider,
div.divider {
	padding-bottom:25px;
	background: url("/images/bg_groupmenu.gif") 50% 100% no-repeat;
	}

img.biopic {
	float:left;
	margin-left:-295px;
	}

body.contact .hidethumb {
	float:right;
	display:none;
	}
	
body.contact .showthumb {
	float:right;
	display:inline;
	border:1px solid #ccc;
	padding:9px;
	background:#f0f0f0;
	margin:0 50px 0 0;
	line-height:1.0;
	}

body.contact .showthumb img {
	vertical-align:middle;
	border:1px solid #789;
	padding:1px;
	}

span.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
	font-weight:normal;
  }

a.icon {
	border:0;
}

body.splash .content {
	position:relative;
	float:none;
	display:block;
	width:auto;
	height:auto !important;
	*height:460px;
	min-height:460px;
	background: url('../images/splash_photo.jpg') 100% 0 no-repeat;
}

	body.splash div.splash {
		margin:0;
		padding:0;
		height:auto !important;
		*height:460px;
		min-height:460px;
		background: url('../images/splash_intro.png') 0 0 no-repeat;
	}
	
	body.splash .intro {
		height:160px;
		margin:0;
		padding:0;
		border-top:1px solid #fff;
		opacity:0;
		-moz-opacity:0;
		-webkit-opacity:0;
		filter:alpha(opacity=0);
	}
	
	body.splash .city_selector {
		
	}
	
	body.splash .city_selector p {
		margin:0;
		height:70px;
		opacity:0;
		-webkit-opacity:0;
		-moz-opacity:0;
		filter:alpha(opacity=0);
	}
	
	body.splash .city_selector ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	
		body.splash .city_selector ul li {
			float:left;
			display:inline;
			margin:0;
		}
		
			body.splash .city_selector ul li a {
				float:left;
				width:220px;
				height:190px;
				margin:1px;
				text-indent:-12345px;
				text-decoration:none;
				border:0;
			}
			
			body.splash .city_selector ul li a:hover {
				background:url('/images/go-arrow.gif') 100px 60px no-repeat;
			}

h1 img {
	margin-bottom:-10px;
}


/* Buttons
--------------------------- */

a.button {
	padding:6px 0 10px 15px;
	*padding-bottom:0; /* ie6 and 7 */
	line-height:33px;
	border:0;
	background:url("../images/bg_button.gif") 0 0 no-repeat;
	}
	
a.button strong,
a.button em {
	font-weight:normal;
	font-style:normal;
	padding:6px 15px 10px 0;
	*margin-top:-6px; /* ie6 and 7 */
	*overflow:visible; /* ie6 and 7 */
	background:url("../images/bg_button.gif") 100% 0 no-repeat;
	}


a.button img {
	border:0;
	vertical-align:middle;
	}

a.button:hover {
	color:#333;
	}


.content ul.buttonlist {
	margin:1em 0;
	padding:0;
	list-style:none;
	}

	.content ul.buttonlist li {
		padding:0;
		margin:0;
		margin-bottom:.3em;
		*margin-bottom:1.5em;
		}


p.stop {
	width:7em;
	float:right;
	margin:0;
	padding:0;
	position:relative;
	top:-1em;
	*top:0;
	height:2em;
	zoom:1;
	}



/* Content
--------------------------- */

.content {
	color:#666;
	}
	
	.content p,
	.content li {
		line-height:1.5;
		padding:0;
		}

	.content ul {
		margin:1em 0;
		padding:0 0 0 2em;
		}


/* Sidebar
--------------------------- */


.extras {
	
	color:#777;
	font-size:91%;
	text-align:center;	
	
	min-width:320px;
	width:auto !important;
	*width:320px;
	
	zoom:1;
	}

	.extras h2,
	.extras p,
	.extras ul,
	.extras ol {
		text-align:left;
		margin:1em 10px;
		}
		
		.extras h2 {
			}
		
		.extras ul,
		.extras ol {
			padding:0;
			}
			
			.extras li {
				margin:.66em 0 .66em 2em;
				line-height:1.3;
				}

.extras .sidepic {
	margin:0;
	padding:0;
	text-align:center;
	line-height:0;
	}

.content img.tabpic {
	float:left;
	display:inline;
	margin-left:-320px;
	
}

/* General styles
--------------------------- */

.featurelist li:first-line,
.featurelist li p:first-line {
	font-weight:bold;
	background:#ffc;
	}

p.speaker {
	margin-top:-1em;
	font-style:italic;
	color:#356;
	}

p.feature {
	font-size:108%;
}

.footer .copyright {
	margin:0;
	color:#999;
	font-size:92%;
	text-align:right;
	}

body.ensembles .footer .copyright {
	text-align:right;
	}


ul.texttabs {
	margin:0 0 0 -3px;
	padding:0;
	list-style:none;
	zoom:1;
}

ul.texttabs:after {
	content:'.';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

	ul.texttabs li {
		float:left;
		margin-right:1em;
	}
	
	ul.texttabs li h1 {
		margin:0;
		padding:0;
	}
	
	ul.texttabs li a {
		color:#a0b0c0;
		padding:3px;
		border:1px solid #e9f2ff;
		border-width:1px 1px;
		background:#f2f4f6;
		
		border:0;
		text-decoration:underline;
	}
	
	ul.texttabs li a.active {
		color:#527d9c;
		background:transparent;
		border-color:#fff #fff;
		
		text-decoration:none;
		cursor:default;
	}

	ul.texttabs li a:hover {
		color:#527d9c;
	}

div.tab {
	z-index:1;
	position:relative;
	zoom:1;
}

/* Reviews logos
--------------------------------  */

.reviewer_logo {
	float:right;
	margin:0 0 10px 10px;
}

.logos img,
img.inline-icon {
	vertical-align:middle;
	border:0;
}


/* Ensembles
--------------------------------  */

.folder {
	margin:0;
	padding:0;
	width:100%;
	}

.sheet {
	margin:0;
	width:400px;
	padding-left:330px;
	padding-top:220px;
	position:relative;
	zoom:1;
	}

.sheet:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}

	.sheet .sidepic {
		position:absolute;
		top:0;
		left:0;
		}

	.sheet p {
		font-size:107%;
		*line-height:1.3em;
		margin:1em 0 0;
		}

#navIntro {
	/* background:url("/images/intro_water.png") 320px 225px no-repeat;  */
	}

	#navIntro p {font-size:100%;}
	
#introtags {
	text-indent:-23456px;
	line-height:0;
	height:40px;
	margin:0;
	}

/* Main Forms
--------------------------- */

.formtable {
	border:0;
	margin:0;
	padding:0;
	}

.formtable td {
	margin:0;
	padding:3px;
	}


form {
	font-size:90%;
	}

div.field {
	margin:0;
	padding:.5em 0 ;
	border-top:1px solid #e6e6e6;
	clear:left;
	zoom:1;
	}

div.field:after {
	content:'.';
	display:block;
	clear:both;
	line-height:0;
	visibility:hidden;
	}

div.field:hover {
	background:#f2f2f2;
	}

	.field input {

		}
	
	.field label {
		display:block;
		padding:3px 10px 0;
		width:200px;
		wid\th:180px;
		float:left;
		text-align:right;
		}
	
	.field textarea {
		height:140px;
		}

	.field input.txt,
	.field input.smtxt,
	.field textarea {
		width:320px;
		border:1px solid #ccc;
		border-color:#999 #ccc #ddd #aaa;
		}

		.field input.smtxt {
			width:170px;
			}

	.field input.txt:focus,
	.field input.smtxt:focus,
	.field textarea:focus {
		background:#ffeedd;
		}

	#submit {
		margin-left:200px;
		}

fieldset {
	padding:1em 0 0;
	margin:0 0 2em;
	border:1px solid #ddd;
	background:#f9f9f9;
	}
	
legend {
	margin-left:10px;
	font-size:122%;
	line-height:2.0;
	background:#f69a4a url("../images/grad_lightorange.gif") 0 0 repeat-x;
	padding:0 .75em;
	border:1px solid #e6e6e6;
	}

fieldset p {
	margin:0;
	padding:1em;
	border-top:1px solid #e6e6e6
	}

#stealth {display:none;}

/* Quick contact
-------------------------------- */

#quickcontact {
	float:left;
	display:inline;
	margin-left:10px;
	font-size:91%;
	color:#666;
	}
	
#quickcontact input {
	font-size:91%;
	}



/* =============================

MENUS

============================= */

div.break {clear:both;height:0;}

/* Group nav */

ul.tabset {
	position:absolute;
	top:10px;
	left:300px;
	z-index:3;
	width:440px;
	list-style:none;
	margin:0;
	padding:0 0 20px;
	*padding:0 0 35px; /* death to IE */
	background: url("/images/bg_groupmenu.gif") 50% 100% no-repeat;
	overflow:auto;
	zoom:1;
	}

	.tabset li {
		text-align:center;
		width:100px;
		height:75px;
		float:left;
		display:inline;
		margin:0 20px 15px 25px;
		padding:0;
		line-height:.4em;
		font-size:107%;
		}
		
		.tabset li a {
			border:0;
			color:#6e9aa7;
			}
		
		.tabset li a:hover,
		.tabset li a.ontab {
			color:#369;
			}
			
		.tabset li a img {
			padding:1px;
			border:1px solid #fff;
			opacity:.8;
			filter: alpha(opacity=80); 
			}
		
		.tabset li a:hover img,
		.tabset li a.ontab img {
			border-color:#369;
			opacity:1;
			filter: alpha(opacity=100); 
			}

		.tabset a.ontab:hover {
			cursor:default;
			}

/*  Main nav */

#mainnav {
	float:right;
	margin:0;
	padding:6px 0 0 0;
	width:450px;
	}

#mainnav ul {
	margin: 0;
	padding: 0;
	height:auto;
	}

#mainnav ul {
	height:26px;
	}

#mainnav ul li {
	position: relative;
	list-style: none;
	float:left;
	display:inline;
	height:26px;
	margin:0;
	width:90px;
	zoom:1;
	}

#mainnav ul li a {
	display: block;
	padding:8px 0;
	height:13px;
	line-height:13px;
	text-decoration: none;
	color:#999;
	border:0;
	zoom:1;
	
	background-image:url("/images/bg_mn.gif");
	background-repeat:none;
	
	text-indent:-23456px;
	
	}

#mainnav ul li a:hover {
	color:#444;
	}
	
#mn_ensembles a {background-position:0 0;}
	
	#mn_ensembles a:hover,body.ensembles #mn_ensembles a {background-position:0 -30px;}

#mn_gallery a {background-position:-90px 0;}

	#mn_gallery a:hover, body.gallery #mn_gallery a {background-position:-90px -30px;}
	
#mn_story a {background-position:-180px 0;}

	#mn_story a:hover, body.story #mn_story a {background-position:-180px -30px;}
	
#mn_faqs a {background-position:-180px 0;}
	
	#mn_faqs a:hover, body.faqs #mn_faqs a {background-position:-180px -30px;}
	
#mn_reviews a {background-position:-270px 0;}
	
	#mn_reviews a:hover, body.reviews #mn_reviews a {background-position:-270px -30px;}
	
#mn_contact a {background-position:-360px 0;}
	
	#mn_contact a:hover, body.contact #mn_contact a {background-position:-360px -30px;}