/* Table of Contents:

	Header Layout
	Middle Layout
	Footer Layout
	Sidebar
	
*/
html   {
	min-width: 808px;
	font-size: 100%; /* IE hack */
}

body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #999;
	margin: 0;
	height: 100%;
	font-size:  0.8em;	
	line-height:1.5em;letter-spacing:0.05em;
}

h1 {
	font-size: 1.6em;
	padding-top: 1.5em;
}

h2 {
	font-size:  1.2em;
}

a:link, a:visited {
	color: #C60;

}

a:hover {
	background-color: #940;
	color: white;
}


img {
	border: 0;
}

br.both { clear: both; height: 0; }

/* basic layout divisions */
#gatekeeper {
	margin: 0;
	vertical-align: top;
	/*background-color: #fff;*/
	background-image: url(../images/wrap.gif);
	background-repeat: repeat-y;    
    margin: 0 auto;    
    padding: 0;
    height: 100%;
    width: 808px;
}


#anchor {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 778px;
}


/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	/*height: 118px;*/
	margin: 0;
	padding: 0;
}

#homeheader{
	margin: 0;
	padding: 0;	
}

/* Middle Layout
--------------------------------------------------------------------------------------- */

#content {
	/*background-color: #fff;*/
	text-align: left;
	float: left;
	padding: 0px;
	margin-bottom: 0;
	margin-top: 220px;
	margin-left: 20px;
	margin-right: 20px;
	height: 100%;
	width: 598px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 518px;
}

html>body #content {
  width:518px;
}

#homecontent {
	background-color: #fff;
	text-align: left;
	padding: 0px;
	margin-bottom: 0;
	height: 100%;
	width: 598px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 518px;
}

html>body #homecontent {
  width:518px;
}

#toccontent {
	background-color: #fff;
	text-align: left;
	padding: 0px;
	margin-bottom: 0;
	height: 100%;
	width: 598px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 518px;
}

html>body #toccontent {
  width:518px;
}


/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer { background-color: #fff; color: #ccc; margin: 0 0px 0 0px; text-align: center;}


#footer li {
	list-style-type: none;
}

/* Sidebar
--------------------------------------------------------------------------------------- */
#sidebar {
	/*float: right; */
	position:  relative;
	text-align:  left;
	float: right;
	top: 230px;
	right: 20px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 170px;
}

#sidebar h2 {
	font-size: 1em;
	border: 1px #aaa dashed;
	background-color:  #A09068;
	letter-spacing: 0.2em;
	font-family:  tahoma;
	margin-bottom: -10px;
	padding: 0px 4px;
	color: black;
}
html>body #sidebar {
	margin-top: -15px;
	margin-right: 20px;
	width:170px;
	padding: 0px;
}

/* top nav menu list */

#topnav, #topnav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1em;
	padding: 0;
	/*background: #fff; */
	margin: 0 0;
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#topnav {
	/*background: #fff; */
	/*border-color: black;/*#537CCE*/
	border-width: 1px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}


#topnav a {
	display: block;
	color: black !important;
	text-decoration: none;
	/*text-transform:uppercase;*/
	padding: 0.2em 1.2em 0.2em 1.2em; /*height and width of individual li block*/
	font-weight: bold;
	text-align:center;
}



#topnav a:active {color: #000;}

#topnav li a{border-top: 5px solid white;}
#topnav li a:hover{background-color: #A09068;}

#topnav li {
	float: left;
	padding: 0;
	/*width: 8.5em; first level headings width*/
}

#topnav li:hover, #topnav li a:hover {
	/*background: white ; *//* the hover colour of the whole menu*/
	color: black !important;
}

.skipnav {display:none;}

.nav_selected {
	display: block;
	line-height: 1em;
	padding: 0.2em 1.2em 0.2em 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color:#866;
	border-top: 5px solid white;
}

.photo {
	border:  3px #866 solid;
	margin: 0px 10px 1px 10px;
}

#content {
	text-align:justify;
}

.closer {
	margin-bottom: -10px;
	padding: 0px 0px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: brown;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid brown;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #900;
  color: #fff;
}

#errorExplanation p {
  color: #322;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.contacts {
	font-size: 0.8em;
}

label {
	float:left;
	width:8em;
}

form li {
	list-style: none;
}

#festival_artist_content {
	min-height:180px;
	height:auto !important;
	height:180px;
}