body {
	background-image: url(../images/layout/veneer.jpg);
	background-color: #76250e;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


/*======HEADER======*/
#header {
	background-color: #5cc0b5;
	background-image: url(../images/layout/jambalaya.jpg);
	background-repeat: no-repeat;
	width: 865px;
	height: 234px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border-right: 9px solid #fef6da;
	border-bottom: 9px solid #fef6da;
	border-left: 9px solid #fef6da;
	/*LOWER ROUND CORNERS*/
	border-radius: 0px 0px 45px 45px;
	-moz-border-radius: 0px 0px 45px 45px;
	-webkit-border-radius: 0px 0px 45px 45px;
	/*SHADOW*/
	box-shadow: 0px 0px 20px 5px #000;
	-moz-box-shadow: 0px 0px 20px 5px #000;
	-webkit-box-shadow: 0px 0px 20px 5px #000;
}
#header h1 {
	background-image: url(../images/layout/jambalaya-festival.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width:865px;
	height: 279px;
	position: absolute;
	top:0px;
	text-indent: -9999px; /*IMAGE REPLACEMENT FIX*/
	z-index:5;
}
#header h2 {
	background-image: url(../images/layout/jambalaya-date.gif);
	background-repeat: no-repeat;
	width: 629px;
	height: 39px;
	position: absolute;
	top: 195px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px; /*IMAGE REPLACEMENT FIX*/	
}
#kowhai-wrapper {
	background-image: url(../images/layout/kowhai-wrapper.gif);
	background-repeat: no-repeat;
	width:865px;
	height: 279px;
	position:absolute;
	top: 0px;
	z-index:10;
}
#kowhai-wrapper a { /*MAKES ENTIRE HEADING INTO A HOME LINK*/
	width: 865px;
	height: 160px;
	position: absolute;
	top: 70px;
	text-indent: -9999px; /*IMAGE REPLACEMENT FIX*/	
	display: block;	
}
/*OLD FACEBOOK BUTTON*/
a:link.fb, a:visited.fb  {
	background-image: url(../images/layout/find_us_on_facebook.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 180px;
	border: 1px solid #2f7264;
	text-indent: -9999px; /*IMAGE REPLACEMENT FIX*/
	display: block;
	z-index:20;	
}
a:hover.fb, a:active.fb  {
	border-color: #274e93;
}

/*SOCIAL NETWORKING BUTTONS*/
#socialnetworking {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#socialnetworking a{
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 10px;
	border: none;
	text-indent: -9999px; /*IMAGE REPLACEMENT FIX*/
	display: block;
	z-index:20;	
}
#footer #socialnetworking a{
	top: 20px;
}
#socialnetworking a.email{
	width: 120px;
}
a:link.email, a:active.email  {
	background-image: url(../images/layout/email.png);
	right: 235px;
}
#footer a:link.email, #footer a:active.email  {
	right: 125px;
}
a:link.facebook, a:active.facebook  {
	background-image: url(../images/layout/facebook.png);
	right: 200px;
}
#footer a:link.facebook, #footer a:active.facebook  {
	right: 90px;
}
a:link.twitter, a:active.twitter  {
	background-image: url(../images/layout/twitter.png);
	right: 165px;
}
#footer a:link.twitter, #footer a:active.twitter  {
	right: 55px;
}
a:link.youtube, a:active.youtube  {
	background-image: url(../images/layout/youtube.png);
	right: 130px;
}
#footer a:link.youtube, #footer a:active.youtube  {
	right: 20px;
}
#socialnetworking a:hover, #socialnetworking a:active  {
	background-position: 0px -32px;
}


/*======CONTAINER======*/
#container {
	background-color: #5cc0b5;
	background-image: url(../images/layout/dots-bg.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
	width: 865px;
	position: relative;
	margin: 30px auto 0px auto;
	border-right: 9px solid #fef6da;
	border-top: 9px solid #fef6da;
	border-left: 9px solid #fef6da;
	/*UPPER ROUND CORNERS*/
	border-radius: 45px 45px 0px 0px;
	-moz-border-radius: 45px 45px 0px 0px; 
	-webkit-border-radius: 45px 45px 0px 0px;
	/*SHADOW*/
	box-shadow: 0px 0px 20px 5px #000;
	-moz-box-shadow: 0px 0px 20px 5px #000;
	-webkit-box-shadow: 0px 0px 20px 5px #000;	
}


/*======CONTENT======*/
#content {
	background-image: url(../images/layout/landscape.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:490px;
	padding-bottom: 120px;
}


/*======MAIN======*/
#main {
	background-color: #fef6da;
	background-image: url(../images/layout/paper.jpg);
	width: 550px;
	margin-left: 250px;
	padding: 5px 0px 20px 0px;
	border-right: 1px solid #2f7264;
	border-bottom: 1px solid #2f7264;
	border-left: 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 h2 sup {
	font-size: 17px;
}
#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;
}
#main blockquote {
	margin: 5px 20px 0px;
	padding: 0px;
	display: block;
	color: #2F7264;
	border-left: 1px dotted #2F7264;
}
#main cite {
	text-align: right;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-style: italic;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: -8px;
	border-right: 12px solid #2F7264;
	border-left: 1px dotted #2F7264;
	padding-right: 5px;
}
/*LINKS IN MAIN SECTION*/
#main p a:link, #main p a:visited, #main li a:link, #main li a:visited, #main h4 a:link, #main h4 a:visited, #main h3 a:link, #main h3 a:visited {
	color: #5CC0B5;
	text-decoration: none;
	font-weight: bold;
}
#main p a:hover, #main p a:active, #main li a:hover, #main li a:active, #main h4 a:hover, #main h4 a:active, #main h3 a:hover, #main h3 a:active {
	color: #A2130E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F49A21;
}
#main table {
	margin-right: 20px;
	margin-left: 20px;
}
#main table.tv {
	padding: 6px;
	border-collapse:collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #3D9C8D;
	border-left-color: #3D9C8D;
	
}
table.tv tr.bottombord {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3D9C8D;
}
table.tv td, table.tv th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3D9C8D;
}




/*======FOOTER======*/
#footer {
	background-color: #FEF6DA;
	background-image: url(../images/layout/paper.jpg);
	width: 865px;
	position:relative;
	font-size: 15px;
	margin-right: auto;
	margin-left: auto;
	border-right: 9px solid #fef6da;
	border-left: 9px solid #fef6da;
	z-index:100;
	padding-top:6px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #2F7264;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}


/*======FLOATING KOWHAI EDGE IMAGES======*/
#kowhai-lower {
	background-image: url(../images/layout/kowhai-lower.gif);
	background-repeat: no-repeat;
	width: 143px;
	height: 228px;
	position: absolute;
	top: 170px;
	left: -22px;
}
#kowhai-left {
	background-image: url(../images/layout/kowhai-left.gif);
	background-repeat: no-repeat;
	width: 142px;
	height: 306px;
	position: absolute;
	top: 71px;
	left: -151px;
}
#kowhai-right {
	background-image: url(../images/layout/kowhai-right.gif);
	background-repeat: no-repeat;
	width: 196px;
	height: 632px;
	position: absolute;
	top: -190px;
	right: -168px;
}

/*-------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;
}



/*-------REGISTER FORM-------*/
.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 {
	left: 180px;
	width: 250px;
	position: absolute;
}
#regform select {
	margin-top:20px;
	/*left: 180px;
	width: 300px;
	position: absolute;*/
}
#regform #postcode {
	width: 50px;
}
div.additional_people {
	margin-left:20px;	
}
div.additional_people input {
	width:180px;	
}
div.additional_people select {
	/*width: 300px;*/
}
div.additional_person {
	margin-bottom: 20px;
}
#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 a:hover, .picturelist a:active, .immersionlist a:hover, .immersionlist a:active {
	text-decoration:none;
}
.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 30px 15px;
	padding: 0px;
	text-align: center;
	float: left;
}

/*======PHOTO TABLE======*/
.phototable {
	margin-left:20px;	
}
.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 {
	position: relative;
	text-align: right;
	top: -55px;
	float: right;
}
table.schedule {
	width: 950px;
	border-collapse:collapse;
	margin-left: 20px;
	padding: 0px;
	font-size:12px;
}
.schedule td {
	padding: 2px;
	vertical-align: top;
}
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;
	text-align: center;
}
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;
	width: 37px;
}
th.venue, th.venuelt {
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 7px;
	vertical-align: bottom;
	padding-bottom: 5px;
	font-weight:normal;
	text-align:center;
	padding-right: 0px;
	width: 83px;
}
th.venue strong, th.venuelt strong{
	color:#FFFFFF;
}
th.venue {
	background-color: #98150C;
}
th.venuelt {
	background-color: #AF4037;
}
td.sch_odd, th.sch_odd {
	background-color: #d7d7d7;
}
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{
	position:absolute;
	color: #AC0700;
	text-align: center;
	padding: 5px;
	border: 1px dotted #000;
	/*opacity: .8; for all other browsers*/
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; for IE8*/
	/*filter: alpha(opacity=80); for IE5-7*/
	background-color: #FFF;
	
}
/*======FACEBOOK BOX======*/
div.fb-like-box {
	float:right;
	margin: 10px;
	background-color:#FFF;
}


/*======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;
}
.lookatme {
	background-color: #F9DC44;
}
#main .smaller {
	font-size: 13px;
	line-height: 16px;
}
.captioned-image-right {
	background-color:#FFF;	
	width:200px;
	float:right;
	font-size:12px;
	text-align:center;
	padding:10px;
	margin:10px;
	border: 1px solid #2f7264;
}
.captioned-image-left {
	background-color:#FFF;
	width:228px;
	float:left;
	font-size:12px;
	text-align:center;
	padding:10px;
	margin:10px 0px 10px 17px;
	border: 1px solid #2f7264;
}
.captioned-image-left a:link, .captioned-image-left a:visited {
	color: #5CC0B5;
	text-decoration: none;
	font-weight: bold;
	display:block;
}
.captioned-image-left a:hover, .captioned-image-left a:active {
	color: #A2130E;
}



/*======NAVIGATION======*/
#nav {
	background-color: #FEF6DA;
	background-image: url(../images/layout/paper.jpg);
	width: 170px;
	position: absolute;
	top: 0px;
	margin-left: 55px;
	padding-bottom: 25px;
	border-right: 1px solid #2f7264;
	border-bottom: 1px solid #2f7264;
	border-left: 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;
}
#nav ul {
	list-style-type: none;
	width: 170px;
	margin: 0px;
	padding: 10px 0px 0px;
	border-bottom: 1px solid #5CC0B5;
}
#nav li {
	font-size: 15px;
	height: 34px;
	line-height: 34px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #5CC0B5;
	z-index:20px;
	text-align: center;
	color: #2F7264;
}
#nav li a:link, #nav li a:visited {
	color: #2F7264;
	text-decoration: none;	
	display:block;
	padding: 0px;
}
#nav li a:hover, #nav li a:active {
	color: #FEF6DA;
	background-color: #5cc0b5;
	background-repeat: no-repeat;
}
/*IMAGES FOR 3 VARIATIONS OF BUTTON*/
#nav li a:hover.button-1, #nav li a:active.button-1 {
	background-image: url(../images/layout/button-1.gif);	
}
#nav li a:hover.button-2, #nav li a:active.button-2 {
	background-image: url(../images/layout/button-2.gif);	
}
#nav li a:hover.button-3, #nav li a:active.button-3 {
	background-image: url(../images/layout/button-3.gif);	
}

#nav a.trigger {
	background-image: url(../images/layout/button-arrow.gif);
}


#nav ul ul {
	display: none;
	position:relative;
	left:147px;
	top:-40px;
}
#nav ul ul li{
	height:31px;
}

#nav ul ul a {
	background: #fffbb7;
	text-align:left;
	text-indent:15px;
}
#nav ul li:hover > ul {
	display: block;
}



/*======FOOTER NAVIGATION======*/
#footer p {
	padding-bottom:20px;
	padding-left:20px;
}
#footer ul {
	list-style-type:none;
	margin:0px;
	padding:10px 0px 20px 20px;
}
#footer li {
	float:left;
	margin-right:20px;
	font-weight:bold;
}
#footer li ul {
	padding-top:0px;
	padding-left:0px;
}
#footer li ul li{
	float:none;
	font-weight:normal;
	font-size:14px;
}
#footer a:hover.trigger {
	text-decoration:none;
	cursor:default;
}
