/*
## 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:#3d6723; text-decoration:none; }
a:hover { text-decoration:none; }
ul, ol { list-style:none; }

body {
  font: 75% Verdana, Arial, Helvetica, sans-serif;
  background: transparent url(../GFX/bakgrunn.gif) repeat-x top left;
  color:#454545;
}

h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  margin:0 0 12px;
}

h1 {
  font-size:1.8em;
  color:#3d6723;
  margin:0 0 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;;
  font-weight:normal;
}

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%; }

h2 a, h3 a, h4 a {
  color:#3a3a3a;
  text-decoration:none;
}

img { display: block; }
input { font-size:100%; }

/********************
## Framework style ##
********************/

#wrapper {
  margin: 0 auto;
  width: 960px;
  position:relative;
  padding:35px 0 0;
}

/* Header */
.header {
  position:relative;
  height:133px;
  background-image: url(../GFX/header.gif);
}

.header h1 {
  position:absolute;
  top:20px;
  left:0;
  height:80px;
  width:958px;
  text-indent:-9999px;
}

.header h1 a {
  margin: 10px 0px 0px 20px;
  float: left;
}

#aktuelt .aktuelt{
  border-bottom:1px solid #ccc;
  padding-bottom:20px;

}

#aktuelt h1 {
  font-size:1.8em;
  color:#3d6723;
}

#aktuelt h2 {
  font-size:1.6em;
  margin-bottom:10px;
}

#aktuelt img{
  margin-bottom:15px;
}

#aktuelt .text{
  line-height:20px;
  margin-bottom:15px;
}

#aktuelt .pos1{
  margin-bottom:20px;
}

#slideshowContainer{
  margin-bottom:40px;
  position:relative;
  overflow:hidden;
}

#slideShowText {
  background-image:url(../GFX/transparent.png);
  background-repeat:repeat;
  bottom:0;
  height:40px;
  left:0;
  padding-top:30px;
  position:absolute;
  width:100%;
  z-index:700;
}

#slideShowText .readmore{
  font-size:1em;

}

div.hiddentext {
  display:none;
  padding-left:30px;
  margin-top:-10px;
}

div.hiddentext a {
  font-size:20px;
}

/* Form */

.section.column form {
  width:234px;
  clear:both;
}

.section.column form input {
  border:1px solid #8799a4;
  clear:both;
  background:url() 0 0 repeat-x;
}

.section.column form .query {
  height:22px;
  margin:0 0 5px;
  padding:2px;
  width:228px;
}

.section.column form .button {
  height:24px;
  width:100px;
  float:right;
}

.section.column form label,
form legend {
  display:none;
  visibility:hidden;
}

/* Sections: Main, Left, Right, Footer */

#main {
  background:#fff;
  padding-bottom:30px;
}

.section.main {
  width:510px;
  float:left;
}

.section.column {
  width:160px;
  float:left;
  margin: 0 50px 0 0;
  min-height: 200px;
  height: auto !important;
  height: 500px;
}

.section.frontpage {
  margin: 0 15px 0 15px;
  width:700px;

}

.fp_links{
  float:left;
  padding:0 12px 0 0;
}

.fp_links h2 a{
  color:#3d6723;
}

.fp_links img{
 border:1px solid #ccc;

}

.section.right {
  float:right;
  width:200px;
}

.frontpage .links {
  float: right;
  width:430px;
}

.footer {
  line-height:22px;
  border-top:2px solid #3d6723;
  border-bottom:2px solid #3d6723;
  padding:10px 5px;
}

/******************
## COMMON STYLES ##
******************/

.box {
  margin:0 0 23px;
}

.box h2 { font-size:120%; }

.box.externalLinks {
  border:solid #8799a4;
  border-width:1px 0;
  padding:24px 0;
}

.box.externalLinks .article-content {
  margin:0 0 0 10px;
}

.box.newsletter .article-content {
  margin:0 0 8px;
  font-size:120%;
}

.readMore,
.readmore {
  margin:0;
  text-align:right;
  text-decoration:none;
}

#searchForm { 
  position:absolute; 
  right:0px; 
  top:85px; 
  width:215px;
}

#searchForm input {
  border:1px solid #707070;
  clear:both;
  width:153px;
  padding:3px 0 3px 3px;  
}

/*#searchForm .button {
  width:50px;
  padding:4px 0 4px 0;
  font-weight:bold;
  color:#444;
  margin-left:10px;
}*/

#searchForm .button {
  background: transparent url(../GFX/kmn_03.png) no-repeat top left;
  width:50px;
  margin-left:5px;
  border:none;
  padding-right:12px;
  
}


#userInfo .container {
  font-size: 0.8em;
  margin-left: 15px;
}

#userInfo .container form {width:100%}

#userInfo .container p {
  margin-bottom: 8px;
}

#userInfo .container form input {
  background: none repeat scroll 0 0 #3D6723;
  border: 1px solid #000000;
  color: #FFFFFF;
  font-size: 0.9em;
  letter-spacing: 1px;
  margin-top: 5px;
  padding: 5px;
  text-transform: uppercase;
}

/*************************
## 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;
}

#content .search .summary,
#content .summary.top {
  margin:0 0 46px;
  width:auto;
}

#content .summary.top img { 
  float:left;
  margin:0 23px 0 0;
}

#content .summary.top .text { 
  line-height:20px;
}

#content .summary{
  margin-bottom:20px;

}

/* Article */

#content .article .text {
  font-size:1em;
}

#content .article {
  line-height:1.6;
}

#content .article h2 {
  font-size:18px;
}

.paginator .prev{
  margin-right:10px;
}

.paginator .pages{
  padding:5px 5px 0 5px;
  margin-bottom:20px;
}

.paginator .pages span{
  padding-right:5px;

}

/*************************
## OBJECT COMMENTS VIEW ##
*************************/
#comments {
   padding: 20px 0;
   border-bottom: 1px solid #F0F0F0;
}

#comments dt {
  background: url(../GFX/quote.gif) top left no-repeat;
  padding-left: 25px;
}

#comments dd {
  padding-left: 25px;
  margin-top: 4px;
  margin-bottom: 14px;
}

form#commentForm {
  width: 100%;
  margin: 0;
  padding: 20px 0;
}

form#commentForm fieldset {
  padding: 0;
}

#commentForm input.block {
  width: 40%;
}

dl.articleMeta dd {
  margin:0 7px 0 7px;
  font-weight:normal;
}

dl.articleMeta dd, dl.articleMeta dt {
  float:left;
}

dl.articleMeta img {
  margin-left:20px;
}

dl.articleMeta {
 border-top:1px solid #676767;
 border-bottom:1px solid #676767;
 padding: 5px 10px;
 
}

/*****************
## IDIUM FOOTER ##
*****************/

.idium {
  clear:both;
  width: 175px;
  float:right;
}

.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;
  margin-top:35px;
}

.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;
}

/*
## menu.css - Contains style for menu
*/

/* Top */

#navTop {
  padding:10px;
  float:right;
  margin-top:-35px;
}

#navTop li {
  float:left;
  /*margin:0 5px 0 0;
  padding:0 5px 0 0;*/
}

#navTop li.last {
  border:none;
  padding:0;
  margin:0;
}

#navTop li a {
  color:#464646;
  border-right:1px solid #464646;
  line-height:12px;
  padding: 1px 10px;
  text-decoration:none;
  display:block;
}

#navTop li a:hover {
  text-decoration:underline;
}

#navTop li:hover {
  cursor:pointer;
}


/* Main */

#navMain {
  font-size: 120%;
  background:url(../GFX/gradient.gif) top left repeat-x;
  height:20px;
  padding:5px 0;
  position:relative;
  margin:2px 0 30px;
}

#navMain li {
  float:left;
  width:auto!important;
  width:100px;
  border-right:1px solid #fff;
}

#navMain a {
  color:#fff;
  padding:0 20px;
  text-decoration:none;
  width:100px;
  width:auto!important;
}

#navMain a:hover,
#navMain a.active {
  color:#ffc600;
}

/*Sub menu style */

#navSub {
  margin:0 0 30px;
  font-size:1.2em;
}

#navSub li a {
  display:block;
  padding:8px 10px;
  color:#464646;
  border:solid #ccc;
  border-width:0 0 1px;
  text-decoration:none;

}

#navSub li a:hover{
  color:#3D6723;
  text-decoration:none;
}

#navSub li a.active,
#navSub li a.current{
  color:#3D6723;
  text-decoration:none;
  border-left: 2px solid #3D6723;
  margin-left:1px;
}

#navSub ul li{
  padding-left:10px;
}

#navSub ul li a{
  border:none;
  font-size:75%;
}

#navSub ul {
  border-left:2px solid #3d6723;
  margin-left:1px;
  border-bottom:1px solid #ccc;
}


/**********
## LOGIN ##
**********/

#content #loginForm {
  padding: 20px 0;
  width: 200px;
  float: left;
  display: inline;
}

#content #loginForm fieldset {
  padding: 0;
  border: none;
}

#content input {
  margin-bottom: 5px;
}

#loginForm label {
  display: block;
  font-weight: bold;
  color: #3D6723;
  padding: 5px 0;
}

#loginForm input.input {
  width: 250px;
  margin-top:2px;
  border: 1px solid #ccc;
  padding: 6px;
}

#loginForm .submit {
  background: #3D6723;
  border: 1px solid #000000;
  color: #FFFFFF;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase;
}

#loginAlternatives {
  float: right;
  width: 180px;
  padding: 20px;
  margin-top: 30px;
  border-left: 1px solid #EEE;
}

#loginAlternatives #createUser {
  display: block;
  padding: 10px 0;
  font-size: 166%;
}


/*************
## 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 */
