html, body { 
    height:100%;
    margin: 0;
}

body { 
    /*height:100%;*/
    min-height: 100vh; display: flex; flex-direction: column;
    width:100%;
    background-position:0 200px;
    background-color:#ffffff;	
    font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
    font-size: 13px;
    padding: 0;
    border: 0;
}	
	
a {
    color:#9b3526;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

p {
    margin:.4em 0 .8em 0;
    padding:0;
}
		
img {
    margin:10px 0 5px;
}

:link img {
    border: none;
}	

blockquote {
    margin-left:25px;
}
	
hr {
    background-color:#d4d4d4;
    color:#d4d4d4;
    height:1px;
    border:0px;
    clear:both;
}

#toggleText {
    border-style:solid;
    border-width:1px;
    border-color:#d4d4d4;
    padding:20px;
    margin: 10px 30px 0px 30px;
}

/* column container */
.colmask {
	flex: 1; /* new */
    background-image:url("/static/img/strype-athena2.43b2b6cd27ef.jpg");
    background-repeat:no-repeat;
    background-position: 5px 120px;
    background-color:#FFF;
    background-attachment:fixed;
    position:relative;	/* fixes IE7 overflow  */
    clear:both;
    float:left;
    width:100%;
    overflow:hidden;
}

/* common column settings */
.columncontent {
    float:left;
    width:100%;
    position:relative;
}

.colright,
.colleft {
    float:left;
    position:relative;
    padding:0 0 1em 0;
}

.colleft h2 {
    padding-left:0;
}

/* 2 Column (main content) settings */
.maincontent {
    background-color:#FFF;
    height: auto !important; /*min-height hack*/
    /*height: 100%;*/
}

/* .maincontent p, h1, h2, h3, ul, dl, ol, blockquote {
    padding-right:20px;
} */

.maincontent h2 {
    padding-top:0;
    padding-left:0;
}
	

.maincontent .columncontent {
    right:75%;			/* right column width */
}

.maincontent .colright {
    width:71%;			/* right column content width */
    left:102%;			/* 100% plus left column left padding */
}

.maincontent .colleft {
    width:21%;			/* left column content width (column width minus left and right padding) */
    left:6%;			/* (right column left and right padding) plus (left column left padding) */
}


.maincontent h1, .book_list h1 {
    font: normal 170%/100% Georgia,"Times New Roman",Times,serif;
    margin-top:20px;
    margin-bottom:20px;
    color:#727073;
}

.maincontent h2 {
    font: normal 150%/100% Georgia,"Times New Roman",Times,serif;
    color:#727073;
    margin-top:20px;
}

.maincontent h3 {
    font: normal 125%/100% Georgia,"Times New Roman",Times,serif;
    color:#727073;
    margin-top:30px;
}

.maincontent p, ol, ul, dl, blockquote {
    font-size:13px;
}

.highlight {
    color:#C96;
}

.topmargin {
    margin-top:30px;
}

.caption {
    font-size:90%:
}


/*.biblio {  
    margin-left: 20px; 
    text-indent: -20px; 
} */
	 
.indent {
    margin-left:25px;
}

p .biblio {
    margin-left: 80px;
    text-indent: -50px;
}

p[data-p=contd]  {
	text-indent:0;
	}

.comment {
	font-size: 90%;
	color: #989699;
}

@keyframes fading {
    0%   { color: #9b3526; }
    100% { background: #989699; }
}

@-webkit-keyframes fading {
    0%   { color: #9b3526; }
    100% { color: #989699; }
}


/* Footer styles */
#footer {
    background-image: url("/static/img/pagebg.0db4938364dd.jpg");
    width: 100%;
    min-height: 150px; /* new, was height 150 */
    clear: both;
    float: none; /* new */
    /* float: left; */
    border-top: 1px solid #b3aa9f;
    padding-top: 10px;
    padding-bottom: 15px;
    /* position: sticky; */
    position: static; /* new */
    /* top: 100vh; */
    color: #867f78;
  }


#footer-emblem p {
	font-size:90%;
	padding-left:40px;
	padding-top:5px;
	color:#867f78;
	text-indent: 0;
}

#footer-emblem p {
	margin-left:5px;
}

#footer-emblem a {
	color:#867f78;
}

#footer-emblem {
	height:90px;
	margin-left:20px;
	margin-top:25px;
    padding-left: 60px;
	background-image: url("/static/img/footerowl.cb029de4c9ee.png");
	background-repeat:no-repeat;
}

#footer-emblem .col-xs-4 {
	float:left;
	padding-left:10px;
	padding-right:35px;
}
	
	/* the overlayed popup */
.popup_overlay {
	
    /* must be initially hidden */
    display:none;
    
    /* place overlay on top of other elements */
    z-index:10000;
    
    /* styling */
    background-color:#f2f2f2;
    padding:20px 0 0 0;
    width:600px;
    max-height:400px;
    border:1px solid #666;
    position:absolute; /* needed for overlay to show above swf */
    left:50px; 
    top:50px;
    color:#111;
    
    
    /* CSS3 shadow styling */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.popup_overlay .close {
    background-image:url("/static/img/x.1cd03217f63a.png");
    background-repeat:no-repeat;
    position:absolute;
    right:0px;
    top:3px;
    cursor:pointer;
    height:22px;
    width:17px;
}

.popup_overlay .overlaycontent {
    top:30px;
    padding:20px;
    background-color:#fff;
    max-height:375px;
    overflow:auto;
}	
    
.popup_overlay h1 {
    margin:0 0 5px 0;
    font-size:16px;
    color:#456;
    font-weight:normal;
}
    
.popup_overlay h2 {
    font-size:12px;
    padding-top:20px;
}
    
.dropshadow {
     border:none;
     -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
     -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
     box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
     : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
}
	
#copyright {
    display:none;
}


/* NAVIGATION */

/* sub nav (across the top) */
#sub-navcontainer {
     background-color:#fff; 
     padding:0px 0px 45px 15px;
}

#sub-nav {
    background-color:#fff;
    margin: 0;
    float: right;
    font-size: 12px;
}
	
#sub-nav li {
    list-style: none;
    padding: 0 0 10px;
    margin: 0 0 0 17px;
    float: left;
    position: relative; 
}
	
#sub-nav a { 
    color: #989699; 
    text-decoration: none; 
}

#sub-nav a:hover {
    color: #fff;
    text-decoration: none;
}

#sub-nav .open-login a.active {
    color: #fff;
    cursor: text;
}


#sub-nav ul {
    position: absolute;
    margin: 0;
    padding: 5px 0;
    font-size: 95%;
    top: 35px;
}

#sub-nav ul li {
    margin: 0;
    padding: 0;
}

#sub-nav ul a {
    background: none;
    width: 100px;
    display: block;
    padding: 3px 10px 3px 10px;
    color: #a29ea4;
    text-shadow: 0 1px 3px rgba(0,0,0,.9);
}

#sub-nav a:hover {
    color: #575657;
}


/* nav (down the side)  */

#nav  {
    margin-top:40px;
    padding:0;
    right:15px;
    white-space:nowrap;
}

#nav .people  {
    margin-top:70px;
    padding:0;
    right:15px;
}	

#nav ul li { 
    display:list-item; 
}

#nav ul {
    line-height:90%;
    text-align:right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav li {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 0 17px;
    list-style:none;
}

#nav a {
    color: #6d6054;
    font:14px/90% Georgia,"Times New Roman",Times,serif;
    text-decoration:none;
    text-transform:uppercase;
}

#nav a:hover {
    color: #877768;
    background:none;
    text-decoration:none;
}		





/* Content for bios */	 

#bio { 
    overflow: hidden; 
}

#bio li { 
    list-style:none;
    margin-left:0;
}




#wikipedia {
    margin-top:25px;
}

#wikipedia img {
    border:none;
    -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
    -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
    box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
    : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 	
}

#wikipedia h2 {
    margin-top:30px;
    padding-top:10px;
    border-top-style:solid;
    border-width:1px;
    border-color:#d4d4d4;
}


#wikipedia td, th {
    vertical-align:top;
}

#wikipedia .editsection {
    display:block;
    text-align:right;
    font-size:60%;
}

#wikipedia .infobox  {
    background-color:#fff;
    border:1px solid #d4d4d4;
    float:right;
    font-size:88%;
    padding:10px;
    margin:-15px 10px 10px 10px;
}


#wikipedia .thumbcaption {
    padding-bottom:20px;
}

#wikipedia table .metadata mbox-small plainlinks { 
    style:border:none;
    background-color:none;
}


/*editions*/

.colophon {
    width:475px;
    float:left;
}

.page-wrapper {
    display: inline;
}

.catchword {
    /*visibility:hidden;*/
}

.signature {
    visibility:hidden;
}

.smallcaps {
    	font-variant: small-caps;
}

/**************** new ****************/
#headerwrapper {
    background-repeat: repeat-x;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    position: fixed;
    z-index: 10;
    top: 0;
}

#header {
    background: url("/static/img/scroll.d404bb39f0af.gif") right no-repeat #000;
    color:#FFF;
    width: 100%;
    overflow: hidden;
    height: 46px;
    white-space:nowrap;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

#header h2 {
    padding: 25px 0px 15px 15px;
    margin:0;
    font: normal 150%/40% Georgia,"Times New Roman",Times,serif;
    position: relative;
    margin: 0;
    color: #fff;
}	

#header h2 span {
    background: url("/static/img/gradient-dark.f354e7bf81c7.png") repeat-x;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 23px;
    pointer-events: none;
}

#header .homelink {
    position:absolute;
    top:14px;
    left:14px;
    width:175px;
    height:28px;
    z-index:100;
}
	
#content {
    background: #FFF url("/static/img/strype-athena2.43b2b6cd27ef.jpg") left 50px no-repeat;
    margin-top: 66px;
    position: relative;
    width: 100%;
    overflow: auto;
  }

#fancybox-target {
    width: 900px;
    margin: 30px;
    display: none;
}

.pagetext {
    display: inline-block;
    width: 400px;
    margin-left: 60px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:14px;
    text-align:justify;
    text-justify: newspaper;
    line-height:18px;
}

.pagetext h1 {
    font-size:16px;
    line-height:25px;
    text-align:center;
}

.pagetag {
    display: inline-block;
    width: 470px;
    vertical-align: top;
}

.results {
    display: none;
}

.results>div {
    margin: 10px 0;
    border: 1px solid gray;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}


.dropdown.place-dropdown .drop-items a,
.dropdown.person-dropdown .drop-items a {
    display: block;
    text-align: left;
}

.fulltext-search>input {
    width: 200px;
    height: 20px;
    margin-left: 15px;
    overflow: visible;
}

.fulltext-search>.modal-container {
    display: none;
}

.fulltext-search .modal {
    overflow: hidden;
}

.fulltext-search .modal .modal-title {
    text-align: left;
}

.fulltext-search .modal .modal-body.loading {
    background: url("../../img/loading.365d3e659634.gif");
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.fulltext-search .modal .modal-body.loading>ul{
    visibility: hidden;
}

.fulltext-search .modal .modal-body {
    overflow: auto;
}

.fulltext-search .modal .modal-body ul {
    overflow: auto;
    padding: 0;
}


.fulltext-search .modal .modal-body ul li {
    list-style: none;
    text-align: left;
    padding: 5px 0; 
}

.fulltext-search li .preview span{
    color: red;
    font-weight: bold;
}

.fulltext-search a {
    color: #751608;
    font-size: 15px;
}


/* From Bootstrap 3 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
