/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
.response,
#content p,
#content h3,
#content h4,
#content h5,
#content h6,
#content dl.fileObject,
#content .image-box,
#content .flashContent,
#content .mediaPlayer,
#content .user-table,
#content .bordered-user-table,
#content .outlined-user-table,
#content .outlined-horizontal-user-table,
#content .horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form {
  margin-bottom: 12px;
}


img, fieldset { border:0; }
a { color:#253482; text-decoration:underline; }
a:hover { text-decoration:none; }
ul, ol { list-style:none; }

body {
  font: 75% Verdana, Arial, Helvetica, sans-serif;
  background:#fff;
  background: transparent url(../GFX/bakgrunn.jpg) repeat-x top left;
  color:#606060;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  margin:0 0 12px;
}

h2 { font-size:180%; }
h2.subHeading {  
  border-bottom:1px solid #8799a4;
  color:#8799a4;
  font-size:150%;
  padding:0;
  line-height:.8;
}
h3 { font-size:150%; }
h4 {  font-size: 120%; }

h1 a, h2 a, h3 a, h4 a {
  color:#606060;
  text-decoration:none;
  font-size:21px;
}

img { display: block; }
input { font-size:100%; }

/********************
## Framework style ##
********************/

#wrapper {
  margin: 0 auto;
  width: 962px;
  position:relative;
}

/* Header */
.header {
  border-width:1px 0 0;
  height:138px;
  width: 962px;
  overflow:hidden;
  clear:both;
  background:url(../GFX/topp.gif) 0 38px no-repeat;
  /*position:relative;*/
}

.header h1 {
  position:absolute;
  top:43px;
  left:0;
}

.header h1 a {
  background:url(../GFX/logo.png) no-repeat;
  height:107px;
  width:509px;
  text-indent:-9999px;
  display:block;
  top: -30px;
  margin-left:24px;
  position: absolute;
}

/* Form */

#searchForm {
  position:absolute;
  right:20px;
  top:70px;
}

#searchForm input {
  border:1px solid #ccc;
  clear:both;
  background:url(../GFX/) 0 0 repeat-x;
  width:218px;
  padding:8px 0 8px 5px;
}

#searchForm .button {
  height:30px;
  width:50px;
  display:block;
  padding: 0 0 3px;
  margin: 5px 0 0 175px;
  font-weight:bold;
  color:#606060;
}

#searchForm form label,
form legend {
  display:none;
  visibility:hidden;
}

/* Sections: Main, Left, Right, Footer */

#main {
  padding-bottom:20px;
  padding-top:20px;
  background:url(../GFX/border.gif) left bottom repeat-y;
}

.section.main {
  width:660px;
  border-right:1px solid #ccc;
  float:left;
  clear:both;
  margin:24px 0 20px 24px;
  padding-right:20px;
  display:inline;
}

.section.column {
  width:207px;
  float:right;
  padding:0 20px 0 20px;
  margin:20px 5px;
  display:inline;
}

.paginator{
  margin:0 0 10px;
}

.paginator .prev{
  margin:0 5px 5px;
}

.paginator .pages{
  margin:5px 0 0 20px;
}

.paginator .pages span {
 padding: 3px 6px;
}

.footer {
  background:url(../GFX/footer.gif) top left no-repeat;
  height:34px;
  line-height:34px;
  padding:27px 0 0;
  text-align:center;
  clear:both;
}

/******************
## COMMON STYLES ##
******************/

.box {
  margin:0 0 23px;
}

.box h2 { font-size:120%; }

.box.externalLinks {
  padding:0;
}

.box.externalLinks .article-content {
  margin:0 0 0 10px;
}

.box.externalLinks .summary.pos1 h2 a {
 font-size:1.1em; 
}

.box.externalLinks .summary.pos2 h2 a {
 font-size:1.1em; 
}

.box.externalLinks .summary.pos3 h2 a {
 font-size:1.1em; 
}

.box.externalLinks .summary img {
 align:center;
 
}

.box.externalLinks .summary.pos1 {
 border-bottom:1px solid #ccc; 
 padding-bottom:18px;
 margin-top:30px;
}

.box.externalLinks .summary.pos2 {
 border-bottom:1px solid #ccc;
 padding-bottom:18px;
 padding-top:23px; 
}

.box.externalLinks .summary.pos3 {
 border-bottom:1px solid #ccc;
 padding-bottom:18px;
 padding-top:23px; 
}

.readMore,
.readmore {
  margin:0;
  text-align:right;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/

.summary img {
  margin:0 0 12px;
}

ul.date {
  font-style:italic;
  color:#666;
  margin:0 0 15px;
}

.summary .text {
  margin:0 0 12px;
}


.download {
  margin:0 0 20px;
}

.download .article h1 {
  font-size:24px;
  color:#606060;
  padding:3px 10px 0;
}

.download .article{
 background:url(../GFX/downloadswp.gif) top center repeat-x #f0efef;

}

.actuality .summary{
  float:left;
  width:205px;
}

#content .summary{
 margin:0 0 10px;
 width:auto;
}

#content.mainWrap .summary a img{
 float:left;
 padding-right:20px;
}

#content.mainWrap .summary em{
 display:block;
 padding:0 0 10px;
}


.actuality .summary.pos1,
#content .summary.pos1 {
 border-right:1px solid #ccc;
}

.actuality .summary.pos2,
#content .summary.pos2 {
 border-right:1px solid #ccc;
 padding-left:20px;
  
}

.actuality .summary.pos3,
#content .summary.pos3 {
 float:right;
  
}


.actuality .summary h2 a {
  font-size:0.9em;
}

#content .search .summary,
#content .summary.top {
  margin:0 0 27px;
  width:auto;
}

#content .summary.top img { 
  float:left;
  margin:0 23px 0 0;
}

/* Article */

#content .article .text {
  font-size:120%;
  margin-top:10px;
}

#content .article {
  line-height:1.6;
}

#content .article h2 {
  font-size:18px;
}

#content .article h1 {
  font-size:2em;
}

dl.articleMeta dd {
  margin:0 7px 0 7px;
  font-weight:bold;
}

dl.articleMeta dd, dl.articleMeta dt {
  float:left;
  font-style:italic;
}

dl.articleMeta {
 border-top:1px solid #ccc;
 border-bottom:1px solid #ccc;
}

/*****************
## IDIUM FOOTER ##
*****************/

.idium {
  clear:both;
  padding:20px 0;
  width: 175px;
  margin-left:400px;
}

.idium a:hover,
.idium a:active {
  text-decoration: none;
}

.idium,
.idium a {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #898989;
  text-transform: uppercase;
  text-decoration: none;
}

.idium img {
  float: left;
  margin-top: -3px;
}

.idium span {
  font-family: Century Gothic,Verdana,Arial,helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: -8px 0 0;
  padding: 0 0 0 6px;
  text-transform: lowercase;
  word-spacing: 3px;
  color: #000;
}


/*************
## CLEARFIX ##
*************/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */


/*******************
## NYHETER ##
******************/
#nyheter {
    
}
#nyheter h2{
    
}
#nyheter li{
  list-style:none;
  margin:5px 0;
}
#nyheter li a{
  
}
#nyheter li em{
  font-size:10px;
}
#nyheter strong{
  display:block;
}
/*******************
## CUSTOM FORM (BESTILLING ##
******************/
#content .customForm {
  width:630px;
}
#content #articles_articlecontent_135_ input[type=text],
#content #articles_articlecontent_135_ textarea {
  width:300px;
}
#content  #articles_articlecontent_135_ .customForm input{
  width:30px;
}
#content #ips-editable-Articles-Article-206-ac135_content input#articles_articlecontent_135_e55{
  width:100px;
}
#content .customForm th{
  text-align:left;
}
