/* @override http://www.meanfiddler.com.au/full-moon.css */

/*
Colours in use:

#0B5E7C
Dark. Page background, nav hover, front page pull text

#0F7896
Darker. Navigation background

#4C9AB2
Navigation selected background

#18768A
Headings

#F1FAFF 
Really light backgrond colour used for sidebar

*/

body {
background: #f4ac28 url(images/page-background-full.jpg) no-repeat top center;
color:#727476;
}


#header {
	position: relative;
	width:900px;
	margin:0 auto;


}

#header #subscribe-to-newsletter {
	background: url('../images/subscribe-button.png') no-repeat;
	width: 267px;
	height: 41px;
	position: absolute;
	right: -5px;
	top:-15px;
	text-shadow: 1px 1px 0 #FFF;
	color: #727476;
	font: bold 15px Helvetica, serif;
	text-decoration: none;
	text-align: center;
	line-height: 41px;
	text-indent: 0;
	display: block;	
	cursor: pointer;
	
}

*+html #header #subscribe-to-newsletter {top:0}


#header #subscribe-to-newsletter:hover {
	color: #5DB2CD;
}



/* Find Us Container */
.find-us {
	clear:both;
	margin:10px 15px;
	font-size:140%;
    line-height:130%;
}

.find-us strong {
	text-shadow: 1px 1px 3px #FFF;
	color:#5C5C5C;
	font: 15px;
	vertical-align: bottom;
}

.find-us a {
	display: inline-block;
	width: 33px;
	height: 32px;
	background: url('../images/social.png') no-repeat;
	text-indent: -999em;
	outline: none;
}
.find-us a.twitter {
	background-position: 0 -32px;
}


/* Form Container */



#header .subscribe {
	display: none;
}
#header form {
	margin: 0
}
#header .quicksignupform {
	position: absolute;
	right: 0px;
	top: 0;
	margin: 0;
	background: none;
	width: auto;
}
#header .quicksignupform p {
	margin: 0 0 5px;
}
#header .quicksignupform p.error {
	padding: 2px;
}

#header .quicksignupform label, 
#header .quicksignupform input {
	float: none;
	clear: none;
	display: inline;
	width: auto;
}

#header .quicksignupform .required input {
	border: 1px solid #ccc;
	padding: 3px 2px;
	margin-top: 1px;
}

#header .quicksignupform .error label {
	color: #FFF;
}
#header .quicksignupform .error input {
	border-color: #FFF;
}

#header .quicksignupform label,
#header .done p {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

#header .quicksignupform label span {
	line-height: 1
	text-align: left;
	font-size: 80%;
}

#header .done {
	top: -15px;
}

/*//////////////////////////////////////////////////////////////
	Navigation Colours
/////////////////////////////////////////////////////////////*/

#mainnav {
overflow: hidden;
width:100%;
	background: url(images/nav-background.png) repeat-x;
	float: left;
}

#nav ul li a,#nav ul li a:link,#nav ul li a:visited,#nav ul li {
color:white;
overflow: hidden;
}

#subnavcontainer ul li a,#subnavcontainer ul li a:link,#subnavcontainer ul li a:visited {
background:#86665C;
background:#5C453E;
background:#F37F18;
}

#nav ul li a.current {
background: url(images/nav-background-current.png) repeat-x;
cursor:default;
}

#nav ul li a.activeparent,#nav ul li a:link.activeparent, #nav ul li a:visited.activeparent {
background: #F37F18; !important
}

#nav ul#subnav  li a.current {
background:#CD471E;
}

#nav ul li a:hover,#subnavcontainer ul li a:hover {
background: #8B1211;
background: #CD471E;
background: url(images/nav-background-hover.png) repeat-x;

}

#subnavcontainer {
background: #35221C;
background:#F37F18;

}
/*//////////////////////////////////////////////////////////////
	Link Colours
/////////////////////////////////////////////////////////////*/

#contentarea a,#contentarea a:link,#contentarea a:visited {
color: #35211B;
}

#contentarea a:hover {
color: #F87D00;
}

/*//////////////////////////////////////////////////////////////
	Home Colours
/////////////////////////////////////////////////////////////*/

#introtext {
	float:left; 
	width:560px;
}

#introtext p {
	color:#A71523;
	color: #5c5c5c;
}

#introtext h2 {
	text-transform: none;
	color: #b80000;
}



/*//////////////////////////////////////////////////////////////
	Element Colours
/////////////////////////////////////////////////////////////*/

h2,h3,h4,h5 {
color:#F37F18;
color: #990000;
}

/*//////////////////////////////////////////////////////////////
	Footers
/////////////////////////////////////////////////////////////*/
#footer a,#footer a:link,#footer a:visited, #footer {
color:white;
}

#footer {
	background: #e09c21;
}

/*//////////////////////////////////////////////////////////////
//	Banners
/////////////////////////////////////////////////////////////*/
#banners
{
	width: 900px; 
	height: 400px; 
	z-index:5;
	overflow:hidden;
	position: relative;	
}

#banners div.imageElement img {
	position: absolute;
	top: 0;
	left: 0;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;

}

/*//////////////////////////////////////////////////////////////
//	Calendar
/////////////////////////////////////////////////////////////*/

table.calendar li a,table li a:link,table li a:visited{
background-color: #f9f2f0;
}

#contentarea table.calendar li a:hover {
color:#F1FAFF;
background: #f37f18;

}

/*//////////////////////////////////////////////////////////////
	Event Header Colours
/////////////////////////////////////////////////////////////*/
/*
Yellow: 	#F5BB1C
Blue:		#0093D2
Green:		#74A231
Navy:		#0E1440
Red:		#CB0B20
Purple:		#74053F

Brown:		#A9680D
Pink: 
*/



#homenews #accordion div.yellow h3 {background-color:#E29124;}
#homenews #accordion div.blue 	h3 {background-color:#0093D2;}
#homenews #accordion div.green 	h3 {background-color:#74A231;}
#homenews #accordion div.navy 	h3 {background-color:#0E1440;}
#homenews #accordion div.red 	h3 {background-color:#A22A2F;}
#homenews #accordion div.purple h3 {background-color:#74053F;}

#homenews #accordion div.brown 	h3 {background-color:#43312A;}
#homenews #accordion div.pink	h3 {background-color:#E30B79;}

#homenews #accordion div.lightblue h3 {background-color:#399DB7;}
#homenews #accordion div.darkbrown h3 {background-color:#582F2B;}
#homenews #accordion div.orange    h3 {background-color:#F36F21;}

/*//////////////////////////////////////////////////////////////
//	Others
/////////////////////////////////////////////////////////////*/

#map {
border: 1px inset #0B5E7C;
}

.need {
color:red;
font-weight: bold;
}

/*//////////////////////////////////////////////////////////////
//	Header
/////////////////////////////////////////////////////////////*/

h1 a {
	display: block;
	text-indent: -1000px;
	background: url(images/mean-fiddler-top-banner.png) no-repeat;
	width: 899px;
	height: 106px;
}

#homepage-award {
	font-size: 150%;
}

#homepage-award strong {
	color: #ac271c;
}


/*//////////////////////////////////////////////////////////////
//	Whats On Header
/////////////////////////////////////////////////////////////*/

	#whats-on-header {overflow:hidden;}
	
	#whats-on-header #carousel {
	
		position:relative;
	
	}
	
	#whats-on-header a {

	}
	
	#whats-on-header img {
		
		display:block;
		width:100px;
		height:100px;
	
	}
	



/*//////////////////////////////////////////////////////////////
//	Social Photos
/////////////////////////////////////////////////////////////*/

#social-photos {
	clear: both;
	overflow: hidden;
}

#social-photos .social-photo {
	float: left;
	text-align: center;
	padding: 0px;
	border: 1px solid #efefef;
	margin: 0 10px 5px 0;
}

/*//////////////////////////////////////////////////////////////
//	video
/////////////////////////////////////////////////////////////*/

#home-video-container object {
	width: 300px;
	height: 230px;
	margin-top: -15px;
}

#home-video-container {
	float:right;
	width: 300px;
}

#home-video-container a {
	display:none;
}







/*//////////////////////////////////////////////////////////////
//	carousel
/////////////////////////////////////////////////////////////*/


#whats-on-header {

position:relative;

}


/* example_3 css */
#example_3 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 780px; /* important */
	height: 130px; /* important */
	margin: 0 auto;
}

#example_3_frame {
position:absolute;
width:920px; 
height:100px;
left:0;
top:0;
zoom:1;

}

* html #example_3_frame {

	left:-60px;

}




#example_3_previous {float: left;}
#example_3_next {float: right;}
#example_3_content {
	position: absolute;
	top: 0;
	margin:0 10px 0 7px;
	
}
	#example_3_content {
		width: 10000px;
	}
	#example_3 ul li {
		list-style: none !important;
		display: block;
		float: left;
		margin:0;
		margin-right: 15px;
		position:relative;
		z-index: 10;
	}

#example_3 ul li img {
	display: block;
	width:115px;
	height:115px;
}


.carousel-button {
	
	background:#fff;
	position:absolute;
	width:50px;
	height:50px;
	margin-top: 30px;
	text-indent: -9999em;
	cursor:pointer;

}


#example_3_previous {
	background:url(images/arrow-left.png) no-repeat;
	left:10px;
}

#example_3_next {
	background:url(images/arrow-right.png) no-repeat;
	right:20px;
}


			