
/*
//////////////////////////////////////////////////////////////////////////////////////////// DEFAULTS
*/


* {font-size: 100.01%; margin: 0; padding: 0;}
html {font-size: 62.5%;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0em 0;
}

@media print {
  * {
  background-color: white !important;
  background-image: none !important;
  }
}

/* Paragraph */
p {
  text-align:left;
  line-height:1.5;
}
p + p{
  text-indent:2em;
}
div.image + p{
  text-indent:2em;
}
p br {
  line-height:0.8;
}


/* Links */
a img {
  border:none;
}
a {
  color:#2b8ca7;
}
a:visited {
  color:#b5006b;
}


/* Misc */
ul {
  margin-bottom:0.8em;
}

li {
  margin-left:2em;
}

code {
  font-family: "Courier New", monospace;
}

hr {
  border:0;
  color:#2c2c2c;
  background-color:#2c2c2c;
  height:1px;  
}

.clearfloat {
  clear: both;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////// BODY
*/

body {
  font-family: "Verdana", sans-serif;
  font-size:1.1em;

  background-color:#e7e7e7;
  
  color: #202020;
  text-align: left;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////// HEADERS
*/

/* Headers */
h1 {
  background: url('graphics/new/h1bg.jpg');
  background-color:#33abcb;
  font-size: 1.5em;
  min-height:30px;
  font-family: "Arial Narrow", "Arial", sans-serif;
  font-weight: 100; 
  color:white;
  /*top right bottom left*/ 
  margin:-40px -40px 40px -40px;
  padding: 10px 0 0 40px;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5em;
  font-family: "Arial Narrow", "Arial", sans-serif;
  font-weight: 100; 
  text-transform: uppercase;
}


h3 {
  font-size: 1.2em;
  font-weight:normal;
  margin-top:1em;
  margin-bottom:0.3em;
}

/*
h2 a {
  border-bottom:1px solid #2b8ca7;
  text-decoration:none;
}
h2 a:hover {
  border-bottom:1px dotted #2b8ca7;
}
h2 a:visited {
  color: #2b8ca7;
}


h3 a {
  text-decoration:none;
}
h3 a:hover {
  border-bottom:1px dotted #2b8ca7;
}
h3 a:visited {
  color: #2b8ca7;
}
*/
/*
//////////////////////////////////////////////////////////////////////////////////////////// AUTOLINKS
*/

a.automatic {
  color:#2b8ca7;
  text-decoration:none;
}

a.automatic:hover {
  text-decoration:none;
  border-bottom:1px dotted #2b8ca7;
}

a.automatic:visited {
  color:#b5006b;
  text-decoration:none;
}

a.automatic:visited:hover {
  text-decoration:none;
  border-bottom:1px dotted #b5006b;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////// TOOLTIP
*/


/*
a .tooltip {
  display:none;
  position:absolute;
  margin-top:2em;
  margin-left:-2em;
  background: url('graphics/tipbg.png');
  padding-left:10px;
  padding-top:13px;
  padding-right:16px;
  padding-bottom:16px;
  max-width:300px;
  color:#aaaaaa;
  text-decoration:none;
}
*/

a .tooltip {
  display:none;
  position:relative;
  float:left;

  width:22em;
  margin-top:5em;
  margin-left:-2em;
  border: 0.2em solid black;

  margin-right:-60em; /*den skal bare være større end heigh/width + margen + border*/
  margin-bottom:-60em;

  padding-left:10px;
  padding-top:13px;
  padding-right:16px;
  padding-bottom:16px;
  color:#aaaaaa;
  text-decoration:none;
  z-index:100;
}



a .tooltip .head {
  font-size: 1.4em;
  font-weight:normal;
  margin-top:0px;
  margin-bottom:0.3em;  
}

a:hover .tooltip {
  display:inline;
}



/*
//////////////////////////////////////////////////////////////////////////////////////////// TOP
*/

#top {
  /*top right bottom left*/
  margin:20px auto 0px auto;
  width:1000px;
  height:280px;
  background: url('graphics/new/head.jpg');
  background-color:#151515;
  }

/*
//////////////////////////////////////////////////////////////////////////////////////////// MENU
*/

.menu {
  margin: 0 auto 0 auto;
  width:960px;
  padding-left:20px;
  padding-right:20px;
  padding-top:200px;
  }
.menu a {
  height:31px;
  padding-top:9px;
  padding-right:20px;
  padding-left:20px;
  text-decoration:none;
  color:white;
  font-family: "Arial Narrow", "Arial", sans-serif;
  font-weight: 100; 
  text-transform: uppercase;  
  float:left;
  font-size:1.5em;
}
.menu a:hover {
  /*background-color:#bfc832;*/
}

.menu a .info {
  display:none;
  font-family: "Verdana", sans-serif;
  color:#dbdbdb;
  font-size:0.65em;
  text-transform: none;
  position:absolute;  
  margin-top:40px;
}
.menu a:hover .info {
  display:inline;
}


@media print {
  .menu {
    display:none;
  }
}

#adminmenu {
  position:absolute;
  right:20px;
  top:20px;
  padding:0;
}

#adminmenu h1 {
  font-size:1.1em;
}

#adminmenu a {
  display: block;
}

#adminlogin {
  text-align: center;
  margin-top: 60px;
  margin-left: 150px;
  margin-bottom: 60px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////// MAIN
*/

#main {
  margin: 0 auto 0 auto;
  width:1000px;
  }

@media print {
  #main {
    margin: 2em auto 0 auto;
  }
}
 
/*
//////////////////////////////////////////////////////////////////////////////////////////// CONTENT
*/
  
#content {
  width:620px;
  float:left;
}
  
.contentbox {
  /*top right bottom left*/
  margin: 20px 0 0 0;
  padding: 40px;
  width:540px; /* + padding */
  background-color:white;
}
.contentbox h1 a{
  color:white;
  text-decoration:none;
}
.contentbox h1 a:hover {
  text-decoration:underline;
}



.titledate {
  color:#999999;
  font-size:0.8em;
  padding:0px;
  margin-top:-15px;
  margin-bottom:15px;
}

.articlefoot {
  color:#999999;
  font-size:0.8em;
  margin-top:2em;
  padding:0px;
  float:right;
  text-transform: lowercase;

}
.articlefoot p {
  text-align:left;
  line-height:1.5;
  display:inline;
}
.articlefoot p+p{
  text-indent:0;
  text-align:left;
  line-height:1.5;
  display:inline;
  margin-left:1em;
  padding-left:1em;
  border-left:1px solid #dddddd;
}


.contentbox img {
  float:right;
  border:0.2em solid black;
  margin-left: 0.5em;
  margin-top: 0.1em;
}

/*
.image {
  float:right;
  border:2px solid black;
  margin-left: 5px;
}
*/


/*
//////////////////////////////////////////////////////////////////////////////////////////// META
*/

#meta {
  /*top right bottom left*/
  width:360px; /* + padding */
  float:right;
  font-size:0.8em;
}

.metabox {
  text-align:left;
  background-color:#151515;
  margin-top:20px;
  color:#dbdbdb;
  padding:20px;
}
.metabox p {
  margin-left:120px;
}
.metabox h2 {
  float:left;
}

.me {
  height : 13em;
}
.contact {
  height : 13em;
  background-color:white;
  color:#151515;
}

a span.linklist {
  display:none;
  margin:0;
  height:1.5em;
  margin-bottom:-0.6em;
  padding:0;
  background-color:#dddddd;
  border-right:3px solid white;
}
a:hover span.linklist{
  display:inline;
}

ul.linklist {
  list-style-type: none;
}

ul.linklist li {
  margin:0;
  margin-bottom:0.5em;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////// COMMENTS
*/


#comments h2{
  margin-top:2em;
}


.comment {
  clear:both;
  margin-bottom:1em;
  border:1px solid #eeeeee;
  border-left:3px solid #33abcb;
  padding:20px;
}
.admincomment  {
  border-left-color:#dee438;
}
.newcomment {
  border-color:green;
}

.commentreply {
  border-left-style:dotted;
  margin-left:40px;
}


.commentbody {
  margin-left:10em;
  min-height:5em;
}

.commenthead {
  clear:both;
  width:100px;
  min-height:5em;
  float:left;
}
.commenthead p {
  text-indent:0em;
}
.commenthead .name {
}
.commenthead .date {
  color:#aaaaaa;
}
.commenthead .time {
  color:#aaaaaa;
}

.commentbottom {
  text-align:right;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////// ARTICLELIST
*/

.articlelist {
  clear:both;
}

.articlelist h2 {
  margin-top:4em;
  margin-bottom:0.5em;
  /*background-color:#282828;*/
}
.articlelist h2 a {
  color:#151515;
  text-decoration:none;
}
.articlelist h2 a:hover {
  text-decoration:underline;
}

.articlelist img {
  margin-right:0.8em;
  margin-top:0.2em;
  margin-left:0;
  border: 0.2em solid black;
  float:left;
}

.articlelist .articlefoot {
  margin-top:0;
}

/*
.articlelist .date {
  color:#999999;
  margin-top:-0.5em;
  margin-bottom:1em;
  font-size:0.8em;
}


.articlelist .tags {
  clear:both;
  padding-top:0.4em;
  font-size:0.8em;
}
*/

/*
//////////////////////////////////////////////////////////////////////////////////////////// BOTTOM
*/



#bottom {
  /*top right bottom left*/
  margin:20px auto 20px auto;
  width:1000px;
  background: url('graphics/new/bottom.jpg');
  background-color:#bfc732;
  color:white;
}

#bottom  #block1 {
  width:260px;
  margin-right:20px;
  padding:20px;
  float:left;
}

#bottom  #block2 {
  width:260px;
  margin-right:20px;
  padding:20px;
  float:left;
}

#bottom  #block3 {
  width:260px;
  margin:0;
  padding:20px;
  float:left;
}



/*
//////////////////////////////////////////////////////////////////////////////////////////// TABLE
*/


table {
  border-collapse: collapse;
  margin-bottom: 0.8em;
}
table th {
  padding-top: 3px;
  padding-bottom: 3px;
  /*border-bottom: 1px solid #2c2c2c;*/
  padding-right:20px;
  text-align:left;
}
table td {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-bottom: 3px;
  vertical-align:top;
  padding-right:20px;
}

table.border {
  border:1px solid gray;
}



/*
//////////////////////////////////////////////////////////////////////////////////////////// FORMS
*/

.mceEditor td {
  padding:0px;
}

textarea, select {
  font-family: "Verdana", sans-serif;
  font-size:1em;
}
