/*----------------------------------------------------------
	
	Evansville Evening on the River
	
	Author: Kitch & Schreiber Marketing & Advertising
			Webmaster: Brian Scroggins
			www.kitchandschreiber.com
			kands@kitchandschreiber.com
			
----------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5, h6, pre, code{
	font-size: 1em;
	}
	
a{
	text-decoration: underline;
	color: #A72729;
	}
	
a:hover{
	text-decoration: none;
	}	
	
a img{
	border: none;
	}

h1{
	font-family: Georgia, serif;
	font-size: 24px;
	color: #a72729;
	font-weight: lighter;
	margin-bottom: 5px;
	text-align: left;
	}
	
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #433027;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	}	
	

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	}		

body {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../IMAGES/background.jpg);
	background-repeat: repeat;
	background-position: top;
	}
	
#background{
	background-image: url(../IMAGES/background.jpg);
	background-repeat: repeat;
	}	

#container  {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	}

#mainWrap{
	width: 960px;
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	background-color: #FFFFFF;
	}

/*----------------------------------------------------------
	
	                       Header
			
----------------------------------------------------------*/

#header {
	height: 168px;
	background-image: url(../IMAGES/headerBg.jpg);
	float: left;
	width: 960px;
	}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-decoration: underline;
	}

#headerCopy{
	float: right;
	width: 300px;
	padding-top: 45px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	padding-bottom: 15px;
	font-weight: bold;
	}
	
#headerCopy a{
	font-size: 12px;
	}
	
#logoWrap{
	float: left;
	width: 250px;
	margin-top: 4px;
	}

#logo{
	height: 160px;
	width: 185px;
	float:right;
	background-image: url(../IMAGES/logo.jpg);
	}	
	
#logo a {
	height: 160px;
	width: 185px;
	float:right;
	background-image: url(../IMAGES/logo.jpg);
	}
	
#logo a:hover {
	background-position: 0 -160px;
	}				
	
#phone{
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
	

/*----------------------------------------------------------
	
	                     Navigation
			
----------------------------------------------------------*/	
	

.mainNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 651px;
	height: 30px;
	float: right;
	margin: 138px 0 0 0;
	}
	
.mainNav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}	
	
.mainNav li{
	float: left;
	}	
	
.mainNav a{
	color: #FABD12;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 8px 9px;
	background-color: #a72729;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px; 
	-webkit-border-top-left-radius: 4px;
	}			

	
.mainNav a:hover{
	color: #FABD12;
	background-color: #a72729;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	}
	
body#home a#home, body#schedule a#schedule, body#tickets a#tickets, body#sponsors a#sponsors, body#foodEntertainment a#foodEntertainment, body#auctionItems a#auctionItems
	{
	color: #a72729;
	background-color: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px; 
	-webkit-border-top-left-radius: 4px;
	font-weight: bold;
	}	

	
			
	
/*----------------------------------------------------------
	
	                Main Content Column
			
----------------------------------------------------------*/



#content{
	width: 940px;
	float: left;
	background-image: url(../IMAGES/sidebar_bg.jpg);
	background-repeat: repeat-y;
	margin: 10px 10px 0 10px;
	}	
	
#foodContent{
	width: 940px;
	float: left;
	background-repeat: repeat-y;
	margin: 10px 10px 0 10px;
	}					
	
#topBar{
	background-image: url(../IMAGES/topBar.jpg);
	float: left;
	height: 12px;
	width: 940px;
	}	

#mainContent{
	width: 590px;
	background-color: #FFFFFF;
	float: right;
	clear: none;
	padding: 15px 25px 25px 25px;
	}
	
#foodMainContent{
	width: 890px;
	background-color: #FFFFFF;
	float: right;
	clear: none;
	padding: 15px 25px 25px 25px;
	}	

.rotatingPics{
	float: right;
	height: 203px;
	width: 280px;
	background-repeat: no-repeat;
	background-image: url(../IMAGES/picture1.jpg);
	}	
	
#rotateText{
	text-align: center;
	padding-top: 90px;
	color: #939598;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #433026;
	}	
	
#rotateText a{
	color: #A82729;
	text-decoration: underline;
	font-weight: bold;
	}
	
#rotateText a:hover{
	color: #fabd12;
	text-decoration: none;
	}
	
.img {
	margin: 8px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
 	} 
	
#eventDate{
	text-indent: -9999px;
	background-image: url(../IMAGES/eventDate.jpg);
	height: 84px;
	width: 300px;
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	}
	
#paypal{
	float: right;
	margin-left: 25px;
	border: 1px solid #A72729;
	padding: 10px 0 10px 10px;
	background-color: #FFDE80;
	display: block;
	}		
	

/*----------------------------------------------------------
	
	               Schedule of Events
			
----------------------------------------------------------*/


.eventSchedule_left{
	margin-top: 25px;
	float: left;
	width: 281px;
	}
	
.eventSchedule_left h2{
	font-size: 24px;
	color: #433027;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #433027;
	background-image: url(../IMAGES/schedule_h2_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	}	
	
.eventSchedule_left p{
	font-family: Georgia, serif;
	font-size: 12px;
	color: #433027;
	text-align: center;
	}		
		
.eventSchedule_left li{
	border: 1px solid #FABD12;
	background-color: #FFFFFF;
	list-style-type: none;
	text-align: center;
	margin-top: 15px;
	padding: 10px 0 15px;
	}
	
.eventSchedule_left img {
	border: 1px solid #433027;
	margin: 10px 20px;
	}
	
.eventSchedule_right{
	margin-top: 25px;
	float: right;
	width: 281px;
	}
	
	
.eventSchedule_right h2{
	font-size: 24px;
	color: #433027;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #433027;
	background-image: url(../IMAGES/schedule_h2_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	}	
	
.eventSchedule_right p{
	font-family: Georgia, serif;
	font-size: 12px;
	color: #433027;
	text-align: center;
	}		
		
.eventSchedule_right li{
	border: 1px solid #FABD12;
	background-color: #FFFFFF;
	list-style-type: none;
	text-align: center;
	margin-top: 15px;
	padding: 15px;
	}
	
.eventSchedule_right img {
	border: 1px solid #433027;
	margin-bottom: 10px;
	}	
	
	
/*----------------------------------------------------------
	
                         Sponsors
			
----------------------------------------------------------*/

.sponsors{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #433027;
	float: left;
	width: 588px;
	}
	
.sponsors h2{
	font-size: 24px;
	color: #433027;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #433027;
	background-image: url(../IMAGES/schedule_h2_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	}	
	
.sponsors ul{
	font-family: Georgia, serif;
	font-size: 12px;
	color: #433027;
	text-align: center;
	}		
		
.sponsors li{
	border: 1px solid #FABD12;
	background-color: #FFFFFF;
	list-style-type: none;
	text-align: center;
	margin-top: 11px;
	padding: 10px;
	float: left;
	width: 150px;
	margin-right: 20px;
	display: block;
	}
	
.sponsors  li a:hover{
	border: 1px solid #A72729;
	}	
		
#vectren{
	background-image: url(../IMAGES/sponsor_vectren.jpg);
	border: 1px solid #FABD12;
	background-color: #FFFFFF;
	list-style-type: none;
	text-align: center;
	margin-top: 11px;
	float: left;
	width: 170px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	padding: 0px;
	}
	
#vectren a{
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	text-align: center;
	-khtml-opacity: 0.5;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	height: 80px;
	color: #FFFFFF;
	vertical-align: top;
	}			

	
#vectren a:hover{
	border: 1px solid #A72729;
	}		
	
#romain{
	background-image: url(../IMAGES/sponsor_romain.jpg);
	border: 1px solid #FABD12;
	background-color: #FFFFFF;
	list-style-type: none;
	text-align: center;
	margin-top: 11px;
	float: left;
	width: 170px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	padding: 0px;
	}
	
#romain a{
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	text-align: center;
	-khtml-opacity: 0.5;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	height: 80px;
	color: #FFFFFF;
	vertical-align: top;
	}			

	
#romain a:hover{
	border: 1px solid #A72729;
	}			

/*----------------------------------------------------------
	
	              Entertainment & Vendors
			
----------------------------------------------------------*/

.entertainmentWrap{
	float:left;
	display:inline;
	}

.entertainment_Left{
	float:left;
	width:250px;
	margin-left: 55px;
	}	
	
.entertainment_Left h2{
	margin-top:15px;	
	}	
	
.entertainment_Left li{
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	font-weight: bold;
	line-height: normal;
	padding-left: 17px;
	margin-top: 5px;
	}


.entertainment_Right{
	float:left;
	width:250px;	
	}	
	
.entertainment_Right h2{
	margin-top:15px;	
	}	
	
.entertainment_Right li{
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	font-weight: bold;
	line-height: normal;
	padding-left: 17px;
	margin-top: 5px;
	}


/*----------------------------------------------------------
	
	                       Table
			
----------------------------------------------------------*/		



table {
	border-collapse: collapse;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
	}

caption {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	}

td,th {
	border: 1px solid #775F41;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	color:#333333;
	font-weight:bold;
	}
	
th {
	background: url(../IMAGES/th_bg.png) no-repeat left top;
	color: white;
	text-align: center;
	border-color: #14556b;
	}
	
tr.alt td {
	background: url(../IMAGES/td_bg.png) no-repeat left top;
	}
	
#tableColor{
	}	
	
tr.alt2 {
	background-color: #CCC;
	}	

td strong i{
	font-size: 12px;
	color: #a72729;
	}
	
		

/*----------------------------------------------------------
	
	                Sidebar Column
			
----------------------------------------------------------*/

#sidebar{
	float: left;
	width: 299px;
	clear: none;
	padding-top: 15px;
	padding-bottom: 15px;
	}	
		
#sidebarContentWrap{
	width: 290px;
	float: right;
	margin-top: 25px;
	}
	
.sidebarItemWrap{
	margin: 25px 0 0 25px;
	width: 250px;
	background-color: #fbcf52;
	float: left;
	}
	
.sidebarItemWrap h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../IMAGES/sidebarHeader_bg.jpg);
	height: 18px;
	width: 250px;
	text-align: center;
	padding-top: 5px;	
	}				
	
.buyTickets a{
	width: 250px;
	height: 92px;
	background-image: url(../IMAGES/buyTickets.jpg);
	display: block;
	}
	
.buyTickets a:hover{
	background-position: 0 -92px;
	}
	
.sidebar img{
	margin-top: 15px;
	margin-bottom: 15px;	
	}		
		
#map{
	background-image: url(../IMAGES/eorMap.jpg);
	background-repeat: no-repeat;
	height: 243px;
	width: 940px;
	float: left;
	}
	
#quoteBox{
	background-image: url(../IMAGES/handicapPic.jpg);
	float: left;
	height: 388px;
	width: 320px;
	}
	
#quoteButton a{
	text-indent: -9999px;
	display: block;
	background-image: url(../IMAGES/quoteButton.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 232px;
	margin-top: 106px;
	margin-left: 40px;
	}	

#quoteButton a:hover{
	background-position: 0 -101px;
	}
	
.countdown{
	width: 248px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	padding: 0;
	font-weight: bold;
	color: #a72729;
	margin: 15px 0 0 25px;
	border: 1px solid #f7de94;
	}			
	

/*----------------------------------------------------------
	
	                    Footer
			
----------------------------------------------------------*/

#footerWrap {
	width: 100%;
	height: 275px;
	clear: both;
	}

#footerBg{
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#footer{
	width: 940px;
	height: 125px;
	background-color: #423028;
	background-image: url(../IMAGES/bottomBar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}	

#ks a{
	text-indent: -9999px;
	background-image: url(../IMAGES/k&s_Logo.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 86px;
	float: right;
	display: block;
	margin-right: 12px;
	margin-top: 25px;
	}
	
#ks a:hover{
	background-position: 0 -92px;
	background-image: url(../IMAGES/k&s_Logo.jpg);
	background-repeat: no-repeat;
	}	

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	color: #625752;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	width: 265px;
	margin-top: 50px;
	margin-left: 35px;
	font-weight: bold;
	text-transform: none;
	float: left;
	margin-right: 125px;
	}
	
.copyright a{
	color: #FFFFFF;
	text-decoration: underline;
	}	
	
.copyright a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}

.vectrenLogo{
	text-indent: -9999px;
	background-image: url(../IMAGES/vectrenLogo.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 174px;
	float: left;
	display: block;
	margin-top: 45px;
	}
	
.vectrenLogo a:hover{
	background-position: 0 -55px;
	}	
	
* html #mainNav a{
	height: 1px;
	}	

