﻿/*html {
  background: #332B28 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px;
  overflow-y: scroll;
}*/

html {
  background-image: url('../mask_images/slow_mask_30.gif');
  background-size: 150px;
  overflow-y: scroll;
}

body {
  font-family: Georgia, serif;
  font-size: 11pt;
  line-height: 1.5em;
}

p {  margin-bottom: 2em }

#footnotes {  font-size: 9pt }

pre {  font-size: 10pt }

h2 {
  font-family: Century, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 1.35em;
  font-weight: normal;
  background: #000;
  color: #FF69B4;
  text-align: right;
  padding-right: 10px;
  margin: 0px;
}

/*hr {
  height: 7px;
  border: 0px;
  width: 95%;
}*/

hr {
   display: block;
   position: relative;
   padding: 0;
   margin: 8px auto;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #ffffff;
}

a:link {
  text-decoration: underline;
  color: #A63A2A;
}

a:link:hover,
a:visited:hover {  color: #f60 }

a:visited {  color: #006 }

object {
  padding: 0;
  margin: 0;
  border: 0;
}

.publication {  font-style: italic }

/* nav */

#nav {
  color: #000;
  height: 100px;
}

#nav ul {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12pt;
  text-transform: lowercase;
  padding: 0;
  margin: 0;
}

#nav li {
  list-style-type: none;
  float: left;
  padding: 0 1em;
}

#home,
#about,
#archives,
#submissions {  border-right: 1px solid #fff }

#about,
#archives,
#submissions {  padding: 0 1em 0 1em }

#nav a {  display: block;
  color: #FF69B4;
  text-decoration: none;
  font-size: 14pt;
  background-color: #000;}

#nav a:link,
#nav a:visited {
}

#nav a:hover,
#nav a:visited:hover {  text-decoration: underline; }

/* logo */

#logo {
  clear: both;
  padding-bottom: 10px;
  color: #FF69B4;
}

#logo div{
    background-color: black;
    display: inline-block;
}

#logo a,
#logo a:link,
#logo a:link:active,
#logo a:link:visited,
#logo a:link:hover,
#logo a:link:active:hover {
  color: #FF69B4;
  text-decoration: none;
}

#logo #the_new {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 36pt;
  line-height: .8em;
}

#logo #river {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 96pt;
  line-height: .8em;
}

#logo #tag {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13pt;
}

#picture {
  position: absolute;
  margin-top: -100px;
  margin-left: 900px;
}

/* article */

#article {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  clear: both;
  max-width: 600px;
  padding: 20px 20px 40px 20px;
}

h1.intro {
  font-family: Century, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 5px 0 15px 0;
  font-weight: normal;
}

.intro_words {  font-weight: bold }

.new_river_title {  font-style: italic }

/* works */

.author,
.release_date {
  text-align: right;
  display: block;
  font-size: 9pt;
  font-style: italic;
  margin: 0px;
  clear: right;
}

.description,
.bio {
  max-width: 600px;
  overflow: hidden;
}

.description p,
.bio p {
  margin-top: 0;
  margin-bottom: 1em;
}

p.introduction:first-letter {
  float: left;
  font-family: Century, "Times New Roman", serif;
  font-size: 48pt;
  line-height: .8em;
  padding: 0 5px 5px 0;
}

.work,
.contributor {
  clear: both;
  margin: 0;
  border: 0px;
  display: block;
  padding-top: 1em;
  position: relative;
}

.work h2 {  margin-top: 0px }

.work h2 a {
  display: block;
  opacity: .95;
}

.work h2 a:link,
.work h2 a:visited {
  text-decoration: none;
  color: #FF69B4;
}

.work h2 a:hover,
.work h2 a:visited:hover {
  text-decoration: underline;
  color: #FF69B4;
}

.work img {
  float: left;
  padding-right: 20px;
  border: 0;
}

.contributor h2 {
  text-align: left;
  padding-left: 10px;
}

/* footer */

#footer {
  background: #000;
  max-width: 600px;
  color: #aaa;
  padding: 20px;
}

#footer ul {
  font-family: Century, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 9pt;
  padding: 0;
  margin: 5px;
}

#footer li {
  display: inline;
  list-style-type: none;
}

#footer li:after {  content: " | " }

#footer li:last-child:after {  content: "" }

#footer a:link,
#footer a:visited {
  text-decoration: underline;
  color: #aaa;
}

#footer a:hover,
#footer a:visited:hover {
  text-decoration: none;
  color: #666;
}

.italicized { font-style: italic; }
