@charset "UTF-8";
html { overflow-y:scroll; -webkit-text-size-adjust: none; }
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #7522bc;
	margin: 0;
	padding: 0;
	color: #111;
}
#container { 
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* overrides the text-align: center in body */
} 
#header { 
	background-image:url('../images/header-background.jpg');
	background-repeat:repeat-x; 
	padding: 0;
} 
div.path {
	padding: 10px 0 0;
}
div.section {
	padding: 0 3px;
	border-left: 3px solid #aaa;
}
.perpend-subheader {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #b00;
	font-size:18px;
	line-height: 28px;
	font-weight: bold;
	margin: 5px 0;
	border-bottom: 2px solid #b00;
	border-top: 2px solid #b00;
}
.campexploration-subheader {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #444;
	font-size:18px;
	line-height: 28px;
	font-weight: bold;
	margin: 5px 0;
	border-bottom: 2px solid #444;
	border-top: 2px solid #444;
}
.community-subheader {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #909;
	font-size:18px;
	line-height: 28px;
	font-weight: bold;
	margin: 5px 0;
	border-bottom: 2px solid #909;
	border-top: 2px solid #909;
}


#sidebar1 {
	float: left;
	width: 225px;
	background: #fff; /* length of sidebar only */
	padding: 0 0 15px; /* only bottom padding necessary */
}
#main { 
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 15px;
	border-left: 1px solid #336;
} 
#main ul { list-style-type: disc; margin: 0; padding-left:2em; }
#contents { padding: 3px; border: solid 1px #555; margin:0 0 5px; }
#contents ul { list-style-type:circle; margin: 0; padding-left:1.3em; }
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cbe8f0; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* float right -- must precede what it should be next to on the page */
	float: right;
	margin-left: 15px;
}
#get_reader { float: left; margin-right: 5px;}
.fltlft { /* float left -- as above */
	float: left;
	margin-right: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link { text-decoration: none; color:#25b; }
a:visited { text-decoration:none; color:#7522bc; }
a:hover, a:active {text-decoration:underline; }
a:hover span, a:active span { text-decoration: none; }
img { border:none; }
table { border-collapse: collapse; }

#main td {
	vertical-align: top;
	padding: 2px 3px 2px 0;
}
#main td.nopadding {
	vertical-align: top;
	padding: 0;
}
table.events {
	/*width: 485px;*/
}

.lined td, .events td {
	border-bottom: 1px solid #ccc;
}
td.unlined {
	border-bottom: 0;
}

#main td.slidingDivCell {
	padding: 0 !important;
}

#main .bordered {
	border: 1px solid #666;
}
#main table.events {
	margin-bottom: 20px;
}
#main table.calendar {
	margin-bottom: 20px;
}
#main .calendar td {
	width: 22px;
	height: 16px;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
	border: 1px solid #666;
}
#main .key td {
	padding: 2px;
	border: 1px solid #666;
}

/* Calendar Colors - originally bbf (blue), fbf (purple), ffa (yellow), afa (green) */
<!--
td.camp {background: #bbf; }
span.camp {padding: 0 2px; border: 2px solid #bbf;}
td.kmad {background: #cae; }
span.kmad {padding: 0 2px; border: 2px solid #cae;}
td.parent {background: #f99; }
span.parent {padding: 0 2px; border: 2px solid #f99;}
td.space {background: #ffa; }
span.space {padding: 0 2px; border: 2px solid #ffa;}
-->

/* Event hover boxes */
.hoverbox { position: relative; }
.hoverbox a span.hoverspan { display: none; color: #FFFFFF; }
.hoverbox a:hover span.hoverspan { 
	display: block;
	position: absolute;
	width: 200px;
	left: 70px;
	top: 0;
	background-color: #909;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	z-index: 100;
	border-radius: 5px;
}
.hover-k a:hover span.hoverspan { 
	background-color: #506;
}
.hover-c a:hover span.hoverspan { 
	background-color: #117;
}
.hover-s a:hover span.hoverspan { 
	background-color: #000;
}
.hover-p a:hover span.hoverspan { 
	background-color: #800;
}

/* jQuery Divs CSS */
.slidingDiv {
	width: 316px;
	height: 185px;
	background-color: #cae;
	border-radius: 5px;
	display: none; /* added recently*/
	padding:10px;
}

/* Headers */
h1 {
	width:100%;
	font-size: 18px;
	color: #226;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;	
}
a[href$='.pdf'], a.pdflink { padding: 3px 18px 3px 0; background: transparent url("../images/icons/pdficon_small.gif") no-repeat center right; }
.past_days { color: #999; }
.past_days a:link { color: #99c; }
.past_days a:visited { color: #b8d; }

.today { font-weight: bold; }
.tabbed { padding-left: 20px; }
.contents-container { min-height: 110px; }
.calendar-container { clear:both; }
.all-caps { text-transform:uppercase; }

/* KMAD Registration */
.kmad-registration {
	overflow: hidden;
}
.kmad-registration p { margin: 0; padding: 0; line-height:15px; }

.kmad-registration div.line {
	margin: 11px 0;
	overflow: hidden;
}
.kmad-registration .left { float: left; }
.kmad-registration .right { float: right; }

.kmad-registration input[type="text"] { height: 22px; }
.kmad-registration input[type="select"] { height: 22px; }
.kmad-registration .child_name { width: 170px; }
.kmad-registration .age { width: 25px; }
.kmad-registration .whose { width: 78px; position:relative; top: 2px; }
.kmad-registration .email { width: 180px; }
.kmad-registration .message { width: 232px; height: 48px; resize: none; overflow-y: auto; }
.kmad-registration #submit {  }

.kmad-registration input.error,
.kmad-registration select.error,
.kmad-registration textarea.error {
    border:2px solid #f03;
	background-color: #ffc;
}

input[type="text"], textarea {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

input, select, textarea { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.kmad-registration #results .success-message {
	padding: 3px;
	color: green;
	background-color: #fcfcff;
}
.kmad-registration #results .failure-message {
	padding: 3px;
	color: red;
	background-color: #fcfcff;
}
.kmad-registration #results .error-message {
	padding: 3px 3px 3px 23px;
	background: #ffc url(/images/caution.gif) no-repeat 3px;
}

.kmad-registration .loading {
	display: none;
	float: left;
	background: url(/images/purple-loader.gif) no-repeat;
    height: 16px;
    width: 16px;
	padding: 0 3px;
}

ul.events li {padding-bottom: 1em;}