/*****************************************************************
	Description: Master stylesheet for Deschutes County Fair
	Author: 420 Creative - http://420creative.com
	Version: August 2009
*****************************************************************/

@import url(/css/reset.css);
@import url(/css/typography.css);


/*

Stylesheet Sections:
- Global (includes navigation)
- Landing page styles (for home page and all 3 verticals)
- Subpage structure / styles (for all verticals' subpages)
- Footer (including copyright)

*/




/*	Global
-------------------------------------------------------------------*/
body {
	font: 14px/1.5em Georgia, Times, "Times New Roman", serif;
	background: #f4f9fb url(/images/global/bg_body.png) fixed repeat-x 0 0;
	color: #58503c;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

img {
	border: 0;
}

.standardimg {
	border: 1px solid #6d6d6d;
}




/*	navigation	*/
ul#nav {
	width: 961px;
	height: 39px;
	margin: 65px auto 14px;
	text-align: center;
	background: url(/images/global/bg_nav.png) no-repeat;
	font-size: 12px;
	line-height: 39px;
	
}

ul#nav li {
	display: block;
	float: left;
}

ul#nav li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
}

ul#nav li.active a {
	color: #7b4c00;
}


ul#nav li#nav_home a { width: 68px; }
ul#nav li#nav_sisters a { width: 192px; }
ul#nav li#nav_fair a { width: 187px; }
ul#nav li#nav_rvpark a { width: 152px; }
ul#nav li#nav_events a { width: 126px; }
ul#nav li#nav_directions a { width: 142px; }
ul#nav li#nav_contact a { width: 94px; }

ul#nav li#nav_home.active a { background: url(/images/global/bg_navactive.png) no-repeat left top; }
ul#nav li#nav_sisters.active a { background: url(/images/global/bg_navactive.png) no-repeat -68px top; }
ul#nav li#nav_fair.active a { background: url(/images/global/bg_navactive.png) no-repeat -192px top; }
ul#nav li#nav_rvpark.active a { background: url(/images/global/bg_navactive.png) no-repeat -187px top; }
ul#nav li#nav_events.active a { background: url(/images/global/bg_navactive.png) no-repeat -152px top; }
ul#nav li#nav_directions.active a { background: url(/images/global/bg_navactive.png) no-repeat -126px top; }
ul#nav li#nav_contact.active a { background: url(/images/global/bg_navactive.png) no-repeat right top; }







/*	Landing page styles
-------------------------------------------------------------------*/
#content_landingpg {
	clear: both;
	width: 960px;
	height: 547px;
	background: pink;
	margin: 0 auto 14px;
}

#home #content_landingpg {
	background: #f7e8cc url(/images/global/mainphoto_home.png) no-repeat center -110px;
}

#threesisters #content_landingpg {
	background: url(/images/3sisters/photo_3sisters_main.jpg) no-repeat center -100px;
}

#fair #content_landingpg {
	background: url(/images/fair/photo_fair_main.jpg) no-repeat center -30px;
}

#rvpark #content_landingpg {
	background: url(/images/rvpark/photo_rvpark_main.jpg) no-repeat center -40px;
}

#content_inner {
	width: 960px;
	height: 547px;
	background: url(/images/global/bg_landing.png) no-repeat;
	position: relative;
}

h1#logo {
	width: 221px;
	height: 131px;
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(/images/global/bg_logo.png) no-repeat;
}

h1#logo a {
	width: 221px;
	height: 131px;
	display: block;
}

h1#logo span {
	display: block;
	text-indent: -9999em;
}

h1#intro {
	width: 701px;
	float: right;
	margin-top: 15px;
	margin-left: 10px;
/*	margin-left: 10px;*/
	font-size: 2.5714em; /* 36px */
	line-height: 1.1667em; /* 42px */
	font-weight: normal;
	color: #895f12;
}

/*	home page / primary landing page introductory columns	*/
.vertical_intro {
	width: 305px;
	margin: 30px 3px 0 10px;
	padding: 14px 0 0 0;
	float: left;
	position: relative;
	background: url(/images/global/bg_vertcoltop.png) no-repeat left top;
	color: #756d71;
}

.vertical_intro h2 {
	width: 160px;
	min-height: 100px;
	margin-top: 0;
	margin-left: 135px;
	font-size: 1.7143em; /* 24px */
	line-height: 1.15em;
	font-weight: normal;
}

.vertical_intro img {
	width: 167px;
	height: 176px;
	position: absolute;
	left: -40px;
	top: -50px;
}

.vertical_inner {
	background: url(/images/global/bg_vertcolbottom.png) no-repeat left bottom;
	width: 100%;
}

.vertical_intro p {
	padding: 0 15px 15px 10px;
	margin-bottom: 0;
}

/*	Verticals landing pages / home page	*/
#vertical_links {
	width: 300px;
	background: url(/images/global/bg_vertnavtop.png) no-repeat left top;
	position: absolute;
	right: 10px;
	bottom: 20px;
	padding-top: 14px;
}

#vertical_links ul {
	width: 300px;
/*	background: url(/images/global/bg_vertnavbottom.png) no-repeat left bottom;*/
	background: url(/images/global/bg_vertnavmiddle.png) repeat-y left top;
/*	padding-bottom: 14px;*/
}

#vertical_links li a {
	margin: 0 10px;
}

#vertical_links #vertical_linksbtm {
	height: 22px;
	background: url(/images/global/bg_vertnavbottom.png) no-repeat left bottom;
}







/*	Subpage structure / styles
-------------------------------------------------------------------*/
#content_subouter {
	width: 960px;
	margin: 0 auto 14px;
	padding-top: 16px;
	background: url(/images/global/bg_contenttop.png) no-repeat center top;
}

#content_subinner {
	background: url(/images/global/bg_contentbottom.png) no-repeat center bottom;
	padding-bottom: 16px;
}

#content_body {
	background: #faf1e2;
	width: 100%;	/*required for IE7*/
}

#content_maincol {
	width: 620px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#content_secondarycol {
	width: 300px;
	float: right;
	margin-top: 5em;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

#content_secondarycol .sidebar_outer {
	background: url(/images/global/bg_vertnavtop.png) no-repeat left top;
	padding-top: 14px;
}

#content_secondarycol .sidebar_inner {
	background: url(/images/global/bg_vertnavmiddle.png) repeat-y left top;
	width: 280px;
/*	background: #fff;*/
	padding: 0 10px 1px;
}

#content_secondarycol .sidebar_bottom {
	background: url(/images/global/bg_vertnavbottom.png) no-repeat left bottom;
	height: 22px;
}

.innercol300 {
	width: 300px;
	float: left;
	margin-right: 10px;
}

.innercol300.last {
	margin-left: 10px;
	margin-right: 0;
}










/*	Footer
-------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-top: 1em;
	background: url(/images/global/bg_footertop.png) no-repeat center top;
	color: #b4863b;
}

#f_bottom {
	background: url(/images/global/bg_footerbottom.png) no-repeat center top;
}

.footer_col {
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.footer_col li {
	font-size: 0.8571em; /* 12px */
	line-height: 1.75em; /* 21px */
	background: url(/images/global/star_brown.png) no-repeat left .2em;
	padding-left: 18px;
}

.footer_col li a {
	color: #a27430;
	text-decoration: none;
}

.footer_col li a:hover {
	text-decoration: underline;
}

p#copyright {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 3em 0 5em;
	font-size: 0.7143em; /* 10px */
	line-height: 1.25em;
	color: #baa170;
}
