@charset "UTF-8";
/* CSS Document */

body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CECED1;
}
.thrColFixHdr #container { 
	width: 803px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-color: #555555;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font: 110%;
} 
.thrColFixHdr #header h6 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/background_02.jpg) no-repeat top left; /* the background color will be displayed for the length of the content in the column, but no further */
	min-height: 900px;
	padding: 5px 10px 5px 10px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar1 img{
	padding: 0;
	margin: 0;
	position: absolute;
	height: 308px;
	top: 300px;
	left: 0;
	border: 0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 193px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/background_04.jpg) no-repeat top left;/* the background color will be displayed for the length of the content in the column, but no further */
	min-height: 900px;
	padding: 5px 10px 5px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0 213px 0 140px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/background_03.jpg) no-repeat top left;
	min-height: 900px;
}

.thrColFixHdr #mainContent h2{
	margin: 30px 5px 8px 2px;
	padding: 0;
	font-weight: normal;
	color: #F5CB9D;
}

.thrColFixHdr #mainContent #contact h2, .thrColFixHdr #mainContent #repertoire h2{
	margin: 10px 5px 8px 2px;

}

.thrColFixHdr #mainContent img{ 
	margin-left: -10px;
}
.thrColFixHdr #logo{ 
	margin: 0;
	padding: 0;
	/*background: url(../images/logo.gif) no-repeat top left;*/
	/*height: 85px;*/
}

.thrColFixHdr #logo img{
	margin: 0;
	padding: 0;
	z-index: 1;
}

.thrColFixHdr #lang{
	color: #AEAFB2;
	text-align: right;
	font-size: 85%;
	padding: 0;
	margin: 0 0 1px 0;
	z-index: 10;
}

.thrColFixHdr #lang a:link, .thrColFixHdr #lang a:visited{ 
	color: #AEAFB2;
	text-decoration: none;
}
.thrColFixHdr #lang a:hover{
	color: #F58220;
	text-decoration: none;
}

.thrColFixHdr #flash, .thrColFixHdr #contact, .thrColFixHdr #repertoire,  .thrColFixHdr #gen{ 
	margin-top: 50px;
	padding: 0;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000000;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #323232;
	text-align: center;
	font-size: 85%;
}
.thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited{
	color: #323232;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover{
	color: #F58220;
	text-decoration: none;
}

.thrColFixHdr #mainContent #img_bio{
	position: relative;
	float: left;
	padding: 0 5px 5px 5px;
}

.thrColFixHdr #mainContent #intro_bio{
	line-height: normal;
	margin: 10px 0 5px 0;
	font-size: 120%;
	font-style: italic;
	color: #F5CB9D;
}

.thrColFixHdr #mainContent #playlist{
	margin-top: 50px;
	padding: 0;
}

.thrColFixHdr #mainContent #playlist li{
	margin: 0;
	padding:7px 5px 7px 5px;
}

.thrColFixHdr #mainContent #repertoire li{
	margin: 0;
	padding:5px 5px 5px 5px;
}

.thrColFixHdr #mainContent #playlist li h4, .thrColFixHdr #mainContent #playlist li a:link, .thrColFixHdr #mainContent #playlist li a:visited{
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	color: #F5CB9D;
	margin: 0;
	padding: 1px 0 1px 0;
	text-decoration: none;
}

.thrColFixHdr #mainContent #playlist li a:hover{
	color:#715E26;
}

.thrColFixHdr #mainContent #playlist li p{
	margin: 2px 0 2px 0;
	padding: 0;
}
.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;
}

/* contact form */
 .word_font_to_form{
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 5px 5px 5px;
	text-align:left;
	color: #FF9E3F;
 }


.design_to_form2, .design_to_form3{
	background-color:#FFE699;
	border:1px solid #53451C;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #27200E;
	padding: 2px;
	margin: 2px 0 2px 0;
}

.design_to_form2{
	width: 110px;
}

.design_to_form3{
width: 99%
}

.design_to_final_tabs{
	background-color: #715E26;
	border:2px solid #2B2414;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	text-align:left;
	color:#FFE699;
	width: auto;
}

.design_to_final_tabs:hover{
	background-color: #786428;
	border:2px solid #302816;
}


.link_to_lists{
	text-decoration:none;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #715E26; /*#F5CB9D;*/
	padding-left:5px;
	padding-right:5px;
}

.link_to_lists:hover{
	text-decoration:none;
	color: #FFA264;
}

.imgform{
	margin-left: 10px;
}	
/*end  contact form */
.thrColFixHdr #mainContent form.year{
	padding: 0;
	margin: 0;
}

.thrColFixHdr #mainContent form.year .sel, .thrColFixHdr #mainContent form.year .submit{
	background-color:#352D18;
	border:1px solid #53451C;
	color: #F5CB9D;
	padding: 2px;
}

.thrColFixHdr #mainContent form.year .sel{
	margin: 0 0 0 3px;
}


.thrColFixHdr #mainContent form.year .submit{
 	margin: 0 1px 0 1px;
}

.thrColFixHdr #mainContent form.year .submit:hover{
	background-color:#322B16;
	border:1px solid  #443917;
}

/* photo album gallery paging */
.thrColFixHdr #mainContent #photogallery{ 
	margin-left: -4px;
	/*margin-right: 0;*/
}

.thrColFixHdr #mainContent #photogallery div{ 
	margin-left: 0;
	margin-right: 0;
}

.thrColFixHdr #mainContent #photogallery img{ 
	margin-left: 0;
	margin-right: 6;
}
/* **** */


/* album id */

.thrColFixHdr #mainContent #album{ 
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	min-height: 130px;
}

.thrColFixHdr #mainContent #album img{ 
	float: left;
	position:relative;
	margin: 2px 5px 1px 0;
}

.thrColFixHdr #mainContent #album p{ 
	margin-top: 5px;
	margin-bottom: 5px;
}

.thrColFixHdr #mainContent #album a:link, .thrColFixHdr #mainContent #album a:visited{ 
	font-size: 110%;
	text-decoration: none;
	color: #F58220;
}

.thrColFixHdr #mainContent #album a:hover{ 
	text-decoration: none;
	color:#F5CB9D; /* #715E26; */
}
/* ******** */


/* photo gallery paging */
div.pages_photosum{
	color: #C2C2C2;
	text-align: right;
	margin: 5px 5px 1px 5px;
}

div.pages{
	color: #C9C9C9;
	text-align: right;
	margin: 5px 5px 10px 5px;
}

a.pagelink{
	color: #F88815;
	text-decoration: none;
}

a.pagelink:hover{
	color: #F88815;
	text-decoration: underline;
}
/* end of photo gallery paging */

/* albums gallery paging */
div.pages_photosum{
	color: #C2C2C2;
	text-align: right;
	margin: 5px 5px 1px 5px;
}

div.pages{
	color: #C9C9C9;
	text-align: right;
	margin: 5px 5px 10px 5px;
}

a.pagelink{
	color: #F88815;
	text-decoration: none;
}

a.pagelink:hover{
	color: #F88815;
	text-decoration: underline;
}
/* end of photo gallery paging */




/* performances */


/* end of performances */



/*
.twoColFixRtHdr #sidebar1 ul.sideplay{
	list-style: none outside;
	font-size: 75%;
	text-decoration: none;
	margin: -15px 2px 1px 2px;
	padding: 0;
	position: relative;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px;
	background: #6E6E6E;
} 
.twoColFixRtHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}

.thrColFixHdr #mainContent form.year .submit{
	background: #F5CB9D url(../images/down-arrow.gif) top left no-repeat;
	border:1px solid #53451C;
	color: #F5CB9D;
	padding: 0;
	margin: 0 2px 0 2px;
}

*/

