body{
	color: #000;
	font-family: Myriad, Helvetica, Arial, sans-serif;
}

#shadowWrapper{
	width: 1000px;
	background-image: url("images/misc/CCF-Web-DropShadow-Bkrnd.png");
	background-repeat: repeat-y;	
	margin: 0 auto;
}

#page{
	width: 960px;
}

#container{
        background-color: #44b4cc;
	position: relative;
	background-image: url("images/misc/CCF-Web-Background-NoWheel-repeater2.jpg");	
	background-position: top left;
	height: 100%;
	width: 100%;

}

#ferrisWheel{
	position: absolute;
	bottom: -5px;
	left: 10px;
	z-index: 20;
}

#wrapper{
	position: relative;
	z-index: 30;
}
/* Common  Tags and Site Standards */

h2{
	margin: 0;
	color: #EE3B54;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	font-family: Myriad, Helvetica, Arial, sans-serif;
}

h2 a{
	color: #EE3B54;
}

h3 {
	font-size: 1.3em;color: #028eb0;
	}

 h3 a, h3 a:visited {
	color: #028eb0;
	}

.customBullet{
list-item: url("http://www.canyoncountyfair.org/wp-content/uploads/2010/02/whoisplayingthis.png");
}



.endCap{
	width: 100%;
	width: auto;	
	font-size: 0;
	clear: both;
}

/* Header */

#headerImages{
	height: 150px;
}

#headerSeparator{
	height: 9px;
	margin-top: 10px;
}

#socialButtons{
        float: right;
	position: relative;
        top: 10px;
        right: 40px;
	z-index: 10;
}

#facebookImage{
	background-image: url("images/header/CCF-HDR-facebook.png");
	width: 34px;
	height: 34px;
	display: block;
	float: left;
}

#facebookImage:hover{
	background-image: url("images/header/CCF-HDR-facebook-r.png");
}

#twitterImage{
	background-image: url("images/header/CCF-HDR-twitter.png");
	width: 34px;
	height: 34px;
	display: block;
	float: left;
}

#twitterImage:hover{
	background-image: url("images/header/CCF-HDR-twitter-r.png");
}

#ticketImage{
	background-image: url("images/header/CCF-HDR-Piggy.png");
	width: 307px;
	height: 135px;
	display: block;
	float: left;
	margin: 10px 30px auto 30px;
}

#ticketImage:hover{
	background-image: url("images/header/CCF-HDR-Piggy-r.png");
}

#scheduleImage{
	background-image: url("images/header/CCF-HDR-Sched.png");
        width: 122px;
        height: 126px;
        display: block;
        float: left;
	margin-top: 10px;
}

#scheduleImage:hover{
	background-image: url("images/header/CCF-HDR-Sched-r.png");
}

#CCFLogoImage{
	background-image: url("images/header/CCF-HDR-Logo.jpg");
	height: 117px;
	width: 305px;
	float: right;
	display: block;
	margin-top: 10px;
}

/* Content */

#contentBox{
	position: relative;
	z-index: 30;
	float: left;
	width: 706px;
        border: 2px  solid #BDD438;
	border-bottom: none;
	margin: 5px 10px;
	background-color: #fff;
}

#content{
	background-image: url("images/content/CCF-BDY-lollipop.png") ;
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 600px;
	margin: 33px 30px;
}

.contentBottom{
	clear: both;
	background-image: url("images/header/CCF-Web-colorpattern.png");
	height: 9px;
	margin-left: -2px;
}


#lollipopBlock{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 220px;
	width: 200px;
}
/* Sidebar */

#sidebar{
	width: 230px;;
	margin: 0;
	float: left;
}

#logo{
	float: right;
	width: 208px;
	height: 149px;
}

/* Footer */
#footerShadow{
	text-align: center;
	background-image: url("images/misc/CCF-Web-DropShadow-Corner.png");
	height: 11px;
	margin: 0 auto;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center center;
}

#footer{
	clear: none;
	float: right;
	width: 706px;
	text-align: right;
	margin: 5px 10px auto auto;
	color: #fff;
	font-size: 12px;
	word-spacing: 2px;
	position: relative;
	z-index: 30;
}

#footer a{
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: auto 3px;
}

#seal{
	margin: 20px  20px auto auto;
}

/* Home Page */

#homeContent{
	color: #7D5522;
	font-size: 14px;
	width: 310px;
	margin-left: 20px;
}

#homeContent h2{
	font-size: 14px;
	font-weight: bold;
	color: #7d5522;
}

#homeContent p{
	margin: 0;
}




