html
{
    background: url('img/sunset.png') no-repeat 0 50px #d53406;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body
{
    font-family: 'Buenard', serif;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .85);
    -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, .75);
    -moz-text-shadow: 0 1px 3px rgba(0, 0, 0, .75);
    -o-text-shadow: 0 1px 3px rgba(0, 0, 0, .75);
    color: #d8d8a1;
    font-size: 18px;
}
a, a:visited, a:active
{
    color: #ffd426;
    font-weight: 900;
}
a:hover
{
    color: #fff;
}
header
{
    margin-top: 50px;
}
header #logo
{
    margin-left: -10px;
    background: url('img/logo.png') no-repeat;
    height: 230px;
    width: 410px;
}
header nav ul
{
    text-align: center;
    margin: 50px 0 25px 0;
}
header nav ul li
{
    display: inline;
    margin: 0 .75em 0 .75em;
}
header nav ul li a, header nav ul li a:visited, header nav ul li a:active
{
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, .75);
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, .75);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, .75);
    -o-text-shadow: 0 0 5px rgba(0, 0, 0, .75);
    text-align: right;
    font-size: 1.25em;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'IM Fell English SC', serif;
}
header nav ul li a:hover
{
}
header #info_box
{
    margin-left: 50px;
    text-align: center;
    color: #2c3b2e;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    font-size: 1.25em;
    margin-bottom: .5em;
}
header #social {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
header #social li {
    list-style-type: none;
    font-size: 1.6em;
    display: inline;
    margin: 0 .25em;
    padding: 0;
}
header #social li a {
    font-style: none;
}
#middle_wrapper
{
    text-align: center;
}
#middle
{
    width: 1040px;
    margin: auto;
    padding: 50px 0;
    background: #1d2a1f;
    background: rgba(30, 40, 30, .93);
    border: 3px solid #384b3a;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: left;
    margin-bottom: 100px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'IM Fell English SC', serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #e9e6de;
}
h1
{
    font-size: 1.75em;
}
section p {
    text-align: justify !important;
}
section ul li
{
    list-style-type: square;
    margin-left: 2em;
}
footer
{
    margin-top: 2em;
}
footer p
{
    text-align: center;
    color: #e9e6de;
    margin-bottom: 0;
}
aside
{
    font-family: 'IM Fell English SC', serif;
    text-align: center;
    background: #707055;
    background: rgba(112, 112, 85, .5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
}
aside h1
{
    font-size: .9em;
}
aside ul
{
    margin-bottom: 0;
}
aside ul li
{
    font-weight: 900;
    border-top: 2px solid #828262;
    padding: .5em;
    margin-bottom: 0;
    line-height: 1;
}
aside ul li a
{
    display: block;
}
aside ul li small
{
    font-size: .80em;
}
strong
{
    font-weight: 900;
}
table#custom
{
    border-top: 2px solid #828262;
    border-bottom: 2px solid #828262;
    width: 620px;
    border-collapse:separate;
    border-spacing: 2px;
    margin-bottom: 2em;
}
table#custom tr td
{
    padding: .5em;
    font-size: .9em;
    line-height: 1.25;
    background: #707055;
    background: rgba(112, 112, 85, .5);
}
table#custom strong
{
    display: block;
}