/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */

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

/* MISC */

h1 {
font-family: Century Gothic, Verdana, Geneva, sans-serif;
font-size: 24px;
font-weight: normal;
line-height: 100%;
margin-bottom: 35px;
color: #000099;
}

h2 {
font-family: Century Gothic, Verdana, Geneva, sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 100%;
color: black;
margin: 0px 0px 5px 0px;
}

h3 {
font-family: Century Gothic, Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 100%;
margin-bottom: 5px;
color: #000000;
}

h4 {
font-family: Century Gothic, Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 100%;
margin-left: 30px;
color: #898989;
}

a, p a , h2 a {
color: #000099;
}

a:hover, p a:hover {
text-decoration: underline;
}

b {
font-weight: bold;
}

li {
font-family: Century Gothic, Verdana, Geneva, sans-serif;
}

del, strike, s {
text-decoration: line-through;
}

sub {
font-size: .8em;
vertical-align: sub;
}

sup {
font-size: .8em;
vertical-align: super;
}

img {
height: auto;
max-width: 100%;
}

figure.image {
margin: 20px 0;
}

figure.image.image-style-align-left,
img.floatLeft {
float: left;
margin: 0 20px 15px 0;
}

figure.image.image-style-align-right,
img.floatRight {
float: right;
margin: 0 0 15px 20px;
}

table {
border-collapse: collapse;
width: 100%;
}

td, th {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 8px 0;
}

th {
font-weight: bold;
}

/* BODY */

body {
text-align: left;
background: #FFFFFF;
font-family: Verdana, Geneva, sans-serif;
font-weight: normal;
font-size: 13px;
color: #000000;
line-height: 150%;
}

div.wrapper {
position: relative;
width: 920px;
min-height: 100%;
margin-left: 80px;
text-align: left;
background-color: #FFFFFF;
margin-top: 20px;
margin-bottom: 30px;
}

/* SEARCH BAR */

#searchbar {
position: relative;
text-align: right;
float: right;
padding-top: 5px;
}

#searchbar #keywords {
border: 1px solid #00B3F0;
}

/* HEADER */

#header {
position: relative;
width: 920px;
height: 100px;
text-align: left;
background-image:url('images/assets/header-background2.png');
background-repeat: no-repeat;
}

#header img.logo {
margin: 22px 0px 0px 120px;
float: left;
}

/* TOP NAVIGATION */

#topnavigation {
position: absolute;
top: 70px;
height: 25px;
right: 0;
font-size: 17px;
font-variant: small-caps;
font-weight: normal;
}

#topnavigation ul {
list-style: none;
}

#topnavigation li {
display: inline;
padding: 0px 16px;
}

#topnavigation li.active {
background-color: #FFFFFF;
padding-bottom: 20px;
}

#topnavigation a {
color: #898989;
}

#topnavigation li.active a {
font-weight: bold;
color: #000000;
}

#topnavigation a:hover {
color: #BF0000;
text-decoration: none;
}

/* ISSUE DROPDOWN */

#issue {
position: relative;
height: 40px;
text-align: right;
margin-top: 20px;
}

/* LEFT NAVIGATION */

#leftnavigation {
position: relative;
width: 100px;
font-size: 12px;
line-height: 110%;
float: left;
margin-top: 2px;
}

#leftnavigation ul {
display: block;
list-style: none;
border-top: 1px solid #898989;
text-align: right;
}

#leftnavigation li {
display: block;
padding: 12px 0px 12px 0px;
border-bottom: 1px solid #898989;
}

#leftnavigation a {
color: #000099;
}

#leftnavigation a.active {
font-weight: bold;
color: #000000;
}

#leftnavigation a:hover {
color: #BF0000;
text-decoration: none;
}

/* WORK PREVIEW */

#content #workPreview {
position: relative;
width: 400px;
float: right;
text-align: left;
font-family: Georgia;
font-size: 13px;
line-height: 180%;
}

#content #workPreview h4 {
margin-bottom: 15px;
}

#content #workPreview p {
font-family: Georgia;
font-size: 13px;
line-height: 180%;
text-indent: 30px;
margin-bottom: 10px;
}

#content #workPreview p:first-of-type {
text-indent: 0;
}

#content #workPreview .no-indent {
text-indent: 0;
}

#contentTop #workPreview .indent-half {
margin-left: 15px;
}

#contentTop #workPreview .indent,
#contentTop #workPreview .indent1 {
margin-left: 30px;
}

#contentTop #workPreview .indent2 {
margin-left: 60px;
}

#contentTop #workPreview .indent3 {
margin-left: 90px;
}

#contentTop #workPreview .indent4 {
margin-left: 120px;
}

#contentTop #workPreview .indent5 {
margin-left: 150px;
}

#contentTop #workPreview .indent6 {
margin-left: 180px;
}

#contentTop #workPreview .indent7 {
margin-left: 210px;
}

#content #workPreview .poem {
white-space: pre-wrap;
}

#content #workPreview .truncated {
max-height: 600px;
overflow: hidden;
position: relative;
}

#content #workPreview .truncated::after {
content: "";
position: absolute;
top: 550px;
left: 0;
width: 100%;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
height: 50px;
}

/* CONTENT */

#content {
position: relative;
width: 802px;
float: right;
}

#contentTop {
position: relative;
width: 800px;
min-height: 300px;
margin-bottom: 30px;
}

#contentTop p {
margin-bottom: 10px;
font-size: 11px;
}

#bioContainer {
width: 100%;
padding-bottom:30px;
border-bottom: 1px dotted #000000;
margin-bottom: 30px;
}

#contentTop img.LargeLeft {
border: 1px solid #000000;
margin: 1px;
float: left;
}

#contentTop #contributorBio {
position: relative;
width: 345px;
float: right;
text-align: left;
color: #333333;
}

#contentTop #contributorBio h3 {
font-family: Century Gothic, Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
color: #000000;
}

#contentTop #contributorBio h4 {
font-family: Century Gothic, Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
color: #898989;
margin: 0px 0px 15px 10px;
text-transform: capitalize;
}

#contentTop  #aboutText {
position: relative;
width: 350px;
float: right;
text-align: left;
color: #333333;
}

#workLinks {
position: relative;
width: 100%;
margin-top: 20px;
border-top: 1px solid #898989;
list-style: none;
}

#workLinks li {
border-bottom: 1px solid #898989;
padding: 5px 0px;
}

#workLinks a {
font-size: 12px;
font-weight: bold;
color: #00B3F0;
}

#workLinks a:hover {
text-decoration: underline;
}

#contentTop div.workWrapper {
font-family: Georgia;
font-size: 15px;
line-height: 180%;
margin-bottom:45px;
}

#contentTop div.workWrapper p:first-child {
text-indent: 0px;
}

#contentTop div.workWrapper p {
text-indent: 45px;
font-size: 15px;
line-height: 180%;
margin-bottom: 15px;
}

#contentTop div.workWrapper img {
height: auto;
max-width: 100%;
}

#contentTop div.workWrapper small {
font-size: 13px;
}

#contentTop div.workWrapper .subtitle {
margin-left: 45px;
margin-top: -45px;
}

#contentTop div.workWrapper .justify {
text-align: justify;
}

#contentTop div.workWrapper .justified-lines {
text-align: justify;
width: fit-content;
}

#contentTop div.workWrapper .justified-line {
height: 27px;
line-height: 180%;
}

#contentTop div.workWrapper .justified-line::after {
content: '';
display: inline-block;
width: 100%;
}

#contentTop div.workWrapper p.no-indent {
text-indent: 0;
}

#contentTop div.workWrapper .poem {
white-space: pre-wrap;
}

#contentTop div.workWrapper pre {
font-family: Consolas, "Lucida Console", monospace;
line-height: 1.2;
white-space: pre;
}

#contentTop div.workWrapper .indent-half {
margin-left: 22px;
}

#contentTop div.workWrapper .indent, #contentTop div.workWrapper .indent1 {
margin-left: 45px;
}

#contentTop div.workWrapper .indent2 {
margin-left: 90px;
}

#contentTop div.workWrapper .indent3 {
margin-left: 135px;
}

#contentTop div.workWrapper .indent4 {
margin-left: 180px;
}

#contentTop div.workWrapper .indent5 {
margin-left: 225px;
}

#contentTop div.workWrapper .indent6 {
margin-left: 270px;
}

#contentTop div.workWrapper .indent7 {
margin-left: 315px;
}

#contentTop span.abs-indent1, #contentTop span.abs-indent2, #contentTop span.abs-indent3, #contentTop span.abs-indent4, #contentTop span.abs-indent5, #contentTop span.abs-indent6, #contentTop span.abs-indent7 {
    position: absolute;
}
#contentTop span.abs-indent1 {
left: 45px;
}

#contentTop span.abs-indent2 {
left: 90px;
}

#contentTop span.abs-indent3 {
left: 135px;
}

#contentTop span.abs-indent4 {
left: 180px;
}

#contentTop span.abs-indent5 {
left: 225px;
}

#contentTop span.abs-indent6 {
left: 270px;
}

#contentTop span.abs-indent7 {
left: 315px;
}

#contentTop .issue-text {
float: right;
width: 450px;

}

.issue-wrap {
margin-bottom: 25px;
}

#contentTop h1.title {
padding-top: 30px;
}

div.submit {
margin-bottom: 20px;
}

/* CONTRIBUTOR NOTE */

div.contributorNote  {
position: relative;
width: 800px;
padding-top: 30px;
border-top: 1px dotted #000000;
font-size: 11px;
}

div.contributorNote p {
color: #333333;
}

div.contributorNote h4 {
margin-left: 0;
}

div.contributorNote span {
font-family: Georgia;
font-size: 16px;
font-weight: bold;
color: #000000;
}

div.contributorNote span.author {
font-family: Arial;
font-size: 11px;
font-weight: normal;
color: #000000;
}

/* PREV/NEXT */

div.PrevNext  {
position: relative;
width: 800px;
}

#Prev, #Next {
position: relative;
padding: 5px 10px;
}

#Prev a, #Next a {
font-family: Century Gothic;
font-weight: bold;
color: #00B3F0;
}

#Prev {
float: left;
text-align: left;
}

#Next {
float: right;
text-align: right;
}

/* STAFF BIOS */

#scrollWindow {
position: relative;
width: 800px;
height: 900px;
overflow-y: scroll;
border-top: 1px solid #000000;
background-color: #FFFFFF;
}

#scrollWindow p {
margin: 10px 20px 10px 0px;
text-align: left;
color: #000000;
font-size: 11px;
font-weight: normal;
}

div.bio, div.bio1, div.bio2, div.submit1, div.submit2 {
padding:30px 0px 20px 15px;
}

div.bio, div.bio:nth-child(odd), div.bio1, div.submit1 {
background-color: #EAEAEA;
}

div.bio:nth-child(even), div.bio2, div.submit2 {
border-top: 2px dashed #FFFFFF;
border-bottom: 2px dashed #FFFFFF;
background-color: #E0E0E0;
}

div.bio img, div.bio1 img, div.bio2 img {
border: 1px solid #000000;
margin: 0px 25px 15px 0px;
padding:1px;
float: left;
background-color: #FFFFFF;
box-shadow: 2px 2px 2px #898989;
}

#push {
position:relative;
height:250px;
}

/* BLOG */

div.blogPost {
position: relative;
margin-bottom: 10px;
min-height: 200px;
}

div.blogPost div.date{
font-size: 18px;
font-variant: small-caps;
font-weight: bold;
text-align: right;
color: #000000;
margin-right: 10px;
position: relative;
width: 100px;
float: left;
}

div.blogPost div.post {
position: relative;
width: 760px;
float: right;
background-color: #EAEAEA;
padding: 20px;
border: 1px solid #999999;
}

div.blogPost div.post a {
color: #000099;
}

div.blogPost div.post h1 {
margin-top: 5px;
margin-bottom: 5px;
}

div.blogPost div.post h4 {
margin-bottom: 20px;
}

div.blogPost div.post p {
font-family: Georgia;
font-size: 13px;
line-height: 180%;
margin-bottom: 20px;
}

div.blogPost div.post div.comment {
padding: 30px 0px 0px 0px;
border-top: 1px solid #999999;
}

div.blogPost div.post #commentSubmit {
padding: 30px 0px;
border-top: 1px solid #999999;
}

img.right {
border: 1px solid #000000;
margin: 0px 0px 15px 20px;
padding: 1px;
float: right;
background-color: #FFFFFF;
box-shadow: 2px 2px 2px #898989;
}

/* STICKY BOTTOM BAR */

.stickyBottomBar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 10px 10px 10px 200px;
background: #000;
background: rgba(0,0,0, .9);
z-index: 200;
}

.stickyBottomBar-text {
color: #FFF;
display: inline-block;
margin-right: 15px;
vertical-align: middle;
}

.stickyBottomBar-text a {
color: #FFF;
text-decoration: underline;
}

.stickyBottomBar-audio {
display: inline-block;
margin-right: 25px;
vertical-align: middle;
}

.mejs-time-rail {
width: 196px !important;
}

/* FOOTER */

#footer {
position: relative;
width: 800px;
padding-bottom: 50px;
padding-top: 15px;
border-top: 5px solid #FE4D00;
font-size: 11px;
font-weight: bold;
}

#links {
position: relative;
margin-top: 6px;
width: 450px;
text-align: left;
float: left;
}

#links ul {
display: inline;
list-style: none;
}

#links li {
display: inline;
list-style: none;
padding: 3px 40px 0px 0px;
}

#links a {
color: #00B3F0;
}

#links a:hover {
text-decoration: underline;
}

/* GENERIC MASTER SUB PAGE */
.genericPage h3 {
margin-bottom: 1em;
margin-top: 2em;
}

.genericPage .nameCol {
width: 320px;
}

.genericPage .yearCol {
width: 120px;
}

/* CLEAR */

div.clear {
position: relative;
width: 100%;
height: 2px;
clear: both;
}

.cb {
clear: both;
}

/* MISC */

em, i {
font-style:italic;
}

strong {
font-weight: bold;
}

.floatRight {
float: right;
}

.marginTopBottom {
margin-top: 15px;
margin-bottom: 15px;
margin-left: 0;
}
