/*
-----------------------------------------------
Whittier Site Styles
Author:   Julie Riley
Version:  April 7 2007
----------------------------------------------- */

html,body {
	margin:0;
	padding:0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3C2819;
	text-indent: 10px;
	margin-left: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3C2819;
	text-indent: 10px;
	margin-left: 15px;
}

.excerptdivider {
	margin-left: 75px;
}

body {
	text-align:center;
	background-color: #3C2819;
	background-image: url(images/patternbg.gif);
	background-repeat: repeat;
	font-family: arial, sans-serif;
	font-size: 76%;
	color: #3C2819;
}

h3 {
	font-size: 12px;
}

p {
	margin:0 10px 10px;
}

a {
	color: #392818;
}

div#header h1{
	height:80px;line-height:80px;margin:0;
  	padding-left:10px;background: #EEE;color: #79B30B;
 }
 
div#container{
	text-align:left;
}

div#content p{
	margin: 10px 20px;
}

div#content p, blockquote {
	line-height:1.5;
}

div#navigation{}

div#poembox{
	background-image: url(images/poemboxbg.gif);
	width: 170px;
	margin-left: 28px;
	margin-top: 20px;
}

div#footer{
	color: #FCEAB8;
	background-color: #665940;
	margin-top: 20px;
}

div#footer p{
	margin:0;
	padding:5px 10px;
	text-align: center;
}

div#container{
	width:800px;margin:0 auto;
}

div#content{
	float:right;
	width:500px;
	padding-top: 10px;
	margin-top: 10px;
	background-image: url(images/paperbg.gif);
	margin-right: 25px;
}

div#navigation{
	float:left;
	width:200px;
	margin: 10px;
	padding-top: 20px;
}

.pagehead {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #497843;
	font-size: xx-large;
	font-weight: bold;
}

#header {
	height: 120px;
	margin-top: 20px;
}

div#footer {clear:both;width:100%;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}

.initialcap {
	font-size: 176%;
	line-height: 1.4px;
}
	
.leftimage {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	border: 0;
}

.rightimage {
	float: right;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 0px;
	margin-left: 10px;
}

.rightimageinpoem {

	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	border: 0px;
}

#poemlist ul{
	padding-left: 0;
	margin-left: 0;
}

#poemlist {
	margin-left: 20px;
	margin-right: 10px;
}

#poemlist li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#poemlist h3 {
	font-weight: bold;
	font-size: 12px;
	margin-left: 0px;
}

#poembox h2 {
	font-weight: bold;
	font-size: 12px;
	margin-left: -10px;
	padding-top: 20px;
	padding-left: 0px;
}

.stanza {
	font-style: italic;
	margin-right: 5px;
}

#content blockquote {
	font-style: italic;
}

.centerimage {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#sectionname img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content blockquote p {
	margin-left: 5px;
}

#navigation img {
	display: block;
}

#footer a {
	color: #FCEAB8;
}
	
/* Lightbox Script Styles */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ 
	border: none; 
}

#outerImageContainer{
	position: relative;
	background-color: #FCEECF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
	
#imageContainer>#hoverNav{ 
	left: 0;
}

#hoverNav a{ 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
	
#prevLink { 
	left: 0; float: left;
}

#nextLink { 
	right: 0; float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background-image: url(images/lightbox/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(images/lightbox/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FCEECF;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
	}
	
#imageData #imageDetails { 
	width: 70%; float: left; text-align: left;
}	
 
#imageData #caption{ 
	font-weight: bold;	
}

#imageData #numberDisplay{ 
	display: block; clear: left; padding-bottom: 1.0em;
}	
		
#imageData #bottomNavClose{
	width: 66px; float: right;  padding-bottom: 0.7em;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
