/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

html, body{
	height: 100%;
}
body{
	border-top: 5px solid #000;
	color: #333;
	background-color: #333;
}
td, tr, table, ul, li{margin:0; padding:0}


.odd {
	background-color:#EFEFEF;
}

/**************************************/
/*              WRAPPER                */
/**************************************/
#wrapper {
	margin-right:auto;
	margin-left:auto;
	width:960px;
}
/**************************************/
/*              HOMEPAGE FEATUED CAMPS                */
/**************************************/




/**************************************/
/*              HEADER                */
/**************************************/
h1#branding { background-color: #333333; }

#header{text-align:center;
position:relative;}

/*
h2.page_title {
	font-size:16px;
	color: #FFF;
	background-image: url(../img/bg_page_title.png);
	background-position: bottom;
	margin-top: 0px;
	margin-left:-9px;
	margin-right:-9px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height:40px;
	line-height:40px;
	
}*/

h2.page_title {
	font-size:19px;
	color: #333;
	margin-top: 0px;
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height:50px;
	line-height:50px;
	background-color:#EFEFEF;
	border-bottom:solid 1px #ccc;
	
}


h2.page_title span{
	font-size:0.7em;
	margin-left:30px;
	color: #999999;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/
#topbar{
	font-size:14px;
	color:#BAE479;
	font-weight:bold;
	padding:6px;
	overflow:auto;
	clear:both;
	position:relative;
	height:45px;
	margin-bottom:12px;
}

#topbar .logo {
	float:left;
	color: #FFFFFF;
	margin-right: 100px;
	position:absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../img/logo.gif);
	height: 52px;
	width: 308px;
}


#topbar .logo span{
display:none;}


#topbar ul{
	position:absolute;
	right: 0px;
	bottom: 0px;
}

#topbar ul li{
	float:left;
}

#topbar ul, #topbar li{margin:0;padding:0; list-style:none}
	#topbar a:link, #topbar a:visited {
	color:#BAE479;
	text-decoration:none;
	margin:0 10px;
	height:23px;
	line-height:23px;
	display:block;
	}
	#topbar a:hover{color:#FFF;}
	#topbar a.active{ 	
	}

#topbar .phone{
	position:absolute;
	right: 0px;
	top: 0px;
	font-size:0.9em;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:10px;
	padding-top:5px;
}


#searchbar {
	margin: 0;
	padding: 15px 1.66666666666667em;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3DB4A;
	background-color: #B0E065;
	background-image: url(../img/searchbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
  }



#searchbar .search_tl {
	background-image: url(../img/search_tl.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#searchbar .search_tr {
	background-image: url(../img/search_tr.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}



#searchbar span.icon{
	height: 42px;
	width: 42px;
	position: absolute;
	left: -12px;
	top: -7px;
	background-image: url(../img/search_bg.png);
	background-repeat: no-repeat;

}

#searchbar .cleardefault{
	width: 50%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
	color: #666666;
}

#searchbar .searchbutton{
	width: 100px;
	height:35px;
	line-height:35px;
	border: 1px solid #333333;
	color: #FFFFFF;
	background-color: #333333;
}
#advanced td {
}

.advanced_search .searchbutton{
	width: 100px;
	height:35px;
	line-height:35px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #5284CF;
}

.advanced_search h4{
	font-size:14px;
	margin-bottom: 15px;
	padding:5px;
}
#panel.box h2{
	background-image: url(../img/box_top2.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


#panel {
	text-align: left;
	display:none;
}




/* Simple scalable breadcrumb by Veerle Pieters
------------------------------------------------------------------*/
#crumbs {
	height:2.3em;
	border:1px solid #dedede;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a {
	background:url(/img/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
#crumbs a:link, #crumbs a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
	}	

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#content{
	background-color:#FFF;
}
.map {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/map_560.jpg);
	height: 400px;
	border: 7px solid #666666;
	padding: 1px;
}

.activities label{
	display:block;
	float:left;
	border:1px solid #ccc;
	padding:3px;
	margin-right:4px;
	margin-bottom:4px;
}


#featured_section{
	background-color: #666;
}
.featured{
	background-color: #333333;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.featured:hover{
	background-color: #999999;
}


.featured img {
	border: 5px solid #ADDE5F;
	margin-right: 10px;
	width: 100px;
}

.photobox{
	float:left;
	padding: 2px;
	margin-right: 7px;
	margin-bottom: 7px;

}
.featured .infobox{
	float:left;
}
.featured .tools{
	float:right;
	width:120px;
	background-color:#666666;
	padding:4px;
}
.featured  a:link, .featured a:visited {
	color: #ADDE5F;
}
.featured  a:hover {
	color: #000;
	background: #ADDE5F;
}


.featured h3 {
	font-size:1.3em;
	color: #ADDE5F;
	margin: 0px;
	padding: 0px;
}
.featured h4 {
	font-size:1.1em;
	color: #FFF;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.featured p {
	color: #EFEFEF;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.dark {
	background-color: #666666;
	color: #FFFFFF;
}


.camp_description{
	z-index: 0;
	display: block;
	width: auto;
	padding: 10px 0;
	text-align: left;
	margin: 0 230px 0 220px;
}

	.camp_description h1 {
		font-size:1.3em;
		font-weight:bold;
		padding-top: 6px;
		padding-bottom: 6px;
		margin: 0;
	}
	
	
	.camp_description h2 {
	margin-top:0;
	margin-bottom:15px;
	color: #999999;
	font-size: 1em;
	font-weight: normal;
	}
	
.camp_description_text{
	font-size:13px;
}
.camp_activities {
	font-size: 0.7em;
	margin-top: 15px;
	padding: 5px;
}
.camp_activities h3 {
	font-size: 1em;
	text-transform: uppercase;
}



.camp_logo {
	z-index: 2;
	float: left;
	width: 200px;
	margin: 0;
	padding: 10px 0;
}
ul.space{
	margin-top:15px;
}


ul.space li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.space li {
	background-repeat: no-repeat;
	margin-top:4px;
}
ul.space li.campography {
	background-image: url(../img/icons/campography.png);
}
ul.space li.website {
	background-image: url(../img/icons/mouse.png);
}


ul.space li a:link, ul.space li a:visited {
	margin:0;
	padding:0;
	padding-left: 20px;
	display:block;
	color:#999999
}

ul.space li a:hover{
	color:#000
}

.camp_logo img {
	background-image: url(../img/logo_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 18px;
}


.camp_info{
	z-index: 5;
	float: right;
	width: 220px;
	margin: 0;
	padding: 10px 0;
	font-weight: bold;

}


.camp_info h2{
	background-color: #9DD941;
	padding: 4px;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.camp_info ul, .camp_info li {margin:0; padding:0;}
.camp_info ul {
	margin-top: 10px;
}
.camp_info li {
	padding-bottom:5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.camp_info span {
	font-weight: bold;
	background-color: #EFEFEF;
	margin-right: 5px;
}

.established {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #999999;
}

.nobottom{
	margin-bottom:0;
}

/**************************************/
/*               FOOTER               */
/**************************************/


#footer{
	background-color: #BAE479;
	padding:25px;
}
#footer ul, #footer li{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}
#footer h3{
	font-size: 1.2em;
}
#footer a:link, #footer a:visited{
	color:#666
}
#footer a:hover{
	color:#000;
}
/**************************************/
/*               MESSAGES               */
/**************************************/

.notice, .error, .success{
	padding:15px;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
}

.notice{
	background-color: #FFFFCC;
	border: 6px solid #FFCC00;
}
.error{
	background-color: #FFCCCC;
	border: 6px solid #FF0000;
}
.success{
	background-color: #CDFECE;
	border: 6px solid #66FF00;
}
#active_facets ul, #active_facets li, #search_facets ul, #search_facets li {
	margin:0;
	padding:0;
}
#active_facets ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#active_facets li {
	background-image: url(../img/icons/remove.png);
	background-repeat: no-repeat;
	margin-top:4px;
}
#active_facets.box h2{
	background-image: url(../img/box_top2.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#search_facets ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#search_facets li {
	background-image: url(../img/icons/add.png);
	background-repeat: no-repeat;
	margin-top:4px;
}
#search_facets a, #active_facets a{
	padding-left: 20px;
	display:block;
}

#search_facets a:hover, #active_facets a:hover{
	text-decoration:underline;
	color:#999999;
}
.fltlt {
	float: left;
}
.fltrt {
	float: right;
}



/* SEARCH */
#search_results {
}


#search_results .camp_description{
	z-index: 0;
	display: block;
	width: auto;
	text-align: left;
	margin-top: 0;
	margin-right: 130px;
	margin-bottom: 0;
	margin-left: 115px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#search_results .camp_description p{
	font-size:1em;
}

	
#search_results .camp_description h3 {
	margin-top:0;
	margin-bottom:5px;
	font-size: 1.5em;
	font-weight: normal;
	}
#search_results .camp_description h3 a:link {
	color: #2E75E0;
}
#search_results .camp_description h3 a:visited {
	color: #729EF1;
}

#search_results .camp_description h3 a:hover {
	color: #000;	
}

#search_results .camp_activities {
	font-size: 0.7em;
	margin-top: 15px;
	padding: 5px;
}
#search_results .camp_activities h3 {
	font-size: 1em;
	text-transform: uppercase;
}



#search_results .camp_logo {
	float: left;
	width: 120px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 10px;
}

#search_results .camp_logo img {
	background-image: url(../img/logo_bottom_small.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 9px;
}

#search_results .camp_info{
	z-index: 5;
	float: right;
	width: 120px;
	margin: 0;
	padding: 10px 0;
	font-weight: bold;

}


#search_results .camp_info h2{
	background-color: #9DD941;
	padding: 4px;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#search_results .camp_info ul, #search_results .camp_info li {margin:0; padding:0;}
#search_results .camp_info ul {
	margin-top: 10px;
	border:none;
}
#search_results .camp_info li {
	padding-bottom:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	border:none;
}
#search_results .camp_info span {
	font-weight: bold;
	margin-right: 5px;
	text-transform: uppercase;
	color: #990000;
	background:none;
}

.pagination{
	background-color: #EFEFEF;
	text-align: center;
	border: 1px solid #E8E8E8;
	padding: 4px;
}

.result{
	background-image: url(../img/result.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.procamp{
	background-image: url(../img/result_featured.png);
}


ul.nicelist li{
	font-size: 0.9em;
	background-image: url(../img/icons/tick.png);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
}

.button{
	font-size: 12px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;
}

.level {
	padding: 0px;
	height: 20px;
	background-repeat: no-repeat;
	margin: 0px;
}

.level0{
	background-image: url(../img/levels.gif);
	background-position: 0px 0px;
	background-color: #FFF;


}

.level1{
	background-image: url(../img/levels.gif);
	background-position: 0px -20px;
	background-color: #EFEFEF;
}

.level2{
	background-image: url(../img/levels.gif);
	background-position: 0px -40px;
	background-color: #FFFD7C;
}

/*MAP*/
#sidebar_map{
height:360px;
overflow:auto;
}
#sidebar_map li{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

.map_controls {
	padding: 10px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
.map_controls *{
	margin-right:6px;

}
form.small_form label {
	font-size: 0.8em;
	padding-bottom: 6px;
	display: block;
}
