/*
## 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: 8px;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #FFA100;
}

a:hover {
  text-decoration: underline;
}
.article-content a {
  text-decoration: underline;
}
.article-content a:hover {
  text-decoration: none;
}
ul, ol {
  padding-left: 20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body { 
  font: 75% "Trebuchet MS", Trebuchet, Arial, Verdana, Helvetica, sans-serif;
  background: #fff url(../GFX/bg.gif) top left scroll repeat-x;
}

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

h1 { font-size: 250%; }
h2 { font-size: 200%; }
h3 { font-size: 150%; }
h4 { font-size: 116%; }

h1 a, h2 a, h3 a, h4 a, h5 a{
  color:#000;
}

img {
  display: block;
}

input {
  font-size: 100%;
}
/********************
## Framework style ##
********************/
#wrapper {
  margin: 0 auto;
  width: 960px;
  border: 10px solid #def2f7;
  background: #fff;
  padding:10px;
}

#header {
  margin: 0 auto;
  height: 166px;
  width: 980px;
  position:relative;
}

.intratext{
  position:absolute;
  top:85px;
  left:270px;
  color:#1B3F8E;
}

.sharethis{
  padding:20px 0 0 0;
}

#recoverPassword{
  display:none;
}

.intranett .externalLink{
  display:none;
}

#logo {
  float:left;
}

#headerUtils {
  float:right;
  text-align:right;
  width:600px;
}

#searchForm {
  padding: 6px 0;
  float:right;
}

#searchForm .button{
  background:transparent url(../GFX/search.gif) top left no-repeat;
  width:69px;
  height:42px;
  padding:0;
  margin:0;
  border:0;
  color:#5b828c;
  font-weight:bold;
  text-transform:uppercase;
}

#dateToday {
  color:#fff;
  font-weight:bold;
}


#searchForm .query {
  width:325px;
  background-color:#d5edf3;
  padding:9px;
  border:0px;
  color:#5b828c;
  font-size:133%;
  margin-right:10px;
}

#breadcrumbs {
  float: left;
  color: #a1a1a1;
}

#breadcrumbs a {
  color: #a1a1a1;
}

#breadcrumbs a.active {
  color: #444;
}

#main {}
#rightColumn {
  float:right;
  width:291px;
  padding-left:19px;
}
#leftColumn {
  float: left;
}

#mainColumn {
  float: left;
  width: 650px;
}

#content {
  padding: 0 10px 0 0px;
}

#footer {
  padding:10px 0 0 0;
  color:#333333;
}

#login h1 {
  font-size:1.8em;
  }
#login h1,
#recoverPassword h3 {
  padding:10px 0;
  }
#recoverPassword,
#loginForm {
  font-size:1.2em;
  }
#recoverPassword ol,
#loginForm ol {
  padding:0;
  }
#recoverPassword li,
#loginForm li {
 list-style:none;
 margin:0 0 10px;
 }

#recoverPassword label {
  display:block;
  margin:0 0 5px;
  }
#recoverPassword label,
#loginForm label {
  width:100px;
  display:block;
  float:left;
  padding:9px 0 0;
}
#recoverPassword input,
#loginForm input { 
  padding:5px; 
  width:200px;
  }
#recoverPassword .submit,
#loginForm .submit {
  margin:0 10px 0 100px;
  width:auto;
  }

/******************
## 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;
}
#content .summary img{
  float:left;
  margin:0 10px 10px 0px;
}

#content .summary .right{
  float:right;
  margin:0 10px 10px 0px;
}
#content .odd {
  float: left;
}

#content .even {
  float: left;

}

#content .summary,
#content .article {
  padding: 10px 0;
  width:100%;
}

#content .summary h1,
#content .summary h2 {
  font-size: 180%;
}

#content .text {
  font-size: 105%;
  font-family: Verdana, "Trebuchet MS";
}
#content .article .text {
  font-weight: bold;
  line-height:110%;
  letter-spacing:0.05em;
  line-height:120%;
}
.readmore {
  text-decoration:underline;
}

/* TODO: get latest css from standardmaler.no, and add style to own stylesheet */
/*************************
## OBJECT COMMENTS VIEW ##
*************************/
#comments {
   padding: 10px 0;
   border-bottom: 1px solid #F0F0F0;
   color:#717171;
}
#comments h2.commentTitle {
  text-align:right;
  font-size:200%; 
}
#comments #startComment{
  padding:8px;
  background:#f5fbfd url(../GFX/bg.gif) top left scroll repeat-x;
  border:1px solid #9bbfc7;
  margin-bottom:10px;
}

#comments #startComment p{
  color:#333;
}

#comments a {
  color:#717171;
  text-decoration:underline;
}
#comments #contact {
  margin-top:10px;
  float:left;
}
#comments #commentnow {
  margin-top:10px;
  float:right;
}

#comments .signature {
  background: url(../GFX/boble.gif) top left no-repeat;
  width:74px;
  height:25px;
  float:left;
  text-align:center;
  padding:55px 13px 0 3px;
  color:#3d737f;
  font-size:10px;
}
#comments dt {

}

#comments dd {
  margin-top: 4px;
  margin-bottom: 14px;
}

form#commentForm {
  width: 100%;
  margin: 0;
  padding: 20px 0;
}

form#commentForm fieldset {
  padding: 0;
}

#commentForm input.block, #commentForm #comment {
  width: 100%;
  display:block;
}


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

.idium {
  margin: 10px auto;
  width: 175px;
}

.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 */

/*************
## SIZE_SELECTOR ##
*************/

#sizeSelector {
  color:#febe11;
  font-weight:bold;
  font-size:133%;
  padding:30px 0 0 0 ;
}

.utilsPaddingIntra{
  padding:35px 0 0 0;
}

#sizeSelector span {
  cursor: pointer;
  padding-right: 5px;
}

#sizeSelector #small {
  font-size: 1.0em;
}

#sizeSelector #medium {
  font-size: 1.33em;
}

#sizeSelector #large {
  font-size: 1.5em;
}

#util {
  background-color:#f2f2f2;
  padding:8px;
  color: #686868;
  margin:5px 0;
}

span.category {
  float:left;
  margin-right:5px;
  padding:0px 0px 1px 10px;
  background:#fff url(../GFX/hvit_venstre.gif) top left no-repeat;

}
span.category a{
  background:#fff url(../GFX/hvit_hoyre.gif) top right no-repeat;
  padding:0px 10px 1px 0;
  font-size:133%;
  color: #686868;
}
span.writtenBy {
  float:right;
  padding:3px;
}
#content #tagCloud {
  font-size:26px;
}
#tagCloud {
  padding:20px;
  background-color:#E3FAFF;
  font-size:23px;
  text-align:center;
}
#tagCloud a {
  color:#717171;
  padding:10px;
}
#tagCloud span{
  font-size:10px;
  color:#ccc;
}
#tagCloud a.current{
  color:#FEBE11;
}

.langVer {
  margin-top:10px;
  float:right;
}
.langVer .eng {
  background-image:url(../GFX/eng.gif);
}
.langVer span{
  display:none;
}
.langVer .nor {
  background-image:url(../GFX/nor.gif);
}
.langVer a {
  background-repeat:no-repeat;
  display:block;
  height:20px;
  width:30px;
}
#newsletterAjax {
  background-color:#E3FAFF;
  padding:10px;
  margin:10px 0;
}
#newsletterAjax input {
  background-color:#5A919E;
  border:1px solid #BDE4ED;
  padding:5px;
  color:#BDE4ED; 
}
#newsletterAjax input.submit{
  padding:4px 0 3px 0;
  
}

/* ************ */
/* IDIUM FOOTER*/
/* ************ */
.idiumfooter {
  clear:both;
  position:relative;
  width:960px;
  margin:0 auto;
}
.idiumfooter a {
  display:block;
  right:160px;
  top:20px;
}
.idiumfooter a:hover {
  text-decoration:none;
}
.idiumfooter *{
  position:absolute;
}
.idiumfooter a span {
  top:6px;
  left:80px;
  font-size:90%;
  color:#444;
}
