/* ----------------------------------------------------------------------------
 * Body styles
 * ----------------------------------------------------------------------------
 */
@font-face {
    font-family: GraublauWeb;
    src: url(fonts/GraublauWeb.otf) format(truetype);
}
@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url(fonts/GraublauWebBold.otf) format(truetype);
}

body {
    background-color: #3B3937;
    color: #827E7A;
    font-family: "GraublauWeb, Verdana, Arial, Helvetica, sans-serif";
    font-size: 18px;
}

/* ----------------------------------------------------------------------------
 * Header styles
 * ----------------------------------------------------------------------------
 */
.header {
    margin-top: 100px;
}

.header h2 {
    color: #827E7A;
    font-size: 32px;
    text-shadow: 0px 2px 3px #595959;
    margin-top: -15px;
}

.header a {
    letter-spacing: 4px;

    /* Fade in effect
     *  http://stackoverflow.com/questions/6008324/fade-effect-on-link-hover
     */
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    tranistion: .3s;
}

.header a:hover h2 {
    color: #CCCCCC;
}



/* ----------------------------------------------------------------------------
 * Content styles
 * ----------------------------------------------------------------------------
 */
.content {
    height: 100%;
    min-height: 680px;
    margin-top: 50px;
    padding-bottom: 20px;
}

.content h3 {
    color: #827E7A;
    font-size: 32px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.content h4 {
    color: #827E7A;
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 60px;
}


.content p:hover {
    color: #CCCCCC;
}

.content ul {
    margin: 0 auto;
    padding: 0;
}

.content li {
    list-style: none;
    float: left;
    padding: 10px 10px 10px 10px;
    margin: 5px;
    text-align: center;
    min-width: 180px;
    width: 180px;

    /* Fade in effect
     *  http://stackoverflow.com/questions/6008324/fade-effect-on-link-hover
     */
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    tranistion: .5s;
}

.content li:hover {
    background-color: #827E7A;
    color: #CCCCCC;
}

.content .normal ul {
}

.content .normal li {
    list-style: none;
    float: none;
    text-align: left;
    width: auto;
}

.content tr {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    tranistion: .5s;
}

.content tr:hover {
    background: #827E7A;
    color: #CCCCCC;
}

.content td {
    padding: 10px;
}

/* ----------------------------------------------------------------------------
 * Footer styles
 * ----------------------------------------------------------------------------
 */
/*.footer {
    height: 10px;
    margin-top: 50px;
}*/
.footer {
    padding-top: 5px;
    border-top: 1px groove #CCCCCC;
}

.footer blockquote p {
    color: #F6F6E6;
}
