/*
Invenius
Author: Christoffer Rødvik (C) 2012
http://www.bakaga.com
http://www.hjelseth.com
*/

@import url("reset.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700");

body {
    background: #224c74 url('images/bg.png') center top no-repeat;
    color: #666666;
    font-family: arial, sans-serif;
    font-size: 14px;
}

h1 { color: #77c3e4; font-size: 26px; font-weight: bold; }
h2 { color: #77c3e4; font-size: 22px; font-weight: bold; }

p {
    padding: 10px 0;
}

a:link, a:visited, a:active {
    color: #224c74;
    text-decoration: none;
}

a:hover {
    color: #77c3e4;
    text-decoration: none;
}

#content {
    height: 800px;
    margin: 0 auto;
    width: 940px;
}

#left-dock {
    float: left;
    width: 645px;
}

#right-dock {
    border-left: 1px dotted #77c3e4;
    height: 450px;
    float: right;
    padding-left: 30px;
    width: 264px;
}

/* //////////////////
    SEKSJON
////////////////// */

