/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#content p,
#content dl.fileObject,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content .image-box,
#content ol,
#content ul,
#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;
}


#content p a {
  color: #006699;
}

img, fieldset {
border:0;
}

.newFrontpage #navTop {
  padding: 45px 0px 15px 0px;
  overflow: hidden;
  display: clear;
}

.newFrontpage .imgFrontpage img{
  float: left;
  margin-right: 20px;
  margin-top: 30px;
}

.imgIngress img {
  float: left;
  margin-right: 20px;
}

.shadow {
 border: 5px solid #fff;
 box-shadow: 2px 2px 8px #7b7b7b;
 -webkit-box-shadow: 2px 2px 8px #7b7b7b;
 -moz-box-shadow: 2px 2px 8px #7b7b7b;
 filter: progid:DXImageTransform.Microsoft.dropShadow(color=#7b7b7b, offX=-5, offY=-5, positive=true);
}


a {
  text-decoration: none;
  color: #006699;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 20px;

}


/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background-color: #f4f5fa;
  border-top: 5px solid #fff;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.1em;
}

h1 { 
  font-size: 200%; 
  color: #4e9236;
}
h2 { 
  font-size: 167%; 
  color: #4e9236;
}
h3 { 
  font-size: 150%; 
  color: #013399;
  padding-bottom: 5px;
}
h4 { 
  font-size: 116%; 
}

img {
  display: block;
}

input {
  font-size: 100%;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: 0 auto;
  width: 960px;
  border: 10px solid #fff;
  background: #fff;
  position: relative;
}

#logo {
display: block;
overflow: hidden;
float:left;
}

#logo img {
 margin:0 ;
}
 
#eco {
display: block;
overflow: hidden;
}

#eco img{
  float: right;
}


#header {
  height: 102px;
  width: 960px;
  background-image: url(header.jpg);
}

.newFrontpage #header  {
  height: 311px;
}

#searchForm {
  float: right;
  width: 169px;
  padding: 6px 0;
}

#searchForm label {
  font-size: 117%;
  margin-right: 8px;
}

#searchForm .query {
  width: 134px;
}

#breadcrumbs {
  float: left;
  color: #a1a1a1;
}

#breadcrumbs a {
  color: #a1a1a1;
}

#breadcrumbs a.active {
  color: #444;
}

#main {
  margin:0;
  padding:0;

}

#leftColumn {
  float: left;
  width: 170px;
}

#mainColumn {
  float: right;
  width: 100%;
}

#content {
  padding: 0 10px 0 15px;
}


/* TODO: add styles for customer footer */

#footer {
  color: #999999;
  padding-top: 10px;
  margin-left: 5px;
}

#footer p {
  margin:0;
  padding:0;
}

/*****************
##### BOTTOM #####
******************/

#external {
  padding:0 5px;
  width:960px;
}

.newsBox {
  float: left;
  display: block;
  overflow: visible;
  width: 312px;
  background-image: url(newsbox.jpg);
  background-repeat: repeat-x;
  background-color: #e7e7e7;
  margin-right: 1px;
  border: 1px solid #d5d5d5; 
}



#external img{
 float: left;
  margin: 20px 0 20px 40px;
}

#external h1 {
  padding: 30px 10px 40px 65px;
}

#external h1 a {
  color: #636363;
  font-size: 13px;
  padding-left: 10px;
}

#newsBox a {
 line-height: 1.6em;
}

.externaltext {
  display: none;
  background-color: #e7e7e7;
  border-left: 1px solid #d5d5d5; 
  margin-left: -1px;
}


.externaltext p {
 line-height: 1.4em;
 color: #333333;
 padding: 5px 30px;
}


/*****************
####  NAVTOP  ####
******************/  

#navTop {
  padding: 20px 0px 15px 0px;
  overflow: hidden;
  display: clear;
}

#navTop ul {
  float:right;
}

#navTop li {
  float:left;
  list-style: none;
}


#navTop li a {
  color:#4e9236;
  border-right:1px solid #4c8e45;
  line-height:12px;
  padding:0 15px;
  font-size:15px;
  text-decoration:none;
  display:block;
}

#navTop li a:hover {
  text-decoration:underline;
}

#navTop li:hover {
  cursor:pointer;
}

#navTop .epax a {
  border-right:0px;
  padding-right:0px;
}



/******************
## COMMON STYLES ##
******************/
h4.boxTitle {
  color: #fff;
  background: #a1a1a1;
  padding: 5px 20px;
  margin-bottom: 0;
}

div.box {
  border-bottom: 1px solid #f0f0f0;
}

div.box .content {
  padding: 15px 10px;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
#content .summary,
#content .article {
  /*border-bottom: 1px solid #f0f0f0;*/
  color: #666666;
  margin: 0 45px;
}

#content .summary ul,
#content .article ul {
   list-style-image:url(bullets.gif);
   padding-left: 20px;
}

#content .summary p,
#content .article p {
  font-size:14px;
  line-height: 1.4em;
}



#content .summary li,
#content .article li {
   margin: 5px 0;
   font-size: 14px
}


 /*#content .odd {
 float: left;
  width: 600px;
}*/

/*#content .odd img {
float:left;
margin: 0 20px 10px 0;
}*/

/*#content .even img {
float: right;
margin: 0 0 10px 20px;
}*/

/*#content .even {
 float: right;
  width: 600px;
  margin: 0 50px;
}*/

#content .summary,
#content .article {
  padding: 20px 0;
}

#content .summary h1,
#content .summary h2 {
  font-size: 150%;
}

#content .summary h1 a,
#content .summary h2 a {
  color: #468533;
}

.newFrontpage #content .article .text {
margin-bottom: 15px;
}

#content .article .text {
 color: #006699;
 font-size: 140%;
 line-height: 1.4em;
 margin: 5px 20px 10px;
}


/* TODO: get latest css from standardmaler.no, and add style to own stylesheet */
/*************************
## 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%;
}

/*****************
## IDIUM FOOTER ##
*****************/


#idium {
  float:right;
  margin:-17px 10px 0 0;
}

#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;
}


/*******************
#### FANCY BOX ####
*********************/

#fancybox-outer {
 border: 2px solid #1171b2;
background-color: #f3f5fa;
}

#fancybox-inner {
  background-color: #f3f5fa;
}


/* a#closer {
 position:absolute;
 z-index:1001;
 right:0px;
 bottom:5px;
}*/


.ajaxContent {
  positon:relative;
  z-index:1000;
  padding:0px;
}
.ajaxContent #ajaxText {
  padding:0px;
}

#ajaxText h1, p {
 padding-left: 70px; 
 line-height: 1.4em;
 margin-bottom: 5px;
 margin-right: 10px;
}

#ajaxText p {
  margin-top: 10px;
}

#ajaxText ul {
   list-style-image:url(bullets2.gif);
   line-height: 1.5em;
   padding-left: 90px;
   margin: 10px 10px 5px 0;
}

#ajaxText h3 {
 border-bottom: 1px solid #b0bfdf;
 margin-left: 70px;
 padding-bottom: 5px;
 font-size: 14px;
 font-weight: bold;
}

/*************
## 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 */
