/* Ginkgo Leaf Design http://www.ginkgoleafdesign.com/ */
/* All associated graphics copyright 2006, Erik K. Fritz */

/*typography*/

a {
	color: #993300;
	text-decoration: none;
}

a:hover {
	background-color: #a19f91;
}

img {
	border-style: none;
	padding: 0;
}

a.img:hover {
	background-color: transparent;
}

.logo h1 {
	text-indent: -3000px;
}

.reading_list h1 {
	text-indent: -3000px;
	background: transparent url("img/readings_head.gif") left top no-repeat;
	height: 60px;
	line-height: 60px;
}

.reading_list h2 {
	top: 100%;
	text-indent: -3000px;
	background: transparent url("img/readings_foot.gif") left bottom no-repeat;
	height: 30px;
}

.reading_list ul {
	padding-top: 10px;
	list-style-type: none;
	font: 20px Georgia, "Times New Roman", Times, serif;
	line-height: 36px;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #5c5a4c;
	background: transparent url("img/readings_bg.gif")	left top repeat-y;
	overflow: hidden;
}

.reading_list ul a {
	color: #5c5a4c;
	text-decoration: none;
}

.reading_list li a.active {
	color: #612000;
}

.reading_list ul a:hover {
	text-decoration: underline;
}

#nav_container a {
	background-color: transparent;
	padding: 0;
}

#nav_container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
	line-height: 60px;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #5c5a4c;
}

#nav_container li {
	float: left;
	padding: 0 16px;
	display: block;
	white-space: nowrap;
}

#nav_container ul a {
	color: #5c5a4c;
	text-decoration: none;
}

#nav_container li a.active {
	color: #612000;
}

#nav_container ul a:hover {
	text-decoration: underline;
}

.main {
	color: #000;
}

.main p {
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.main p#alert {
	color: #993300;
	background-color: #a19f91;
	padding: 5px;
	border: 1px solid #993300;
}

.main a {
	padding: 1px;
}

.main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: normal;
	font-variant: small-caps;
}

.main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-indent: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	clear: both;
}

.main ul {
	list-style-type: none;
	margin: 0 0 30px 20px;
}

#past_readers p {
	margin: 0 0 20px 20px;
	clear: left;
}

#past_readers img {
	margin: 0 0 0 20px;
	padding: 0;
	float: none;
	vertical-align: middle;
}

#past_readers a:hover {
	background-color: transparent;
}

.subcol p {
	margin-bottom: 10px;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: normal;
}

.subcol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: normal;
}

#subcolEntry {
	margin-bottom: 15px;
}

#writing_sample {
	padding: 0 10px 20px 15px;
	margin-left: -25px;
	margin-right: -35px;
	margin-bottom: 30px;
	background-color: #a19f91;
	border: 1px solid #993300;
}

#writing_sample h2,
#writing_sample p {
	margin-left: 30px;
	text-indent: -30px;
}

#writing_sample p {
	font-size: 12px;
	line-height: 22px;
	margin: 0;
	margin-left: 30px;
}

#fineprint {
	font-size: 10px;
	line-height: 13px;
	letter-spacing: normal;
	font-weight: normal;
}

#rule img {
	float: none;
	margin: 0 0 20px 20px;
}

#side_rule img {
	float: none;
	margin: 10px 0 15px 25px;
}

/* Contact Form Styles */

fieldset {
	border-style: none;
}

#zemContactForm {
	margin-bottom: 30px;
}


/* Misc Formatting */

.yellow {
	color: #d8b731;
	background-color: #687a37;
	padding: 1px 2px;
}

a:hover span.yellow {
	color: #687a37;
	background-color: #d8b731;
	padding: 1px 2px;
	border: 0px;
}

.green {
	color: #687a37;
	background-color: #d8b731;
	padding: 1px 2px;
}

a:hover span.green {
	color: #d8b731;
	background-color: #687a37;
	padding: 1px 2px;
	border: 0px;
}
