/*
Theme Name: Kerrytown BookFest Theme 2.0
Theme URI: http://kerrytownbookfest.org/
Description: The 2010 Theme for the Kerrytown BookFest Website
Version: 2.0
Author: Thomas Piggott
Author URI: http://thomaspiggott.com/

	KerrytownBookFest v2.0
*/

html{
	height: 100%;
}

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('images/headerBackground3.png') top center repeat-x #f0f2f0;
	color: #000000;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 100%;
}

#pageWrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px auto;
}

#header {
	width: 1000px;
	margin: 0 auto 0 auto;
	background-image: url('images/header.png');
	height: 150px;
	cursor: pointer;
	cursor: hand;
}

#navigation{
	width: 1000px;
	margin: 5px auto 10px auto;
	background-image: url('images/navBar2.png');
	/*background-color: #4c4949;*/
	height: 90px;
	text-align: center;
}

.navItem_First{
	float: left;
	width: 140px;
	color: #FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14pt;
	margin: 13px 0 0 80px;
}

.navItem{
	float: left;
	width: 140px;
	color: #FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14pt;
	margin: 13px 0 0 0;
}

.navItem a:link, .navItem a:visited, .navItem_First a:link, .navItem_First a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14pt;
}

.navItem a:hover, .navItem a:active, .navItem_First a:hover, .navItem_First a:active{
	color: #00FF7F;
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14pt;
}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5{
	margin: 0 auto 0 auto;
	padding: 0 0 0 100px;
	clear: both;
}

.submenuItem{
	margin: 27px 0 0 25px;
	float: left;
}

.submenuItem a:link, .submenuItem a:visited{
	color: #DDDDDD;
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12pt;
}

.submenuItem a:hover, .submenuItem a:active{
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12pt;
}

.yearToSee{
	float: right;
	margin: 0 10px 0 0;
}

#imagePlayer{
	margin: 0 auto 20px auto;
	width: 1000px;
}

#content {
	width: 1000px;
	background-color: #FFFFFF;
	margin: 0 auto 20px auto;
	border: 2px solid #4c4949;
}

.storyTitle{
	color: #663366;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.post{
	padding: 15px 20px 0 20px;
}

a.storyTitle:link, a.storyTitle:visited{
	font-size: 24px;
	text-decoration: none;
}

a.storyTitle:hover, a.storyTitle:active{
    font-size: 24px;
    text-decoration: underline;
}

.storyTitle{
    width: 1000px;
}

.postDate{
	clear: both;
	font-family: Myriad Pro;
	font-size: 16px;
	text-decoration: none;
}

.postmetadata{
	font-family: Myriad Pro;
	font-size: 16px;
	text-decoration: none;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}

.push{
	height: 75px;
}

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

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

.locationName{
	text-align: left;
	font-size:16px;
	font-weight:bold;
	padding: 10px 0 10px 0;
}

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

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

.eventInformation{
	float: left;
	margin: 10px;
	width: 600px;
}

.smallerFont{
	font-size: 8pt;
}

#footer{
	border: 2px solid #4c4949;
	border-bottom: none;
	background: url('images/footerBackground.png') repeat-x;
	color: #4c4949;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: center;
	height: 75px;
}

#footerInfo{
	padding: 10px 0 0 0;
	line-height: 20px;
}

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

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

/* Exhibitor Registration Form CSS */

.registerForm{
	width: 650px;
	margin: 5px 0 20px 10px;
	padding: 10px;
	border: solid #000000 1px;
	float: left;
}

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

.inputWrapper{
	float: left;
	width: 650px;
	margin: 10px 0 0 0;
}

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

.formLabel2{
	float: left;
	width: 200px;
	margin: 10px 0 0 5px;
}

.formLabel3{
	width: 450px;
	margin: 0 0 0 10px;
	float: left;
}

.exhibitorInput{
	float: left;
	margin: 0 0 0 20px;
}

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

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

.exhibitorInput3{
	float: left;
	width: 50px;
	margin: 0 0 0 20px;
}

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

.state{
	width: 100px;
}

.alreadyRegisteredForm{
	float: left;
	margin: 20px 0 0 20px;
	width: 250px;
}

/* End of Exhibitor Registration Form CSS */


