@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #ffffff;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	text-align:center;
	line-height:2.5em;
	}
.zc #container { 
	width: 60em;  /* changed from 46 to 60 by wbh 12-8-09 */
	background: #000000;
	margin: 0 auto;
	padding-top:20px; 
	/*border: 1px solid #000000;*/
	text-align: left; 
	
} 


.zc #sidebar1 {
	float: right; 
	width: 12em; 
	background: #000000; 
	padding: 15px 0;
	margin-top:25px;
	 }
.zc #sidebar1 h3, .zc #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.zc #mainContent {
	margin: 0 13em 0 1.5em; 
	background-image:url(images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	/*z-index:1;*/
	min-height:575px;
} 
.zc #mainContentPhotos {
	margin: 0 13em 0 1.5em; 
	/*background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	z-index:1;
	min-height:510px;*/
}   
.zc #mainTitle {
	position:relative;
	max-width:75%;
	right:-300px;
	top:25px;
}
.zc #title {
	display:inline;
	float:right;
}
.zc #title h1 {
	background: transparent url(images/zcTitleTrajanPro.gif) no-repeat top left; 
	background-color:#000000;
	margin-top: 20px; 
	line-height: 80%;
	width: 530px; 
	height: 50px; 
	/*float: left;*/
	}
.zc #title h1 span {
	display:none;
	}
.zc #content {
	margin-top:50px;
	float:left;
	/*clear:right;*/
	}
.zc #MySlideshow {
	float:right;
	padding-top:20px;
	padding-right:10px;
	}
.zc #content p {
		line-height:1.54em;
		font-size:.8em;
		text-indent:2.5em;
		
	}
.zc #content blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	float:right;
	line-height:2em;
	text-align:right;
	width:80%;
	/*margin: 1em 20px;*/
    /*padding-left: 50px;*/
    /*background: transparent url(images/quote.png)  left no-repeat;*/
	}
.zc #musicPlayer {
	float:right;
	text-align:right;
	padding-top:170px;
	padding-right:25px;
	}
.zc dl {
	font-size:.8em;
	}
.zc dt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.1em;
	line-height:2em;
	color:#CCCCCC;
	text-shadow:.5px .5px .5px #fff;
	font-variant:small-caps;
		}
.zc #copy {
	width:67%;
	float:right;
	font-size:.88em;
	}
.zc #nav {
	margin-top:40%;
	padding:0;
	background:#000000;
	float:left;
	width:100%;
	/*border:1px solid #42432d;
	border-width:1px 0;*/
	text-align:right;
}
.zc #nav li {
    list-style:none;
    padding:0;
    line-height:1.5em;
	margin-top:12%;    

}
#nav a:link,
#nav a:visited {
	color:#ffffff;
	background:#000000;
	margin-top:15px;
	padding:0px 40px 4px 10px;
	/*float:left;*/
	width:auto;
	/*border-right:1px solid #42432d;*/
	text-decoration:none;
	font:/*bold*/ 1em/1em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #ccc;
}
#nav a:hover {
	color:#ccc;
	background:#000;
 }
    #home #nav-home a,
    #about #nav-about a,
   #archive #nav-archive a,
  #lab #nav-lab a,
#reviews #nav-reviews a,
  #contact #nav-contact a,
  #repertoire #nav-repertoire a {
  background:#ddd;
  color:#fff;
 text-shadow:none;
  }
#bio #nav-bio a:hover,
#photos #nav-photos a:hover,
#contact #nav-contact a:hover,
#repertoire #nav-repertoire a:hover
 {
	background:#ddd;
  }
#nav a:active {
	background:#ddd;
	color:#fff;
 }
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.msg_head {
	min-width:400px;
	}
.msg_body {
	min-width:400px;
	}
.zc .leading {
	font-size:2em;
	letter-spacing:-.2em;
	}
.zc .columnize {
	background-image:url(images/textBG.png);
	background-position:left;
	background-repeat:repeat-x;
	}
.zc .text {
	background-image:url(images/textBG.png);
	background-position:left;
	background-repeat:repeat-x;
		}