/*
style sheet containing styles for homepage
============================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/home-new/body.gif) repeat 50% 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #D98943;
	outline: none;
}

a:hover {color: #4E1813;}

/*
PAGE STRUCTURE
=====================================*/

#wrapper {
	margin: 0 auto;
	padding: 20px 0 30px 0;
	text-align: center;
	width: 940px;
}

#banner {
	background: url(../images/home-new/banner.png) no-repeat;
	color: #fff;
	font-size: 1.1em;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 397px; height: 396px;
}

* html #banner {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.keystonefestivals.com/images/home-new/banner.png', sizingMethod='image');
	background: none;
}


#banner p {
	float: left;
	text-indent: -9999px;
}

#banner p a {
	float: left;
	position: relative; top: 325px; left: 20px;
	text-indent: -9999px;
	width: 228px; height: 40px;
}

h1 {
	background: url(../images/home-new/h1.png) no-repeat ;
	height: 110px;
	margin: 0 auto 15px auto;
	text-indent: -9999px;
	width: 396px;
}

* html h1 {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.keystonefestivals.com/images/home-new/h1.png', sizingMethod='image');
	background: none;
}


/*
NAVIAGATION
=====================================*/

#main-nav {
	color: #fff;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 628px; height: 152px;
}

#main-nav ul {
	float: left;
}

#main-nav li {
	float: left;
	list-style-type: none;
	margin: 0 6px;
	width:  145px; height: 146px;
}

#main-nav li a {
	border: 2px solid #000;
	float: left;
	padding: 2px;
	text-decoration: none;
	text-indent: -9999px;
	width:  137px; height: 138px;
}

/*#festa { background: url(../images/home-new/festa.gif) no-repeat 2px 2px;}
#pavilion {	background: url(../images/home-new/pavilion.gif) no-repeat 2px 2px;}
#wmf {background: url(../images/home-new/wmf.gif) no-repeat 2px 2px;}*/
#bacon {background: url(../images/home-new/bacon-tour.jpg) no-repeat 2px 2px;}
#wine {background: url(../images/home-new/wine-jazz.jpg) no-repeat 2px 2px;}
#bluegrassbeer {background: url(../images/home-new/bluegrassbeer.gif) no-repeat 2px 2px;}
#bluesart {background: url(../images/home-new/bluesart.gif) no-repeat 2px 2px;}
#warren {	background: url(../images/home-new/warren.gif) no-repeat 2px 2px;}

#main-nav li a:hover {
	background-color: #fff;
}


#secondary-nav {
	background: #000;
	color: #1FABCE;
	font-size: 1.7em;
	margin: 0 auto;
	padding: 17px 0 0 0;
	text-align: center;
	width: 546px; height: 40px;
}

#secondary-nav a {
	color: #1FABCE;
}

#secondary-nav a:hover {color: #fff;}
