/* CLEARFIX //-----------------------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



body {
	margin:0;
	padding:0;
	background:#6b9713 url(images/gui/header-bg-repeat.jpg) repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#593d17;
}

h1 {
	font-size:1.5em;
}

h2, h3, h4, h5 {
	font-size:1em;
}

a {
	color:#6b9713;
}

.clear {
	clear:both;
}

#main_wrap {
	background:url(images/gui/main-bg.jpg) repeat-y top center;
}

#main {
	background:url(images/gui/header-bg.jpg) no-repeat top center;
}

#main_inner {
	width:980px;
	margin:0 auto;
}

#main_inner .left {
	float:left;
	width:324px;
}

#main_inner .right {
	float:left;
	width:656px;
}

#left_menu {
	margin-top:350px;
	text-align:right;
}

#top_menu {
	text-align:right;	
	padding-top:15px;
	padding-right:50px;
}

#top_menu a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid #937750;
}

#top_menu .delimiter {
	color:#937750;
	padding-left:10px;
	padding-right:10px;
}

#content {
	clear:both;
	width:580px;
	margin-top:180px;
	margin-left:20px;
}

#footer {
	background:url(images/gui/footer-bg.jpg) repeat-x bottom;
	padding-bottom:70px;
	
}

#footer_inner {
	width:980px;
	margin:0 auto;
	background:url(images/gui/main-bg-bottom.jpg) no-repeat;
	padding-top:30px;
}

#sponsored_by {
	text-align:right;
	padding-right:50px;
}


/* Camp Directory */

.camp-logo {
width:100px;
float:left;
margin-right:10px;
}

.camp-logo img {
	width:100px;
	height:auto;
}

.camp-details {

margin-left:110px;
margin-bottom:10px;
}

.line-item {
font-size:90%;
margin:0;
font-weight:normal;
}

.item-label{
font-weight:bold;
}

.directory-list-item{
padding:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
radius: 5px;
border: 1px solid #ccc;
margin-bottom:10px;
}

.directory-list-item h2{
margin-top:0;
}

.directory-list-item:nth-child(even) {
background:#ebebeb;
}






/* Listing Form */
/* FORM //-----------------------------------------------------------------------------------------*/ 
/*
form input[type='submit']{
	background: #E11D73;
	color:#fff;
}
*/
form.form-style {
	font-size:90%;	
}

form.form-style label {
	float:left;
	width:140px;
	padding:2px 0;
}

form.form-style .form-row {
	clear:both;
	position:relative;
	border-bottom:dashed 1px #999;
	padding:8px 0;
}

form.form-style input[type='text'], form.form-style textarea, form.form-style select {
	font-size:1em;
	width: 160px;
	border:solid 1px #777;
	padding: 2px;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
}

form.form-style select {
	width:170px;
}
/*
form.form-style input[type='submit']{
	border:solid 1px #777;
	padding:4px;
	clear:both;
	margin-bottom:10px;
	margin-top:10px;
	clear:both;
}
*/
form.form-style textarea {
	height:80px;
	width:420px;
}

form.form-style .form-row label.error {
	color:#F00;
	position:absolute;
	padding:2px;
	display:block;
	width:240px;
	left:316px;
	background:#fff;
}

form.form-style input.error {
	border:solid 1px #F00;
}

form.form-style .address, form.form-style .city, form.form-style .state, form.form-style .zip {
	display:none;
}
/*
form.form-style .submit-button {
	margin-left:140px;
}
*/

form.form-style label.required:after {
	content: ' *';
}

form .info {
	display:block;
	margin-left:320px;
}

.input-row{
border:solid 1px green;
margin-left:130px;
}

.input-row p{
margin-top:0;
}


form h2 {
background:#593d17;
padding:2px 4px;
color:#fff;
}

.hide {
	display:none;
}


ul#campsByStateList li {
width:200px;
display:inline-block;
}


.credit {
float:left;
width:300px;
margin-top:4px;
margin-left:345px;
font-size:90%;
}

#search_by_state {
	display:none;
}