@charset "utf-8";

/* ----------

This document establishes the formatting of page content. 
The layout and theme of the site (background images, colors, etc.) is controlled in a separate stylesheet: layout.css.
Be careful not to override settings established in layout.css

----------- */

body {
}

/* === Sidebar formatting == */

#sidebar a:link, #sidebar a:visited {
	color: #7E7E78;
	text-decoration: none;
	border-bottom: 1px solid #D8D7CD;
}

#sidebar a:hover, #sidebar a:hover span.amp {
	color: #990000;
	border-bottom-color: #990000;
}

/* === Main content formatting == */

#content p {
	line-height: 1.6em;
}

#content a {
	color: #414141;
	text-decoration: none;
	border-bottom: 1px solid #D0CFC7;
}

#content a img, #content a:visited img, #content a:hover img {
	border-bottom: none;
}

#content a:visited {
	color: #666666;
}

#content a:hover {
	border-bottom: 1px solid #990000;
	color: #990000;
}

#content h1 {
	font-variant: small-caps;
	border-bottom: 1px solid #C2C3B9;
	color: #7E7E78;
	font-size: x-large;
	font-weight: bold;
}

#content h1.script {
	font-variant: normal;
	font-weight: normal;
	font-style:italic;
	font-size: 2em;
}

#content h2 {
	font-size: large;
	font-weight: bold;
}

#content h3 {
	font-size: medium;
	font-weight: bold;
}

#content blockquote {
	background: url(../images/site-elements/quote-open.png) no-repeat left .5em;
	margin: 0;
	padding-left: 60px;
	padding-top: 0.25em;
}

#content blockquote p {
	font-style: italic;
}

#content ul, #content ol {
}

#content li {
	padding-top: .5em;
	padding-bottom: .5em;
	line-height: 1.35em;
}

#content #miniColumnLeft {
	float: left;
	width: 65%;

}

#content #miniSidebarRight {
	float: right;
	width: 28%;
	padding: 0em;
	background: #EBEAE6;
	border: 1px solid #E2E2DE;
}

#content #miniSidebarRight h2 {
	font-size: medium;
	border-bottom: 1px solid #7C7D76;
	background: #C4C5BB;
	padding: 0.65em;
	margin: 0;
	color: #7C7D76;
}

#content #miniSidebarRight ul li {
	list-style: square;
}

/* === Assorted classes == */

/* thanks to Dan Cederholm (www.simplebits.com) for the tip! */
span.amp {
	color: #AAAAA1;
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
}

h1 span.amp {
	font: italic normal 115% "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	color: #7E7E78;
}

.lowercase {
	text-transform: lowercase;
}

img.whiteBorder {
	border: 10px solid #FFFFFF;
}

div.imageWithCaption {
	font-size: x-small;
	font-family:Arial, Helvetica, sans-serif;
	padding: 1.5em;
	background: #FFFFFF;
}

div.imageWithCaption img {
	margin-bottom: .5em;
}


div.portraitWithCaption_small {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 1.5em;
	background: #E2E2DE;
	height: 250px;
	width: 160px;
}

div.portraitWithCaption_small img {
	border: 10px solid #FFFFFF;
	margin-bottom: 1em;
}


div.imageWithCaption.floatRight {
	float: right;
	margin: 0 0 0 2em;
}

div.imageWithCaption.floatLeft, div.portraitWithCaption_small.floatLeft {
	float: left;
	margin: 1em 2em 0 0;
}


div.imageWithCaption span {
	display: block;
}

.caption {
	font-size: x-small;
	font-family:Arial, Helvetica, sans-serif;
}

.padRight {
	margin-right: 2em;
}

.padLeft {
	margin-left: 2em;
}

.padTop {
	padding-top: 2em;
}

.clear {
	clear: both;
}

.clearRight {
	clear: right;
}

.padded {
	padding: 1em;
}

.warning {
	color: #CC0000;
}

.smallText {
	font-size: x-small;
}

.noteBox {
	border-top: 1px dotted #D0CEC4;
	border-bottom: 1px dotted #D0CEC4;
	padding: .5em;
	font-style: italic;

}

.comments {
	background: #f5f5f5;
	margin: 1em 0 0;
	border-bottom: 1px solid #D0CFC7;
	padding-top: 1em;
}

.comments p {
	padding: .5em 1em 1em 1em;
	margin: 0;
}

.comments p.commentAuthor {
	font-style:italic;
}

.comments p.commentDate {
	padding: .25em 1em;
	margin: 0;
	background: #E3E2D9;
	font-size: x-small;
}


/* 
for pull quotes, courtesy of 
http://www.456bereastreet.com/archive/200609/automatic_pullquotes_with_javascript_and_css/
*/
blockquote.pullquote {
	float:right;
	width:11em;
	margin:.5em 0em .5em 1em;
	padding:1em;
	color:#5F5F5B;
	background:transparent;
	font-size: medium;
	font-style: italic;
	line-height: normal;
	border-top: 5px solid #CCCCCC;
	border-bottom: 1px solid #AAAAAA;
}
blockquote.alt {
	float:right;
	margin:0.25em 0 0.25em 0.75em;
}
.pullquote p {
	margin:0;
	text-align:left;
}
.pullquote p:first-letter {text-transform:uppercase}


/* guestbook form element styling */
#guestbookForm {
}

#guestbookForm fieldset {
	background: #EDECE7;
	border: 1px solid #D0CFC7;
	padding: 1em;
	margin: 0;
}

#guestbookForm label {
	width: 120px;
	display: block;
	float: left;
}

#guestbookForm input {

}


/* Google Map items */
#googlemap {
	width: 100%; 
	height: 300px;
	border: 1px solid #D0CFC7;
}

.crossPromoLink {
	text-align: center;
	font-size: 2em;
}