/* pallette */
/*------------

black : #231f20
dk pink : #91185c
lt pink : #bc8399
lst pink : #cda2b3

-------------*/






html * {
	margin : 0;
	padding : 0;
	}
html {
	height : 100%;
	}
* html body {
	height : 98.8%;
	}
body {
	font-family : helvetica, "trebuchet MS", verdana, sans-serif;
	font-size : 75%; /*For internet explorer*/
	background : #91185c url(i/squiggles.gif) 5px 5px repeat-y;
	padding-left : 120px;
	border-top : 5px solid #91185c;
	border-bottom : 5px solid #91185c;
	line-height : 1.6667em;
	color : #231f20;
	min-height : 98.8%
	}
html>body {
	font-size : 12px;  /*For standards compliant browsers*/
	}
h1, h2, h3, h4, h5 {
	font-family : "CG Nashville", Cambria, Georgia, serif;
	}
#header {
	position : relative;
	width : 655px;
	height : 270px;
	overflow : hidden;
	}
#header h1 {
	width : 175px;
	height : 270px;
	position : relative;
	overflow : hidden;
	}
#header h1 span {
	width : 175px;
	height : 270px;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 1;
	background : #91185c url(i/logo.gif) 0 0 no-repeat;
	}
#sidebar {
	background-color : #231f20;
	color : #fff;
	width : 270px;
	height : 270px;
	position : absolute;
	top : 0;
	right : 0;
	}
#sidebar h2 {
	height : 180px;
	width : 270px;
	position : relative;
	overflow : hidden;
	}
#sidebar h2 span {
	height : 180px;
	width : 270px;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 1;
	background : #231f20 url(i/sidebar.gif) 0 0 no-repeat;
	}
#sidebar ul {
	list-style : none;
	width : 270px;
	}
#sidebar ul li {
	height : 25px;
	border-top : solid 5px #91185c;
	background-color : #fff;
	width : 270px;
	}
#sidebar ul li a {
	text-decoration : none;
	font-weight : bold;
	color : #231f20;
	line-height : 25px;
	display : block;
	width : 270px;
	text-transform : uppercase;
	text-indent : -9000px;
	background-position : 0 0;
	background-repeat : no-repeat;
	}
#sidebar ul li a:hover {
	background-position : 0 -25px;
	cursor : pointer;
	}
/*#sidebar ul li a span {
	background-position : 0 0;
	background-repeat : no-repeat;
	width : 270px;
	height : 25px;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 1;
	}*/
/*#sidebar ul li a:hover span {
	background-position : 0 -25px;
	cursor : pointer;
	}*/
#sidebar ul li a#brochure {
	background-image : url(i/brochure.gif);
	}
#sidebar ul li a#contact {
	background-image : url(i/contact.gif);
	}
#sidebar ul li a#mailing {
	background-image : url(i/mailing.gif);
	}
#page {
	border-top : 20px solid #91185c;
	}
#navigation ul {
	list-style : none;
	width : 160px;	
	background-color : #231f20;
	float : left;
	}


#navigation ul li {
	width : 160px;
	border-top : 2px solid #91185c;
	height : 22px;
	}
#navigation ul li a {
	display : block;
	text-decoration : none;
	font-weight : bold;
	text-transform : lowercase;
	color : #fff;
	line-height : 22px;
	padding-left : 5px;
	width : 155px;
	height : 22px;
	text-indent : -9999px;
	background-position : 0 0;
	background-repeat : no-repeat;
	}
/*#navigation ul li a span {

	width : 160px;
	height : 22px;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 1;
	}*/
#navigation ul li a:hover {
	background-position : 0 -22px;
	cursor : pointer;
	}
#navigation ul li a#home {
	height : 45px;
	}
#navigation ul li a#home {
	background : url(i/home.gif) top left no-repeat;
	height : 45px;
	}
#navigation ul li a#home:hover {
	background-position : 0 -45px;
	}
#navigation ul li a#about {
	background-image : url(i/about.gif);
	}
#navigation ul li a#ensembles {
	background-image : url(i/ensembles.gif);
	}
#navigation ul li a#diary {
	background-image : url(i/concerts.gif);
	}
#navigation ul li a#testdrive {
	background-image : url(i/testdrive.gif);
	}
#navigation ul li a#supporters {
	background-image : url(i/supporters.gif);
	}
#navigation ul li.top {
	border-width : 0;
	height : 45px;
	}
#content {
	width : 480px;
	background-color : #bc8399;
	border : 1px solid #cda2b3;
	margin-left : 175px;
	padding-top : 20px;
	padding-bottom : 20px;	
	}
#content h3, #content h4, #content h5, #content dl, #content p, #content img, #content div, #content ul li, #content h6, #content form, #content #warn_box , #content ol, #content table {
	margin-left : 15px;
	margin-right : 15px;
	}
#content div p, #content div h4, #content div h3 {
	margin-left : 0 !important;
	margin-right : 0 !important;
	}
#content ol {
	margin-bottom : 1.66667em;
	list-style-position : inside;
	}
h3 {
	color : white;
	font-weight : normal;
	font-size : 2em;
	line-height : 1.6667em;
	margin-bottom : .4167em;
	}
h4 {
	text-transform : uppercase;
	font-size : 1.333em;
	line-height : 1.25em;
	}

#content dl {
	border-top : 1px dotted #fff;
	margin-bottom : 1.5em;
	}
#content dd {
	border-bottom : 1px solid #231f20;
	padding : 0.83335em 5px 0.83335em 8em;
	border-left : 1px solid #bc8399;
	border-right : 1px solid #bc8399;
	}
#content dt {
	float : left;
	padding-top : 0.83335em;
	padding-left : 5px;
	}
#content dd a.diary {
	text-decoration : none;
	color : #231f20;
	height : 3.3333em;
	display : block;
	}
#content dd:hover {
	background-color : #cda2b3;
	border-left-color :#231f20;
	border-right-color : #231f20;
	}
#content a {
	color : #91185c;
	}
#content a:hover {
	color : #231f20;
	text-decoration : none;
	}
#content .booking a {
	margin-right : 1ex;
	}
.blurb strong {
	font-weight : bold;
	text-transform : uppercase;
	}
h5 {
	font-size : 1.333em;
	line-height : 1.25em;
	margin-top : 1.25em;
	color : #91185c;
	}
h5 span {
	text-transform : uppercase;
	font-weight : normal;
	font-family : "trebuchet MS", verdana, sans-serif;
	}
div.booking {
	margin-top : 1.6667em;
	border-top : 1px solid #91185c;
	}
div.booking strong {
	font-weight : bold;
	color : #91185c;
	}
div.booking em {
	font-weight : bold;
	font-style : normal;
	}
#content div {
	margin-bottom : 1.6667em;
	}
p.details {
	font-weight : bold;
	}
#content ul.players {
	font-weight : bold;
	color : #91185c;
	margin : 0 !important;
	}
#content ul.program {
	margin : 0 20px !important;
	}
#content ul {
	margin : 1.6667em 0;
	list-style : none;
	}
#content h6 {
	font-size : 1em;
	color : #91185c;
	text-transform : uppercase;
	}
#content.ens {
	background-color : #fff;
	}
#content.ens h3 {
	color : #231f20 !important;
	}
#content.ens a {
	color : #231f20 !important;
	}
#content.ens a:hover {
	color : #91185c !important;
	}
#content.ens ul {
	margin-top : 0;
	}
#content div.format p {
	margin-bottom : 1.6667em;

	}
#content div.format blockquote {
	margin : 1.6667em 15px;
	}
#content div.format h4 {
	margin-bottom : 1.25em;
	}
#content div.logos a img {
	border : 1px solid #fff;
	padding : 5px;
	}
#content div.logos a:hover img {
	border-color : #ddd;
	}
div.logos {
	text-align : center;
	}
div.logos img {
	margin : 8px;
	}
img.logo {
	float : right;
	padding-top : 1.5em;
	}
#content.ens div.logos img {
	margin : 20px 8px;
	}
#content.ens_list div {
	clear : right;
	padding-bottom : 1.6667em;
	min-height : 160px;
	border-bottom : 1px solid #cda2b3;
	}
* html #content.ens_list div {
	height : 160px;
	}
#content.ens_list img {
	float : left;
	padding : 2px;
	border : 1px solid #cda2b3;
	margin-left : 0 !important;
	}
p.more {
	text-align : right;
	}
table.program {
	margin-left : 30px;
	margin-right : 15px;
	border : none;
	}
table.program td {
	padding-right : 15px;
	vertical-align : top;
	}

/* Forms */
/*-------*/


#content form {
  background-color : #cda2b3;
  margin : 1.6667em 30px !important;
  border : 1px solid #fff;
	}
form fieldset {
  margin-bottom: 10px;
  border : none;
}
form legend {
  padding: 0.8335em 2px;
  font-weight: bold;
}
form label {
  float : left;
  line-height: 1.6667em;
  vertical-align: top;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style-type: none;
  padding: 5px;
  margin: 0;
  border-top : 1px solid #bc8399;
}
form fieldset ol.survey li ol li {
	list-style-type: lower-alpha;
	}
form fieldset ol.survey li {
	list-style-type: decimal;
	}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
  margin : 0;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form label {
  width: 110px; /* Width of labels */
}
form fieldset fieldset label {
  margin-left: 113px; /* Width plus 3 (html space) */
}
form fieldset ol.survey li label { 
	width: auto !important;
	float : none !important;
	display : block;
	margin-right : 30px;
	}
form fieldset ol.survey li ol {
	margin : 0;
	padding : 0;
	}
form select {
	margin-left : 113px;
	}
form p.select {
	margin : 0 !important;
	}
span.m {
	font-weight : bold;
	color : #91185c;
}
p.submit {
	margin : 1.6667em auto;
	text-align : center;
	}

#content div#warn_box {
	margin : 1.6667em 30px;
	background-color : #cda2b3;
	color : #91185c;
	border : 1px solid #91185c;
	padding : 0 15px;
	}
#content ul#warn_list {
	margin : 0;
	list-style : disc inside;
	}
#content ul#warn_list li {
	margin : 0;
	}
#content p.warn_msg {
	color : #91185c;
	margin-left : 0;
	}
#content blockquote {
	margin-left : 50px;
	}

#content div.alert {
	margin : 1.6667em 30px;
	background-color : #cda2b3;
	color : #91185c;
	border : 1px solid #91185c;
	padding : 0 15px 15px 15px;
	text-align : center;
	}
#content div.alert h5 {
	font-size : 2em;
	line-height : 1.6667em;
	margin-top : 0;
	}
#content div.outdated h5 {
	color : #cda2b3;
	}
#content div.outdated p {
	color : #999 !important;
	}
#content div h5 {
	margin-left : 0 !important;
	}
#content p.caption {
	font-size : 0.8333em;
	line-height : 1.8em;
	margin-bottom : 1.8em;
	}
#content p.caption span {
	margin-left : 15em;
	}
	


/* Ensemble logos */
/*----------------*/

h3.switch {
	width : 450px;
	height : 125px;
	overflow : hidden;
	position : relative;
	}
h3.switch span {
	width : 450px;
	height : 125px;
	z-index : 1;
	position : absolute;
	top : 0;
	left : 0;
	background-repeat : no-repeat;
	background-position : top left;
	}
h3#ab span {
	background-image : url(i/logos/ab.gif);
	}
h3#acp span {
	background-image : url(i/logos/acp.gif);
	}
h3#aco span {
	background-image : url(i/logos/aco.gif);
	}
h3#acs span {
	background-image : url(i/logos/acs.gif);
	}
h3#asq span {
	background-image : url(i/logos/asq.gif);
	}
h3#coriole span {
	background-image : url(i/logos/coriole.gif);
	}
h3#firm span {
	background-image : url(i/logos/firm.gif);
	}
h3#kegel span {
	background-image : url(i/logos/kegel.gif);
	}
h3#mv span {
	background-image : url(i/logos/mv.gif);
	}
h3#ngeringa span {
	background-image : url(i/logos/ngeringa.gif);
	}
h3#np span {
	background-image : url(i/logos/np.gif);
	}
h3#ra span {
	background-image : url(i/logos/ra.gif);
	}
h3#selby span {
	background-image : url(i/logos/selby.gif);
	}
h3#ss	{
	display : none;
	}
h3#ss span {
	background-image : url(i/logos/ss.gif);
	}
h3#zephyr span {
	background-image : url(i/logos/zephyr.gif);
	}
h3#zephyr {
	display : none;
	}
h3#stp span {
	background-image : url(i/logos/stp.gif);
	}
h3#seraphim span {
	background-image : url(i/logos/seraphim.gif);
	}
h3#benaud span {
	background-image : url(i/logos/benaud.gif);
	}
h3#eg span {
	background-image : url(i/logos/eg.gif);
	}
h3#elm span {
	background-image : url(i/logos/elm.gif);
	}
h3#tinalley span {
	background-image : url(i/logos/ta.gif);
	}
h3#afc span {
	background-image : url(i/logos/afc_header.gif);
	}
	
