
body { font-family: "Hoefler Text", Garamond, serif; margin: 0; }
body#gothic { background: url(../images/backgrounds/gothic.gif) #cccccc; }
body#beginnings-and-endings { background: url(../images/backgrounds/beginnings-and-endings.gif) #cccccc; }
body#object-fetish { background: url(../images/backgrounds/object-fetish.gif) #cccccc; }
body#adult { background: url(../images/backgrounds/adult.gif) #cccccc; }
body#not-my-kink { background: url(../images/backgrounds/not-my-kink.gif) #cccccc; }
body#edge { background: url(../images/backgrounds/edge.gif) #cccccc; }
body#missing-scene { background: url(../images/backgrounds/missing-scene.gif) #cccccc; }
body#fan-fiction { background: url(../images/backgrounds/fan-fiction.jpg) #cccccc; }
body#child { background: url(../images/backgrounds/child.gif) #cccccc; }
body#picture { background: url(../images/backgrounds/picture.gif) #cccccc; }
img { border: 0; }
a { color: black; text-decoration: none; }


/* Styles for story page. */

#story { width: 675px; margin: 50px auto 50px auto;
         border: 1px solid #999999; padding: 2em;
         background-color: white; }
#story #picturethumb { float: right; margin: 0 0 1em 1em; }
#title { text-align: center; margin-top: 1em; margin-bottom: 0.5em; font-size: 130%; }
#by { text-align: center; margin-bottom: 0.5em; }
#author { text-align: center; margin-bottom: 1.5em; font-size: 130%; }
#author a {}
#author a:hover { color: #df0000; }
#story p { font-family: "Courier New"; width: 600px;
           margin: 1em auto 1em auto; line-height: 130%; }
#story blockquote p { margin-left: 3em; width: 550px; }
#story .indented { margin-top: 1em; margin-bottom: 1em; }
#story .indented p { text-indent: 3em; margin-top: 0; margin-bottom: 0; }
#story .divider { text-align: center; }


/* Styles for reviews. */

#reviews { width: 675px; margin: 50px auto 50px auto;
           border: 1px solid #999999; padding: 2em;
           background-color: white; }
#skull { float: right; margin: 0 0 2em 2em; }
.reviewer { font-size: 110%; text-align: right; margin-top: 0; margin-bottom: 1.5em; }
.reviewer a {}
.reviewer a:hover { color: #df0000; }
#reviews p { font-size: 105%; line-height: 125%; margin-bottom: 0.25em; }
