/* Camps.css */

.clearAll {
	float: none;
	clear: both;
}

body {
	background: #B3A7CB url(bodyBG.jpg) repeat-y top center;
	background-color: none;
}

#header #topnav, .header #topnav {
	border-bottom: none;
}

#header #topnav li#selected a, #header #topnav li#selected a:hover, .header #topnav li.selected a, .header #topnav li.selected a:hover {
	border-color: #AE1619;
}

#secondaryNavWrapper {
	background: #AE1619;
	width: auto;
	margin-bottom: 8px;
}

#secondaryNav {
	float: left;
	margin: 0.8em 0em 0.8em 0.8em;
	padding: 0;
	text-transform: lowercase;
}

#secondaryNav li {
	display: inline;
	margin-right: 0.8em;	
}

#secondaryNav a {
	padding: 5px;
}

#secondaryNav li a:link,
#secondaryNav li a:visited {
	color: #fff;
	text-decoration: none;
}

#secondaryNav li a:hover {
	text-decoration: underline;
	background: #DC8A2A;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.scopedSearch{
	color: #fff;
	float: right;
}

.scopedSearch fieldset {
	border: none;
}

.scopedSearch legend {
	display: none;
}

#contentWrapper {
	margin: 0 auto;
	width: 973px;
	
}

#campsBrandingLargeWrapper #campsApplySearchWrapper {
	background:#00ADEF url(BG_applySearchWrapper.jpg) no-repeat 808px 0px;
}

#campsApplySearchWrapper {
	width: 100%;
	background:#832B8F;
	color:#FFFFFF;
	font-weight: bold;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomright: 8px;
	border-radius: 8px;
	/* padding-top: 25px; */
	position: relative;
	padding-top: 10px;
	z-index: 99;
	padding-bottom: 0.9em;
}

#campsApplySearchWrapper.nonHome {
	background-image: none;
}

#campsApplySearchWrapper form {
	float: left;
	border-right: 2px solid #fff;
}

form#findCamp {
	border-right: none;
}

#campsApplySearchWrapper form select option {

}

#campsApplySearchWrapper form ul {
	margin: 0;
	padding: 0;
}

#campsApplySearchWrapper form ul li {
	display: inline-block;
}

#campsApplySearchWrapper form fieldset {
	border: none;
	padding: 0.4em;
}

#campsApplySearchWrapper form legend{
	font-weight: bold;
	font-size: 1.2em;
	color:#FEB400;
}

#campsApplySearchWrapper form ul li label {
	display: block;
}

#campsApplySearchWrapper form fieldset#quickCampJump {
	/* float: left; */
	
}

#applyNow {
	float: left;
	margin: 15px 0 0 4px;
}

#campDetailOuterWrapper {
	margin-bottom: 20px;
}

#campDetailsWrapper {
	width: 400px;
	margin-right: 10px;
	padding-right: 20px;
	border-right: 1px solid grey;
	float: left;
}

#campContactsWrapper {
	width: 220px;
	float: left;
	padding-right: 18px;
}



#campDetailsWrapper .campDetails{
}

#campDetailsWrapper h1 {
	font-size:2.5em;
letter-spacing:-0.075em;
}

#campContactsWrapper h2,
#campContactsWrapper h3{
	margin-bottom: 0;
	padding-bottom: 0;
}

#campContactsWrapper p {
	margin: 0;
	padding: 0;
}


#campVenueWrapper {
	width: 302px;
	float: left;
}

#venueMap {
	width: 300px;
	height: 300px;
	border: 1px solid grey;
}

p.applyNow {
	font-size:small;
font-weight:bold;
}

span.formDownload {
	display: block;
	font-size: 0.9em;
	color: grey;
}

div#page-footer {
background-image:url(footer.gif);
text-align:center;
width:1000px;
}

abbr.dtstart,
abbr.dtend {
	border-bottom: none;
	font-weight: bold;
}

.accessible {
	position: absolute;
	left: -9999px;
}

#tweetWrapper {
	width: 35%;
	float: left;
}

#tweet ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tweet ul li {
	padding: 0.5em;
background-color:#E9DFFF;
border:1px solid #832B8F;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 4px;
}

#tweet  .twitterstatus {
}

#tweet .twittertime {
	display: block;
	font-size: 0.85em;
}

#twitterBird {
	margin-right: 10px;
}

.campRegion {
	display: none;
}

#campSearchResultsWrapper {
	float: left;
}

#campSearchResultList {
	/*
	float: none;
	clear: both;
	*/
	
}

#campSearchResultList li {
	list-style-type: none;
	margin-bottom: 1em;
	float:left;
	width:440px;
	margin-right:10px;
	min-height:100px;
	border:1px solid #CCC;
	background-color:#EFEFEF;
	padding:5px;
	border-radius:5px;
}

#campSearchResultList li .campDetails,
#campSearchResultList li .campAttributes{
	/* font-size: 0.85em; */
	color: #444;
}

#campSearchResultList li  .campSearchResultAbout {
	padding: 10px;
	font-size:x-small;
}

#campSearchResultList h2,
#campSearchResultList p {
	margin: 0;
	padding: 0;
}

.campSearchResult {
	width: 35em;
}

#sortByWrapper {
	padding: 10px 0 0 40px;
}

#sortByWrapper p {
	display: inline;
}

#sortByWrapper ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#sortByWrapper ul li {
	display: inline;
	margin-right: 1.5em;
}


#spielWrapper {
	width: 40%;
	margin: 0 20px;
	float: left;
}

#sortByHeader {
	margin-left: 15em;
	font-size: 0.85em;
}

#campOrderBy {
	font-weight: bold;
}

#campOrderBy a {
	font-weight: normal;
}

#numResultsWrapper strong {
	font-size: 2em;
}

.shareCamp {
	margin: 10px 0;
}

#campSearchResultList .campStatus,
p.campStatus {
	
	color:#FFFFFF;
font-size:0.85em;
font-weight:bold;
padding:0.25em 0.6em;
text-transform:uppercase;
display: inline-block;
float: right;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin-right:15px;
}

.Full,
.Closed {
	background-color: red;
}

.TextFull,
.TextClosed a {
	color: red;
}

.Open {
	background-color: green;
}
.TextOpen a {
	color: green;
}


.Cancelled {
	background-color: purple;
}
.TextCancelled a {
	color: purple;
}

.Ended {
	background-color: black;
}
.TextEnded a {
	color: black;
}

.OpeningSoon {
	background-color: orange;
}
.TextOpeningSoon a {
	color: orange;
}

#contentInnerWrapper {
	margin-left: 200px;
	margin-right: 300px;
}

ul.pageToC {
}

ul.pageToC li {
}

#carouselWrapper {
	margin-top: 20px;
}

#carouselWrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#carouselWrapper ul li {
	display: inline;
}

#carouselWrapper ul li img {
	padding: 4px 4px 8px 4px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	margin: 0 4px 4px 0;
	background-color: #832B8F;
}
a.top {
	text-align: right;
	display: block;
	font-size: 0.85em;
}

address {
	padding: 1em;
	border: 1px solid #000;
	margin: 1em;
}

form#campApplication ul {
	margin: 0;
	padding: 0;
}

form#campApplication ul li {
	list-style: none;
	margin-bottom: 0.5em;
	font-family: Helvetica, Arial, sans-serif;
}

form#campApplication ul li  label{
	display: block;
	font-weight: bold;
}

form#campApplication fieldset {
	margin-bottom: 1em;
}

form#campApplication fieldset ul li  label{
	display: inline;
	font-weight: normal;
}

form#campApplication fieldset legend {
	font-weight: bold;
}

form#campApplication span.optField,
form#campApplication span.reqField{
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
}

form#campApplication textarea {
	display: block;
	width: 100%;
}

#campApplicationWrapper {
	width: 60%;
	float: left;
}

#campApplicationHelpWrapper {
	width: 40%;
	float: left;
}

.applicationPostalAddress address {
	padding: 1em;
	border: 1px solid grey;
	background-color: #FFFA73;
}
