/*-------box model hack (for IE/Win)-----------*/ 
body,html {
clear: both;
background:#000000 url(bjv.png);
color: #e7d08c;}

#wrapper {
width: 900px;
margin: auto;}

/* Headache */

#head {
height:453px;
padding: 0px;
background:#000 url(bj.png) no-repeat center top;}

/* Skripthelvetets look */

h3 { 
font-size:22px;
text-align:left;
text-transform: uppercase;
font-family: 'Kiwi Maru', serif;
color: #c59955;
margin-top: 0px; 
margin-bottom: 0px;
border-bottom:0px dotted #DAE2C7;}

#navcontainer ul {
margin: 0;
padding: 10px;
list-style-type: none;
border-top: 0px dashed #ccc;
border-bottom: 3px solid #e7d08c;
background-color:#000;
text-align: center;
color: #e7d08c;}

#navcontainer ul li
{
display: inline;
color: #e7d08c;
text-transform: uppercase;
text-align: center;
font-size: 18px;
font-family: 'Kiwi Maru', serif;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
font-weight: bold;
}

#navcontainer ul li a
{
text-decoration: none;
text-align: center;
padding: .2em 1em;
color: #e7d08c;
font-size:18px; 
font-family: 'Kiwi Maru', serif;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
font-weight:bold;
}

#navcontainer ul li a:hover
{
color: #c59955;
font-size:18px; 
font-family: 'Kiwi Maru', serif;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
font-weight:bold;
}

/* Too sexy for my... */

#innehall {
background: #000;
width: 900px;
margin-top: 20px;
font-family: 'Bygonest Thin';
}

h5 { 
padding: 6px;
margin: 30px 4px 20px 4px;
border: 0px dashed #B4C2C8;
text-transform: uppercase;
font-family: 'Kiwi Maru', serif;
font-size:26px;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
color: #c59955;
letter-spacing: 2px;
text-align: center;}

.p {
text-align:left;
font-family: 'Bygonest Thin';
color:#c59955;
font-size:12px;
line-height: normal;}

b, strong {color:#aa773a;}

a:link {
color: #e7d08c;
text-decoration:none; 
font-weight:bold;}

a:visited {
color: #e1ae5b;
text-decoration:none; 
font-weight:bold;}

a:hover {
color: #c59955;
text-decoration: underline #000 solid;
font-weight:bold;}

a:active {
color: #ce5580;
text-decoration:none; 
font-weight:bold;}


/* Fotsvett */

#footer {
margin-top: 5px;
margin-bottom: 5px;
border-top: 3px solid #e7d08c;
width: 900px;}

.creds {
text-align: center;
font-family: 'Kiwi Maru', serif;
color:#eadeaf;
font-size:14px;
font-style: uppercase;
line-height: normal;
}


/* I hate myself for loving you */

blockquote {
max-width: 790px;
text-align: center;
background: #ccc;
border-left: 2px solid #ccc;
border-bottom: 2px solid #ccc;
border-right: 2px solid #ccc;
border-top: 2px solid #ccc;
color: #d8d7d6;
margin: auto !important
font-family: 'Kiwi Maru', serif;
color:#000;
font-size:14px;
}

.affs {
text-align:center;
font-family: 'Bygonest Thin';
color:#000;
font-size:16px;
text-align: center;
}


a img {
padding:5px;
margin: 0 5px 0 0;
background-color: #ccc;
border:1px solid #ccc;
}

a img:hover{
padding:5px;
margin: 0 5px 0 0;
background-color:#E59CB4;
border:1px solid #E59CB4;
}


/* Skripthelvetets look */

h3 { 
font-size:22px;
text-align:left;
text-transform: uppercase;
font-family: 'Kiwi Maru', serif;
color: #e7d08c;
margin-top: 1px; 
margin-bottom: 1px;
border-bottom:0px dotted #DAE2C7;}

/* Medlemslistan */

#members ol {
list-style: none;
background: #000;
padding: 20px;
text-align:left;
font-family: 'Bygonest Thin';
color: #e7d08c;
font-size:18px;
line-height: normal;
}

#members ul li {
  list-style: none;
  position: relative;
  padding: 3px 0 2px 25px;
}


/* Idiotnavigation */

.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination li {display: inline;}

.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    text-align:center;
font-family: 'Bygonest Thin';
    transition: background-color .3s;
    border: 1px solid #e1ae5b;
    margin: 0 4px;
}

.pagination li a.active {
    background-color: #fff;
    color: white;
    border: 1px solid #DADCDC;
}

.pagination li a:hover:not(.active) {background-color: #DADCDC;}

/* FormulÃ¤rhelvete */

fieldset {
  position: relative;
  text-align:left;
font-family: 'Bygonest Thin';
color:#e1ae5b;
font-size:18px;
line-height: normal;
border: 0px dotted #e1ae5b;
}

legend span {
  position: absolute;
  top: 0;
  left: 0;
  }

legend {
  float: left;
visibility: hidden
  }

@-moz-document url-prefix() { 
  .a legend span {
    top: -30px !important;
    left: 0 !important;
    }
  }