@charset "UTF-8";

/* CSS Document */

*{margin:0; padding:0;}
body{font:100% Georgia, Cambria,'Palatino Linotype','Book Antiqua','URW Palladio L',serif; background-color: #ccc; color: #4f4f4f; line-height: 1.4;}
#outerWrap{background-color: #fff;}
#wrap{position: relative; width: 960px; margin: 0 auto 0 auto; background-color: white;}

p{font-size: .9em; margin-bottom: 15px;}
a.superButton{
		/*background: url(../images/button.png) repeat-x rgb(34, 34, 34);*/
		font-family: Arial, sans-serif;
		font-size: .8em;
		background-color: #923453;
		-webkit-border-radius: 7px 7px;
		-moz-border-radius: 7px 7px;
		border-radius: 7px 7px;
		-webkit-box-shadow: 0px 3px 4px #666;
		-moz-box-shadow: 0px 3px 4px #666;
		box-shadow: 0px 3px 4px #666;
		font-size: .8em;
		color: white;
		cursor: pointer;
		display: block;
		margin: 0 0 20px 0;
		padding: 6px 8px;
		position: relative;
		text-decoration: none;
		text-shadow: 0px 0px 1px #000;
		float: left;
		/*-webkit-border-bottom-right-radius: 5px 5px;
		-webkit-border-top-left-radius: 5px 5px;
		-webkit-border-top-right-radius: 5px 5px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.496094) 0px 1px 3px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.246094);*/
		}
a.superButton:hover{background-color: #c798a7;}

p a{color: #082e85;}
p a:hover{color: #4f4f4f;}

#header{width:960px; margin-bottom: 30px; padding-top: 20px;}
#header h1{display: block; background: url(../images/logo.png) left top no-repeat; width: 394px; height: 187px; margin: 0 0 0 20px; text-indent: -9999em;}

/* ==== CONTENT === */
#content{position: relative; width: 400px; min-height: 30em; _height: 30em; float: left;}
	html#wedding #content, html#history #content, html#artists #content, html#publishing #content{width:580px;}
	html#artists p{margin-bottom: 1.5em;}
	html#artists p strong{text-transform: uppercase;}

h2{font-size: 1.8em; font-weight: normal; margin-top: -5px; margin-bottom: 10px;}

p img.bioPhoto{border-right:1px solid #4f4f4f; border-bottom: 1px solid #4f4f4f; margin: 0 15px 5px 0; float:left;}
p span.photoCredit{font-size: 75%;}

html#recording p img{border-right:1px solid #4f4f4f; border-bottom: 1px solid #4f4f4f;  padding: 0 5px 5px 0; margin: 0 15px 10px 0; float: left;}

/* ==== LEFT COL === */
#leftCol{position: relative; width: 295px; padding-right: 20px; float: left;}
	#navBar{list-style-type: none; font-size: .85em; font-family: Arial, sans-serif; margin: 0 0 30px 67px;}
	#navBar li{padding-bottom: 12px; line-height: 1.2; }
	#navBar li a, #navBar li a:visited{color: #4f4f4f; text-decoration: none;}
	#navBar li a:hover{color: #a1afd1;}
		html#performances #navBar li a.performance, html#wedding #navBar li a.wedding, html#history #navBar li a.history, html#artists #navBar li a.artists, html#artists #navBar li a.artists, html#publishing #navBar li a.publishing, html#publishing #navBar li a.publishing, html#recording #navBar li a.recording, html#contact #navBar li a.contact{font-weight: bold; color: #a1afd1;}
		
	#leftCol a.superButton{margin: 0 0 0 58px; _margin: 0 0 0 29px;}

/* ==== RIGHT COL === */
#rightCol{font-family: Arial, sans-serif; font-size: 80%; color: #082e85; border-left: 1px solid #082e85; width: 180px; padding: 0 20px 0 15px; float: right;}
#rightCol h3{font-size:1.35em; margin-bottom: 20px;}
#rightCol a.superButton{font-size: 100%; margin: 10px 0 20px 0;}

/* ==== FOOTER === */
#footerWrap{position: relative; background-color: #ccc; width: 100%; margin: 30px 0 0 0;}
	#footer{position: relative; width: 960px; min-height: 4em; _height: 4em; margin: 0 auto 0 auto; padding-top: 20px;}
	#footer p{position: relative; margin-left: 67px; _margin-left: 29px; float: left;}
	#footer img.tu_logo{display: none; float: right;}
	html#performances #footer img.tu_logo{display: block;}
	
.clear{font-size: 0px; line-height: 0; clear: both;}
