/*

ToC

1. defaults
2. structure
3. links and navigation
4. fonts and hdrs
5. ads
6. misc
7. calendar
8. cart

*/

/* --------- 1. defaults --------- */

body {
  background: #14310B url(../images/layout/body_bg.gif);
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #6E6949;
}

* {
  xmargin: 0;
  xpadding: 0;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin:0pt;
  padding:0pt;
}

p,ul {
  margin-bottom: 1em;
}


a {
  text-decoration: none;
  color: #235905;
}

a:hover { 
  text-decoration: underline;
  color: #033900;
 }

img {
  border: none;
  xdisplay: block;
}

/* --------- 2. structure --------- */

#outerwrapper {
 width: 1004px;
 margin: auto;
}

#wrapper {
  width: 881px;
  xmargin: auto;
  background: url(../images/layout/content_tile2.gif) repeat-y 31px 0;
}

#home #wrapper {
  width: 881px;
  xmargin: auto;
  background: none;

}

/* commented styles are for using banner ad */ 
#masthead {
  width: 881px;
  height: 171px;
  position: relative;
  background: url(../images/layout/masthead2.jpg) no-repeat 60px 10px;
}

#masthead_banner_ad {
  width: 881px;
  height: 300px;
  padding-top: 10px;
  position: relative;
  background: url(../images/layout/masthead2.jpg) no-repeat 60px 149px;
}

#home #masthead {
  background: url(../images/layout/masthead_home_no_ad.jpg) no-repeat;
  height: 264px;
}

#home #masthead_banner_ad {
  background: url(../images/layout/masthead3.jpg) no-repeat;
  height: 323px;
}

#masthead a, #masthead_banner_ad a {
  position: absolute;
  text-indent: -9999px;
}


#masthead h1 a {
  left: 60px;
  top: 0;
  height: 140px;
  width: 246px;
  display: block;
}

#masthead_banner_ad h1 a {
  left: 60px;
  top: 148px;
  height: 140px;
  width: 246px;
  display: block;
}

#home #masthead h1 a {
  top: 75px;

}

#home #masthead_banner_ad h1 a {
  top: 148px;

}
#masthead #find_a_camp {
  left: 675px;
  top: 0;
  height: 90px;
  width: 142px;
  display: block;
}

#masthead_banner_ad #find_a_camp {
  left: 675px;
  top: 148px;
  height: 90px;
  width: 142px;
  display: block;
}

#home #masthead #find_a_camp {
  top: 75px;
}

#home #masthead_banner_ad #find_a_camp {
  top: 148px;
}


#content {
  width: 760px;
  overflow: hidden;
  margin: auto;
  background: #FDF6D9;
  padding-bottom: 20px;
}

#home #content {
  background: #FDF6D9 url(../images/layout/content_tile.jpg) repeat-y;
  width: 817px;
  margin: 0;
  position: relative;
  left: 27px;
}

#content_inner {
  overflow: hidden;
  width: 710px;
  margin: auto;
  padding-top: 14px;
}

#main {
  float: right;
  width: 474px;
}

#main_full_page { 
  float: right;
  width: 710px;
 }

.one_column  #main {
  float: none;
  width: 776px;
  margin: auto;
  overflow: hidden;
}

#sidebar {
  width: 224px;
}

#sidebar img {
  margin-bottom: 10px;
}

#sidebar #events {
  background: url(../images/layout/sidebar_tile.gif) repeat-y;
  width: 218px;
  margin: 12px auto;
}

#sidebar #events_outer {
  background: url(../images/layout/sidebar_top.gif) no-repeat;
}

#sidebar #events_inner {
  background: url(../images/layout/sidebar_bot.gif) no-repeat bottom left;
  padding: 14px 14px 24px 14px;
}

#footer {
  background: url(../images/layout/footer2.jpg) no-repeat center;
  height: 102px;
  overflow: hidden;
  font-size: 11px;
  color: #5E2100;
  line-height: 1.3em;
}

#home #footer {
  background: url(../images/layout/footer.jpg) no-repeat center;
}

#footer p {
  position: relative;
  top: 44px;
  text-align: center;
}

#home #footer p {
  top: 63px;
}

#footer a {
  color: #5E2100;
}

/* --------- 3. links and navigation --------- */

#nav {
  width: 760px;
  height: 38px;
  position: relative;
  background: url(../images/layout/nav.gif) no-repeat;
  margin: auto;
  z-index: 4000;
}

/* see nav.css for the rest */

#regions {
  margin-left: -18px;
  width: 222px;
  font-size: 13px;
 }
#regions a { 
  margin-left: 22px;
}
#regions a:hover {
  text-decoration: none;
 }

#regions .selected { 
  background: #d1c690;       //#E2D7A1;
 }

/* --------- 4. fonts and hdrs --------- */

#main ul { 
  margin-left: 2em;
  list-style-position: outside;
  list-style-type: disc;
 }

#main li {
  margin-bottom: 1em;
}

#home #main #welcome h1 {
  background: #FDF6D9 url(../images/layout/welcome_leaf.gif) no-repeat center right;
  padding: 14px 4px 14px 4px;
  height: 30px;
  font-size: 18px;
  width: 150px;
  display: block;
  position: absolute;
  top: -24px;
  left: 18px;
  left: 0;
  z-index: 1;
}

#welcome {
  position: relative;
  padding-top: 40px;
}

.legend {
  border: 1px solid #E2D7A1;
  margin-top: 25px;
  padding: 0 18px;
}

.legend h1 {
  font-size: 14px;
  top: -10px;
}

.legend h2 {
  font-size: 14px;
  top: -10px;
}

.legend h1,
.legend h2 {
  color: #235905;
  display: inline;
  background: #FDF6D9;
  padding: 0 4px;
  position: relative;
  left: -4px;
}

.legend h3 {
  font-size: 11px;
  color: #235905;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #E2D7A1;
}

.legend .first {
  padding-top: 0;
  border-top: none;
}

#sidebar a {
  color: #0E7095;
}

#sidebar h2,
#sidebar h3 {
  border-top: 1px solid #E2D7A0;
  padding-top: 12px;
  margin-top: 12px;
  color: #0E7095;
}

#home #sidebar a {
  color: #D0181A;
}

#home #sidebar h2,
#home #sidebar h3 {
  color: #D0181A;
}

#sidebar .first {
  border-top: none;
}

#sidebar h2 {
  font-size: 14px;
}

#sidebar h3 {
  font-size: 12px;
}

#sidebar h4 {
  margin-top: 16px;
  font-size: 12px;
  font-weight: normal;
}

#sidebar .find_a_camp {
  background: url(../images/layout/find_a_camp.gif) no-repeat;
  margin: 16px 0 6px 0;
  border: none;
}

#sidebar .find_a_camp a {
  display: block;
  text-indent: -9999px;
  width: 224px;
  height: 124px;
  background: url(../images/layout/find_a_camp.gif) no-repeat;
}

#sidebar .find_a_camp a:hover {
  background-position: 0 -124px;
}

#sidebar #weather {
  width: 196px;
  overflow: hidden;
  padding-bottom: 8px;
}

#sidebar #weather img {
  float: left;
  margin-right: 6px;
}

#sidebar #weather #high_temp {
  color: #FF0000;
}

#sidebar #weather #low_temp {
  color: #0000FF;
  margin-bottom: 12px;
}

.posted {
  color: #999999;
  font-size: xx-small;
  text-align: left;
  margin-bottom: 10px;
  line-height: normal;
  padding: 3px;
}

.embed_image_left { 
  float: left;
  margin: 0 6px 0 0;
 }

.embed_image_right { 
  float: right;
  margin: 0 0 0 6px;
 }

.search_line_item { 
  padding-top: 1em;
  border-bottom: 1px solid #E2D7A1;
 }

/* --------- 5. ads --------- */

#skyscraper {
 float: right;
 margin-top: 25px;
}

#leaderboard {
  width: 730px;
  height: 88px;
  position: absolute;
  left: 78px;
}

#leaderboard h6 {
  font-size: 10px;
  font-weight: normal;
  color: #568341;
}

#leaderboard div {
  border: 1px solid #D5D5D5;
}

div#masthead_banner_ad div#leaderboard a {
 position: relative;
 text-indent: 0; 
}


#advertising {
  width: 760px;
  clear: both;
  padding-top: 1px;
}

#advertising ul {
  overflow: hidden;
  width: 680px;
  padding-bottom: 1em;
  margin-bottom: 0;
}

div#content #advertising li {
  float: left;
  border: 1px solid #d5d5d5;
  list-style-type: none;
  margin-left: 30px;
  padding-bottom: 0px;
  height: 150px;
}

#advertising li.first {
  margin-left: 0;
}

#advertising .legend {
  padding: 0 6px 0 14px;
  width: 688px;
}

#advertising .legend h6 {
  position: relative;
  top: -6px;
  font-size: 9px;
}

#advertising .legend h6 span {
  background: #FDF6D9;
  padding: 0 4px;
}

/* --------- 6. misc --------- */

#main #lost_and_found {
  margin: 0 auto 1em auto;
}

.tabs {
    background-image:url( /images/common/tabs.gif ) !important;
}

/* -------- 7. calendar -------------*/
table.calendar{
border-top:1px solid #999;
border-left:1px solid #999;
border-collapse:collapse;
margin-top:2em;
}

.calendar th, .calendar td{
border-right:1px solid #999;
border-bottom:1px solid #999;
}

.calendar th{
vertical-align:bottom;
background: #E2D7A1;
color:#235905;
padding:0.5em 0;
}

.calendar td{
vertical-align:top;
height:8.7em;
padding-left:4px;
background:#fff;
font-size:0.9em;
width:95px;
}

th.month{
font-size:1.5em;
padding:0.25em 0;
}

.calendar td div{
float:right;
border-left:1px solid #999;
border-bottom:1px solid #999;
width:1.5em;
text-align:center;
font-weight:bold;
background:#FEFDEB;
color: #235905;
font-size:1.1em;
}

.calendar td.today{
background:#FEFDEB;
}

//.calendar td a:link, .calendar td a:visited{
//color:#7C2230;
//text-decoration:none;
//}


//.calendar td a:hover{
//color:#828282;
//}

.calendar th a:link, .calendar th a:visited{
//text-decoration:none;
//color:#FEFDEB;
display:block;
}

//.calendar th a:hover{
//color:#ccc;
//}

.cart address, .cart h3 {
	margin-left: 42px;
}

.cart p {
	margin: 0 42px 1em 42px;
}

.cart h3 {
	font-size: 1em;
	margin-bottom: .6em;
}

.cart address {
	font-style: normal;
	margin-bottom: 1em;
}

.cart table {
	border-collapse: collapse;
	width: 500px;
	margin: 0 auto 10px auto;
}

.cart th {
	text-align: left;
	border: 1px solid #fff;
	padding: 4px;
	color: #000;
}

.cart td {
	border: 1px solid #fff;
	padding: 6px;
}

.cart .total td {
	color: #000;
	font-weight: bold;
}




/*============ ORDER SUMMARY ==============*/

.order-summary {
	border: none;
}
.order-summary td, .order-summary th {
	border: none;
}
.shipping-charges {
	text-align: right;
}

.error {
 	color: red;
}

.fix_checkbox div div {
  margin-top: 5px;
}
.fix_checkbox label {
 padding-top: 0;
}

