/* CSS for DHQ screen */

body {
    font-size: .9em;
    background-image: url('/web/20220207194545im_/http://www.digitalhumanities.org/dhq/common/images/bar.png');
    background-repeat: repeat-y;
    min-width: 800px;
    width: expression(document.body.clientWidth < 800 ? "800px" : "auto"); /* for IE6 fake min-width */
}
a:visited {
    color: #333333;
    text-decoration: underline;
}
a:link {
    color: #6789a8;
    text-decoration: underline;
}
a:active {
    color: #6789a8;
    text-decoration: underline;
}
a:hover {
    color: #aa4d0f;
    text-decoration: underline;
}

div.counter > a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 1.4em;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.1em;   
}
h4 {
    font-size: 1em;  
}
h5 {
    font-size: 1em;    
}
h6 {
    font-size: .9em;   
}

/***************************************************
Banner, Top Navigation
***************************************************/
#top {
    height: 87px;
    width: expression(document.body.clientWidth < 800 ? "800px" : "auto"); /* for IE6 fake min-width */
}
#backgroundpic {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    width: 100%;
    min-width: 800px;
    z-index: -1;
}
#banner {
    height: 85px;
}
#dhqlogo {
    margin-top: -2px;
    margin-left: -10px;
    position: absolute;
    z-index: 2;
}
#dhqlogo img {
    height: 85px;
}
#longdhqlogo {
    margin-top: 3px;
    float: right;
    position: relative;
    z-index: 2;
}
#longdhqlogo img {
    height: 60px;
}
#topNavigation {
    margin-top: -23px;
    background-color: #acbac7;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    height: 28px;
    width: 100%;
    position: relative;
    z-index: 1;
    width: expression(document.body.clientWidth < 800 ? "800px" : "auto"); /* for IE6 fake min-width */
}
#topnavlinks {
    font-size: 1.3em;
    margin-left: 170px;
    margin-top: 3px;
	position: absolute;
}
#search {
    margin-top: 5px;
    position: absolute;
    right: 5px;
}
a.topnav:visited {
    color: #000000;
    text-decoration: none;
    padding: 1px;
}
a.topnav:link {
    color: #000000;
    text-decoration: none;
    padding: 1px;
}
a.topnav:active {
    color: #000000;
    text-decoration: none;
    padding: 1px;
}
a.topnav:hover {
    background-color: #dddddd;
    text-decoration: none;
    padding: 1px;
}
#topnavlinks span {
    font-size: 0.75em;
    border-right: dashed 1px #000000;
	padding-left: 1em;
	padding-right: 1em;
	vertical-align: middle;
}
span#rightmost {
    border-right: none;
}

/***************************************************
Side Navigation, Side Content
***************************************************/
#leftsidebar {
    font-size: 0.8em;
    float: left;
}
#leftsidebar img {
    margin-left: 5px;
    margin-top: 0px;
}
#leftsidebar h3 {
    letter-spacing: 2px;
}
#leftsidebar ul {
    list-style-type: none;
    padding: 5px;
    margin: .2em;
}
#leftsidebar li {
    background-image: url('/web/20220207194545im_/http://www.digitalhumanities.org/dhq/common/images/bullet.gif');
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: .8em;
    padding-bottom: .5em;
    color: #000000;
}
p.leftsidebar {
    text-align: right;
}
#leftsidenav {
    position: relative;
    margin-left: 7px;
    padding-left: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    background-color: #FFFFFF;
}
#leftsidenav span {
    font-size: 1.1em;
    font-weight: bold;
}
#leftsidenav ul {
    list-style-type: none;
    padding: 5px;
    margin: .2em;
}
#leftsidenav li {
    background-image: url('/web/20220207194545im_/http://www.digitalhumanities.org/dhq/common/images/arrows.gif');
    background-repeat: no-repeat;
    background-position: .1em;
    padding-left: 1.3em;
    padding-bottom: .3em;
    color: #000000;
    padding-top: .3em;
}
#leftsideID {
    clear: both;
    padding: 10px;
    font-size: 1em;
    margin-top: 0px;
    margin-left: 2em;
    margin-right: 1em;
    border-bottom: 1px dashed #000000;
}
.leftsidecontent {
    clear: both;
    padding: 10px;
    font-size: 1em;
    margin-top: 0px;
    margin-left: 2em;
    margin-right: 1em;
    border-bottom: 1px dashed #000000;
}

/***************************************************
Main Content
***************************************************/
div.toolbar {
	font-size: .85em;
	color: #333333;
	text-align: center;
	background-color: #eeeeee;
	padding: .4em;
	border: 1px #cccccc solid;
}
div.dhqArticle {
    margin: 0 2em 2em 2em;  
}
#mainContent {
    float: none;
    padding-top: 2em;
    padding-left: 4em;
    padding-right: 4em;
	margin-left: 225px;
}
#toc {
    text-align: left;
}
#editContent {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}
h1.volumeIssue {
    letter-spacing: 2px;
    color: #5c6a77;
    text-align: right;
}
#printSiteTitle {
    display: none;
}
.viewAbstract {
    font-size: .85em;
    color: #333333;
    margin-top: -10px;
}
#abstract, div.revisionNote {
    border: 1px solid black;
    margin: 1em;
    margin-bottom: 4em;
  	width: 85%;
    background-color: #d5dfe9;
    font-size: .9em;
    padding: 1em 2em;
}
.abstract {
	border: 1px solid black;
    margin: 1em;
    width: 85%;
    background-color: #d5dfe9;
    font-size: .8em;
    padding: 1em 2em;
}
input {
    border: 1px solid black;
}

#DHQtext input {
    border: 1px solid black;
    padding: .25em;
}


.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.error {
    color: red;
}
.score {
    vertical-align: top;
    padding-left: 25px;
    padding-right: 10px;
}
.rank {
    vertical-align: top;
    padding-left: 25px;
    padding-right: 30px;
}
#search_hits {
    border: 1px solid black;
    margin: 1em;
    background-color: #d5dfe9;
    padding: 1em 2em;
    font-weight: bold;
}
#search_help,
#article_list {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
#search_help caption {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
#search_help th {
    text-align: center;
    background-color: #d5dfe9;
}
#article_list th {
    text-align: center;
    background-color: #d5dfe9;
}
#search_help td, th {
    border: 1px solid black;
    margin: 1em;
    padding: 1em 2em;
}
#article_list td, th {
    border: 1px solid black;
    margin: 1em;
}
#article_list td.author {
    border: none;
}
.hit_count {
    position: absolute;
    right: 100px;
}
table.search_results {
    margin-left: 30px;
}
.cluster {
    padding-left: 30px;
}

/***************************************************
Footer
***************************************************/
#footer {
    width: 100%;
    float: left;
    border-top: solid 1px;
    margin-top: 2em;
    padding: .5em 0.5em;
    font-size: .75em;
    color: #333333;
}

/*
     FILE ARCHIVED ON 19:45:45 Feb 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:38:23 Feb 18, 2022.
     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: 97.49
  exclusion.robots: 0.111
  exclusion.robots.policy: 0.101
  RedisCDXSource: 0.707
  esindex: 0.01
  LoadShardBlock: 53.771 (3)
  PetaboxLoader3.datanode: 98.054 (5)
  CDXLines.iter: 21.367 (3)
  load_resource: 138.359 (2)
  PetaboxLoader3.resolve: 54.02 (2)
*/