/* ---------- GENERAL LAYOUT ---------- */
body {/* font-family: Helvetica, Arial, sans-serif; */ font-size:12px;margin:0px;}
a{
/* color:#88441F; */
	text-decoration:none;
}
a:hover{
	text-decoration: none;
}
a:visited{
/* color:#88441F; */
}
#wrapper, #footer {
	width: 960px;
	margin: 0px auto;
}
#masthead {
	/* height: 285px; */
	/* background: url(img/bg-masthead.jpg) no-repeat; */
}
#masthead-print {display: none;}
#photobar {height: 250px;}
#logo {
	height: 183px;
	width: 323px;
	float: left;
	padding: 22px 0px 15px 13px;
	/* background: url(img/bg-logo.png) no-repeat; */
}
#logo a {
	display: block;
	width: 183px;
	height: 106px;
	background: url(img/onondaga-county-parks.png) no-repeat;
	text-indent: -9999em;
}
#utils {
	/* width: 444px; */
	height: 30px;
	padding: 5px;
	float: right;
	background-color: #E0E0E0;
}
#utils a {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	display: block;
	float: left;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#utils a.facebook {background-image: url(img/util-facebook.gif);}
#utils a.twitter {background-image: url(img/util-twitter.gif);}
#utils a.youtube {background-image: url(img/util-youtube.gif);}
#utils a:hover {background-position: 0px -30px;}

#container {padding-bottom: 25px;}
#small-utils {float: right;}
/* ---------- TOP NAV ---------- */
#topnav {
	height: 40px;
	clear: both;
	background: url(img/bg-topnav.png) repeat;
}
#topnav li {float: left;}

/* ---------- LEFT NAV ---------- */
#leftnav {width: 200px;	float: left;}
#leftnav h2 {
	color: #A4212A;
	font-size: 16px;
	margin-bottom: 10px;
}

/* ---------- HOME WIDGETS ---------- */
#home-widgets {width: 486px; float: left;}
#home-widgets .item {margin-bottom: 10px;}

#home-facebook {float: left; margin-right: 10px; width: 280px;}
#home-reservations {float: right; width: 196px;}
#home-reservations a {display: block; margin-bottom: 7px;}

/* ---------- DISCOVERY GUIDE ---------- */
.discoveryGuide {
	background: #FFE204;
	height: 174px;
}
#home-reservations .discoveryGuide a {
	display: inline;
	color: #005A45;
	text-decoration: none;
	font-weight: bold;
}
	#home-reservations .discoveryGuide a:hover {color: #000;}
.discoveryGuide p, .discoveryGuide li {
	padding: 0 10px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.discoveryGuide ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* ---------- INFO BOXES ---------- */
#info-boxes {width: 250px; float: right;}
#info-boxes .box {background: url(img/infobox-bg.gif) repeat-y;}
#info-boxes .box h3 {
	height: 18px;
	padding: 11px 23px 17px;
	font-size: 16px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
}

#info-boxes .box a.viewall {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #000; 
	font-weight: bold; 
	text-decoration: none;
	text-align: right;
}
#info-boxes .box a.viewall:hover {color: #A4222A;}
#info-boxes .box#eventsbox h3 {background-image: url(img/infobox-events.gif);}
#info-boxes .box#newsbox h3 {background-image: url(img/infobox-news.gif);}
#info-boxes .box#ccbox h3 {background-image: url(img/infobox-cc.gif);}

#info-boxes .box-content {padding: 0px 14px 12px 23px;}


	/* ---------- EVENTS BOX ---------- */
	#info-boxes .box#eventsbox h2 a {color: #004C1F; text-decoration: none; font-size: 14px; font-weight: normal;}
	#info-boxes .box#eventsbox h2 a:hover {color: #A4222A;}
	#info-boxes .box#eventsbox p {color: #333; font-size: 11px;}
	#info-boxes .box#eventsbox p strong {color: #000;}
	#info-boxes .box#eventsbox p em {color: #000; font-style: normal;}
	
	/* ---------- NEWS BOX ---------- */
	#info-boxes .box#newsbox a.item {
		display: block;
		margin-bottom: 10px; 
		font-size: 11px; 
		line-height: 14px;
		color: #004C1F; 
		font-weight: bold; 
		text-decoration: none; 
	}
	#info-boxes .box#newsbox a.item em {color: #A4202A; font-weight: normal; font-style: normal; margin-left: 4px;}
	#info-boxes .box#newsbox a.item:hover {color: #000;}

#info-boxes .boxbottom {
	background: url(img/infobox-bottom.jpg) no-repeat;
	height: 20px;
	width: 250px;
}

/* ---------- SEARCH RESULTS ---------- */
#PageNumbers a.next, #PageNumbers a.prev { background-color: #005A45; color: #FFF; padding: 5px 8px; font-size: 13px; line-height: 13px;}

#PageNumbers a.next:hover, #PageNumbers a.prev:hover {text-decoration: none; background-color: #A4212A;}

/* ---------- FOOTER ---------- */
#footer-bg {
	height: 130px;
	background: url(img/bg-footer.gif) repeat-x center top;
}
#footer {
	color: #FFF;
	font-size: 11px;
	line-height: 18px;
	padding: 25px 0px;
}
#footer p {margin: 0px 0px 15px;}
#footer .address {
	text-align: right;
	float: right;
}
#footer a {color: #FF0; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

/* ---------- KEEP AT BOTTOM OF CSS ---------- */
.clear {clear: both;}
