/*
	STYLES AND LAYOUT FOR CHICKEN RUN PAGE
	
**********************************************************************/

*{
	margin: 0;
	padding: 0;
}

html{

}

body{
	width: 100%;
	position: relative;
	background: #80c02a url('/chicken/img/bg_main.gif') repeat-x 50% 0;
}

div.hidden{
	position: absolute;
	top:  -999em;
	width: 0;
	height: 0;
	overflow: hidden;
}
div#wrapperOuter{
	float: none;
	position: relative;
	width: 1007px;
	margin: -20px auto;
	padding: 0;
	background: url('/chicken/img/bg_wrapper_outer.gif') repeat-x top right;
}
div#wrapper{
	float: left;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background: url('/chicken/img/bg_header.gif') no-repeat top right;
}
div#sideBar{
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 215px;
	padding-top: 405px;
	background: url('/chicken/img/bg_sidebar.gif') no-repeat top left;
}
div #main{
	float: right;
	padding-bottom: 0;
	width: 780px;
}
div#content{
	float: right;
	padding: 50px 0 0 0;
	width: 780px;
}
div.row{
	float: left;
	clear: left;
	width: 780px;
}


a:hover{
	background: none;
}

p#help{
	width: 630px;
	height: 11px;
	margin-top: 210px;
}
p#help a{
	display: block;
	height: 11px;
	text-indent: -999em;
	background: url('/chicken/img/p_help.gif');
}

h2#photos{
	width: 780px;
	height: 85px;
	margin-top: 15px;
	text-indent: -999em;	
	background: url('/chicken/img/hdr_photos.gif');
}
h2#videos{
	display: none;
	width: 770px;
	height: 85px;
	margin-top: 30px;
	text-indent: -999em;	
	background: url('/chicken/img/hdr_videos.png') no-repeat 100px 0;
}
h3#about{
	position: relative;
	width: 210px;
	height: 105px;
	margin-top: 30px;
	text-indent: -999em;	
	background: url('/chicken/img/bg_about.png') no-repeat top left;
}
h3#about a{
	position: absolute;
	display: block;
	width: 145px;
	height: 80px;
	top: 7px;
	left: 0;
	text-indent: -999em;
	-moz-opacity: .25;
}
div#thanks{
	position: relative;
	width: 210px;
	height: 135px;
	top:  370px;
	text-indent: -999em;	
	background: url('/chicken/img/bg_thanks.png') no-repeat top left;
}
div#thanks a#make,
div#thanks a#hps{
	position: absolute;
	display: block;
	width: 68px;
	height: 33px;
	text-indent: -999em;	
}
div#thanks a#make{
	top: 65px;
	left: 15px;
}
div#thanks a#hps{
	width: 75px;
	height: 40px;
	top: 58px;
	left: 87px;
}

/*	THE PECKING ORDER DIV	*/

div.pecking{
	float: left;
	width: 540px;
	margin-top: 60px;
}

div.pecking h2{
	float: left;
	width: 540px;
	height: 80px;
	text-indent: -999em;
}
div#peckingFriday h2{
	background: url('/chicken/img/hdr_pecking_fri.png') no-repeat top left;	
}
div#peckingSaturday h2{
	background: url('/chicken/img/hdr_pecking_sat.png') no-repeat top left;	
}
div.pecking ol{
	list-style: none;
	float: left;
	width: 540px;
	height: 289px;
	padding-top: 5px;
	background: url('/chicken/img/base_pecking.png') no-repeat top left;
}
div.pecking ol li{
	float: left;
	clear: left;
	width: 425px;
	color: #684A1F;
	font-size: 1.5em;
	margin-left: 40px;
	padding-left: 0;
	line-height: 26px;
	text-indent: 30px;
}
div.pecking ol li span.time{
	float: right;
}
div.pecking ol li span.name{
	float: left;
}

/*	Video player modules	*/

#flashVideoWrapper{
	float: left;
	display: none;
	width: 780px;
	height: 0;
	margin-top: 25px;
}
#flashVideoWrapper ul{
	float: right;
	width: auto;
	margin: 0;
}
#flashVideoWrapper ul li{
	width: auto;	
	height: 35px;
	line-height: 35px;
	padding-right: 25px;
	margin: 0 0 10px 0 ;
	background: url('/chicken/img/video_nav_right.png') no-repeat right;	
}
#flashVideoWrapper ul a{
	display: block;
	font-size: 1.2em;
	text-transform: none;
	line-height: 35px;
	padding-left: 40px;
	margin-bottom: 10px;
	color: #3B2314;
	background: url('/chicken/img/video_nav_left.png') no-repeat top left;
}
#flashVideoWrapper ul a.active{
	color: #FFD440;
	background: url('/chicken/img/video_nav_left.png') no-repeat top left;
}
#flashVideoWrapper ul a:hover{
	color: #FFD440;
	background: url('/chicken/img/video_nav_left.png') no-repeat top left;
}
#flashVideoWrapper ul a.active:hover{
	color: #FFD440;	
	cursor: default;
}
#flashVideo{
	display: none;
}
#flashPhotos_1,
#flashPhotos_2{
	float: left;
	clear: left;
	width: 780px;
	height: 290px;
	margin: 30px 0 45px 0;
	background: none;
}
#flashPhotoGallery{
	margin-left: -7px;
}
p#createdBy{
	position: absolute;
	right: 0;
	top:  180px;
}
p#createdBy a{
	display: block;
	width: 92px;
	height: 38px;
	text-indent: -999em;
	background: url('/chicken/img/createdby.gif') no-repeat top left;
}
p#contact{
	position: absolute;
	right: 0;
	top:  220px;
}
p#contact a{
	display: block;
	width: 93px;
	height: 12px;
	text-indent: -999em;
	background: url('/chicken/img/contact.gif') no-repeat top left;
}
p#contact a:hover{
	background: url('/chicken/img/contact.gif') no-repeat -93px 0;
}

