﻿body {
    background-color: #555555;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 2.1em;
    color: #322136;
}

h2 {
    font-size: 1.3em;
    color: #333;
}

ul {
    list-style-type: square;
    margin-top: 16px;
}

li {
    font-size: 1.2em;
    margin: 6px auto;
}

article {
    border-top: 1px solid #eee;
    background-color: #fff;
    padding-bottom: 20px;
}

    article h1 {
        background: transparent url(../Content/Images/cyt_lion_silver.png) no-repeat top left;
        padding-left: 46px;
    }

    article img {
        border: 1px solid #aaa;
    }

.header {
    background: url(../Content/Images/cyt_page_bg.png) repeat-x;
    min-height: 220px;
}

.logo {
    display: block;
    margin-top: 12px;
}

.menu-bar {
    background: url(../Content/Images/cyt_masthead_bg.png) repeat-x 0 59px;
    min-height: 220px;
    border-bottom: 1px solid #ddd;
}

.menu {
    float: right;
    margin-top: 85px;
}

.menu a {
    text-decoration: none;
    font-size: 1.3em;
    color: #ccc;
    margin-right: 32px;
}
.menu a:hover {
    text-decoration: none;
    color: #fff;
}

.homepage {
    color: #efefef;
    min-height: 600px;
}

.homepage a {
    color: #2D1E31;
    font-weight: bold;
}

.home-page-content {
    background-color: rgba(177, 177, 177, 0.62);
    font-size: 1.3em;
    padding: 2px 28px 16px 28px;
    margin-top: 20px;
}


footer {
    background-color: #2D1E31;
    color: #ccc;
    min-height: 220px;
}

footer a, footer a:active, footer:visited {
    color: #ccc;
    text-decoration: none;
}

footer a:hover {
    color: #f0f0f0; 
}

footer .footer-content {
    padding: 0 6px;
}

footer img {
    float: right;
    margin-top: 60px;
    margin-bottom: 46px;
}

footer .address {
    margin-top: 24px;
}

footer .contact {
    margin-top: 24px;
    margin-bottom: 10px;
}

footer .footer-end {
    clear: both;
    margin: 20px;
    border-top: 1px #4B3151 solid;
    padding-top: 10px;
    color: #f0f0f0;
    font-size: 0.7em;
    letter-spacing: 2px;
    font-weight: normal;
    text-align: center;
}
