/* SHENANDOAHBAND BASE STYLE SHEET */
@import url(reset.css);
/* BASIC SELECTORS
==================== */
body {
	background: #000 url(/images/bg.jpg) center top no-repeat;
	color: #888;
}
body, p, div, th, td, input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
}
p {
	margin: 0 0 1em;
}
strong {
	color: #ddd;
}
/* HEADINGS
==================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 1em 0;
}
h1 {
	font-size: 24px;
	margin-top: 0;
	color: #fff;
	text-transform: uppercase;
}
h2 {
	margin: 2em 0 1em;
	font-size: 20px;
	color: #598399;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#sidebar h2 {
	margin-top: 0;
	background: #000;
	padding: 5px;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}
.subhead {
	font: italic 1.2em/1 Georgia, "Times New Roman", Times, serif;
}
/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/open-quote.png) no-repeat top left;
	margin-bottom: 30px;
}
blockquote p {
	line-height: normal;
	padding: 0;
	margin-bottom: 0;
	text-indent: 20px;
}
blockquote p.last {
	background: transparent url(/images/close-quote.png) no-repeat bottom right;
}
.cite {
	padding: 15px 30px 0;
	font: italic 12px/1.2 Georgia, "Times New Roman", Times, serif;
}
/* LINK STYLES
==================== */
a, a:link, a:visited {
	text-decoration: none;
	color: #c3b784;
	font-weight: bold;
}
a:hover, a:active {
	color: #fff;
}
a img {
	border: none;
}
a.outline img {
	border: 1px solid #fff;
}
a.outline:hover img {
	border-color: #000;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table.data {
	width: 100%;
}
.data th {
	padding: 5px;
	background: #000;
	border-bottom: 1px solid #222;
	color: #fff;
}
.data td {
	padding: 3px 5px;
	border-bottom: 1px solid #222;
}
.data tr.alt td {
	background: #151515;
}
/* NAVIGATION
==================== */
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	float: left;
	padding: 0 15px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}
#nav a:link, #nav a:visited {
	color: #e5e5e5;
}
#nav a:hover, #nav a:active {
	color: #fff;
}
/* LAYOUT
==================== */
#header {
	width: 900px;
	height: 157px;
	background: url(/images/header.jpg) no-repeat;
	margin: 0 auto;
}
#navbar {
	width: 900px;
	height: 40px;
	background: #070707 url(/images/navbar-bg.jpg) right top no-repeat;
	margin: 0 auto;
	padding: 0 30px;
	border: 1px solid #c3b784;
	border-bottom: none;
	line-height: 40px;
}
#content {
	width: 900px;
	background: #111 url(/images/main-bg.jpg) right top no-repeat;
	border: 1px solid #c3b784;
	border-top: none;
	margin: 0 auto;
	padding: 30px;
}
.narrowcolumn {
	width: 600px;
	float: left;
}
#sidebar {
	width: 210px;
	float: right;
	margin-top: 150px;
	border: 1px solid #222;
	padding: 15px;
	background: #000;
}
.clearing {
	clear: both;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.section {
	margin-bottom: 15px;
}
.callout {
	background: #000;
	border: 1px solid #222;
	padding: 1em;
	margin: 15px 0;
}
/* TYPOGRAPHY
==================== */
/* NOTICE AND WARNING BOXES
==================== */
.notice {
	background: #fff7d9 url(/images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallnotice {
	background: #fff7d9 url(/images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.warning {
	background: #ffefef url(/images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallwarning {
	background: #ffefef url(/images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}
