/*-- Stylesheet for Aquila District Cub Scout Summer Day Camp web site-- */

* {
	margin: 0;
	padding: 0;
}

/* Base Selectors */

body {
	font: 14px/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	background: #ffd79c; /* peach */
}

h2 {
	text-transform: none;
	color: #663333; /* brown */
	font: normal bold 1.5em/1.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-shadow: grey 1px 1px 1px;
	clear: both;
}

h2+p, h3+p {
	margin-top: .8em;
}

p {
	font-size: .9em;
	line-height: 1.4em;
	padding-top: .2em;
	padding-bottom: .8em;
}

a:link {
	color: #663333; /* brown */
	text-decoration: none;
	text-shadow: grey 1px 1px 1px;
	border-color: #663333; /* brown */
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding-left: 1px;
	padding-right: 1px;
}

a:visited {
	color: #663333; /* brown */
	text-decoration: none;
	text-shadow: grey 1px 1px 1px;
	border-color: #663333; /* brown */
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding-left: 1px;
	padding-right: 1px;
}

a:hover, a:active {
	color: white;
	text-decoration: none;
	text-shadow: grey 1px 1px 1px;
	background-color: #663333; /* brown */
	border-color: #663333; /* brown */
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding-left: 1px;
	padding-right: 1px;
}

/*---Main Sections---*/

#wrapper {
	width: 800px;
	min-width: 800px;
	background: white;
	margin: 10px auto;
}

#header {
	border-top: 10px solid #663333; /* brown */
}

#leftcolumn {
	float: left;
	width: 170px;
	margin: 10px;
	min-height: 470px;
}

/* Maincontent */

#maincontent {
	/*float: right;
	width: 570px;*/
	margin: 20px;
	min-height: 470px;
}

#maincontent blockquote {
	padding: 0px 25px 0px 25px; /* top, right, bottom, left */
}

#maincontent ul {
	margin-left: 2.5em;
	font-size: .9em;
}

#maincontent ul li {
	margin: .5em 0;
}

#maincontent ol {
	margin-left: 2.5em;
	font-size: .9em;
}

#maincontent ol li {
	margin: .5em 0;
}

.fullNotice {
	color: red;
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	min-height: 40px;
	background: #663333; /* brown */
	padding-bottom: 12px;
}

#footer p {
	padding-top: 1em;
	font-size: .9em;
	line-height: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	color: gray;
}

#date {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	font-weight: bold;
	color: gray;
	margin-top: 30px;
}

/* NavBar */

.navbar a:link, .navbar a:visited {
	color: #330000; /* dark brown */
	background-color: #fff;
	display: block;
	padding-top: 3px;
	padding-left: 25px;
	padding-bottom: 3px;
	border-bottom-style: none;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	width: 100px;
}

.navbar a:hover {
	color: #fff;
	background-color: #996633; /* light brown */
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	width: 100px;
}

.navbar a.current {
	color: #fff;
	background-color: #663333; /* brown */
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	width: 100px;
}

.navTopCell {
	border-top:#330000 2px solid;
	border-left:#330000 2px solid;
	border-right:#330000 2px solid;
}

.navInnerCell {
	border-top:#330000 1px solid;
	border-left:#330000 2px solid;
	border-right:#330000 2px solid;
}

.navBottomCell {
	border-top:#330000 1px solid;
	border-left:#330000 2px solid;
	border-right:#330000 2px solid;
	border-bottom:#330000 2px solid;
}

