@import url(blueprint/compressed/screen.css);

body {
	margin: 0;
	background: url("../images/lines.jpg") repeat-x;
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8125em;
	line-height: 1.4em;
}

#wrap {
	background: #fff;
	border-bottom: 1px solid #EEEEEE;
}

h1,h2,h3,h4,h5,h6 {
	color: #296375;
}

ul {
	list-style-type: disc;
}
ul.none {
	list-style-type: none;
}

ul.split {
	margin: 0;
}

ul.split li {
	width: 45%;
	float: left;
}

a {
	color: #87A019;
}

a:hover {
	color: #2582A4;
	background: #E7F3F9;
}

/*************************
****	Banner (masthead)
*************************/
#banner {
	border-bottom: 1px solid #225362;
	background: #296375;
}
#banner h1 {
	font-size: 2em;
	margin: 0 0 0 10px;
	color: white;
	line-height: 3em;
	background: url('../images/ephflogo.gif') no-repeat left center;
	padding-left: 60px;
}

#search {
	text-align: right;
	padding-top: 15px;
}
#search p {
	margin: 0;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;	
}
#search #search-options {
	margin: .25em 0;
}
#search a {
	color: #87C4DB;
	text-decoration: none;
}
#search a:hover {
	color: #fff;
	background: transparent;
}

/*************************
****	Main nav
*************************/
#nav {
	background: #A5CC7A;
	border-bottom: 1px solid #8BBE55;
}
#nav ul {
	margin: 0;
	list-style-type: none;
}
#nav li {
	float: left;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}
#nav li#home-link {
	margin-left: .25em;
}
#nav li a {
	display: block;
	text-decoration: none;
	line-height: 2em;
	padding: 0 .75em;
	font-weight: bold;
	color: #32411B;
	border-right: 1px solid #8BBE55;
}
#nav li a:hover {
	background: #CAE2B1;
}



/*************************
****	Sub content
*************************/
#sub-content {
	padding-top: .75em;
	background: url(../images/img09.gif) #fff repeat-x;
}

h4 {
	margin: .75em 0;
	font-weight: bold;
	font-size: 14px;
}
#sub-content ul {
	margin: 0 0 .5em 0;
	list-style-type: none;
}
#latest-news li {
	border-top: 1px dashed #ccc;
	padding: .25em 0;
}
#sub-content li.first {
	border: none;
	padding-top: 0;
}

#sub-content .news h5, #sub-content .news p {
	margin: 0;
}
#sub-content .news h5 {
	font-size: 12px;
	padding-left: 18px;
	background: url('../images/green-square-16.png') no-repeat left center;
}
#sub-content .news h5 a {
	color: #007F9E;
}
#sub-content .news h5 a:hover {
	color: #00566B;
	background: #ffff99;
	text-decoration: none;
}
#sub-content .news p {
	font-size: 11px;
	color: #777;
	margin-left: 18px;
}
#sub-content p#archive-link {
	text-align: center;
}
#sub-content p#archive-link a {
	text-decoration: none;
	font-size: 12px;
	color: #777;
}
#sub-content p#archive-link a:hover {
	color: #007F9E;
	text-decoration: underline;
}
#sub-content p.notice {
	text-align: center;
	background-color: #EDF3F3;
	border: 2px dashed #CEDFDF;
	color: #446A6A;
	margin-bottom: 1.5em;
}
#sub-content p.notice a {
	color: #007F9E;
	font-weight: bold;
	text-decoration: none;
}
#sub-content p.notice a:hover {
	color: #00566B;
	background: #ffff99;
}
#latest-images {
	margin-bottom: 1.5em;
}
.latest-images {
	list-style-type: none;
	margin: 0;
}
.latest-images li {
	float: left;
}
.latest-images li img {
	margin: 0 5px 5px 0;
	padding: 2px;
	border: 1px solid #bbb;
}
.latest-images li a:hover {
	background: none;
}
.latest-images li a:hover img {
	border-color: #000;
}

#sub-content p.artifact.notice {
	font-size: 12px;
	text-align: left;
	background: url(../images/artifact.png) #FFF6BF no-repeat 10px center;
	color: #817134; border-color: #FFD324;
	padding-left: 35px;
	margin-top: 1.5em;
}


/*************************
****	Main content
*************************/
#content {
	padding-top: 1.5em;
}
h2 {
	font-weight: bold;
	font-size: 22px;
}
h3 {
	color: #2582A4;
	padding-bottom: 2px;
	border-bottom: 2px solid #ccc;
}


/*************************
****	Footer
*************************/
#footer {
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: .5em 0;
}
#footer p {
	color: #888;
	text-align: center;
	font-size: 11px;
	margin: 0;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #000;
}


/*************************
****	Museum & inner search form
*************************/
.inner-search {
	border: 1px solid #DDE5E7;
	background: #EDF1F2;
	padding: 10px;
}
.inner-search a {
	color: #2582A4;
	font-size: 14px;
}
.inner-search a:hover {
	color: #000;
}
.inner-search input[type=text] {
	width: 20em;
}
.inner-search input[type=checkbox] {
	margin: 5px 0 0 0;
}
.inner-search p, .inner-search ul {
	margin: 0;
}
.inner-search ul {
	list-style-type: none;
}
.inner-search label {
	font-size: 12px;
	font-weight: normal;
}
.inner-search .links {
	text-align: right;
}
.artifact {
	background: url(../images/artifact.png) no-repeat;
	padding-left: 20px;
}
li.artifact {
	margin-left: -20px;
}
p.item.artifact.notice {
	font-size: 14px;
	background: url(../images/artifact.png) #ffffcc no-repeat 10px center;
	border-color: #817134;
	padding-left: 35px;
}



dl {
	margin-bottom: 2.5em;
}

dt {
	padding-left: 23px;
	font-weight: bold;
	color: #808080;
	font-size: 16px;
	line-height: 23px;
}


#faq dt {
	background: url(../images/small_faq_answer.png) no-repeat center left;
}

#glossary dt {
	background: url(../images/small_lightbulb.png) no-repeat center left;
}

dd {
	padding-left: 23px;
	margin: 0 0 1em 0;
}


#book_gallery {
	height: 500px;
	margin-left: 25px;
}