@charset "utf-8";
body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-size: 1.0em;
	line-height: 140%;
}
h1, h2, h3 {
	font-family: Impact, Georgia, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 10px;
	font-weight: lighter;
	color: #E22B93;
}

a, a:link, a:visited  { 
	color : #FFF;
	text-decoration: underline; 
	outline: none;
}
a:hover { 
	text-decoration: none;   
}	

.impact {
	font-family: Impact, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FDA31B;
	line-height: 100%;
}

.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-color: #EE4D9B;
	background-image: url(current.jpg);*/
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.lineup {
	background-image: url(xflyer_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	list-style: none;
}

.lineup #ul {
	list-style: none;
}


.oneColFixCtrHdr #header {
	/*background: #DDDDDD;*/
	margin-left: -40px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {
	background-repeat: no-repeat;
	/*	padding-top: 380px;
	padding-right: 65px;
	padding-bottom: 10px;
	padding-left: 65px;*/
	margin: 350px 65px 10px 65px;
}
.oneColFixCtrHdr #mainContent p {
	margin-top: 0px;
	padding-top: 4px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

#menu {
	/*display: none;*/
	padding-top: 70px;
}

ul#menu {
	margin: 0;
	width: 675px;
	list-style: none;
}

ul#menu li { display: inline; }
	
ul#menu li a {
	display: block; float: left; height: 37px;
	background-image: url(menu-sprite.png); text-indent: -9999px;
}

	ul#menu li a.now {
		width: 96px; background-position: 0 0;	
	}
	
	ul#menu li a.festival {
		width: 96px; background-position: -96px 0;	
	}
	
	ul#menu li a.whoweare {
		width: 96px; background-position: -192px 0;	
	}
	
	ul#menu li a.youcanhelp {
		width: 96px; background-position: -288px 0;	
	}
	
	ul#menu li a.thegreenbit {
		width: 96px; background-position: -384px 0;	
	}

	ul#menu li a.pictures {
		width: 96px; background-position: -480px 0;	
	}
	
		ul#menu li a.contactus {
		width: 96px; background-position: -576px 0;	
	}
	
	ul#menu li a.now:hover, ul#menu li a.now:focus {
		background-position: 0 -37px;	
	}
	
	ul#menu li a.festival:hover, ul#menu li a.festival:focus {
		background-position: -96px -37px;	
	}
	
	ul#menu li a.whoweare:hover, ul#menu li a.whoweare:focus {
		background-position: -192px -37px;	
	}
	
	ul#menu li a.youcanhelp:hover, ul#menu li a.youcanhelp:focus {
		background-position: -288px -37px;	
	}
	
	ul#menu li a.thegreenbit:hover, ul#menu li a.thegreenbit:focus {
		background-position: -384px -37px;	
	}
	
	ul#menu li a.pictures:hover, ul#menu li a.pictures:focus {
		background-position: -480px -37px;	
	}

	ul#menu li a.contactus:hover, ul#menu li a.contactus:focus {
		background-position: -576px -37px;	
	}

