/*html { height:100%; }*/

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#000000;
	/*background-color:#FFFFFF;
	/*background-image:url(/web/20150914184137im_/http://www.archives.upenn.edu/templates/images/nav/bgBlue.gif);*/
	/*background-repeat:repeat-y;
	background-position:left top;*/
	background:url(https://web.archive.org/web/20150914184137im_/http://www.archives.upenn.edu/img/nav_dkblue.jpg) top left repeat-y;
	height:100%;
}


/* LAYOUT */

/* HEADER BANNER */
.sliderDiv {
	float:left;
}
.centuriesDiv a {
	color:#fff !important;	
}
.centuriesDiv a:hover {
	color:#fc0 !important;
	text-decoration:none;
}

.nivoSlider {
    position:relative;
    width:545px; /* Change this to your images width */
    height:100px; /* Change this to your images height */
    background:url(/web/20150914184137im_/http://www.archives.upenn.edu/jquery/nivo-slider/themes/default/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:inline-block;
}

/*.bx-prev {
	position: absolute;
	top: 75px;
	left: 495px;
	width: 20px;
	height: 20px;
	text-indent: -999999px;
	background: url(https://web.archive.org/web/20150914184137im_/http://www.archives.upenn.edu/img/icons/icon_arrow_left.png) no-repeat 0 -20px;
}

.bx-next {
	position: absolute;
	top: 75px;
	right: 5px;
	width: 20px;
	height: 20px;
	text-indent: -999999px;
	background: url(https://web.archive.org/web/20150914184137im_/http://www.archives.upenn.edu/img/icons/icon_arrow_right.png) no-repeat 0 -20px;
}

.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}
*/



/****************/


.imagecaption {
	font-size:12px; 
	color:#000;
	font-style:italic; 
	text-align:justify; 
	margin:auto;	
	margin-top:10px;
}

#wrapper {
	margin-right: 209px; /* account for left menu */
	position: relative;
	min-width:790px;
	/*min-height:100%;*/
}
/**html #wrapper {height:100%;}*/

#navigation {
	margin:0;
	height:100%;
	padding:20px 0 0 0;
	width:209px;
	float:left;
	clear:none;
	background-color:#011F5B;
	overflow: hidden;
}
#content {
	position: relative;
	margin:0 -209px 0 0;
	padding:0;
	width: 100%;
	/*min-width:400px; 800x600 */
	min-width:620px;
	float: left;
	clear:none;
	background-color:#FFFFFF;
	overflow: visible;
	height:100%;
}
#mainContent {
	margin:0;
	padding:15px 30px 15px 25px;
	min-height:300px;
	min-height:100%;
	margin-bottom:-100px;
}
.three-column #mainContent {
	margin:0;
	width: 60%;
	float:left;
	clear:none;
	background-color:#FFFFFF;
}
* html .three-column #mainContent {
	width:59%;
}

.three-column #rightColumn {
	margin:30px 0px 20px 10px;
	padding:0;
	float:left;
	/*width:174px;*/
	width: 30%;
	background-color:#FFFFFF;
}
.three-column #rightColumn #spotlight {
	margin:20px 0 0 10px;
	padding:2px 0 0 20px;
	width:150px;
	font-size:0.85em;
	text-align: left;
	color:#666666;
	border-left: 1px solid #990000;
}
#footer {
	margin:0 0 0 25px;
	padding:1em 0;
	font-size: 0.85em;
	color: #666666;
}




/* TEXT STYLING */
h1 {
	margin:0;
	padding:0.75em 0;
	font-size:1.99em;
	color: #990000;
}
h2 {
	margin:0.5em 0 0 0;
	padding:0;
	font-size: 1.24em;
	font-weight: bold;
	color: #000000;
}
#spotlight h2 {
	margin:0.35em 0 0.8em 0;
	padding:0;
	font-size:1.07em;
	font-weight:bold;
	color:#990000;
}

h3 {
	margin:5px 0;
	padding:0;
	font-size: 1em;
	font-weight:bold;
	color:#990000;
}

#content p {
	margin:0.3em 0 0.5em 0;
	padding:0;
	font-size:1.07em;
	line-height:1.4;
}
#content p.intro {
	margin:0;
	font-size: 1.24em;
}
a:link {
	color: #011F5B;
	text-decoration: underline;
}
a:visited {
	color: #011F5B;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #011F5B;
	text-decoration: underline;
}

#spotlight a:link {
	color: #011F5B;
	text-decoration: underline;
}
#spotlight a:visited {
	color: #011F5B;
	text-decoration: underline;
}
#spotlight a:hover {
	color: #A0B7E0;
	text-decoration: underline;
}
#spotlight a:active {
	color: #011F5B;
	text-decoration: underline;
}

#navigation .facts a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation .facts a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation .facts a:hover {
	color: #A0B7E0;
	text-decoration: underline;
}
#navigation .facts a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/* MAIN NAVIGATION */
#navigation .navigation-logo {
	margin:0 10px 12px 10px;
	padding:0 0 12px 0;
	text-align: center;
	border-bottom:1px solid #2F5A85;
}
#navigation ul {
	margin:0.75em 0;
	padding:0 10px 0 20px;
	font-size: 1.16em;
	font-weight: bold;
	list-style-type:none;
}
#navigation li {
	margin:0;
	padding:2px 0;
}
* html #navigation li {
	border-bottom:1px solid #011F5B;
}
#navigation ul li a {
	display:block;
	margin:0;
	padding:0 0 0 12px;
}
#navigation ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url("https://web.archive.org/web/20150914184137im_/http://www.archives.upenn.edu/img/nav/arrowRed.jpg");
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url("https://web.archive.org/web/20150914184137im_/http://www.archives.upenn.edu/img/nav/arrowRed.jpg");
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation ul li a:hover,
#navigation ul li a:active{
	color: #7794C9;
	text-decoration: none;
	background-image: url("https://web.archive.org/web/20150914184137im_/http://www.archives.upenn.edu/img/nav/arrowRed_on.jpg");
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation h2 {
	margin:0.35em 0 0.35em 20px;
	padding:0;
	font-size:1.07em;
	font-weight:normal;
	color:#FFCC00;
}
#navigation .highlights {
	margin:30px 0 0 0;
	padding:0;
}

#navigation .highlights ul {
	margin:0.75em 0;
	padding:0 10px 0 20px;
	font-size: 0.99em;
	font-weight: bold;
	list-style-type:none;
}
#navigation .highlights ul:two {
	margin:0.75em 0;
	padding:0 10px 0 35px;
	font-size: 0.99em;
	font-weight: bold;
	list-style-type:none;
}
#navigation .facts {
	margin:30px 10px;
	padding: 10px;
	color:#A0B7E0;
	border-top:1px solid #295896;
}
#navigation .facts h2 {
	margin:0.35em 0;
	font-size:1em;
}
#navigation .facts p {
	font-size: 0.85em;
}





/* SUB NAVIGATION STYLING */
.subNav-container {
	display:block;
	margin:0;
	padding:3px 0 3px 25px;
	/*min-width:500px; 800x600 */
	min-width:600px;
	/*min-height:40px;*/
	float:none;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#FFFFFF;
	background-color: #7794C9;
}
.subNav-container ul {
	display:inline;
	margin:0;
	padding:3px 0 0 0;
	list-style-type:none;
}
.subNav-container ul li {
	display:inline;
	margin:0;
	padding:0 4px 0 8px;
	line-height:140%;
	border-left:1px solid #FFFFFF;
}
.subNav-container ul li.first {
	padding-left:0;
	border:none;
}
.subNav-container a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.subNav-container a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.subNav-container a:hover {
	color: #990000;
	text-decoration: none;
}
.subNav-container a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.subNav-container .searchFrm {
	display:inline;
	margin:0;
	padding:0;
}
.subNav-container .searchFrm input[type="text"] {
	margin: 0 0 0 4px;
	padding: 0 2px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
	background-color: #E1E8F3;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
* html .subNav-container .searchFrm input { /* IE6 input styling */
	margin: 0 0 0 6px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
	background-color: #E1E8F3;
}

#content p.extraspace {
	margin-top: 15px !important;
	line-height: 1.6em !important;
	margin: 0;
}

span.smallindent {
	margin-left: 20px !important;	
}

p.spacebeforehr {
	line-height: .6em !important;	
}

div.ticketcite p {
	margin-top: 8px !important;
	line-height: 1.4em !important;
	margin: 0;
}

sup { vertical-align:baseline; position: relative; top: -1ex; font-size: 70%; }
/*
     FILE ARCHIVED ON 18:41:37 Sep 14, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:38:41 Feb 29, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 114.548
  RedisCDXSource: 0.809
  exclusion.robots: 0.303
  LoadShardBlock: 84.849 (3)
  esindex: 0.024
  PetaboxLoader3.resolve: 69.017 (2)
  CDXLines.iter: 20.092 (3)
  load_resource: 49.682
  PetaboxLoader3.datanode: 53.452 (4)
  exclusion.robots.policy: 0.283
*/