@charset "utf-8";
/*
    Document   : style
    Created on : 26-Sep-2011
    Author     : Dominic Barnard
    Description:
		Global stylesheet for South Woodham Ferrers Spectacular
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol,ul {list-style: none;}blockquote,q {quotes: none;}blockquote:before,blockquote:after,q:before,q:after {content: '';content: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}address {font-style: normal;}
/* HTML5 tags */
header, section, footer, aside, nav, article, figure { display: block; }

html, body {
	height: 100%;
	font: 12px Arial, Verdana;
	color: #FFFFFF;
	background: #000000;
}
a {
	text-decoration: none;
	color: #f0c415;
	
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 19px;
}
p + p {
	margin-top: 0.9em;
}
h1, h2, h3 {
	font-weight: bold;
	color: #f0c415;
	margin: 0 0 10px;
}
h1:first-child, h2:first-child, h3:first-child { margin-top: 0px; }
h1 { font-size: 22px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
small { font-size: 90%; }

table { width: 100%; }
table td { padding: 5px; }
table tr:first-child { font-weight: bold; }

header {
	width: 960px; height: 145px;
	margin: 0 auto;
	position: relative;
	border-bottom: 2px solid #000000;
}

#logo {
	width: 362px; height: 149px;
	float: left;
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	background: transparent url(../images/swf-spectacular-logo-2014.png) no-repeat scroll 0 0;
}
	#logo:hover {
		background: transparent url(../images/swf-spectacular-logo-2014.png) no-repeat scroll 0 -149px;
	}

nav {
	width: auto;
	float: left;
}

nav ul {
	position: absolute;
	right: 0;
	top: 65px;
	display: block;
	border-bottom: 4px solid #0f0f0f;
	height: 30px;
}

nav ul li {
	display: inline;
	margin-left: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
nav ul li:first-child { margin-left: 0; }

nav ul li a {
	min-width: 70px; height: 30px;
	display: inline-block;
	padding: 0 2px;
}

nav ul li a:hover, nav ul li a.active {
	border-bottom: 4px solid #f0c415;
	text-decoration: none;
}

nav ul li a.active {
	background: transparent url(../images/nav-arrow.png) no-repeat scroll bottom center;	
}

#middle-container {
	width: 960px; height: 215px;
	position: relative;
	margin: 0 auto;
	background: transparent url(../images/middle-banner.png) no-repeat scroll 0 0;
}

#tickets {
	width: 550px; min-height: 167px;
	position: absolute;
	top: 13px;
	right: 15px;
	padding: 10px;
	background: transparent url(../images/trans-bg.png) repeat scroll 0 0;
	display: none;
}

.ticket-prices {
	float: left;
	display: inline;
}

#content-container {
	width: 930px;
	margin: 0 auto;
	padding: 15px 15px;
	overflow: hidden;
	background: transparent url(../images/content-bg.jpg) repeat-y scroll 0 0;
	border-top: 2px solid #000;
}

#content-container ul li {
	margin: 10px 0 10px 15px;
	padding-left: 15px;
	height: 18px;
	line-height: 14px;
	background: transparent url(../images/bullet.jpg) no-repeat scroll 0 5px;
}

#main-content {
	width: 600px;
	padding: 0 5px;
	float: left;
}

#photos {
	width: 290px;
	padding: 10px 8px 5px 8px;
	float: right;
	background: #070707;
	border: 1px solid #000000;
	margin: 0 auto;
}

footer {
	width: 960px; min-height: 100px;
	clear: both;
	margin: 0 auto;
	text-align: right;
	padding-top: 10px;
	background: url(../images/footer-bg.jpg) no-repeat scroll 0 0;
}

footer p { padding-top: 18px; }

.rotary-club {
	width: 77px; height: 78px;
	float: right;
	margin-left: 10px;
}
/**
 * Generic Ah!CMS styles
 */
ul.gallery-container {
	 margin: 0 auto !important;
	 list-style: none !important;
	 padding: 10px 0;
}
ul.gallery-container li {
	background: none!important;
	margin: 0!important;
	padding-left: 0!important;
	height: 85px!important;
	width: 85px!important;
	line-height: 0!important;
	float: left;
	margin: 0 11px 11px 0!important;
	overflow: hidden;
}

/**
 * Form Styles
 */
#content-container form label {
	font-weight: bold;
	width: 100%;
	display: block;
	margin: 8px 0;
}
#content-container form input[type=text] {
	width: 200px;
}
#content-container form textarea {
	width: 250px; height: 100px;
}
#content-container form input[type=submit] {
	margin: 15px 0 5px 0;
	display: block;
	border: none;
	padding: 4px 12px 4px 6px;
	float: left;
	background: #920112 url(../images/arrow.png) no-repeat scroll right 9px;
	color: #fcd49d;
}
#content-container form input[type=submit]:hover {
	color: #920112;
	background-color: #fcd49d;
	text-decoration: none;
	background: #fcd49d url(../images/arrow-on.png) no-repeat scroll right 9px;
}
	