
/* Libertyville Kids Day - CSS Document */

body {
	font-family: 'Questrial', sans-serif;
	font-size:16px;
	color:#4F2C1B;
	background:#E3F0F6 url(../images/bg.jpg) repeat-x;
}

#header {
	height:205px;
	background:url(../images/header_bg.gif) no-repeat;
	width:900px;
	margin:0px auto;
	position:relative;
}

#date {
	position:absolute;
	top:85px;
	left:549px;
	width:314px;
	text-align:center;
	line-height:130%;
	font-size:23px;
	color:#37812A;
}

#mid {
	background:#3C8432;
	padding:20px 0px 20px 0px;
}

#mid_inside {
	background:#FBF3E0 url(../images/mid_bg.jpg) no-repeat;
	width:469px;
	margin:0px auto;
	min-height:175px;
	padding:90px 406px 25px 25px;
}

#bottom {
	width:900px;
	margin:0px auto;
	padding:25px 0px 0px 0px;
	background:url(../images/bottom_bg.jpg) no-repeat;
}

.info_spread {
	padding-top:45px;
	float:left;
	width:270px;
	margin-right:20px;
	margin-left:25px;
	background:url(../images/spread.gif) no-repeat;
}

.info_map {
	padding-top:45px;
	float:left;
	width:270px;
	margin-right:20px;
	background:url(../images/map.gif) no-repeat;
}

.info_sponsors {
	padding-top:45px;
	float:left;
	width:270px;
	background:url(../images/admission.gif) no-repeat;
}

.info_sponsors img{
	float:right;
	margin:15px 0 0 8px;
}

.sponsor_1 {
	float:left;
	margin-right:10px;
}

.sponsor_2 {
	float:left;
}

#footer {
	/*width:860px;
	margin:0px auto;*/
	background:#9FC3D8;
	text-align:center;
	padding:20px;
	font-size:14px;
	color:#02657E;
	margin-top:50px;
}

#footer a {
	color:#02657E;
}


/* Font Styles */

h1 {
	display:none;
}

h2 {
	display:none;
}

h3 {
	display:none;
}

p {
	line-height:140%;
	padding-bottom:12px!important;
}

a {
	color:#3C8432;
}

a:hover {
	background:#EBF4CF;
}

.email {
	height:19px;
	background:url(../images/email.gif) no-repeat;
	padding-left:45px;
	padding-top:2px;
	margin-bottom:10px;
}

.twitter {
	height:23px;
	background:url(../images/twitter.gif) no-repeat;
	padding-left:45px;
	padding-top:7px;
	margin-bottom:10px;
}

.facebook {
	height:23px;
	background:url(../images/facebook.gif) no-repeat;
	padding-left:45px;
	padding-top:7px;
	margin-bottom:10px;
}

.red {
	color:#D61F26;
}

.blue {
	color:#02657E;
}	

.blue-text {
	font-family: 'Smokum', sans-serif;
	color:#02657E;
	font-size: 25px;
	margin:0 7px 0 0;	
}






/* Reset styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



