/* pallette */
/*------------

purple : #812b8d
green : #c2c935
lt green : #dddf99
black : #000

-------------*/


html * {
	margin : 0;
	padding : 0;
	}
html {
	height : 100%;
	}
body {
	font-family : helvetica, "trebuchet MS", verdana, sans-serif;
	font-size : 75%; /*For internet explorer*/
	background : #fff url(background.gif) 0 240px repeat-y;
	min-height : 99%;
	width : 900px;
	border-bottom : 17px solid #c2c935;
	}
* html body {
	height : 99%;
	}
html>body {
	font-size : 12px;  /*For standards compliant browsers*/
	}
h1 {
	width : 900px;
	height : 239px;
	position : relative;
	overflow : hidden;
	}
h1 span {
	width : 900px;
	height : 239px;
	position : absolute;
	background : url(banner.gif) top left no-repeat;
	top : 0;
	left : 0;
	z-index : 1;
	}


/* Navigation */
/*------------*/

div#navigation {
	float : left;
	}

ul#nav {
	list-style : none;
	width : 307px;
	}
#nav li {
	margin-bottom : 8px;
	width : 299px;
	}
#nav li a {
	text-decoration : none;
	text-transform : uppercase;
	padding : 9px 38px;
	display : block;
	font-size : 1.5em;
	line-height : 1em;
	font-weight : bold;
	border-bottom : 7px solid #000;
	background-color : #812b8d;
	color : #fff;
	font-family : "arial black", sans-serif;
	}
#nav li a:hover, #nav li.current a {
	background-color : #c2c935;
	color : #812b8d;
	border-bottom-color : #dddf99;
	}	
#nav li.current a, #nav li.current a:hover {
	cursor : default;
	}

/* Content */
/*---------*/

#page {
	margin-left : 315px;
	width : 585px;
	color : #fff;
	background : #812b8d url(key.gif) 114px 0 no-repeat;
	padding-top : 50px;
	}
* html #page {
	margin-left : 312px !important;
	width : 582px !important;
	}
#content {
	padding : 0 0 50px 28px;
	width : 450px;
	line-height : 1.5em;
	}
#content p {
	margin-bottom : 1.5em;
	}
#content.ens p {
	margin-bottom : 0 !important;
	}
h2 {
	text-transform : uppercase;
	color : #c2c935;
	font-weight : bold;
	font-size : 2em;
	font-family : "arial black", sans-serif;
	line-height : 1em;
	margin-bottom : 0.5em;
}
h3 {
	color : #c2c935;
	font-weight : bold;
	font-size : 1.3333em;
	line-height : 1.2857em;
	margin-bottom : 1.2857em;
	}
h4 {
	color : #fff;
	font-weight : bold;
	font-size : 1.16667em;
	line-height : 1.125em;
	margin-bottom : 1.125em;
	border-bottom : 1px dotted #fff;
	}
h5 {
	font-size : 1.333em;
	line-height : 1.125em;
	margin-top : 1.125em;
	color : #812b8d;
	}
h6 {
	font-size : 1em;
	font-weight : bold;
	color : #812b8d;
	margin-top : 1.5em;
	}
#content a {
	color : #c2c935;
	text-decoration : underline;
	}
#content a:hover {
	color : #dddf99;
	text-decoration : none;
	}
ol {
	list-style-position : inside;
	margin-bottom : 1.5em;
	}
#content ul.players {
	font-weight : bold;
	color : #812b8dc;
	margin : 0 !important;
	}
#content ul.program {
	margin : 0 20px !important;
	}
#content ul {
	margin : 1.6667em 0;
	list-style : none;
	}
table.program {
	margin-left : 30px;
	margin-right : 15px;
	border : none;
	}
table.program td {
	padding-right : 15px;
	vertical-align : top;
	}
#content .booking a {
	margin-right : 1em;
	}

/* Forms */
/*-------*/

#content form {
  background-color : #913b9d;
  margin : 1.5em 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: none;
  padding: 5px;
  margin: 0;
}
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) */
}
span.m {
	font-weight : bold;
	color : #c2c935;
}
p.submit {
	margin : 1.6667em auto !important;
	text-align : center;
	}
form select {
	margin : 0 0 1.6667em 113px;
	}
form p.select {
	margin : 0;
	}
#content div#warn_box {
	margin : 1.6667em 30px;
	background-color : #fff;
	color : #812b8d;
	border : 1px solid #c2c935;
	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 : #c2c935;
	margin-left : 0;
	}
#content blockquote {
	margin-left : 50px;
	}


/* Diary */
/*-------*/

#content dl {
	margin-bottom : 1.5em;
	line-height :1.5em;
	}
#content dd {
	border-bottom-color : #000 !important;
	padding : 0.83335em 5px 0.83335em 8em;
	border : 1px solid #812b8d;
	}
#content dt {
	float : left;
	padding-top : 0.83335em;
	padding-left : 5px;
	}
#content dd a.diary {
	text-decoration : none;
	color : #fff;
	height : 3.3333em;
	display : block;
	}
#content dd:hover {
	border-color :#fff !important;
	}

/* Ensemble List */
/*---------------*/

#content.ens_list div {
	clear : right;
	padding-bottom : 0.75em;
	min-height : 160px;
	border-bottom : 1px solid #cda2b3;
	margin-bottom : 1.5em;
	}
* html #content.ens_list div {
	height : 160px;
	}
#content.ens_list img {
	float : left;
	padding : 2px;
	border : 1px solid #cda2b3;
	margin-right : 8px;
	}
#content.ens_list h4 {
	border-bottom : none;
	}
p.more {
	text-align : right;
	margin-top : 0.75em;
	}

/* Ensemble Pages */
/*----------------*/

#content.ens {
	background-color : #fff;
	width : 450px;
	border : 1px solid #812b8d;
	border-width : 0 1px;
	padding : 0 66px 1.5em 67px;
	color : #333;
	}
#content.ens a {
	color : #812b8d;
	}
#content.ens a:hover {
	color : #c2c935;
	}
div.logos {
	text-align : center;
	}
div.logos img {
	margin : 8px;
	}
#content.ens div.logos img {
	margin : 20px 8px;
	}
.blurb strong {
	font-weight : bold;
	text-transform : uppercase;
	}
div.booking {
	margin-top : 1.5em;
	border-top : 1px solid #812b8d;
	padding-top : 1.5em;
	}
div.booking strong {
	font-weight : bold;
	color : #812b8d;
	}
div.booking em {
	font-weight : bold;
	font-style : normal;
	}
#content p.details {
	font-weight : bold;
	margin-bottom : 0 !important;
	}





/* 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#acs span {
	background-image : url(i/logos/acs.gif);
	}
h3#asq span {
	background-image : url(i/logos/asq.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 span {
	background-image : url(i/logos/ss.gif);
	}
h3#ss	{
	display : none;
	}
h3#zephyr span {
	background-image : url(i/logos/zephyr.gif);
	}
h3#syntony span {
	background-image : url(i/logos/syntony.gif);
	}
h3#acp span {
	background-image : url(i/logos/acp.gif);
	}
h3#stp span {
	background-image : url(i/logos/stp.gif);
	}
h3#seraphim span {
	background-image : url(i/logos/seraphim.gif);
	}
h3#ozasia span {
	background-image : url(i/logos/ozasia.gif);
	}
h3#sosa span {
	background-image : url(i/logos/sosa.gif);
	}
h3#benaud span {
	background-image : url(i/logos/benaud.gif);
	}