/*
    Name: ie.css
    Project: Min 22. juli
    Author: Hilde Skjølberg, VG

    This file overrides the normal styling for retarded IEs.
*/

    body {

        font-family: Arial, sans-serif;
        background: #333;
    }


    h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
    }

    #menu .toggle-menu,
    #menu .toggle-navigation {
        display: none;
    }

    #menu, #map {
        top: 37px;
    }


/* Widths */

    .navigation #menu,
    .mapview #menu {
        right: 70%;
        left: 0;
        background: #f6f5f3;
    }

    .storyview #menu {
        display: block;
    }

    .navigation #map,
    .mapview #map,
    .storyview #map {
        right: 0;
        left: 30%;
    }

    #story {
        display: none;
    }




/* Make header work */

    #topbar {
        width: 100%;
        max-width: 100%;
        background-color: #333;
    }

    #topbar h2 {
        margin-top: -15px;
    }


/* Override OpenSans font-weight 600 */

    #menu #register h2,
    #menu #register li h3 {
        font-weight: bold;
    }