﻿/*******************************************************************
 * Use this CSS-file to specify the global lay-out for the website *
 *******************************************************************/

*
{
    margin: 0;
    padding: 0;
    border: none;
}

body
{
    background-color: #e30613;
    font-size: 14px;
    font-family: "kulturista-web";
    letter-spacing: 0.06em;
}

a
{
    color: white;
    text-decoration: none;
}

    a:hover,
    a.selected
    {
        color: black;
    }

#center-screen
{
    margin: 0 auto;
    padding: 0 15px 0 15px;
    width: 720px;
}

#header, #footer
{
    background-color: #e30613;
    height: 70px;
    width: 100%;
    clear: both;
}

#logo
{
    border-width: 3px;
    border-color: black;
    height: 98px;
    width: 170px;
    border-top-style: solid;
    border-bottom-style: solid;
}

#content
{
    background-color: #e30613;
}

#menuColumn
{
    width: 170px;
    margin-right: 70px;
    float: left;
}

#contentColumn
{
    width: 480px;
    float: right;
    border-width: 3px;
    border-color: black;
    border-top-style: solid;
    padding-top: 20px;
    display: inline-block;
}

ul.menuTop
{
    margin: 20px 0 20px 0;
}

.menuTop li
{
    list-style-type: none;
    font-weight: bold;
    font-size: 24px;
    padding: 5px 0 5px 0;
}

#linkedIn,
#facebook,
#twitter
{
    background: url(images/social_media.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 16px;
}

#facebook
{
    background-position-x: -29px;
}

#twitter
{
    background-position-x: -58px;
}

#social-media-links
{
    border-width: 3px;
    border-color: black;
    border-top-style: solid;
    padding: 20px 0 20px 0;
    display: inline-block;
    width: 170px;
}

@-ms-viewport
{
    width: device-width;
}

@media only screen and (max-width: 480px)
{
    body
    {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        
    }

    #center-screen
    {
        padding: 0;
        max-width: 480px;
    }

    #center-screen,
    #logo,
    #social-media-links,
    #header,
    #footer
    {
        width: 480px;
    }




    #menuColumn,
    #contentColumn
    {
        width: 480px;
        float: none;
    }
}
