/*Main Styles*/
/*-------------------------------------------------*/
body {
    background: #0f2439;
    margin: 0px;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
}

/*Header Styles*/
/*-------------------------------------------------*/
header {
    background: #0f2439;
    color: #fff;
    height: 70px;
}

header div.header {
    padding-top: 12px;
    text-align: center;
}

header div.header span.header-title {
    font-size: 38px;
    font-weight: 700;
}

/*Article Styles*/
/*-------------------------------------------------*/
div.article-wrapper {
    background: #e5e5e5;
}

article {
    background: #fff;
    margin: 0 auto;
    min-height: 400px;
    padding: 5px 10px;
    width: 1000px;
}

article div.article-title-wrapper {
    background: #bfbfbf;
    border-bottom: 2px solid #000;
    color: #000;
    height: 50px;
    padding-top: 20px;
    text-align: center;
}

article span.article-title {
    font-size: 28px;
    font-weight: 700;
}

article div.main-content {
    padding: 0px 20px;
    padding-bottom: 10px;
}

article h1.event-title {
    font-size: 26px;
    text-align: center;
}

/*Footer Styles*/
/*-------------------------------------------------*/
footer {
    background: #0f2439;
    color: #fff;
    height: 100px;
}

footer div.footer {
    padding-top: 36px;
    text-align: center;
}

/*Other Styles*/
/*-------------------------------------------------*/
div.clear {
    clear: both;
}