/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

body {
    background-color: #840000;
    color: white;
    font-family: verdana;
    font-size: 11pt;
    text-align: left;
}
h1, h2, h3, caption {
    margin-bottom: 10px;
    color: #ffd800;
    font-family: Arial;
    text-align: left;
}
h1 { font-size: 26pt; }
h2, caption { font-size: 18pt; }
h3 { font-size: 12pt; }
table {
    width: 100%;
    background-color: #222222;
    border-radius: 5px;
}
th, td {
    padding: 7px;
    text-align: left;
}
th {
    font-weight: bold;
    border-bottom: 1px solid #666666;
}
td:first-child {
    padding-right: 20px;
}
a {
    color: white;
}
p {
    margin-bottom: 20px;
    line-height: 1.3;
}
#wrapper {
    width: 100%;
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#header, #main-content, #footer {
    background-color: black;
    margin: 10px;
    padding: 20px;
    box-shadow: 10px 10px 5px #640000;
    border-radius: 10px;
}
#header {
    padding-top: 20px;
    padding-bottom: 20px;
}
#header a:link{
    text-decoration: none;
}
#header h1 {
    text-align: center;
}
#header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
}
#main-content {
}
#introduction div.title {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
#introduction div.story-codes {
    width: 50%;
    float: left;
    text-align: right;
    line-height: 30px;
    margin-bottom: 10px;
}
#introduction div.author {
    width: 60%;
    float: left;
    margin-bottom: 18px;
}
#introduction div.back {
    width: 40%;
    float: left;
    text-align: right;
    margin-bottom: 18px;
}
#story {
    background-color: #dddddd;
    color: black;
    padding: 10px;
    border-radius: 5px;
    clear: both;
}
#story h3 {
    color: black;
    font-weight: bold;
}
#feedback {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #222222;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}
#feedback  .content label,
#feedback  .content input,
#feedback  .content textarea {
    display: block;
}
#feedback  .content input,
#feedback  .content textarea {
    margin-top: 5px;
    margin-bottom: 15px;
}
#footer {
    font-size: 8pt;
}
