@import url('http://www.ioniafreefair.com/index.php/stylesheets/reset');
@import url('http://www.ioniafreefair.com/index.php/stylesheets/grid');
@import url('http://www.ioniafreefair.com/index.php/stylesheets/forms');
@import url('http://www.ioniafreefair.com/index.php/stylesheets/text');



/* USEFULL */

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

.test {background: red; color:white;}

.site {width:950px;margin:0 auto;}

.float_left 
	img.float_left {margin-right: 10px;}
.float_right 
	img.float_right {margin-left: 10px; float: right}
.block 
.clear 

.align_left 
.align_right 
.align_center 
.align_justify 


.box {
	float: right;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 30px;
	margin: 20px;
	text-shadow: 1px 1px 1px #000; 
	}

.button { padding: 10px; background-color: #ccc;}
	.button_small {}
	.button_medium {}
	.button_large {}


.rounded { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.box_shadow {
	-moz-box-shadow: 0px 0px 4px #ffffff; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #ffffff; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #ffffff; /* Opera 10.5, IE 9 */
	}
.box_gradient {
	background-color: #e5e5e5;
	background-image: -moz-linear-gradient(top, #e5e5e5, #fff); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e5e5e5),color-stop(1, #fff)); /* Saf4+, Chrome */
	}

.column {margin-top: 5px; min-width: 300px !important;}
	.column p {margin-bottom:7px;}
.ninja {color: black; visibility: hidden;}

.colborder 

a[href$='.pdf'],a[href$='.PDF'],a[href$='.Pdf'] {
background:transparent url(http://www.ioniafreefair.com/images/file-pdf.png) center left no-repeat;
display:inline-block;
padding-left:24px;
line-height:24px;
}

/* TYPOGRAPHY */

body {
font-size: 15px;
line-height: 18px;
font-family:Helvetica, Arial, sans-serif;
margin-top: 30px;
}

h1, h2, h3, h4 {font-family: 'Bevan', arial, serif;line-height: normal; color: #ba6804;}
h1 {font-size: 62px;}
h2 {font-size: 48px;}
	.menu h2 {float:right; margin-bottom: -20px;}
h3 {font-size: 28px;}
h4 {font-size: 28px;}
h5 {font-size: 18px; font-weight: bold;}
h6 {font-size: 15px;}

a { text-decoration: none; color: #005081;}

a:link {}

a:hover {text-decoration: underline;}

a.visited {}

a.active {}

p { margin-bottom: 10px; line-height: 1.5em; }

strong {font-weight: 700;}

del 

em {font-style: italic;}

large {font-size: 18px;}

small {font-size: 13px;}

blockquote { font-size: 24px; line-height: 30px; margin: 30px 0px 30px 0px; color: #777; display: block; border-top: solid #ccc 2px; border-bottom: solid #ccc 2px; padding: 20px; font-style: normal; text-align: left;}

.script {font-family: ""; font-size: 25px; color: rgba(0,91,127,.8); margin-top: 20px;}

span.gc-cs-link {color: #06c; text-decoration: none;}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}



/* STRUCTURE */
#logo {margin-left: -98px;}
#site_nav { font-size: 13px; font-weight: bold; margin-left:38px; margin-top: 60px;}
	#site_nav ul {list-style-type: none; float: right;}
		#site_nav ul li {margin-left: 20px; float: left;}
			.sub ul {display: none; position: absolute; top:40px;}
				li.sub:hover ul {display: block;}
					.sub ul li {top:68px; left:-40px; display: inline; font-size: 12px; background: #ebebeb; padding: 10px 5px 10px 5px; border: 1px solid #ccc; width: 80px;}
						.sub2 {display: none;}

				
				
				
				
/* HOME PAGE */				
#homepage {margin-top: 20px;}
	#scheduale {
		margin-top: 10px;
		width: 960px;
		height: 6050px;
		margin-bottom: 30px;
		border: solid 1px #e5e5e5;
	}
		.scheduale_grid {
			padding-top:20px;
			padding-left: 10px;
			border-left: solid 1px #ccc;
			font-size: 12px;
			height: 6030px;
		}
			.scheduale_grid small {font-size: 11px;}
			.scheduale_grid strong {font-size: 15px;}
				.scheduale_grid ul {list-style-type: none; padding: 0;}
				.scheduale_grid ul li {margin-bottom: 10px; border-bottom: solid 1px #e7e7e7; padding-bottom: 5px;}
					.scheduale_grid ul li:last-child {border-bottom: none;}
				.event_entry {}
		#cat1 .scheduale_grid {border: none;}
	.seeall {margin-top: 20px;}
	#home_info {margin-top: 45px;}


/* EVENTS */
	
	#scheduale_page {}
		.event_date 
			.event_date ul {list-style-type: none; padding-left: 0px;}
				.event_date ul li {float: left; margin-bottom: 20px;  height: auto;}
					/* for Internet Explorer */
					/*\*/
					* html .event_date ul li {height: 150px;}
					/**/
					.event_date ul li p {padding-right: 20px; font-weight: normal}
						strong.title {font-size: 20px;}
					.event_date ul li ul li {display: block; height: auto; float: none;}
		#scheduale_block {margin-bottom: 50px;}
			#scheduale_block ul {list-style-type: none; padding-left: 0;}
			
			


/* FOOTER */
	#footer{
		width: 100%;
		height: 300px;
		background: #005081;
		margin-top: 50px;
		padding-top: 20px;
		padding-bottom: 40px;
		color: #fff;
		font-size: 14px;
	}
		#footer a {color: #fff; text-decoration: none;}
			#footer a:hover 
		#footer h4 { color: #fff;margin-bottom: 10px;}
		#footer h5 {margin-bottom: 0px; font-size: 16px;}
		#footer ul {list-style-type: none; margin: 0; padding: 0;}
			#footer ul li {margin: 0; margin-right:10px;border-right: solid 1px #666;}
				#footer ul li:last-child {border: none;}
			#footer small {font-size: 10px;}
			#footer strong {font-weight: normal;}
			#footer p {line-height: normal;}
		#footer .seeall {margin-left: 20px;}
		
		#footer_columns {width:960px;}




@charset "utf-8";
/*
.menu {
	position:absolute;
	top:3px;
	left:25px;	
}
*/
/* Items */  
.menu {margin-top: 20px;}
.menu ul li {
	position:relative;
	display:block; 
	margin-right:5px;
	list-style:none;
	overflow:visible;
	float:left;
}
.menu ul li a {
	display:block;
	height:46px; 
	margin-top:0px;
	padding-top:15px;
	padding-right:40px;
	font-size:12px;
	color:#005081;
	outline:none;
	font-weight: bold;
}
.menu ul li .active {
	background:url(http://www.ioniafreefair.com/images/on.png) top right no-repeat;
}

.menu ul li .inactive {
	background:url(http://www.ioniafreefair.com/images/off.png) top right no-repeat;
}
/* Subitems */
.menu ul li ul {
	position:absolute;
	display:none; 
	top:50px;
	left:-50px; 
	padding:9px;   
	width:178px;
	background:#ffffff;
	border:solid 1px #c6c6c6;
	-moz-border-radius: 5px;
} 
.menu ul li ul li .cornup {
	position:absolute;
	height:14px;
	width:20px;
	top:-21px;
	left:75px;
	background:url(http://www.ioniafreefair.com/images/corn-up.png) top left no-repeat;
}
.menu ul li ul li {
	position:relative;
	display:inline;
	width: 102%;
	background: none;
	font-size:13px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:1px;
	border-bottom:solid 1px	#d1d1d1;
}
.menu ul li ul li:last-child {border-bottom: none;}
.menu ul li ul li ul {
	position:absolute;
	left:198px;
	top:-5px;
}
.menu ul li ul li .cornleft {
	position:absolute;
	height:70px;
	width:13px;
	top:4px;
	left:-20px;
	background:url(http://www.ioniafreefair.com/images/corn-left.png) top left no-repeat;
}
.menu ul li ul li .active {
	background:url(http://www.ioniafreefair.com/images/sub-on.png) top right no-repeat;
}

.menu ul li ul li .inactive {
	background:url(http://www.ioniafreefair.com/images/sub-off.png) top right no-repeat;
}
.menu ul li ul li a {
	background:none;
	font-size:12px;
	height:auto;
	color:#005081;
	padding-left:0px;
	padding-top:8px;
	padding-bottom:8px;
}

#board_member {
min-height: 420px;
height: 420px;
}

.sponsor {min-height: 200px; height: 160px;}

#event_along_page ul {
	padding-left: 0;
	margin-top: 20px;
}
#event_along_page li.event_entry {
	display: inline;
	height: 80px;
	float: left;
	border-right: solid 1px #ccc;
}

#news_listing {list-style: none;}
