/*
Main Stylesheet
Camp Nor'wester main stylesheet
Author: Adrienne Rice Adams
Company: Cloud Islands
URL: http://cloudislands.com 
Created: November 15, 2008
Last Modified: January 25, 2010
/*

/*-----COLORS
Dark blue: #223748
Medium blue: #234A69
Light blue: #a9c5db
Dark brown: #4a3c31
Kwak green: #205742
Kwak lt. green: #74ae7e
Kwak red: #901824
Dark red: #933
Yellow: #ffc
Tan: #F2EFE6
-------------*/
@import "users.css";
body {
	color: #000;
	background: #F2EFE6 /*url(../images/poles_lower.png) no-repeat top right*/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.6em;
}
.clear {
	clear: both;
}
span.block {
	display: block;
}
/*---Typography---*/
p,pre {
	font-size: 1em;
	margin: 12px 0;
}
code {
	font-family: "Andale Mono", "Courier New", monospace;
	font-size: .95em;
}
h1,h2,h3,h4,h5,h6,legend {
	font-family: Georgia, serif;
}
hr {
	background: #74ae7e;
	border: 0;
	color: #74ae7e;
	height: 1px;
	margin: 10px 0;
}
abbr {
	border-bottom: 1px dotted #a9c5db;
	cursor: pointer;
}
/*---Layouot---*/
#wrapper_outer {
	position: relative;
	color: #fff;
	width: 780px;
	margin: 5px auto;
	padding: 10px;
	text-align: left;
	overflow: auto;
}
#wrapper_inner {
	position: relative;
	color: #fff;
	background-color: #223748;
	width: 780px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	overflow: hidden;
}
#search_wrap {
	overflow: hidden;
}
#search_wrap form {
	position: relative;
	float: right;
	margin: 15px 15px 0 0;
	padding: 0 10px;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	color: #000;
	background-color: #fbfbfb;
	border-top: 3px solid #a9c5db;
	width: 550px;
	padding: 25px;
	overflow: hidden;
}
.col {
	position: relative;
	float: left;
	width: 270px;
	overflow: hidden;
}
#footer {
	position: relative;
	float: left;
	clear: both;
	color: #fff;
	background-color: #74ae7e;
	width: 780px;
	padding: 10px 0;
	border-top: 3px solid #901824;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	overflow: hidden;
}
#contact {
	position: relative;
	float: right;
	width: 60%;
	padding-right: 25px;
	text-align: right;
}
#copyright, #credit {
	position: relative;
	float: left;
	width: 30%;
	padding-left: 15px;
}
#bighouse_gallery img {
	margin-left: 0;
	margin-right: 0;
}
/*---Testimonials---*/
#content blockquote {
	clear: both;
	background: url(../images/quote_left.gif) no-repeat top left;
	color: #4a3c31;
	margin: 0 20px;
	border: none;
	font-family: Georgia, Palatino, serif;
	font-style: italic;
}
#content blockquote p {
	padding: 7px 20px 10px 10px;
	background: url(../images/quote_right.gif) no-repeat bottom right;
}
#content blockquote span.by {
	font-size: 90%;
	font-weight: bold;
	padding-left: 20px;
	background: none;
}
/*---Navigation---*/
ul#main_nav {
	position: relative;
	float: left;
	background-color: #223748;
	width: 180px;
	margin-top: 5px;
	padding-bottom: 25px;
}
ul#main_nav li {
	padding: 5px 0 5px 10px;
}
ul#main_nav li#logo {
	margin: 0;
	padding: 0;
}
ul#main_nav li#aca_logo {
	margin-top: 15px;
}
ul#main_nav li a {
	color: #fff;
	padding-bottom: 2px;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
ul#main_nav li a:hover {
	color: #a9c5db;
	text-decoration: none;
	border-bottom: 1px dotted #a9c5db;
}
ul#main_nav li.current {
	background-color : #234A69;
}
ul#main_nav ul.submenu {
	font-size: 11px;
	margin: 5px 0;
	padding-right: 10px;
	text-align: right;
}
ul#main_nav ul.submenu li {
	margin: 0;
	padding: 0;
}
ul#main_nav ul.submenu li a {
	font-weight: normal;
}
ul#main_nav ul.submenu li a:hover {
	border: none;
}
ul#main_nav ul.submenu li.current a {
	font-weight: bold;
	border-bottom: 1px dotted #a9c5db;
}
ul#focus_nav {
	position: relative;
	float: left;
	width: 580px;
	padding: 25px 0 5px 0;
}
ul#focus_nav li {
	display: inline;
	font-weight: bold;
	margin: 0 5px 0 0;
}
ul#focus_nav li a {
	color: #fff;
	background-color: #234A69;
	padding: 10px 10px 8px 10px;
	text-decoration: none;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
}
ul#focus_nav li a:hover {
	color: #fff;
	text-decoration: none;
	padding: 13px 10px 8px 10px;
}
ul#focus_nav li.current a {
	color: #234A69;
	background-color: #a9c5db;
}
ul.subnav {
	margin-left: 15px;
	margin-bottom: 15px;
}
ul.subnav li {
	display: inline;
	font-weight: bold;
	margin: 0 5px 0 0;
}
ul.subnav li.current a {
	border: none;
	text-decoration: none;
}
/*---Lists are in Users style sheet---*/

/*---Tables---*/
caption {
text-align: left;
}
caption h3 {
margin-bottom: 0px;
}
table {
	margin: 15px 0;
	border-collapse: separate;
	border-spacing: 2px;
	background-color: #F2EFE6;
}
td, th {
	padding: 3px 7px;
}
table.fees, table.list, table.schedule, table.list {
	width: 500px;
}
table.sessions {
	width: 380px;
}
table.list td {
	background-color: #a9c5db;
}
td.button {
width: 80px;
}
td.dates {
	background-color: #ffc;
}
td.description {
	color: #fff;
	background-color: #933;
	font-weight: bold;
}
td.price {
	text-align: right;
	width: 50px;
}
table.fees th {
	color: #fff;
	background-color: #234A69;
}
table.fees td {
	background-color: #a9c5db;
}
table.fees td.sub {
padding-left: 35px;
}
table.fees th a {
	color: #a9c5db;
	border-bottom: #a9c5db;
}
table.fees td a {
	font-weight: bold;
	color: #4a3c31;
	border-bottom: #4a3c31;
}
table.schedule td.time {
	width: 100px;
	text-align: center;
}
table.schedule tr.morning td {
	background-color: #F2E6CC;
}
table.schedule tr.noon td {
	background-color: #E9EAAA;
}
table.schedule tr.afternoon td {
	background-color: #CEF2CC;
}
table.schedule tr.evening td {
	background-color: #CCF2F2;
}
/*---Forms--*/
fieldset {
	border: 1px solid #74ae7e;
	padding: 15px;
	margin: 15px;
}
legend {
	color: #4a3c31;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 2px 8px 2px;
}
.form-field,.form-field-2,.radio-field {
	clear: both;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form-field.first {
	margin-top: 0;
}
.form-field label {
	float: left;
	width: 25%;
	margin-right: 10px;
	text-align: right;
}
.form-field-2 label {
	float: left;
	width: 45%;
	margin-right: 10px;
	text-align: right;
}
.form-field input {
	float: left;
}
.form-field-3 {
	overflow: auto;
}
label.nofloat {
	float: none;
}
.radio-field, .indented {
	margin-left: 25%;
}
#clearform {
	float: right;
}
#clearform input {
	background:transparent;
	color:red;
	text-decoration:underline;
	cursor:pointer;
	border:none;
}
#sendbutton {
	margin-left: 200px;
}
.error {
	border: 2px solid #901824;
	background: #ffc;
	padding: 2px 10px;
}
.notice {
	background-color: #a9c5db;
	padding: 10px;
}
.required {
	color: #901824;
	font-weight: bold;
}
.warning {
	font-weight: bold;
	color: #f00;
	display: block;
}
.left {
	float: left;
	width: 45%;
}
.right {
	float: left;
	padding-left: 8px;
}
/*---hidden field for suspected spam---*/
#spamcatcher {
	display: none;
}
/*--- Seal on Payments page 
div.AuthorizeNetSeal {
border: 1px solid blue;
display: block;
margin: 5px auto;
padding: 3px;
}
.AuthorizeNetSeal img {
border: 1px solid green;
display: block;
margin: 5px auto;
}
.AuthorizeNetSeal a:link {
border: none;
}
a#AuthorizeNetText {
border: none;
}---*/
/*-----Links-----*/
a {
	color: #901824;
	text-decoration: none;
	border-bottom: 1px dotted #901824;
}
a:link {
	color: #901824;
	text-decoration: none;
	border-bottom: 1px dotted #901824;
}
a:visited {
	color: #234A69;
	text-decoration: none;
	border-bottom: 1px dotted #234A69;
}
a:hover {
	color: #205742;
	text-decoration: none;
	border: none;
}
a:active {
	color: #901824;
}
table a:link {
	color: #901824;
	text-decoration: none;
	border: none;
}
table a:hover {
	color: #234A69;
	text-decoration: none;
	border-bottom: 1px dotted #234A69;
}
ul#main_nav li#logo a, ul#main_nav li#logo a:hover {
	text-decoration: none;
	border: none;
}
ul#main_nav li#aca_logo a, ul#main_nav li#aca_logo a:hover {
	text-decoration: none;
	border: none;
}


/*---Microformats---*/
.vcard {
}
.adr, .email, .locality, .tel {
	margin-bottom: 0;
}
.given-name, .family-name {
	font-weight: bold;
}