@charset "utf-8";

/*
  Innehållsförteckning:

0. Lika inför lagen
1. Normalfall
2. Särskilda omständigheter
*/

/* 0. Lika inför lagen */

@import url("reset.css");

/* 1. Normalfall */

html { 
    background-color: transparent;
}

body {
    background-color: #dfdfd8;
    font-size: 125%;
    color: #222;
    font-family: sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

#allt { 
    width: 95%;
    max-width: 1240px;
    min-width: 890px;
    margin: 0px auto;
    border-style: none;
}

.container-outer { 
    background-color: rgba(255,255,255,0.8);
    margin: 10px 0px;
    padding: 0;
    border-style: solid;
    border-width: 0px;
    border-color: gray;
}

.container-inner { 
    background-color: rgba(255,255,255,0.8);
    background-repeat: repeat;
    background-position: top left;   
}

#content { 
    padding: 20pt;
}

#main-body {
    min-height: 600px;
    padding-bottom: 2em;
}

#content img{
    max-width: 100%;
    margin-top: 8pt;
    margin-bottom: 8pt;
}

.entry-content p{
    margin-top: 8pt;
    margin-bottom: 20pt;
}

.hentry:not(:first-child){
    padding-top: 30pt;
}

img.featured_image{
    max-width: 100%;
    margin-top: 8pt;
    margin-bottom: 8pt;
}

div.container-inner{
    padding-left: 1em;
    padding-right: 1em;
}

h1 { 
    display: inline;
}

h2 { 
    text-align: left;
    font-size: larger;
    font-weight: bolder;
    color: #777;
}

h2:not(:first-child) { 
    padding-top: 1em;
}

h3 {
    font-weight: bolder;
    display: inline;
}

h3:not(:first-child) { 
    padding-top: 1em;
}

.modified {
    color: darkgray;
    font-size: smaller;
}
.published {
    color: darkgray;
    font-size: smaller;
}

p { 
    border-color: gray;
    border-width: 1px;
}

strong { 
    font-weight: bolder;
}

#main-body > p img {
    max-width: 100%;
}

#header { 
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-top: 0px;
    padding-top: 0px;
    border-top-width: 0px;
}

#header > * { 
    text-align: right;
    height: 127px;
}

#header-logo { 
    float: left;
}
#logo {
    padding: 5px 0px;
}

#header-text {
    position: relative;
    top: 38%;
    background-color: transparent;
    font-weight: bold;
    font-size: x-large;
    border-style: none;
}
#meny { 
    margin: 0px;
    float: left;
    width: 250px;
    font-weight: bold;
    margin-bottom: 10px;
    clear: both;
}

.prominent li { 
    display: inline-block;
    margin: 0.3em 0.5em;
}

.prominent a { 
    font-weight: bolder;
    display: inline-block;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #808080;
    background-color: #eeeeee;
    text-decoration: none;
}

.prominent a:hover { 
    background-color: #f7f7f7;
    border-color: #a0a0a0;
}

blockquote { 
    margin: 0 0 0 2em;
}

table, th, td{
    border: 1px solid black;
    padding : 5pt;
}

#meny li { 
    padding: 0px;
}
#meny li a {             
    display: block;
    padding: 7px;
    text-decoration: none;
}

#meny li.active a {
    background-color: #eee;
}

#meny ul:not(:hover) li.active a {
    border-style: solid none;
    border-color: #a0a0a0;
    border-width: 1px;
    padding: 6px 7px;
}

#meny li a:hover { 
    background-color: #f3f3f3;
    border-style: solid none;
    border-color: #808080;
    border-width: 1px;
    padding: 6px 7px;
}

#text-body {
    text-align: left;
    margin-left: 260px;
}


a { 
    color: #ffb81c;
}

a:link {
    color: #cf8e00;
}
a:visited {
    color: #cf8e00
}
a:hover {
    color: #cf8e00;
}
a:active {
    color: #cf8e00;
}

#main-body ul > li {
    list-style-type: disc;
    list-style-position: inside;
}


select {
    margin-top: 14px;
}

.dummyval {
    display: none;
}
body{
    background-size:cover;
}

