/**
 * screen.css
 * Author: Tim Church
 * Date:   02/22/2010
 **/

/** RESET **/
html, body, div, p, blockquote, h1, h2, h3 {margin:0; padding:0;}
p {margin:0 0 1.1em 0;}
 
/** GENERAL **/
html, body {height:100%; font:12px Arial; color:#333333; background-color:#FFFFFF;}
#container {position:relative; height:auto !important; height:100%; min-height:100%; width:900px; margin:0 auto;}
#content {padding:1em 1em 3em 1em; text-align:center;}
#footer {position:absolute; bottom:0; width:100%; padding:5px; font-size:.9em; color:#BBB; border-top: 1px solid #CCC;}
  #footer a {color:#999;}
  #footer a:hover {color:orange;}
  #footer a:visited {}

blockquote {margin:2.5em 0 1em 0; font-size:4em;}
blockquote {margin:2.5em 0 0 -.5em; padding:.5em 0 0 .5em; font-size:4em; background:url('quote2.gif') no-repeat top left;}
.cite {width:85%; padding-right:18%; padding-top:3.0em; margin:-1.7em auto 0 auto; font-size:1.7em; text-align:right; font-style:italic; background: url('endquote.gif') no-repeat top right; }
h1 {margin:3em 0; font-size:5em;}
  h1.error {margin-bottom:1em;}
h2 {margin-top:1.3em; font-size:2em;}
.poem {font-size:2em;}
  .poem .cite {margin-bottom:2.5em; margin-top:0; padding:0; font-size:.7em; text-align:center; font-style:italic; background:none;}
.video{margin-top:8%;}
  .video h2 {margin-bottom:.4em;}
.image {margin-top:1em;}
.link {margin-top:9em; font-size:1.3em;}
.right {float:right;}