@charset "utf-8";
/* Leif Robertson 2008 */


/*-------- General styles --------*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'calibri';
	src: url('../font/calibri.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	background:#a6aaa5;
	text-align: center;
	line-height: 1.6;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.1m;
	color: #000;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#topNavHome{
	background:url(../images/top_home.png) no-repeat;
	height:590px;
}

#topNav{
	background:url(../images/top.png) no-repeat;
}

#leftLinks{
	width:230px;
	margin-left:30px;
	padding-top:2px;	
}

#topLink{
	height:43px;
}

#middleLink{
	height:43px;
}

#bottomLink{
	height:33px;
}



#content{
	background:url(../images/contentBG.jpg)	repeat-y;
	margin-top:10px;
	padding-bottom:50px;
}



body#home #content{
	margin-top:0;	
}

#contentContact{
	background:url(../images/contentBG.jpg)	repeat-y;
	margin-top:10px;
	padding-bottom:50px;
}




h1 {
	text-align:center;
	margin-top: 10px;
	font-size:1.2em;
}


.boxLeft{
	float:left;
	border:1px solid #000;
	padding: 10px;
	width: 400px;
	margin: 0 20px 10px 40px;
	background: #3a68ca;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.boxRight{
	float:right;
	border:1px solid #000;
	padding: 10px;
	width: 400px;
	margin: 0 45px 10px 10px;
	background: #3a68ca;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear:right;
}

.boxAll{
	float:left;
	border:1px solid #000;
	padding: 10px;
	width: 900px;
	margin: 0 10px 10px 45px;
	background: #3a68ca;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.boxLeft A:link, .boxLeft A:visited, .boxLeft A:active, .boxRight A:link, .boxRight A:visited, .boxRight A:active{
	color: #000;
}

.boxLeft A:hover, .boxRight A:hover{
	color: #FFF;	
}


/* ----- Countdown Timer ----- */

.countdown {
	float:right;
	margin-right:90px;
	margin-top:35px;
	color: #000;
	width:50px;
	font: bold 26pt Arial;
	height: 34px;
	padding: 0px 2px 2px 0;
}


#clear {
	clear:both;
	line-height:1px;
}
.clear {
	clear:both;
	line-height:1px;
}
A:link {
	text-decoration:none;
	color:#0034a4;
	font-weight:bold;
}
A:visited {
	text-decoration:none;
	color:#0034a4;
	font-weight:bold;
}
A:active {
	text-decoration:none;
	color:#0034a4;
	font-weight:bold;
}
A:hover {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}


p {
	line-height:150%;
	margin-bottom:10px;
}

#content p{
	margin:0 50px 0 50px;	
}

#content p.first{
	padding-top:25px;	
}

.first{
	padding-top:25px;	
}

.hide {
	visibility:hidden;
}
img {
	border:none;
}




/*-------------------Map to McCleary------------------------*/

#map{
	border:1px solid #000;
	margin-left:100px;
	width: 800px;	
}






#sponsors p {
	padding-top:10px;
	font-weight:bold;
}
#sponsors img {
	border:none;
	padding:2px;
}

.left {
	float:left;
}
.right {
	float:right;
}
/* -------------------- footer styles -------------------------------- */

#prefooter{
	height:30px;
	background: url(../images/footer2.jpg) no-repeat;
}

#footer {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/footer.png) repeat-x;
}

#footerReflect{
	background: url(../images/footerReflect2.jpg) no-repeat #000;
	width:1000px;
	margin: 0 auto;
	text-align:center;
}


#footer a {
	color: #F00;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
	text-decoration: none;
}


#sponsors{
	padding-top:40px;
	padding-left:70px;
	padding-bottom:30px;
	background-color:transparent;
}

#allSponsors{
	text-align:right;
	font-style:italic;
	color:red;
	font-size:1em;
	margin-right:50px;
}

#credits{
	background:url(../images/bearSmall.png) no-repeat;
	height:133px;
	color:#ccc;
	font-size:.9em;
	font-weight:bold;
}

#credits p{
	padding-top:80px;
}



body#home #footerReflect{
	background: url(../images/footerReflect.jpg) no-repeat #000;
	width:1000px;
	margin: 0 auto;
	text-align:center;		
}

body#home #prefooter{
	height:30px;
	background: url(../images/footer.jpg) no-repeat;
}



/*--------------sponsor rollovers--------*/

#precision, #ppp, #lgrweb, #greenDiamond, #sterling, #vaughan, #become, #iwp, #bigfoot, #BST, #GHtourism, #KGY, #cabelas{
  display: block;
  float:left;
  width: 284px;
  height: 128px;
}

#precision{
  background: url("../images/sponsors/2011Sponsors/precisionPlumbing.png") no-repeat 0 0;
}
#ppp{
  background: url("../images/sponsors/2011Sponsors/peabodys.png") no-repeat 0 0;
}
#lgrweb{
  background: url("../images/sponsors/2011Sponsors/lgrweb.png") no-repeat 0 0;
}
#greenDiamond{
  background: url("../images/sponsors/2011Sponsors/greenDiamond.png") no-repeat 0 0;
}
#sterling{
  background: url("../images/sponsors/2011Sponsors/sterling.png") no-repeat 0 0;
}
#vaughan{
  background: url("../images/sponsors/2011Sponsors/vaughan.png") no-repeat 0 0;
}
#become{
  background: url("../images/sponsors/2011Sponsors/becomeSponsor.png") no-repeat 0 0;
}
#iwp{
  background: url("../images/sponsors/2011Sponsors/iwp.png") no-repeat 0 0;
}
#BST{
  background: url("../images/sponsors/2011Sponsors/bronzeSnakeTattoo.png") no-repeat 0 0;
}
#GHtourism{
  background: url("../images/sponsors/2011Sponsors/GHtourism.png") no-repeat 0 0;
}
#KGY{
  background: url("../images/sponsors/2011Sponsors/KGY.png") no-repeat 0 0;
}
#bigfoot{
  background: url("../images/sponsors/2011Sponsors/bigfoot.png") no-repeat 0 0;
}
#cabelas{
  background: url("../images/sponsors/2011Sponsors/cabelas.png") no-repeat 0 0;
}

#ppp:hover, #lgrweb:hover, #become:hover, #greenDiamond:hover, #sterling:hover, #vaughan:hover, #iwp:hover, #precision:hover, #bigfoot:hover, #GHtourism:hover, #BST:hover, #KGY:hover, #cabelas:hover{ 
  background-position: 0 -143px;
}

#ppp span, #lgrweb span, #become span, #greenDiamond span, #sterling span, #vaughan span, #iwp span, #precision span, #bigfoot span, #GHtourism span, #BST span, #KGY span, #cabelas span{
  position: absolute;
  top: -999em;
}




/*--------------ap rollovers--------*/

#apContainer{
	margin:25px 50px;
	padding-left:130px;
	min-height:400px;
}

#softball{
  display: block;
  width: 300px;
  height: 96px;
  background: url("../images/aps/softball.png") no-repeat 0 0;
  float:left;
  margin-right:50px;
  margin-bottom: 40px;
}

#carshow{
  display: block;
  width: 300px;
  height: 96px;
  background: url("../images/aps/carshow.png") no-repeat 0 0;
  float:left;
  margin-right:50px;
  margin-bottom: 40px;
}

#royalty{
  display: block;
  width: 300px;
  height: 96px;
  background: url("../images/aps/royalty.png") no-repeat 0 0;
  float:left;
  margin-right:50px;
  margin-bottom: 40px;
}

#parade{
  display: block;
  width: 300px;
  height: 96px;
  background: url("../images/aps/parade.png") no-repeat 0 0;
  float:left;
  margin-bottom: 40px;
}

#vendor{
  display: block;
  width: 300px;
  height: 96px;
  background: url("../images/aps/vendor.png") no-repeat 0 0;
  float:left;
  margin-bottom: 40px;
}

#funrun{
  display: block;
  width: 300px;
  height: 96px;
  background: url("../images/aps/funrun.png") no-repeat 0 0;
  float:left;
  margin-bottom: 40px;
}

#kiddie{
  display: block;
  width: 300px;
  height: 96px;
  background: url("../images/aps/kiddie.png") no-repeat 0 0;
  float:left;
  margin-bottom: 40px;
}

#softball:hover, #royalty:hover, #carshow:hover, #vendor:hover, #parade:hover, #funrun:hover, #bowling:hover, #kiddie:hover { 
  background-position: 0 -94px;
}

#softball span, #royalty span, #carshow span, #vendor span, #parade span, #funrun span, #bowling span, #kiddie span {
  position: absolute;
  top: -999em;
}

/*--------become a sponsor page--------------*/

ul.bearfest{
	margin:10px 40px 20px 40px;
	list-style:disc;
	list-style-position:inside;
	border:1px solid #000;
	padding:15px;
	background: #bbb;
}

ul.bearfestMainPage{
	margin:10px 40px 20px 40px;
	list-style:disc;
	list-style-position:inside;
	border:1px solid #000;
	padding:15px;
	background: #bbb;
	float:left;
	width:400px;
}

ul.carshow{
	list-style:disc;
	list-style-position:inside;
	border:1px solid #000;
	padding:15px;
	background: #bbb;
	width:470px;
	float:right;
	margin:50px 40px 0 0;
}


#carshowPage{
	border:1px solid #000;
	padding:15px;
	background: #bbb;
	float:right;
	margin:10px 50px;
	
}



.bearfestBox{
	margin:10px 40px 20px 40px;
	border:1px solid #000;
	padding:15px;
	background: #bbb;
	float:left;
	width:880px;
}

.mainPageBoxes{
	float:left;
	border:1px solid #000;
	background: #eee;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#content .mainPageBoxes p{
	margin:5px;	
}


/*---------- superfish ------------*/
/*--------[PAGES DROPDOWN]--------------*/

ul#page-menu {
	/*font-family:'calibri', Verdana, Tahoma, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	float:left;
	position: relative;
	z-index: 100;
	height: 43px;
	font-size:.9em;
	margin-left:20px;
}
ul#page-menu li {
	float:left;
}
ul#page-menu li a {
	padding: 11px 15px 10px 15px;
	color: #fff;
	text-transform: uppercase;
}
ul#page-menu li a:hover {
	text-decoration: none;
}
ul#page-menu li.current_page_item a {
	background:transparent url(../images/active-page-bg.jpg) repeat-x scroll top left;
	border-left:1px solid #FFF;
	color:#000;
	font-weight:bold;
	padding: 11px 25px 15px;
	height: 14px;
}
ul#page-menu li li {
	background:#253c48;
	background-image:none;
	margin:0;
	padding: 0px;
	width: 240px;
}
ul#page-menu li li a, ul#page-menu li.current_page_item li a, ul#page-menu li.current_page_parent li.current_page_item a {
	background: none;
	text-align: left;
	height:auto;
	padding:10px 12px;
	display: block;
	width: 216px;
	border: 0px;
	color: #fff;
	font-weight: normal;
}
#page-menu ul {
	background-image: url(../images/pages-bottom.png);
	padding-bottom: 18px;
}
#page-menu li:hover ul, ul#page-menu li.sfHover ul {
	top:39px;
}
#page-menu li li {
	background-image: none;
	margin: 0px;
}
ul#page-menu > li:hover > a {
	background-color: #253c48;
}
#page-menu li li:hover ul, ul#page-menu li li.sfHover ul {
	top:0px;
}
#page-menu li li a:hover, ul#page-menu li.current_page_item li a:hover {
	background-color: #2a4757;
	border: none;
}
ul#page-menu li.current_page_item > a:hover {
	background:transparent url(../images/active-page-bg.jpg) repeat-x scroll top left;
}

/*------------------------------------------------*/

/*---------------[DEFAULT DROPDOWN SETTINGS]---*/

/*------------------------------------------------*/

.nav ul {
	position:absolute;
	top:-999em;
	background-position: bottom;
	background-repeat: no-repeat;
}
.nav li {
	float:left;
	position:relative;
}
.nav a {
	display:block;
	float: left;
}
.nav li:hover ul, ul.nav li.sfHover ul {
	left:0px;
	top:39px;
}
.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
	left:240px;
	top:0px;
}
.nav li:hover ul, .nav li li:hover ul {
	top: -999em;
}
.nav li li {
	display: block;
	padding: 0px;
	float: left;
	height: auto !important;
}
.nav li ul {
	width: 240px;
}
.nav li li a:link, .nav li li a:visited {
	display: block;
	height: auto;
	float: left;
}
.nav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}



/* ----------- highlight active nav links ------- */


body#home a#home, body#apps a#apps, body#events a#events, body#local a#local, body#support a#support, body#people a#people, body#contact a#contact, body#sitemap a#sitemap {
	background:transparent url(../images/active-page-bg.jpg) repeat-x scroll top left;
	border-left:1px solid #FFF;
	color:#000;
	font-weight:bold;
	padding: 11px 25px 15px;
	height: 14px;
}



/*--------------------------- MULTI COLUMNS ------------------------------------*/
 

.clear {clear: both;}
.one_half, .one_half_last, .one_third, .one_third_last, .one_fourth, .one_fourth_last, .one_fifth, .one_fifth_last, .one_sixth, .one_sixth_last, .two_thirds, .two_thirds_last {padding-bottom: 20px;}

.content_full_width{
	padding:0 40px;
	margin-bottom:20px;
}

.content_full_width .one_half {float:left;width:455px !important;margin-right:20px !important;}
.content_full_width .one_half_last {float:left;width:455px !important;margin:0 !important;}

.content_full_width .one_third {float:left;width:278px !important;margin-right:40px !important;}
.content_full_width .one_third_last {float:left;width:278px !important;margin:0 !important;}

.content_full_width .one_fourth {float:left;width:215px !important;margin-right:20px !important;}
.content_full_width .one_fourth_last {float:left;width:215px !important;margin:0 !important;}

.content_full_width .one_fifth {float:left;width:160px !important;margin-right:23px !important;}
.content_full_width .one_fifth_last {float:left;width:160px !important;margin:0 !important;}

.content_full_width .one_sixth {float:left;width:125px !important;margin-right:20px !important;}
.content_full_width .one_sixth_last {float:left;width:125px !important;margin:0 !important;}

.content_full_width .two_thirds {float:left;width:580px !important;margin:0 !important;}
.content_full_width .two_thirds_last {float:left;width:580px !important;margin:0 !important;}

.content_full_width .three_fourth {float:left;width:675px !important;margin:0 !important;}
.content_full_width .three_fourth_last {float:left;width:675px !important;margin:0 !important;}

.content_full_width .two_thirds_last .one_third, .content_full_width .two_thirds_last .one_third_last, .content_full_width .two_thirds .one_third, .content_full_width .two_thirds .one_third_last {width:280px !important;}




