/* Text ************************************************/

body {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 2em;
}

h1,h2,h3 {
	font-weight: bold;
}

h1,h2,h3,li {
	margin-bottom: 3px;
}

p {
	margin-bottom: 13px
}

p,input,select,textarea,span,label {
	font-size: 1.3em;
	line-height: 1.4em;
}

a {
	color: #FFDE00;
	text-decoration: none;
}

input[type='text'], textarea {
	color: #fff;
	height: 1.3em;
	border: 1px #fff solid;
	background: none;
}

a:hover {
	color: ##FFDE00;
}

em, strong {
	font-weight: bold;
}

/* only set the li font size in the editable text areas*/
#main li {
	font-size: 1.3em;
	margin-bottom: 0.7em;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 2em;
}

#main ul {
	margin-bottom: 13px
}

/* Layout ************************************************/

html { 
	width: 100%;
	min-width: 100%;
	height: 100%; 
	min-height:100%;
}

body { 

	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height:100%;
	background-image: url(/assets/site/images/fence_tile.jpg);
}


#outerWrap {
	display: block;
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto 0;
}	

#barWrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 962px;
	z-index: 1;
}

#topBar {
	width: 100%;
	height:  89px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}

#topBar img {
	
	width: 100%;
	height: 100%;
}

.verticalBar {
	position: absolute;
	top: 0;
	width: 31px;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

.verticalBar img {
	width: 100%;
}

#leftBar {
	left: 0;
}

#bgWrap {
	position: absolute;
	left: 31px;
	top: 0;
	width: 900px;
	height: 100%;
	z-index: 0;
	background: #7ab7d0 url(/assets/site/images/main_illustration_bg.jpg) repeat;
}

#illustration {
	bottom: 0px;
	width: 900px;
	height: 453px;
	position: absolute;
}

#illustration img {
	width: 100%;
}

#rightBar {
	right: 0;
	background: url(/assets/site/images/wooden_bar_right.jpg) repeat-y;
}

#contentWrap {
	position: absolute;
	top: 31px;
	left: 31px;
	width: 900px;
	height: 80%;
	z-index: 2;
}

#scrollWrap {
	position: relative;
	left: 50%;
	width: 460px;
	max-height: 50%;
	margin: 0 -250px 0px;
	padding: 0 20px 0 0;
	overflow: auto;
}

div.scrollSurround {
	position: relative;
	left: 50%;
	width: 480px;
	height: 17px;
	margin-left: -250px;
	border: none;
}

div.scrollSurround.top {
	margin-top: 30px;
}

#leftLine {
	position: absolute;
	left: 0;
	top: 52px;
	width: 150px;
	height: 100px;
}

#leftLine div.aboveLine {
	border-bottom: #FFF 1px solid;
	height: 34px;
	padding-top: 9px;
}

#date {	margin: 0 0 0 24px; }
#holmbush {	margin: 3px 0 0 60px; }
#ar { position: absolute; right: 0; top: 56px; }
#prsf { position: absolute; right: 0; top: 93px; }

#rightLine {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 710px;
	top: 50px;
	width: 190px;
	height: 100px;
}

#rightLine div.aboveLine {
	height: 40px;
}

#rightLine hr {
	border: none;
	height: 1px;
	background-color: #FFF; /* for others */
	color: #FFF; /* for IE */
	margin-left: 11px;
}

#logo { position: relative;
left: -2px;}

/* Nav ************************************************/

#nav {
	margin: 10px 0 0 10px;
	font-size: 2em;
	font-weight: bold;
}

#nav .sIFR-replaced {
	line-height: 0em;
}

#nav li {
	color: #FFDE00;
	margin-bottom: 0 !important;
}

#nav a {
	color: #FFF
}

#nav a:hover {
	color: #FFB300
}

#nav.flash-replaced .alt {
    display: none;
}

/* gallery ************************************************/

.subNav {
	margin-bottom: 10px;
	display: block;
	height: 18px;
}

.subNav li {
	float: left;
	margin: 0 5px 0 0;
	font-size: 18px;
}

.subNav li.current {
	color: #fff
}

.subNav li a {
	color: #FFDE00
}

.subNav li a:hover {
	color: #FFB300
}

#galleryText {
	clear: both;
}


.gallery {
	clear: both;
}

.gallery a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	background-color: #FFDE00;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.gallery a img {
	visibility: hidden;
}

.gallery a.over {
	background: none;
}

.gallery a.newLine {
	clear: both;
}

.gallery a.over img {
	visibility: visible;
}

/* tickets ************************************************/

.tickets #id_quantity {
	width: 28px;
	border: none;
	border-bottom: 1px solid #fff;
}

.tickets input[type='submit']{
}

/* contact ************************************************/

form.contact li {
	clear: both;
}

form.contact label {
	width: 20%;
	margin: 0;
	padding: 0;
	display: inline-block;
}

form.contact input[type='text'], textarea {
	width: 60%;
}

form.contact #id_message {
	height: 12em;
}

form.contact #id_submit {
	margin-left: 21%;
	width: 120px;
	background: none;
	border: 1px solid white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFDE00;
}

form.contact #id_submit:hover {
	color: #FFB300;
}

form ul.errorlist {
	padding-left: 1%;
	float: right;
	width: 13%;
	color: #F00;
	font-size: 1.1em;
	font-weight: bold;
	list-style-type: disc;
}
