﻿@import url("other.css");
/**
 * Basic layout
 */
.left {
    float:left;
}
body {
    background:#e5e5e5;
    color:#444;
    font-family: Arial, Tahoma;
    font-size: 12px;
}

a:link, a:visited {
    color: #969696;
    text-decoration: none;
}
a:hover {
    color: #fea822;
}

/* Header */
section.header {
    height: 85px;
    background: #030303; /* Old browsers */
    background: -moz-linear-gradient(top,  #030303 0%, #191919 66%, #212121 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#030303), color-stop(66%,#191919), color-stop(100%,#212121)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #030303 0%,#191919 66%,#212121 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #030303 0%,#191919 66%,#212121 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #030303 0%,#191919 66%,#212121 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #030303 0%,#191919 66%,#212121 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
}

header.wrap {
    position: relative;
    width: 948px;
    margin: 0 auto;
    height: 86px;
    overflow: hidden;
    padding: 10px 25px 0 25px;
}

img.logo {
    margin-top: 12px;
}

/* NAV */
section.nav {
    height: 48px;
}

.nav-wrap {
    width: 948px;
    margin: 0 auto;
}

ul.nav-holder {
    list-style: none;
    height: 48px;
    margin: 0px 3px 16px 0;
    padding: 0px;
}

.nav-holder li {
    float: left;
    color: #757575;
    text-transform: uppercase;
    font: 14px/48px Arial,Helvetica,sans-serif;
}
.nav-holder li:first-child a {
    padding-left: 0px;
}

.nav-holder a:link, .nav-holder a:visited {
    padding: 0 17px;
    color: #757575;
    text-decoration: none;
    display: inline-block;
}
.nav-holder a:hover, .nav-holder {
    color: #fea822;
}
.nav-holder a:active {
    position:relative;
    top:1px;
}

/* Content */
section.content {
    background: #e5e5e5 url('../img/bg-content.png') repeat-x;
}

div.content-wrap {
    width: 948px;
    min-height: 675px;
    margin: 0 auto;
}

/* Yellow box */
div.yellow-box {
    background: url('../img/yellowbox-bg.png');
    height: 277px;
    width: 948px;
    margin: 16px 0;
    display: inline-block;
    color: #fff;
}

div.yellow-box h2 {
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 1px 3px #b97d15;
}

/* Driftstatus */
div.latest-info {
    background: #1e1e1e;
    width: 948px;
    height: 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    font: 14px/40px Arial,Helvetica,sans-serif;
    margin: 15px 0;
    color: #fff;
}

div.latest-info span {
    color: #f5ae29;
    margin-left: 25px;
    margin-right: 2px;
}

/* box */
div.box {
    width: 258px;
    height: 242px;
    margin-left: 17px;
    border: 1px solid #d6d6d6;
    background: #f3f3f3;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

/* nyheter */
div.box-news {
    height: 232px;
    width: 649px;
    padding: 0 10px 10px 10px;
    border: 1px solid #d6d6d6;
    background: #f3f3f3;
    float:left;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

/* content pages */
.box-content-wrap {
    padding: 5px;
    min-height: 370px;
    width: 659px;
    border: 1px solid #d6d6d6;
    background: #f3f3f3;
    float:left;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

/* footer */
.end {
    display: block;
}

.footer {
    height: 92px;
    width: 946px;
    margin: 20px auto 0 auto;
    border: 1px solid #d6d6d6;
    background: #f3f3f3;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.end-copy {
    width: 948px;
    height: 30px;
    margin: auto;
    font: 10px/30px Arial,Helvetica,sans-serif;
    text-align: center;
}

div.footer-box {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

div.footer-box ul {
    list-style: none;
    margin: 2px 54px 0 54px;
    padding: 0px;
    line-height: 12px;
}
div.footer-box.first {
    margin-left: 95px;
}

div.footer-box a:link, div.footer-box a:visited {
    text-decoration: none;
}

/* Ã–VRIGT */
input[type=text], input[type=email] {
    margin-bottom:4px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-border-radius:5px;
    background:#EEEEEE;
    border:1px solid #E8E8E8;
    outline:medium none;
    padding:4px 4px 4px 8px;
    width:140px;
    position:relative;
    color: #5d5d5d;
    height: 20px;
    font-weight: bold;
}

label {
    display: block;
    line-height: 2em;
    font-weight: bold;
}

select {
    margin-bottom: 4px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #eeeeee;
    border: 1px solid #E8E8E8;
    outline: medium none;
    padding: 4px 4px 4px 8px;
    width: 160px;
    position: relative;
    color: #5D5D5D;
    height: 30px;
    font-weight: bold;
}

textarea {
    border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 5px;
}

/* Orange focus highlight for all form fields */
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #fca327;
    box-shadow: 0 0 5px rgba(252, 163, 39, 0.7);
}

/* button-blue */
.button-orange {
    height:24px;
    line-height: 24px;
    min-width:64px;
    padding: 0 5px;

    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    text-indent:0;
    border:0px solid #b8b1b8;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:11px;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    text-transform: uppercase;

    background: rgb(252,178,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,178,76,1) 0%, rgba(252,163,39,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,178,76,1)), color-stop(100%,rgba(252,163,39,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,178,76,1) 0%,rgba(252,163,39,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,178,76,1) 0%,rgba(252,163,39,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,178,76,1) 0%,rgba(252,163,39,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(252,178,76,1) 0%,rgba(252,163,39,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb24c', endColorstr='#fca327',GradientType=0 ); /* IE6-9 */

}
.button-orange:hover {
    background: #f9aa43; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9aa43 0%, #f9ba66 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9aa43), color-stop(100%,#f9ba66)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9aa43 0%,#f9ba66 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9aa43 0%,#f9ba66 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9aa43 0%,#f9ba66 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9aa43 0%,#f9ba66 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9aa43', endColorstr='#f9ba66',GradientType=0 ); /* IE6-9 */
}
.button-orange:active {
     position:relative;
     top:1px;
 }
/* button fix for forms */
.button-form {
    line-height: 0;
}