/* SANDY O'DONNELL DEFAULT STYLE SHEET */
/* HTML SELECTORS
==================== */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 85%;
	background: #827b69;
}
blockquote {
	background: transparent url(../images/close-quote.gif) no-repeat bottom right;
}
blockquote p {
	background: transparent url(../images/open-quote.gif) no-repeat top left;
	line-height: normal;
	font-weight: bold;
	padding: 8px 0 20px;
	margin-bottom: 0;
	text-indent: 30px
}
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: upper-alpha;
}
/* PAGE LAYOUT
==================== */
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0 15px;
	background: url(../images/container-bg.gif) repeat-y;
}
#header {
	width: 800px;
	height: 298px;
	background: #e5e0d3;
}
.navNoFlash {
	padding: 20px;
}
#page {
	background: url(../images/oval-bottom.gif) top right no-repeat;
}
#content.narrowcolumn {
	width: 540px;
	float: right;
	margin: 40px 20px 20px;
}
#content.widecolumn {
	width: 600px;
	margin: 0 auto;
	padding: 40px 0;
}
#sidebar {
	width: 180px;
	min-height: 400px;
	background: url(../images/sidebar-bg.gif) top right no-repeat;
	padding: 30px 20px 0;
}
#footer {
	width: 800px;
	height: 15px;
	margin: 0 auto;
	padding: 15px;
	overflow: visible;
	background: url(../images/bottom-shadow.gif) no-repeat;
}
#feeds {
	clear: both;
	width: 260px;
	margin: 20px 0 0 20px;
	font-size: 80%;
}
#searchform {
	margin: 20px auto;
}
#wpInfo {
	text-align: left;
	padding: 0 20px;
	font-size: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.post {
	margin-bottom: 40px;
}
.postmetadata {
	font-size: 10px;
	color: #666666;
}
.navigation {
	margin-bottom: 20px;
}
narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
	padding: 10px;
}
.entry {
	margin: 15px 0;
}
#map {
	width: 200px;
	float: right;
	text-align: center;
	margin: 0 0 0 15px;
}
/* TYPOGRAPHY
==================== */
body, div, th, td, input, select, textarea {
	font-family: "Lucida Grande", "Treubuchet MS", Arial, Helvetica, sans-serif;
}
ul, ol {
	margin: 0 0 10px 25px;
}
p {
	margin: 0 0 1em;
}
p, ul, ol {
	line-height: 1.4;
	color: #362f2d;
}
ol.alpha {
	list-style-type: upper-alpha;
}
h1 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #790000;
	margin-bottom: .5em;
}
h2 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	margin-bottom: .5em;
}
#sidebar h2 {
	font-size: 20px;
	margin: 1em 0 .2em;
}
h3 {
	font-size: 20px;
	margin-bottom: .5em;
	font-weight: normal;
}
h3.subhead {
	font-size: 12px;
}
#content.widecolumn h3 {
	color: #827b69;
	size: 18px;
	border: none;
	margin: 2em 0 1em;
	text-transform: none;
}
.post h3 {
	margin-bottom: .2em;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 100%;
}
blockquote {
	background: transparent url(../images/close-quote.gif) no-repeat bottom right;
}
blockquote p {
	background: transparent url(../images/open-quote.gif) no-repeat top left;
	line-height: normal;
	font-weight: bold;
	padding: 8px 0 20px;
	margin-bottom: 0;
	text-indent: 30px
}
strong {
	color: black;
}
small {
	color: #666666;
	font-size: 10px;
}
#footer p {
	font-size: 10px;
	color: #fff9eb;
	text-align: center;
}
.emphasize {
	font: italic bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #6c0f0e;
}
/* LINK STYLES
==================== */
a img {
	border: none;
}
a.outline img {
	border: 1px solid #fff9eb;
}
a.outline:hover {
	background: none;
}
a.outline:hover img {
	border-color: #827b69;
}
a:link, a:visited {
	color: #790000;
	text-decoration: underline;
}
a:hover {
	color: white;
	background: #362f2d;
	text-decoration: none;
}
a:active {
	color: black;
	background: transparent;
}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	background: transparent;
	color: #827b69;
}
/* FORMS
==================== */
.shortInput {
	width: 100px;
}
.medInput {
	width: 200px;
}
.longInput {
	width: 290px;
}
textarea {
	width: 440px;
}
fieldset {
	margin: 10px 0;
	padding: 20px 10px;
	border: 1px solid silver;
}
legend {
	font-weight: bold;
	color: black;
	padding: 0 5px;
}
.formContainer {
	background: #f3f3f3;
	padding: 5px 10px;
	border: 1px solid silver;
	margin: 10px 0 20px;
}
.formContainer label, .formContainer span.label {
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
	width: 120px;
	position: relative;
	float: left;
}
.formContainer label em, .formContainer span.label em {
	position: absolute;
	right: 0;
	color: red;
}
.formContainer div {
	margin: .5em 0;
	padding: .25em 0;
	clear: both;
}
.formContainer p {
	margin: 0;
}
.formContainer p.note {
	margin-left: 140px;
	font-size: 90%;
}
.formContainer div.error {
	color: red;
}
.formContainer div.error input {
	background: #fee;
}
.formContainer div.controlset label, .formContainer div.controlset input {
	display: inline;
	float: none;
}
.formContainer div.controlset div {
	margin-left: 170px;
}
.formContainer div.buttonrow {
	margin-left: 180px;
}
input#s {
	width: 180px;
	margin-bottom: 5px;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
}
#sidebar ul, #sidebar ol {
	margin: 0 0 1em;
	list-style: none;
}
#sidebar ul li {
	margin: .2em 0;
}
#sidebar ul.children {
	margin-bottom: 0;
	list-style-type: square;
	color: gold;
	margin-top: .5em;
}
#sidebar ul.children a {
	font-weight: normal;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
#content.widecolumn ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* MISC CLASSES
==================== */
.clearing {
	clear: both;
	padding-bottom: 1px;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.alignleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.alignright {
	float: right;
	margin: 0 0 .5em 1em;
}
.callout {
	background: #362f2d;
	border: 4px solid white;
	padding: 1em;
	margin-bottom: 15px;
}
.callout p {
	color: #fff9eb;
}
.section {
	margin-bottom: 15px;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	margin: -14px 0 20px;
}
.boy {
	background: transparent url(../images/boy.gif) center bottom no-repeat;
	height: 448px;
	padding-top: 15px;
}
/* BLOG STYLES
==================== */
#commentform textarea {
	width: 100%;
}
.alt {
	border: 1px solid #827b69;
	border-width: 1px 0;
	background: #e5e0d3;
}