/* ====================

Title: Fever Pitch Main stylesheet
Last updated: 24/10/2007

==================== */


/* --------------------------
 @Reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
----------------------------- */

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, 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-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background : transparent; } :focus { outline : 0; } ol, ul { list-style : none; } table { border-collapse : collapse; border-spacing : 0; } caption, th, td { text-align : left; font-weight : normal; }


/* --------------------------
 @Typography
----------------------------- */

body {
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", sans-serif;
	font-size: 75%;
	color: #000;
	background: #fff url('../images/bg_body.gif') repeat-x;
	line-height: 1.5; /* http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ */
	text-align: center;
}

p {
	font-size: 1em;
	margin-bottom: 1em
	
}

h1, legend {
	color: #6d2348;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.222em;
	margin-bottom: 0.7em;
}

a:link, a:visited {
	color: #235ec9;
	text-decoration: none;
}

a:hover, a:active {
	color: #8fb618
}

strong {
	font-weight: bold;
}


/* --------------------------
 @Structure 
----------------------------- */

#wrapper {
/*	background: url('../images/grid.gif');*/
	margin: 7.5em auto 0;
	padding: 0 0 3em;
	text-align: center;
	width: 39.16666em;
}

h1#logo {
	background: #fff url('../images/logo.gif') no-repeat;
	height: 82px;
	text-indent: -999em;
	margin: 0 auto 2.6em;
	width: 248px;
}

p {
	margin-bottom: 2.7em;
	text-align: justify;
}


/* --------------------------
 @Glider
----------------------------- */

#eventgallery {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	padding-bottom: 1.5em;
	position: relative;
	text-align: left;
}

#eventgallery h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.4em;
}

ul.controls {
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

.controls li {
	float: left;
	font-family: verdana, sans-serif;
	font-size: 0.8333em;
	height: 3em;
	margin: 0 0 0 5px;
}

.controls li a {
	border: 1px solid #bbb;
	display: block;
	margin: 1em 0 0 0;
	padding: 0 4px;
}

.controls li a:hover, .controls li a:active {
	background: #ff0000;
	border: 1px solid #b81919;
	color: #fff;
}

#glider {
	height: 15em;
	margin: 0 auto;
	overflow: hidden;
	width: 39.16666em;
}

#events {
	height: 15em;
	width: 150em;
}

.event {
	background: #363636;
	color: #fff;
	float: left;
	height: 15em;
	width: 39.16666em;
}

.event img {
	display: block;
	margin-right: 18px;
	float: left;
}

.eventdetails {
	margin: 18px 18px 18px 0;
}

.eventdetails h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.2em
}

.eventdetails h3 .eventlocation {
	color: #898989;
	display: block;
	font-family: verdana, sans-serif;
	font-size: 0.6666em;
	font-weight: normal;
	text-transform: uppercase;
}

.eventdetails p {
	margin-bottom: 0;
}

.eventdetails p.caption { color: #898989; font-size: 0.75em; font-style: italic; padding-top: 0.5em; text-indent: -9px; }


/* --------------------------
 @Contact
----------------------------- */

#contact { background: #ff0000; margin: 2em 0; }

#contact a:link, #contact a:visited { color: #fff; display: block; padding: 18px 0; }

#contact a:hover, #contact a:active, #contact a:focus { background: #d30806 }

#contact em { color: #f2ff26 }
