/* @override 
	http://dev.hwlongfellow.org/css/css-longfellow.css
*/

/*
*********************************************************************
Language:       CSS 2.1
Web Site:       http://www.hwlongfellow.org/
File Path:      http://www.hwlongfellow.org/css/css-longfellow.css
Copyright:      ©2006 Axon Design and Marketing (www.axondm.com)
Created:        2006-02-08 13:09:48
Created by:     Jamie Peloquin
*********************************************************************
*******************************************************************************
NOTES:
This document contains styles which are compatible with CSS-1
and higher compliant web browsers.
*******************************************************************************
*/
/*
*******************************************************************************
RESOURCES
Common Font Sets:
	Sans-Serif1: Verdana, 'Bitstream Vera Sans', sans-serif
	Sans-Serif2: 'Lucida Grande', 'Lucida Sans', sans-serif
	Sans-Serif3: Helvetica, 'Helvetica Neue', Arial, sans-serif
	Sans-Serif4: 'Trebuchet MS', Trebuchet, sans-serif
	Sans-Serif6: 'Futura Condensed', 'Arial Narrow', sans-serif
	Sans-Serif5: 'Arial Black', 'Futura Condensed ExtraBold', 'Bitstream Vera Sans', sans-serif
	Serif1:      
	Serif2:      'Times New Roman', Times, serif
	Monospace1:  'Courier New', Courier, monospace
	Monospace2:  Monaco, 'Lucida Mono', 'Bitstream Vera Mono', monospace
	Script1:     'Comic Sans MS', 'Comic Sans', cursive
	Script2:     'Brush Script MT', 'Brush Script', cursive
	Script3:     Zapfino, 'Lucida Calligraphy', cursive
	
*******************************************************************************
*/

/*
<< PAGE STYLES 
*********************************************************************
*/
html {
	background-color: #800;
	background-image: url(/graphics/home/html_bg.png);
	}

body {
	border-width: 0;
	}
	
#content {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}	

#content a {color: #930;}
#content h2 {color: #930;}
#content h3 {color: #841;}

#content .highlight_story {
	background-color: #FFC;
	border-color: #A71;
}


/* Photo Boxes */
.photo_box {
	background-color: #FFFFF0;
	border-color: #DC8;
}
.photo_box a img {border-color: #841;}



/* Toolbars */
#content .toolbar,
#content .paginationbar{
	background-color: #F6F6F6;
	}
	


/* Poem Search Table */
table.poems_table {
	background-color: #DC8;
	}

table.poems_table th,
table.poems_table td {
	padding: .25em .75em;
	font-size: x-small;
	}
	
table.poems_table th {
	background-color: #e2daba;
	color: #600 ;
	white-space: nowrap;
	}
table.poems_table th a {color: #600;}

table.poems_table td {
	background-color: #FFF9F0;
	}

table.poems_table tr.alt td {
	background-color: #FAF4E1;
	}

table.poems_table tr:hover td {
	background-color: #FFD;
	}



#content .disclaimer {font-size: xx-small;}

/*
*********************************************************************
>> PAGE STYLES
*/
/*
<< SIDEBAR
*********************************************************************
*/
#content_sidebar {
	width: 151px;
	background-color: #FFFFF0;
	border: 1px solid #DC8;
	padding: 8px;
	margin-bottom: 1em;
	}

#content_sidebar h3 {color: #930;}

#content_sidebar .sidebar_item {
	width: auto;
	margin: 0 0 14px 0;
	padding: 7px;
	border: 0px solid;
	}

/*
*********************************************************************
>> SIDEBAR
*/

/*
<< TOC SIDEBAR NAVIGATION 
*********************************************************************
*/
h3#sbn_publication_name {margin: 0 0 .5em 0;}

ul#sbn_publication_toc,
ul#sbn_publication_toc * {
	/* Resets indent to 0 for all browsers */
	padding: 0;
	margin: 0;
	font-size: x-small;
	}

ul#sbn_publication_toc li.sbn_publication_toc_pubsect {
	list-style-type: none;
	margin-bottom: 1.5em;
	font-weight: bold;
	color: #841;
	}

ul#sbn_publication_toc li.sbn_publication_toc_poem {
	margin-left: 2em;
	}

ul#sbn_publication_toc li.sbn_publication_toc_poem,
ul#sbn_publication_toc li.sbn_publication_toc_poem *{
	font-weight: normal;
	font-size: xx-small;
	padding: 2px;
	}

ul#sbn_publication_toc li.sbn_publication_toc_poem a:hover {
	background-color: #FFF;
	}

ul#sbn_publication_toc li.toc_on,
ul#sbn_publication_toc li.toc_on a {
	background-color: #FFC;
	font-weight: bold !important;
	color: #800;
	}

/*
*********************************************************************
>> TOC SIDEBAR NAVIGATION
*/

/*
<< MASTHEAD 
*********************************************************************
*/
#masthead {
	background-color: #A71;
	background-image: url(/graphics/bkgnd-masthead.jpg);
	background-repeat: no-repeat;
	border: 0px solid #DC8;
	border-width: 1px 0 0 0;
	}

#masthead_bar {
	background-color: #DC8;
	background-image: url(/graphics/bkgnd-masthead_bar.png);
	background-repeat: repeat-y;
	border-color: #A71;
	}

#masthead h1 {
	margin: 16px 0 0 0px;
	text-transform: uppercase;
	color: #DC8;
	letter-spacing: .03em;
	text-indent: 1.5em;
}

#masthead #masthead_tagline {
	display: block;
	font-size: 16px;
	line-height: 3em;
	letter-spacing: 0;
	text-transform: none;
	}


#MastheadMhsLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 110px;
	cursor: pointer !important;
}

#MastheadMhsLink span {
	display: none;
}
/*
*********************************************************************
>> MASTHEAD
*/

/*
<< FOOTER 
*********************************************************************
*/
#footer {
	background-color: #800;
	border: 0px solid #A71;
	border-bottom-width: 1px;
	}

#footer p#footer_navigation {
	border: 1px solid #600;
	border-width: 1px 0;
	border-top-color: #841;
	background-color: #A71;
	background-image: url(/graphics/bkgnd-footer_nav.png);
	background-repeat: repeat-y;
}

#footer * {color: #FFF;}

#footer form input,
#footer form textarea {color: #444;}
/*
*********************************************************************
>> FOOTER
*/


