/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------->>> GLOBAL <<<----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}
body {
	color:#000000;
	font:13px arial, helvetica, sans-serif;
	margin-top:30px;
	margin-bottom:30px;
	background:#44573a url(images/background.jpg) fixed repeat-x;
/*
  background-image:url(images/background.jpg);
  background-repeat:repeat-x;
 */
}
a > img {
	border:none;
}
thead {
	font-weight:bold;
}
a:link {
	color:#44573a;
}
a:visited {
	color:#959595;
}
a:hover, a:active {
	color:#2b2b2b;
}
p {
	padding-top:8px;
	padding-bottom:8px;
}
blockquote {
	padding:25px;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, label, dl, fieldset, address {
	margin: .25em 0;
}
h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	color:#2a2a2a;
}
h1 {
	letter-spacing:9px;
}
h2 {
	letter-spacing:7px;
}
h3 {
	letter-spacing:5px;
}
h4 {
	letter-spacing:3px;
}
b, strong {
	font-weight:bold;
}
table {
	margin-left:auto;
	margin-right:auto;
	width:90%;
}
td {
	border:1px solid silver;
	padding:2px;
}
th {
	border: 1px solid silver;
	background-color:#DDDDDD;
	padding:2px;
}
input {
	font:12px arial, helvetica, sans-serif;
}
select {
	width:200px;
	margin-left:15px;
	margin-right:5px;
	font:12px arial, helvetica, sans-serif;
}
ul li {
	list-style-type:none;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------->>> SITE DISPLAY AND CONSTRUCTION <<<---------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* specifies attributes of the over-arching table that contains all header and content data */
#wrap {
	width:996px;
	margin-left:auto;
	margin-right:auto;
}
/* the content td has left and right padding of 8px */
div.outer {
	border-left:2px solid #959595;
	border-right:2px solid #959595;
	border-bottom:30px solid #959595;
	background-color:white;
	padding:5px;
	min-height:300px;
}
.content {
	padding-bottom:40px;
	display:table;
	width:100%;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------->>> HEADER <<<---------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
.header {
	border-top:2px solid #2b2b2b;
	border-left:2px solid #959595;
	border-right:2px solid #959595;
	background-image:url(images/banner.jpg);
}
.header_banner {
	height:80px;
}
/* Navigation Menu */
.menu {
	display:table;
	width:100%;
}
.menu_item {
	float:left;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
	font:14px arial,helvetica,clean,sans-serif;
	text-decoration:none;
	border-right:1px solid #696969;
	border-left:1px solid #DDDDDD;
	height:20px;
}
.menu_item>a {
	color:white;
}
.menu_item:hover {
	background-color:#DDDDDD;
	cursor:pointer;
}
.menu_item:hover a {
	color:#696969;
	text-decoration:underline;
}
/* END HEADER */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------->>> FOOTER <<<---------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
.footer {
	padding-top:10px;
	width:100%;
	color:white;
	text-align:center;
	font-size:12px;
}
.footer>a {
	color:white;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------->>>RECORDS <<<---------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* Section Menu */
.display_menu {
	display:table;
	margin-left:425px;
}
.display_menu_item {
	float:left;
	width:120px;
	text-align:center;
	border:1px solid gray;
	margin:5px;
	text-decoration:none;
	color:black;
}
.display_menu_item>span {
	color:black;
	font-weight:bold;
}
.display_menu_item_hidden, .display_menu_item_none {
	float:left;
	width:120px;
	text-align:center;
	border:1px solid gray;
	background-color:#ebebeb;
	margin:5px;
}
.section_visible {
	padding:10px;
}
/* DISPLAY LAYOUT */
#summary_data, #essays {
	margin-left:425px;
}
.image_box {
	float:left;
	width:350px;
	margin-left:50px;
}
.screen_image{
	cursor:pointer;
}
.enlarge {
	position:relative;
	top:-40px;
	right:10px;
	float:right;
	background-color:#ebebeb;
	border:1px solid silver;
	padding:5px;
	font-weight:bold;
}
.thumb_container{
	margin-top:25px;
}
.display_thumb{
	width:80px;
	padding:2px;
	cursor:pointer;
}
.adminhist_label {
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
	padding-right:2px;
	padding-left:10px;
}
.summary_info {
	padding-left:25px;
}
.summary_info>ul {
	margin-left:25px;
}
.controlaccess_list, .index_terms {
	padding-left:25px;
}
.summary_section {
	padding-bottom:25px;
}
.top_bibref {
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
}
.bibref {
	padding-bottom:8px;
	margin-left:20px;
	text-indent:-10px;
}
.resource_bibref {
	padding-top:8px;
	margin-left:1em;
	text-indent: -1em;
	padding-left:20px;
	padding-right:20px;
}
.note_p {
	padding-bottom:8px;
	padding-top:0px;
	margin:0;
}
.phystech {
	padding-left:20px;
}
.adminhist_p {
	padding-bottom:8px;
	padding-top:0px;
	padding-left:20px;
}
.adminhist_div {
	margin-bottom:10px;
}
.pointer {
	vertical-align:super;
	font:10px arial,helvetica,clean,sans-serif;
}
.note-symbol {
	vertical-align:super;
	font:10px arial,helvetica,clean,sans-serif;
	text-align:right;
	float:left;
	height:100%;
	padding-right:2px;
}
.commentary_piece {
	padding-bottom:40px;
}
.essay_section {
	padding-left:10px;
}
.essay_toc {
	margin-bottom:40px;
}
.list {
	padding-left:40px;
}
.extptr_table {
	padding:8px;
	background-color:#ebebeb;
	border:1px dashed #696969;
	margin-bottom:10px;
}
.table {
	width:95%;
	padding-left:20px;
	padding-right:20px;
	background-color:#ebebeb;
	border:1px dashed #696969;
	margin-bottom:20px;
}
.submenu {
	width:100%;
	vertical-align:bottom;
	display:table;
	text-align:right;
	margin-top:3px;
}
.icon {
	border-left:1px solid silver;
	float:right;
	vertical-align:text-bottom;
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
}
iframe{
	border:0;
	width:100%;
	height:800px;
}
.copyright {
	text-align:center;
	width:100%;
	font-size:90%;
}
/* --------------------- RESOURCE PAGE --------------------- */
.resource_essay ul {
	margin:20px;
}
.resource_essay li {
	padding:5px 0;
}
.resource_essay dl>div {
	display:table;
	padding:2px 0;
}
/* --------------------- SEARCH/COMPARE PAGE --------------------- */
.quick_search {
	text-align:center;
	margin:5px 0;
}
.facets {
	float:left;
	width:225px;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
div.facet {
	margin-left:auto;
	margin-right:auto;
	width:90%;
	margin-bottom:10px;
	background-color:#959595;
	padding:2px;
	border:1px solid #696969;
}
.facet_label {
	width:100%;
	display:table;
	cursor:pointer;
	letter-spacing:2px;
}
li.term {
	border-bottom:1px dotted silver;
	padding:2px;
	margin-bottom:2px;
	display:table;
	width:100%;
}
.fn {
	float:left;
	width:80%;
}
.ft {
	float:left;
	width:15%;
	text-align:right;
}
.get_facets {
	float:right;
	padding-right:5px;
}
.facet>ul {
	text-align:left;
	background-color:#dddddd;
	padding:2px;
	border:1px solid #696969;
	font-weight:normal;
	font-size:12px;
}
.results {
	margin-left:240px;
}
.remove_facets {
	background-color:#efefef;
	border:1px solid silver;
	padding:5px;
}
#search_options {
	display:block;
	width:100%;
}
.sort_div {
	padding-bottom:20px;
	border-bottom:1px dotted silver;
}
.result_div_even {
	display:table;
	padding:20px 0 20px 0;
	border-bottom:1px dotted silver;
	width:100%;
}
.result_div_odd {
	background-color:#efefef;
	display:table;
	padding:20px 0 20px 0;
	border-bottom:1px dotted silver;
	width:100%;
}
.result_header{
	margin-left:25px;
	font-size:110%;
}
dl>h2 {
	text-align:center;
}
dl>div {
	padding:2px 0;
}
dl>div>dt {
	float:left;
	width:125px;
	text-align:right;
}
dl>div>dd {
	margin-left:150px;
}
.result_div dd {
	width:250px;
}
.search_forms {
	display:table;
	width:100%;
	padding:5px;
}
#search1 {
	padding-top:20px;
	width:47%;
	float:left;
	margin-right:3%;
}
#search2 {
	padding-top:20px;
	width:47%;
	float:left;
	margin-left:3%;
}
.compare_image {
	margin-bottom:20px;
	padding:10px;
	border-bottom:1px dashed #696969;
}
.option_container {
	width:200px;
}
.category_list {
	width:175px;
	margin-left:0px;
	margin-right:0px;
}
.search_text {
	width:200px;
	margin-left:15px;
	margin-right:5px;
}
.year_int {
	width:30px;
	margin-left:0px;
	margin-right:5px;
}
.year_era {
	width:55px;
	margin-right:5px;
	margin-left:0px;
}
.year_range {
	margin-left:15px;
	margin-right:5px;
	width:101px;
}
.weight_range {
	margin-left:15px;
	margin-right:5px;
	width:125px;
}
.weight_int {
	width:30px;
	margin-left:0px;
	margin-right:5px;
}
.dimensions_range {
	margin-left:15px;
	margin-right:5px;
	width:139px;
}
.dimensions_int {
	width:30px;
	margin-left:0px;
	margin-right:5px;
}
#removeBtn_1 {
	display:none;
}
#searchItemTemplate {
	display:none;
}
.searchItemTemplate {
	padding-top:5px;
	padding-bottom:5px;
}
#AsearchItemTemplate {
	display:none;
}
#BsearchItemTemplate {
	display:none;
}
.compare_options {
	font-size:10px;
	margin-bottom:10px;
	text-align:center;
}
/* PAGING */
.paging_div {
	width:100%;
	display:table;
	padding-top:10px;
	padding-bottom:10px;
}
.pagingBtn, .pagingSep {
	padding:0 4px 0 4px;
	text-decoration:none;
	border-right:1px solid #696969;
	border-left:1px solid #DDDDDD;
}
a.pagingBtn {
	color:#44573A;
}
span.pagingBtn {
	font-weight:bold;
	background-color:#DDDDDD;
}
a.pagingBtn:hover {
	background-color:#959595;
	text-decoration:underline;
	color:white;
}
/* ---------------------- ESSAY PAGE ---------------------- */
.essay_list {
	padding:5px;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------->>> FEATURES <<<---------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
.index_data {
	float:left;
	width:600px;
}
#feature {
	float:right;
	width:300px;
	text-align:center;
	margin-top:50px;
}
.feature_metadata{
	width:100%;
	font-size:11px;
	padding-top:10px;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------->>> ABOUT PAGE <<<---------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
.format_list{
	list-style-type:circle;
	margin-left:50px;
}
/*
  *
  * jQuery lightBox plugin
  * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
  * and adapted to me for use like a plugin from jQuery.
  * @name jquery-lightbox-0.5.css
  * @author Leandro Vieira Pinho - http://leandrovieira.com
  * @version 0.5
  * @date April 11, 2008
  * @category jQuery plugin
  * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
  * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
  * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}