
/*
Press
Press is a CSS ctylesheet
Based on Songlight
by Dylan Harris (dylanharris.org)

Copyright © 2009 Dylan Harris

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    To obtain a copy of the GNU General Public License, see
    <http://www.gnu.org/licenses/>.

*/


* {
        background-color: black;
    border-color: black;
        color: gray;
}

html {
        font-size: 100%;
    font-stretch: normal;
}
font, basefont {
        font-size: 100%;
    font-stretch: normal;
}

body {
    font-family: Times, "Times New Roman", serif;
    font-stretch: normal;
        font-size: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    overflow: auto;
}

table, tr, td, thead, tbody {
        border-spacing: 0;
        border-width: 0px;
    padding: 10px 50px;
  width:90%;
  margin-left:5%;
  margin-right:5%;
}
tr, td {
    padding: 0.4em;
    margin: 1em;
    vertical-align: top;
}
td.colleft {
    text-align: center;
    width: 300px;
    min-width: 300px;
    padding: 0 3%;
    margin: 0;
    vertical-align: top;
}

td.colright {
    text-align: center;
    width: 300px;
    min-width: 300px;
    padding: 0 3%;
    margin: 0;
    vertical-align: top;
}




h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: silver;
}
h1 {
  font-size: 150%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.25em;
  margin-bottom: 0.8em;
  margin-top: 1.6em;
}
h2 {
  font-size: 110%;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 0.8em;
}
h3 {
  font-size: 95%; 
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 0.8em;
  font-style: italic;
}
h4, h5, h6 {
  font-size: 90%;
  font-weight: normal;
  font-style: italic;
  margin-top: 0.8em;
}
p {
  margin-top: 0em;
  margin-bottom: 0.4em;
}
em {
        text-decoration: none;
        font-weight: normal;
}
table {
/*        font-size: 1em; */
        margin: 0px;
}
ul {
        padding: 0px;
        padding-left: 25px;
        margin: 0px;
    list-style-type: circle;
  margin-top: 0em;
  margin-bottom: 0.4em;
}

li {
        padding: 0px;
        margin: 0px;
        padding-left: 0;
}


a {
        text-decoration: none;
    color: silver;
}
a:hover {
    color: white;
}
a:focus {
        outline: none;
}
h1 a {
  color: silver;
}
h1 a:hover {
  color: white;
}
h2 a {
  color: silver;
}
h2 a:hover {
  color: white;
}
h3 a {
  color: silver;
}
h3 a:hover {
  color: white;
}



.separator {
  color: #303030;
}

.quoted_poem {
  font-style: italic;
}

.quote_author {
  font-style: italic;
  font-size: 90%;
}

.quote {
  font-style: normal;
  font-size: 90%;
}

.bigquote {
  font-style: normal;
  font-size: 90%;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.wurm-offer {
  font-style: normal;
  font-style: italic;
  font-size: 80%;
}

.illustration {
  text-align: center;
  float: none;
}

.inline_illustration_left {
  float: left;
  padding: 10px;
}

.inline_illustration_right {
  float: right;
  padding: 10px;
}

.wurm-title {
  font-style: normal;
  font-size: 130%;
}

.subtitle {
  font-style: normal;
  font-size: 110%;
}

.wurm-author {
  font-style: normal;
  font-size: 100%;
}

.wurm-type {
  font-style: normal;
  font-size: 70%;
}

.advance {
  font-style: italic;
  font-size: 80%;
}

.about {
  font-style: normal;
  font-size: 70%;
}

.gosh {
  font-style: oblique;
}

.detail {
  font-style: normal;
  font-size: 80%;
}

.poem .dated {
  text-align: left;
  font-style: italic;
  font-size: 90%;
  margin-top: 30px;
  color: #606060;
}



.poem p {
    margin: 2% 10% 2% 25%;
}

.poem h1 {
    margin: 2% 10% 2% 25%;
    text-align: left;
}

.poem h3 {
    margin: 2% 10% 0 25%;
    text-align: left;
  font-size: 80%;
    color: gray;
}

.poem h4 {
    margin: 2% 10% 0 25%;
    text-align: left;
  font-size: 70%;
    color: gray;
}

.poem h3 + p {
    margin: 0 10% 0 25%;
}
.poem h4 + p {
    margin: 0 10% 0 25%;
}



.misc p {
    margin: 0em 20% 0.4em 20%;
}

.misc ul {
    margin: 0em 20% 0.4em 20%;
}

.misc h1 {
    margin: 0 20%;
}

.misc h2 {
    margin: 0.8em 20% 0 20%;
}

.misc h3 {
    margin: 0.8em 20% 0 20%;
}

.misc h4 {
    margin: 0.8em 20% 0 20%;
}

.misc table {
  width:60%;
  margin-left:20%;
  margin-right:20%;
}

.buy
{
    color: #009900;
}

