
/* GENERAL  */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body { 
  margin: 0; 
  padding: 0;
  line-height: 16px;
  color: #000000;
  background-color: 000;
  font-family: "Merriweather", serif;
  font-size: 13px;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover, 
a:focus {
  color: #67864d; 
}
p { 
  margin: 0 0 10px 0;
  padding: 0;
}

hr {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* FOOTER/BOTTOM MENU */

.bottom {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  background-color: #000000;
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 5;
}

.bottom_menu a {
  text-decoration: none;
  color: #fff;
}

ul.bottom_menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 1px;
  border-right:1px solid #fff;
  padding-right: 6px;
  margin-bottom: 0px;
}

ul.bottom_menu li a:hover, 
a:focus {
  text-decoration: none;
  color: #67864d;
}

ul.bottom_menu {padding-left: 0;}

ul.bottom_menu li:last-child {
  border-right:0;
}

/* INDEX  */

.logo_index {
  margin-top: 0px;
  text-align: center;
  width: 100%;
  top: 0px;
  background: black;
  position: fixed;
  color: white;
  z-index: 4;
}

  .monz { /* For  Ted Warnell's Script */
  left: 0 ;
  top: 50px;
  width: 100% ;
  line-height: .8em ;
  position: absolute ;
  text-align: center ;
  vertical-align: top ;
  background: transparent ;
  overflow: hidden ;
  z-index: 1;
}

.index_middle {
  margin: 0 ;
  border: 0 ;
  padding: 0 ;
  color: black ;
  outline: none ;
  overflow: hidden ;
  background: white ;
  text-align: center 
}

.index_cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.index_cover img {
  height: 100%;
  width: 100%;
}

/* TEMPLATE FOR CONTENT */

.logo{
  margin-top: 0px;
  text-align: center;
  width: 100%;
  top: 0px;
  background: black;
  position: fixed;
  color: white;
  z-index: 4;
  border-bottom: 0px solid #67864d;
}
  
.content_middle {
  margin-top: 120px;
  margin-bottom: 90px;
}

.contentbox {
  border-style: dotted;
  border-color: #000;
  border-width: 1px;
  margin: 0px auto 40px auto;
  line-height: 130%;
  padding: 20px;
  width: 68%;
  min-height: 400px;
}

.author {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  margin-top: 10px;
  float: left;
  padding-right: 3px;
  color: #67864d; 
}

div.author::after {
  margin-left: 2px;
  margin-right: 4px;
  color: #67864d; 
  content: "|";
}

.title {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  margin-top: 10px;
}

.author_notitle {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  margin-top: 10px;
  padding-right: 5px;
  border-bottom: 0px solid #67864d;
  color: #67864d;
}

.poem { 
  margin: 30px auto 15px auto;
}

div.poem p {
  text-indent:-10px;
  margin-left:10px;
  margin-bottom: 2px; 
  padding: 0px 0px 0px 0px;
}

.poem img{ 
  max-width:100%;
  max-height:100%;
}

.prose_poem { 
  margin: 30px auto 15px auto;
}

div.prose_poem p{
  margin-bottom: 2px; 
  padding: 0px 0px 0px 0px;
}

div.prose { 
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 15px;
}

div.prose p{
  padding: 4px 0px 4px 0px;
}

.prose a {
  color: black;
  text-decoration: underline;
}

.prose a:hover, 
.prose a:focus {
  color: #67864d;
  text-decoration: underline;
}

.vispo { 
  margin: 30px auto 15px auto;
  text-align: left;
}

.vispo img{ 
  border:1px solid #000000;
  padding: 0px;
  max-height:650px;
  max-width:100%; 
}

.vispo video {
  width: 80%;
}

.navigation {width:100%;}

.navigation1 {
  position: fixed;
  overflow: hidden;
  left: -1px;
  top:10px;
  line-height: 0;
  z-index: 10;
}

.navigation1 a.previous {
  background: url(../images/b1.png) no-repeat 0 0;
  display: block;
  font-size: 0%;
  height: 75px;
  line-height: 0;
  overflow: hidden;
  text-indent: -200%;
  width: 48px;
}

.navigation1 a.previous:hover,
.navigation1 a.previous:focus {
  background-image: url(../images/b11.png);
} 

.navigation2 {
  position: fixed;
  overflow: hidden;
  right: -10px;
  top: 10px;
  line-height: 0;
  z-index: 10;
}

.navigation2 a.next {
  background: url(../images/b2.png) no-repeat 0 0;
  display: block;
  font-size: 0%;
  height: 75px;
  line-height: 0;
  margin-right: -1px;
  overflow: hidden;
  text-indent: -200%;
  width: 48px;
}

.navigation2 a.next:hover,
.navigation2 a.next:focus {
  background-image: url(../images/b22.png);
}

/* TABLE OF CONTENTS */

.t_o_c_top {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  border-bottom: 0px solid #000;
}

.t_o_c {
  margin-top: 0px;
  text-align: center;
}

.toc_middle {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  margin-top: 25px;
  color: #67864d;
}

.toc_bottom {
  margin-top: 20px;
}

.tocheader {
  color: #67864d;
  padding-top: 100px;
}

.tableofcontents {
  list-style-type:none;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 0;
}

.tableofcontents a {
  text-decoration: none;
}

ul.tableofcontents li {
  display: inline-block;
  vertical-align: middle;
  margin: 1px;
  text-align: center;
  border-right:1px solid #67864d;
  padding-right: 6px;
  margin-bottom: 0px;
}

ul.tableofcontents li:last-child {
  border-right:0;
}

/* ARCHIVE OF PAST ISSUES   */

._archive_past_issues_ {
 justify-content: center;
}

ul._archive_past_issues_ {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 10px 
}
 
 ul._archive_past_issues_  li {
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
}

._archive_past_issues_  a{
  font-size: 12px;  1.3em at base 16px   
  color: #000;
  text-decoration: none;
}

._archive_past_issues_ a:hover{
  color: #67864d;
  text-decoration: underline;
  text-decoration-color: #67864d;
}

._archive_past_issues_ img  { 
  border: 2px solid #000; 
  min-width: auto; 
  min-height: auto;
} 

._archive_past_issues_ img:hover { 
  border: 2px solid #67864d; 
} 

/* ARCHIVE OF LINKS */  

._links_ {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-left: 0px;
  width: 90%;
  margin-top: 0px; 
  line-height: 1.6;
}

._links_header {
  color: #000;
}

._links_ li{
  display: inline;
}

._links_ li:after {
  content: " | "; 
   color: #67864d; 
}

._links_ li:last-child:after {
  content: none;
}

._link_date {
  color: #67864d; 
}

li._link_date::after { 
  content: ": ";
  margin-right: 5px;
  color: #67864d; 
}

._links_ li span {}

._links_ li a {
  text-decoration: none;
  color:  #000;
}

._links_ li a:hover {
  color: #67864d;
  text-decoration: underline;
}

/* BOOKSTORE   */    

._archive_books_ {
  justify-content: center;
}
  
ul._archive_books_ {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px 5px 
}
 
 ul._archive_books_  li {
  display: inline-block;
  padding: 20px 5px;
  text-align: center;
}
._archive_books_  a{
  font-size: 11px; 
  text-decoration: none;
}

._archive_books_ a:hover{
  color: #000;
  text-decoration: underline;
  color: #67864d; 
}

._archive_books_ img  { 
  border: 2px solid #000; 
  max-width:60%;  
  max-height:100%;
} 

._archive_books_ img:hover { 
  border: 2px solid #67864d; 
  color: #67864d; 
}

/* ARCHIVE OF CONTRIBUTORS */    


._archive_contributors_ {
  text-align: left;
  list-style: none;
  padding-left: 0;
}

._archive_contributors_ li {
  color:  #000;
}

.archive_contributors_header {
  color: #67864d;
  font-weight: bold;
}

._archive_contributors_ li a {
  text-decoration: underline;
  color:  #000;
}

._archive_contributors_ li a:hover {
  color: #67864d;
}

/* INDIVIDUALS */  

.Rosenthal {
  margin-left: 100px;
  margin-bottom: 40px;
}

.mckelvey {
  margin-left: 23px;
}

.chace {
  text-indent: 50px;
  margin-bottom: 15px;  
}

.Ruby_poem { 
  margin: 20px auto 15px auto;
}

div.Ruby_poem p {
  text-indent:-10px;
  margin-left:10px;
  margin-bottom: 5px; 
  padding: 0px 0px 0px 0px;
}

.Ruby2 {
  margin-left: 200px;
}

.Ruby3 {
  margin-left: 250px;
  margin-bottom: 40px;
}

.Stegeman { 
  margin: 0px auto 0px auto;
  text-align: left;
}

.Stegeman img{ 
  border:0px solid #000000;
  padding: 0px;
  max-height:725px;
  max-width:100%; 
}

.Hammack { 
  margin: 30px auto 15px auto;
}

div.Hammack p {
  text-indent:-10px;
  margin-left:10px;
  margin-bottom: 2px; 
  padding: 0px 0px 0px 0px;
}

.Hammack img{ 
  max-width:100%;
  max-height:650px;
}

.Miller { 
  margin: 30px auto 15px auto;
  text-align: left;
}

.Miller img{ 
  border:1px solid #000000;
  padding: 0px;
  max-height:100%;
  max-width:100%; 
}

.strongin {
  margin-left:50px;
}

/* SMALL SCREENS */  

@media all and ( max-width: 600px ), ( max-height: 600px )  {
  .bottom {
    position: relative;
    bottom: 0;
    overflow: hidden;
    z-index: 5;
  }
  .Ruby2 {
    margin-left: 50px;
}
  .Ruby3 {
    margin-left: 100px;
    margin-bottom: 40px;
  }
}

/* OLD CODE FROM PREVIOUS ISSUE 




  /* small screen laptop adjustments  

@media all and ( max-height: 865px )  {
  .vispo video {
  width: 70%;
  }
}


