html, body
{
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    font-size: 100%;
}

body
{
    overflow-y: scroll;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

div
{
    display: block;
    overflow: hidden;
    margin: 0;
    border: 0;
    padding: 0;
}

img
{
    margin: 0;
    border: 0;
    vertical-align: middle;
}

a, a *
{
    outline: 0;
}

h1
{
    font-size: 26px;
    margin: 10px 0;
    border: 0;
    padding: 0;
}

h2
{
    font-size: 19px;
    margin: 10px 0;
    border: 0;
    padding: 0;
}

p
{
    margin: 0 0 10px 0;
    border: 0;
    padding: 0;
}

div.center
{
    width: 900px;
    margin: 0 auto;
}

div.header
{
    padding: 20px 0 0 0;
    width: 100%;
}

div.logo
{
    float: left;
    margin-right: 40px;
}

div.website_title
{
    float: left;
    font-size: 2em;
    font-weight: bold;
    color: #1f3952;
}

.website_sub
{
    font-weight: normal;
    font-size: 15px;
    font-style: italic;
}

div.nav
{
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    background-color: #3d6fa1;
    color: #ffffff;
    font-size: 14px;
    cursor: default;
    
    box-shadow: 0 0 10px 0 #676767;
    text-transform: uppercase;
    font-family: "open_sansregular", Arial, sans-serif;
}

div.nav a
{
    display: block;
    float: left;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    text-decoration: none;
    color: #ffffff;
}

div.nav a:hover
{
    background-color: #8ea86c;
}

div.flags
{
    float: right;
    height: 40px;
    line-height: 40px;
}

div.flags a
{
    display: block;
    float: left;
    margin-top: 8px; /* account for height of div.nav, height of anchor, and border */
    padding: 0;
    height: 20px;
    margin-left: 5px;
    
    overflow: hidden;
    border-radius: 4px;
    border: 2px solid #8ea86c;
}

div.flags a img
{
    display: block;
    height: 100%;
}

div.content
{
    padding: 20px 0;
    font-size: 16px;
    line-height: 25px; /* hahaha */
}

div.page_title
{
    padding: 10px 20px;
    background-color: #6695cb;
    margin-bottom: 20px;
}

div.page_title a
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

div.page_title .title
{
    font-size: 30px;
    margin-top: 10px;
    font-weight: bold;
    overflow: visible;
}

div.slideshow
{
    background-color: #efefef;
    border-radius: 5px;
    padding: 20px;
}

div.slideshow div.slide img
{
    width: 67%;
    float: left;
    border-radius: 7px;
}

div.slideshow div.slide div.desc
{
    width: 30%;
    float: right;
    font-size: 1.2em;
}

span.subtitle
{
    display: block;
    margin: 30px 0 5px 0;
    font-weight: bold;
    font-size: 1.2em;
}

div.footer
{
    padding: 10px 0;
    background-color: #3d6fa1;
    color: white;
    font-size: 12px;
    text-align: center;
    
    box-shadow: 0 0 10px 0 #676767;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
}

.footer
{
    height: 80px; /* without padding */
}

.footer_push
{
    height: 100px;
}
