/*
----------------------------------------------------
HTML
----------------------------------------------------
*/

body {
    background: #221f1f url(/img/background/patt_stripes2.gif) 0 0;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 50px;
    line-height: 105%;
}

h2 {
    background-color: #000;
    color: #f03;
    display: inline;
    font-weight: normal;
    line-height: 50px;
    padding: 1px;
    text-transform: uppercase;
}

a {
    color: #00eaff;
    text-decoration: none;
}

a:hover {
    color: #ffe400;
}

/*
----------------------------------------------------
LAYOUT
----------------------------------------------------
*/

#container {
    margin: 34px 38px;
}

.nav,
.month {
    margin-bottom: 56px;
}

.nav {
    color: #00eaff;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
}

.nav li {
    border-left: 1px solid #00eaff;
    float: left;
    line-height: 100%;
    padding: 0 8px;
}

.nav li.first {
    border-left: none;
    padding-left: 0;
}

.month p {
    margin-top: 20px;
}

.shout-name {
    color: #737373;
}
