http://meyerweb.com/eric/tools/css/reset/v2.0 | 20110126 | License: none (public domain)
    *  *  *  *  *  *  *  *  *  *  *  *  *  */
    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;
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }
    body {
        line-height: 1;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote: before, blockquote: after, q: before, q: after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
a:link {
  color: red;
  text-decoration: none;
  }
a:hover {
  background-color: tan;
  color: red;
  }
a:visited {
  color: red;
  text-decoration: none;
  }   
.amazon {padding: 2em}
.artbell {
  display: block;
  float: right;
  padding: 2em;
  width: 70%;
  }
article {
  background-color: hsla(30, 50%, 90%, .9);
  color: black;
  display: block;
  font-family: Avenir;
  font-size: 1em;
  line-height: 1.8;
  margin: 0 auto;
  padding: 2em;
  width: 90%;
  }
article h1 {
  background-color: #2c4345;
  color: red;
  margin: 0 auto;
  padding: 1em;
  width: 90%;
  }  
article h5 {color: red}
article .pretty-box {background-color: hsla(30, 50%, 90%, .9)}
.audio {
  display: block;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  width: 100%;
  }
blockquote {
  background-color: hsla(174, 49%, 16%, 1);
  border: .5em solid hsla(30, 100%, 41%, 1);
  color: white;
  float: clear;
  margin: 0 auto;
  width: 88%;
  }
blockquote p {
  font-family: Verdana;
  line-height: 1.5;
  padding-left: 1.5em;
  padding-right: 1em;
  }
blockquote a:link {color: palegreen}
blockquote a:hover {color: red}
blockquote a:visited {color: palegreen}
body { 
  background: url(/images/wood.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  background-size: cover;
  }
.caption {
  color: red;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.6em;
  margin: 0 auto;
  padding-bottom: 2em;
  text-align: center;
  width: 60%;
  }
.centered {
  border: .2em solid black;
  display: block;
  margin: 0 auto;
  }
#disqus {
  background: hsla(28, 92%, 86%, .9);
  margin: 0 auto;
  padding: 3em;
  text-align: center;
  width: 85%;
  }
@font-face {
  font-family: "rabioheadregular";
  src: url("/assets/fonts/rabiohead-webfont.eot");
  src: url("/assets/fonts/rabiohead-webfont.eot?#iefix") format("embedded-opentype"),
  url("/assets/fonts/rabiohead-webfont.woff") format("woff"),
  url("/assets/fonts/rabiohead-webfont.ttf") format("truetype"),
  url("/assets/fonts/rabiohead-webfont.svg#rabioheadregular") format("svg");
  font-weight: normal;
  font-style: normal;
  }
footer {
  background-color: hsla(174,49%,16%,1);
  border: 1em solid #D16800;
  color: white;
  float: clear all;
  font-family: helvetica;
  font-size: 1em;
  letter-spacing: .2em;
  line-height: 2.5;
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  width: 90%;
  }
footer a:link {
  color: white;
  text-decoration: none;
  }
footer a:hover {color: #D10E10}
footer a:visited {color: #C55318}
#front-page {
  background: url(/images/rhody-bye.jpg) no-repeat center fixed;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
  background-size: cover;
  }
h1, h2, h3, h4, h5, h6 {
  font-family: Impact;
  }
h1 {
  background-color: hsla(0, 0%, 75%, 1);
  color: white;
  font-size: 3em;
  }
h2 {
  color: red;
  font-family: rabioheadregular;
  font-size: 3.5em;
  line-height: -.8;
  text-align: center;
  }
h3 {
  background-color: hsla(25, 75%, 46%, .7);
  color: white;
  font-size: 2.5em;
  padding: .3em;
  text-align: center;
  }
h4 {
  background-color: hsla(174,49%,16%,1);
  color: #D16800;
  font-size: 2em;
  padding-left: 1em;
  }
h5 {
  color: bisque;
  font-family: "Love Letter Typewriter";
  font-size: 1.2em;
  margin-right: 2em;
  text-align: right;
  }
h6 {
  background-color: tan;
  color: hsla(174,49%,16%,1);
  font-size: 1em;
  padding: 1em;
  }
.hairline {
  border: .1em solid darkgoldenrod;
  display: block;
  margin: 0 auto;
  padding: 1em;
  }
.hairline-no {
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 1em;
  max-width: 100%;
  }
header {
  background-color: #ffcc00;
  border: .3em solid black;
  padding: 1em;
  }
i, em {font-style: italic}
img {
  height: auto;
  max-width: 90%;
  }
#interior {
  background: url(/images/green-couch.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  background-size: cover;
  margin: 0 auto;
  width: 90%;
  }
#logo {
  border: .2em solid black;
  display: block;
  margin: 0 auto;
  }
nav {
  background-color: black;
  border: .5em;
  display: block;
  line-height: 2;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  width: 95%;
  }
nav a:link {
  color: hsla(46, 97%, 60%, 1);
  background-color: black;
  font-family: Impact;
  font-size: 1.4em;
  padding: .8em;
  text-decoration: none;
  text-align: center;
  }
nav a:hover {
  color: white;
  background-color: black;
  text-decoration: none;
  text-align: center;
  }
nav a:visited {
  color: hsla(56, 97%, 64%, 1);
  background-color: black;
  font-family: Impact;
  text-decoration: none;
  text-align: center;
  }
.newer a:link, a:hover, a:visited {
  color: red;
  }
#past {width: 90%}
.plain {
  border: .1em solid darkgoldenrod;
  /*display: block;*/
  padding: 1em;
  margin: 0 auto;
  }
.pretty-box {
  background-color: #163d39;
  border: .3em dotted #cf671d;
  border-radius: 40%;
  color: black;
  display: inline block;
  font-family: Helvetica;
  float: right;
  line-height: 1.5em;
  padding: 1em;
  text-align: center;
  width: 15%;
  }
.pretty-box-l {
  background-color: hsla(54, 100%, 90%, .3);
  border: .3em green dotted;
  border-radius: 50%;
  float: left;
  font-family: Helvetica;
  line-height: 1.5em;
  margin-top: 1em;
  padding: 2em;
  text-align: center;
  width: 200px;
  }
.pretty-box-r {
  background-color: hsla(54, 100%, 90%, .3);
  border: .3em orange dotted;
  border-radius: 50%;
  float: right;
  font-family: Helvetica;
  line-height: 1.5em;
  margin: 2em;
  padding: 2em;
  text-align: center;
  width: 200px;
  }
#pretty-trees {
  background: url(/images/wine-bread.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  background-size: cover;
  margin: 0 auto;
  width: 90%;
  }
.right {float: right}
#sellbox {
  background-color: hsla(54, 100%, 90%, .3);
  border: .3em red dashed;
  border-radius: 50%;
  float: right;
  font-family: Courier;
  line-height: 1.5em;
  margin: 2em;
  padding: 2em;
  text-align: center;
  width: 200px;
  }
#soundcloud {
  border: .2em solid white;
  display: block;
  margin: 0 auto;
  padding: 2em;
  }
#twitter {
  float: right;
  padding: 2em;
  }
.video {
  display: block;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  width: 100%;
  }