@import "fonts/weebairn.css";

body.camp .main .content {
  width: 750px;
}

body.camp .main .content .camp-column1 {
  width: 360px;
  float: left;
}

body.camp .main .content .camp-column2 {
  margin-left: 380px;
}

#camp_summary {
  padding-bottom: 18px;
}

#camp_tabs .tabs li {
  margin-right: 2px;
}

#camp_tabs .tabs a {
  background: #eaeaea url('../images/bg_camp_info-tab.gif') left bottom repeat-x;
}

#camp_tabs .tabs .selected a {
  border-top: 3px solid #82c053;
  border-left: 1px solid #82c053;
  border-right: 1px solid #82c053;
  background-color: white;
  background-image: none;
  color: #4d8721;
}

#camp_tabs .panel {
  display: none;
  position: relative;
  width: 340px;
  min-height: 234px;
  padding: 18px 10px 18px;
  background: #a9da83 url('../images/bg_camp_info-panel.gif') left bottom no-repeat;
  overflow: auto;
}

#camp_tabs .panel.selected {
  display: block;
}

#camp_tabs h3 {
  margin-bottom: 0;
  font: normal 150% WeeBairn;
  text-align: center;
}

#camp_tabs p {
  text-align: center;
}

#camp_tabs .panel a {
  color: #444;
  text-decoration: underline;
}

#camp_tabs .column1 {
  width: 160px;
  float: left;
}

#camp_tabs .column2 {
  margin-left: 180px;
  padding-bottom: 120px;
}

#camp_tabs .panel.forms ul {
  display: block;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#camp_tabs .panel.forms ul.column2 { margin-left: 180px; }

#camp_tabs .panel.forms ul li {
  display: block;
  padding: 2px 0 1px;
}

#camp_tabs .panel.forms ul a {
  display: block;
  padding: 3px 0 3px 24px;
  background: transparent url('../images/icons/mini/green-bullet.png') 2px 6px no-repeat;
}

#camp_tabs .panel.forms ul a:hover {
  background-color: #d3f1b8;
}

#camp_photos_gallery {
  height: 230px;
}

#camp_photos_gallery > img {
  width: 1px;
  height: 1px;
  visibility: hidden;
}

#camp_news {
  width: 360px;
}

#camp_news h2 {
  position: relative;
  padding-right: 100px;
  color: #75b048;
  font: normal 266.6%/112.5% WeeBairn;
}

#camp_news h2 img {
  position: absolute;
  right: 35px;
  top: -15px;
}

#camp_news h3 {
  margin-bottom: 0;
  color: #16729e;
  font-size: 108%;
  font-weight: 700;
}

#camp_news small {
	color:#999;
}

#camp_news p {
  margin-right: 100px;
}

#camp_news div {
	margin-bottom:18px;
}

#camp_news p.more {
  margin: 13px 50px 0 0;
  padding: 13px 0 18px 28px;
  border-top: 1px solid #e0e0dd;
  background: transparent url('../images/arrow-bullet.png') left 8px no-repeat;
  color: #797b7d;
  font: 100% Helvetica, Arial, sans-serif;
}

#camp_favs {
  width: 360px;
  padding: 0 0 18px;
  overflow: auto;
}

#camp_favs h2, #camp_map h2 {
  margin-bottom: 0;
  color: #75b048;
  font: 175%/171.4% WeeBairn;
}

#camp_favs ul {
  display: block;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  float: left;
}

#camp_favs li {
  display: block;
  width: 87px;
  margin-top: 9px;
  padding: 0 10px 0 13px;
  background: transparent url('../images/bullet_green.png') left 4px no-repeat;
  float: left;
}

#camp_favs li.third {
  width: auto;
  margin-left: 222px;
  float: none;
}

#camp_accredited {
  margin-left: 380px;
  padding: 18px 0 0;
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 92%;
  text-align: right;
  clear: both;
}

#camp_accredited img {
  margin-top: -5px;
  margin-left: 15px;
  float: right;
}


/*
  PHOTO GALLERIES
*/

.galleria-container {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.galleria-info-text {
  display: block;
  position: absolute;
  bottom: 58px;
  left: 20%;
  width: 60%;
  padding-left: 0;
  padding-right: 0;
  background-color: #426f14;
  color: white;
  font: normal normal 11px/15px Helvetica, Arial, sans-serif;
  z-index: 10;
}


/*
  INDIVIDUAL CAMP STYLES
*/

body.emma_kaufmann h1.page-title,
body.emma_kaufmann #camp_news h2,
body.emma_kaufmann #camp_favs h2,
body.emma_kaufmann #camp_map h2 {
  color: #7b6b57;
}

body.emma_kaufmann #camp_favs li {
  background-image: url('../images/bullet_brown.png');
}

body.emma_kaufmann #camp_tabs .panel {
  background-image: url('../images/bg_camp_info-panel_ekc.gif');
}


