body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


/*======HEADER======*/
#header {
	background-color: #5cc0b5;
	width: 865px;
	height: 200px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border-right: 9px solid #2F7264;
	border-bottom: 9px solid #2F7264;
	border-left: 9px solid #2F7264;
	/*LOWER ROUND CORNERS*/
	border-radius: 0px 0px 45px 45px;
	-moz-border-radius: 0px 0px 45px 45px;
	-webkit-border-radius: 0px 0px 45px 45px;
}
#header h1 {
	margin: 45px 0px 0px 50px;
	padding: 0px;
	width:750px;
	height: 166px;
	position: absolute;
	top:0px;
	z-index:5;
	text-transform: capitalize;
	font-size: 50px;
	text-align: center;
}
#header h2 {
	width: 750px;
	height: 39px;
	position: absolute;
	top: 161px;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	text-transform: capitalize;
	text-align: center;
	color: #307164;
	font-size: 24px;
}
#kowhai-wrapper {
	display:none;
}
/*FACEBOOK BUTTON*/
a:link.fb, a:visited.fb  {
	width: 150px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 180px;
	display: block;
	z-index:20;	
}


/*======CONTAINER======*/
#container {
	width: 865px;
	position: relative;
	margin: 30px auto 0px auto;
	border-right: 9px solid #307164;
	border-top: 9px solid #307164;
	border-left: 9px solid #307164;
	/*UPPER ROUND CORNERS*/
	border-radius: 45px 45px 0px 0px;
	-moz-border-radius: 45px 45px 0px 0px;
	-webkit-border-radius: 45px 45px 0px 0px;
}


/*======CONTENT======*/
#content {
	padding-bottom: 50px;
}


/*======MAIN======*/
#main {
	background-color: #fff;
	width: 750px;
	margin-left: 50px;
	padding: 5px 0px 20px 0px;
	
	border-bottom: 1px solid #2f7264;
	/*LOWER ROUND CORNERS*/
	border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
}
#main h2 {
	font-family: "ITC Avant Garde Gothic", "Avant Garde", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#2F7264;
	text-transform: uppercase;
	margin: 10px 15px 20px 15px;
	padding: 5px 5px;
	border-bottom: solid 1px #2F7264;
}
#main h3 {
	font-size: 20px;
	line-height: 26px;
	color:#2F7264;
	margin: 8px 20px;
}
#main h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight:normal;
	color:#2F7264;
	margin: 8px 20px;
}
#main p {
	font-size: 15px;
	line-height: 23px;
	margin: 8px 20px;
}
#main ul, #main ol.numlist {
	font-size: 15px;
	line-height: 23px;
	margin: 8px 20px;
	padding-left: 20px;
}
#main hr {
	clear:both;
}
/*LINKS IN MAIN SECTION*/
#main a:link, #main a:visited {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}


/*======NAVIGATION======*/
#nav {
	display:none;
}

/*======FOOTER======*/
#footer {
	background-color: #FEF6DA;
	width: 865px;
	height: 40px;
	position:relative;
	font-size: 13px;
	text-align: center;
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
	border-right: 9px solid #2f7264;
	border-left: 9px solid #2f7264;
	z-index:100;	
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #2F7264;
}


/*======FLOATING KOWHAI EDGE IMAGES======*/
#kowhai-lower {
	display:none;
}
#kowhai-left {
	display:none;
}
#kowhai-right {
	display:none;
}

/*-------SUBS FORM-------*/
#subsform {
	width: 500px;
	margin: 0px auto;
	position:relative;
}
#subsform label {
	display: block;
	float: left;
	width: 200px;
	padding: 0px 5px 0px 0px;
	margin: 5px 0px;
	text-align: right;
}
#subsform p {
	margin: 0px;
	clear:left;
}
#subsform .required {
	font-weight: bold;
	color: #98150c;
}
#subsform input {
	border: 1px solid #000;
	height: 20px;
	margin: 5px 0px;
	padding: 0px;
	height:20px;	
}
#subsform img {
	margin: 5px 0px;
	vertical-align: middle;
}
#subsform input#submit {
	height: 30px;
	width: 70px;
	margin-left:205px;
}
#subsform select {
	border: 1px solid #000;
	margin: 5px 0px;
	height:20px;
}

/*-------SLIDESHOW-------*/
#slideshow {
	width:500px; 
	margin:-10px auto 0px auto;
}



.error_notice {
  color: #CC0000;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #98150C;
  padding: 5px;
  padding-left: 15px;
  width: 80%;
  background-color: #bdf5ed;
}
#regform {
	width: 500px;

}
#regform p {
	position: relative;
	height: 20px;
}
#regform strong {
	width: 170px;
	line-height: 20px;
	text-align: right;
	position: absolute;
}
#regform input, #regform select {
	left: 180px;
	width: 250px;
	position: absolute;
}
#regform #postcode {
	width: 50px;
}
#detailsform {
	width: 500px;
	line-height: 20px;

}
#detailsform p {
	position: relative;
	/*height: 20px; MUCKS UP LISTS OF TICKETS*/
}
#detailsform strong {
	/*position: absolute; MUCKS UP LISTS OF TICKETS*/
	left: 100px;
	width: 300px;
}

/*======ARTISTS, TEACHERS, IMMERSION PICTURE NAVIGATION======*/
ol.picturelist {
	text-align: center;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}
.picturelist li {
	width: 160px;
	font-size: 11px;
	margin: 0px 5px;
	padding: 0px;
	text-align: center;
	float: left;
	height: 170px;
}
.picturelist .sol_startlist {
	background-image: url(../images/logos/sol_stage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 160px;
}
.picturelist .sol_startlist p {
	padding-top: 110px;
}
.picturelist .george_startlist {
	margin-top: 0px;
	background-image: url(../images/logos/george_stage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 160px;
	clear: left;
}
.picturelist .george_startlist p {
	padding-top: 40px;
}
.picturelist a:link img, .picturelist a:visited img, .immersionlist a:link img, .immersionlist a:visited img {
	border: 1px solid #5CC0B5;
	margin-bottom: 4px;
}
.picturelist li a:link, .picturelist li a:visited, .immersionlist li a:link, .immersionlist li a:visited {
	font-size: 13px;
}
ol.immersionlist, ol.sponsorslist {
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
.immersionlist li {
	width: 260px;
	font-size: 11px;
	margin: 0px 5px;
	padding: 0px;
	text-align: center;
	float: left;
	height: 130px;
}
.sponsorslist li {
	width: 250px;
	font-size: 11px;
	margin: 0px 5px;
	padding: 0px;
	text-align: center;
	float: left;
}

/*======PHOTO TABLE======*/
.phototable a:link img, .phototable a:visited img {
	border: 1px solid #5CC0B5;
	margin-bottom: 0px;
}
.phototable a:hover img, .phototable a:active img{
	border-color: #A2130E;
}

/*======SCHEDULE PAGE======*/
#breadcrumbs {
	display:none;
}
table.schedule {
	width: 100%;
	border-collapse:collapse;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size:13px;
}
.schedule td {
	padding: 2px;
	vertical-align: top;
}
.schedule a:link, .schedule a:visited {
	color:#666;
}
td.sch_dance, td.sch_music, td.sch_bands, td.sch_party, td.sch_show, td.sch_other, td.sch_misc {
	border: solid 1px #000;
}
td.sch_dance {
	background-color: #09C;
	/*color: #FFFFFF;*/
}
td.sch_music {
	background-color: #0FF;
}
td.sch_bands {
	background-color: #FF0;
}
td.sch_party {
	background-color: #009900;
	/*color: #FFFFFF;*/
}
td.sch_show {
	background-color: #E37004;
}
td.sch_other {
	background-color: #FFF;
}
td.sch_misc {
	background-color: #E75C58;
}

.schedule th{
	text-align:right;
	padding-right: 2px;
	vertical-align: top;
}
th.venue, th.venuelt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 7px;
	vertical-align: bottom;
	padding-bottom: 5px;
	text-align:center;
	padding-right: 0px;
}
th.venue {
	background-color: #999999;
}
th.venuelt {
	background-color: #CCCCCC;
}
td.sch_odd, th.sch_odd {
	background-color: #dddddd;
}
td.sch_even, th.sch_even {
	
}
table.key {
	font-size:13px;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 750px;
	position: relative;
	left: 50px;
}
.key td {
	width: 15px;
}
.keytext {
	padding-right: 20px;
}
.floating_comment{
	display:none;
	
}

/*======CLASS STYLES======*/
.clear {
	clear:both;
}
.rightimgfloat {
	float: right;
	border: 1px solid #2f7264;
	margin-left: 10px;
	margin-bottom: 10px;
}
.leftimgfloat {
	float: left;
	border: 1px solid #2f7264;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgborder {
	border: 1px solid #2f7264;
}
