@charset "utf-8";
/* CSS Document */

body{
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
    background-color: #0e1a0e;
    background-attachment: scroll;
    background-repeat: no-repeat;
   	background-image: url("images/kerrytownBookFestBackground.jpg");
	color: #000000;
}

img{
        border: none;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
}

#header{
	width: inherit;
}

#main{
	width: inherit;
}

#main h1{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#main h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#footer{
	clear: both;
	text-align: center;
	width: 1000px;
	padding: 0px 0 0 0;
	color: #ffffff;
}

#footer a:link, #footer a:visited{
	text-decoration: none;
	color: #ffffff;
}

#footer a:active, #footer a:hover{
	text-decoration: underline;
	color: #ffffff;
}

#footer p{
	line-height: 18px;
}

.info{
	background-color: #ffffff;
	border-color: #333333;
	border-style: solid;
	border-width: 2px;
	padding: 0 10px 10px 10px;
	margin: 10px 0 0 0;
	display: inline;
	float: left;
	width: 680px;
}

.sidebar{
	/*background-image: url(images/bg_overlay.png);*/
	background-color: #ffffff;
	border-color: #333333;
	border-style: solid;
	border-width: 2px;
	padding: 0 10px 10px 10px;
	margin: 10px 0 0 10px;
	display: inline;
	float: right;
	width: 260px;
}

.picture{
	float: left;
	margin: 10px 5px 10px 5px;
	width: 220px;
}

.contest{
	border-top: 1px #ccc solid;
	margin-top: 10px;
}

.volunteerForm{
	width: 350px;
	margin: 5px 0 0 100px;
	padding: 10px;
	border: solid #000000 1px;
}

.registerForm{
	width: 550px;
	margin: 5px 0 0 55px;
	padding: 10px;
	border: solid #000000 1px;
}

input{
	margin: 5px 0 5px 0;
	align: left;
}

.inputWrapper{
	clear: both;
	margin: 5px 0 5px 0;
}

.formLabel{
	width: 200px;
	margin: 5px 0 0 2px;
	float: left;
}

.formLabel2{
	clear: both;
	float: left;
	width: 200px;
	margin: 10px 0 0 2px;
}

.exhibitorInput{
	clear: both;
	float: left;
}

.exhibitorInput2{
	width: 250px;
	margin: 5px 0 0 5px;
}

.exhibitorInput3{
	margin: 5px 0 0 0;
}

.moveDown{
	margin: 13px 0 0 0;
}

.state{
	width: 100px;
}

.exhibitorInputSecondColumn{
	margin: 5px 0 0 20px;
	float: left;
}

.restOfForm{
	clear: both;
	margin: 10px 0 0 0;
}

.location{
	clear:both;
	margin: 0 0 0 0;
}

.locationName{
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	padding: 10px 0 10px 0;
}

.event{
	margin: 0 0 0 75px;
	clear: both;
}

.time{
	width: 75px;
	float: left;
	margin: 5px;
}

.eventInformation{
	float: left;
	margin: 5px;
}
