body {
    background-image:url(./images/bg.png);
    background-attachment:fixed;
    font-family: 'Georgia', serif;
}

#main {
    color: #DDDDDD;
    height: auto;
    margin: 3% 10% 3% 10%;
    position: relative;
    background-color:#222222;  
    padding: 20px;
    width:auto;
    border: 10px solid black;
}

#header {
    position: relative;
    left: 5%;
    height: 200px;
    width: 90%;
    display:inline-block;
    background: black url(./images/header.png) center no-repeat;
    border: 5px solid black;
}
    
    
p { 
    font-size: 1em;
    color: #DDDDDD;
    margin: 1em;
}
a:link {
    text-decoration:none;
    color:darkseagreen;
}
a:hover {
    color:darkcyan;
}
a:visited {
    color:darkseagreen;
}

 p.illust  {
text-align: center;

}
p.illust img {
    border: white double 5px;
}

p.h1 {
    font-family:'Open Sans Condensed', sans-serif;
    font-size:3em;
    color:#FFFFFF;
    margin: 0px;
    text-align: center;
}

p.h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: italic;
    font-size: 2em;
    color: #DDDDDD;
    text-align:center;
    margin: 0em;} 
p.h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:300;
    font-size: 1.75em;
    margin: .5em;
    color: #DDDDDD;
    text-align:center;
} 
p.h4 {
    font-family: 'Georgia', serif;
    font-style: italic ;
    text-align: center;
    font-size: 1.10em;
    margin: 0em;
}

.storyblock {
    color: #DDDDDD;
    position: relative;
    display:table;
    /* padding: 0em 1em 1em 1em; */
    text-align:justify;
}

p.storyblock-text {
    display: table-cell;
    vertical-align: middle;
}

p.toc {
    text-align: center;
}

#gallery img {
    height: 200px;
    /* width: 200px; */
}

/* #thumb {
    margin: 1em;
    position:absolute; 
} */
#thumb img {
    position: relative;
    float: left;
    margin: 0.5em 1em 1em 1em;
    width: 100px;
    height: 100px;
    border: 1.5px solid #ffffff;
    
}

#castthumb img {
    position: relative;
    float: left;
    margin: 0.5em 1em 1em 1em;
    width: 150px;
    height:150px;
    border: none;
    
}

