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

#contactInfo {
  margin-top: 20px;
  padding: 10px 0px;
}

#contactInfo h3 {
  padding-bottom: 10px;
}

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

/* Normalizes article content elements */
#content p,
#content dl.fileObject,
#content h1,
#content h2,
#content h4,
#content h3,
#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 .article h3 {
  font-weight: bold;
  margin-bottom: 0px;
}

img, fieldset {
  border: 0;
}

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

.webshop #content.content_large {
    padding-left: 0;
}

a.readmore {
  color: #E10025;
  background-color: #eee;
  padding: 3px;
}

a:hover, a:active {
  text-decoration: none;
  color: #222222;
}

ul, ol {
  padding-left: 20px;
}

#content ul li,
#content ol li {
  padding-bottom: 5px;
}

.fp_image{float:left;}
.fp_text{float:left;width:115px;    font-size: 0.8em;
    line-height: 1.3em;}

.fp_text p a {color: #222222;}
.fp_text a {color: #222222;}
.fp_text p a:hover,
.fp_text p a:active,
.fp_text p a.navigated,
.fp_text a:hover,
.fp_text a:active,
.fp_text a.navigated {color: #E10025;}

#snarveier .article li a:hover,
#snarveier .article li a:active,
#snarveier .article li a.navigated,
#snarveier .article a:hover,
#snarveier .article a:active,
#snarveier .article a.navigated {color: #E10025;}

/** 0.75em sets medium size to 12px in standard browsers **/
body {
  font: 0.9em Verdana, sans-serif;
  background-color: #ffffff;
  color: #222222;
}

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

h1  {
  font-size: 1.7em;
}

h2  {
  font-size: 1.5em;
}

h3  {
  font-size: 1.0em;
}

h4 {
  font-size: 1.0em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

img {
  display: block;
}

input {
  font-size: 90%;
  color: #666;
}


/* Checkout */

div.div{display:none;}

/**********************
## Newsletter Signup ##
**********************/

#content #newsletter fieldset {
  border: 0px;
  padding: 0px;
}

#content #newsletter input.text {
  border: 1px solid #403A36;
  color: #403A36;
  font-size: 0.92em;
  margin-right: 5px;
  padding: 3px;
  width: 160px;
}

/***********************
## Frontpage override ##
***********************/

#main {
  margin-top: 7px;
}

.theme #mainColumn {  
  width: 769px;
  border-left: 0px;
  padding-top: 20px;
}

.frontpage #mainColumn {
  width: 462px;
  margin:0;
  padding:0;
  display: inline;
  float: left;
  margin-right: 15px;
}

.frontpage #rightColumn {
  display: inline;
  float: right;
  margin-right: 0;
  width: 462px;
}

.frontpage #promo {
  float: left;
  width: 370px;
  min-height: 250px;
  border-right: 1px solid #dcdcdc;
  padding-right: 15px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.frontpage #promo img {
  margin-bottom: 5px;
}

.frontpage #promo ul {
  margin-top: 20px;
  list-style: none;
  padding: 0px;
}

.frontpage #promo ul li {
  float: left;
  margin-right: 9px;
  padding-right: 9px;
  border-right: 1px solid #dcdcdc;
}

.frontpage #promo ul li.last {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px;
}


.frontpage #learnMore {
  float: left;
  width: 170px;
  height: 260px;
  border-right: 1px solid #dcdcdc;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 10px; 
}


.frontpage #learnMore h3 {
  font-size: 1.33em;
  margin-bottom: 10px;
}

ul.arrowList,
.frontpage #learnMore ul {
  list-style-image: url(../GFX/list_arrow.gif);
  padding-left: 17px;
}

ul.arrowList li,
.frontpage #learnMore ul li {
  padding: 5px 0px;
}

.frontpage #localContact {
  float: left;
  width: 180px;
  padding-left: 10px;
  height: 260px;
  margin-bottom: 20px;
  position: relative;
  clear: right;
}

.frontpage #localContact #selectCounty {
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  width: 160px;
  height: 100px;
  background: transparent url('../GFX/countyBg.gif') no-repeat bottom left;
  padding: 5px;
}

.frontpage #localContact #selectCounty h4 {
  position: relative;
  top: 35px;
  color: #403a36;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 1.33em;
}

.frontpage #localContact #selectCounty form {
  position: relative;
  top: 30px;
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
}

.frontpage #localContact #selectCounty form fieldset select {
  width: 160px;
  padding: 3px;
  font-size: 1.25em;
}

.frontpage #content .headNews {
  padding-top: 10px;
  padding-right: 10px;
  border-right: 1px solid #dcdcdc;
  width: 270px;
  min-height: 270px;
  float: left;
}

.frontpage #content .headNews .summaryImage {
  margin-bottom: 7px;
}

.frontpage #content .news {
  float: right;
  padding: 10px;
  width: 249px;
  border-bottom: 1px solid #dcdcdc;
}

.frontpage #content .news h3,
#rssMedia h3 {
  font-size: 1.33em;
  margin-bottom: 10px;
}

#rssMedia {
  float: left;
  border-left: 1px solid #dcdcdc;
  height: 260px;
  width: 198px;
  padding: 10px;
}

#rssMediaIntranett {
  float: left;
  padding: 10px;
}


.theme #content {
  float: left;
  clear: left;
  width: 769px;
  padding: 0px;
}

.theme #content .themeNews {
  width: 540px;
  padding-right: 20px;
  border-right: 1px solid #dcdcdc;
}

.theme #content .themeNews .article,
.theme #content .themeNews .summary {
  clear: left;
  width: 100%;
}

.theme #content .themeNews h2 {
  margin-bottom: 5px;
}

.theme #content .themeNews .summary {
  padding-top: 0px;
  border: 0px;
  float: left;
}

.theme #content .themeNews .summary .summaryImage {
  float: left;
  margin: 0px 10px 10px 0px;
}

.theme #content .description {
  float: left;
  padding-right: 20px;
  width: 749px;
  padding-top: 20px;
}

/********************
## Framework style ##
********************/
#wrapper {
  width: 960px;
  margin: 0 auto;
}

.frontpage #breadcrumbs {
  height:10px;
}

#breadcrumbs {
    clear: both;
    color: #666666;
    height: 30px;
    padding-top: 10px;
    position: relative;
    top: 12px;
}

#breadcrumbs a {
  color: #333333;
  text-decoration: underline;
}

#main {
  clear: both;

}

#leftColumn {
  display: inline;
  float: left;
  margin-right: 30px;
  width: 175px;
}

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

#rightColumn {
    display: inline;
    float: right;
    margin-right: 0;
    width: 200px;
}

#content {
  display: inline;
  float: left;
  margin-right: 30px;
  width: 525px;
  margin-bottom: 20px;
}

#footer {
  border-top: 1px solid #E10025;
  padding-top: 5px;
  line-height: 20px;
  font-size: 0.75em;
}

/* TODO: add styles for idium footer and customer footer */

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

#idium_logo {
  width: 960px;
}

#idium_logo .idium_logo {
  margin: 20px auto;
  width: 165px;
}

#idium_logo a:hover,
#idium_logo a:active {
  text-decoration: none;
}

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

#idium_logo img {
  float: left;
  margin-top: -3px;
}

#idium_logo 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;
  word-spacing: 3px;
  color: #000000;
  text-transform: lowercase;
}

/******************
## SIZE SELECTOR ##
******************/

#sizeSelector {
    color: #403A36;
    display: inline;
    font-size: 1.17em;
    margin-left: 15px;
    margin-top: -7px;
    position: relative;
    z-index: 100;
}

#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;
}


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

#theme {
  float: right;
  margin-top: 25px;
  width: 203px;
}

#theme img {
  margin: 0 auto;
}

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;
}

div.hr {
  clear: both;
  float: left;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  font-size: 0em;
}

.error {
  color: #ed1c24;
}

.success {
  color: #39b54a;
}

div.description {
  line-height: 1.5em;
}

.fadeBg {
  width: 100%;
  background: url(../GFX/fade_bg.gif) repeat-x;
}

#leftColumn a.homeLink {
  padding: 10px;
  float: left;
}

#contactInfo {
  line-height: 1.33em;
}

#contactInfo p {
  margin-bottom: 12px;
}

/************************
## TIP-A-FRIEND STYLES ##
************************/
#content #objectResponse p {
  margin-bottom: 14px;
}

#content #tipsForm fieldset {
  width: 50%;
  border: 0px;
  padding-top: 10px;
}

#content #tipsForm input {
  width: 99%;
  margin-bottom: 10px;
}

#content #tipsForm textarea {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.92em;
}

#content #tipsForm input.button {
  width: auto;
  float: right;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
#content .summary {
  border-bottom: 1px solid #f0f0f0;
}

#content .summary.first { padding-top: 0;}

#content .summary {
  padding: 20px 0;
}

#content .article {
  width: 100%;
  padding-bottom: 20px;
}

#content .summary h1,
#content .summary h2,
#content .article h1 {  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}

#content .summary h1,
#content .summary h2 {margin-bottom: 2px;}

#content .summary h1 a,
#content .summary h2 a {
  color: #000000;
  text-decoration: none;
}

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

#content .summary .text {
  line-height: 1.5em;
  font-weight: normal;
}

#content .article .text {
  font-weight: bold;
  font-size: 1em;
  /*line-height: 1.25em;*/
}

#content .article .article-content {
  line-height: 1.50em;
  font:1em Lucida Grande, Lucida Sans Unicode, Lucida Sans, Lucida, sans-serif;
}

#content .summary .summaryImage,
#content .article .summaryImage {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

/*******************
## ARTICLE FOOTER ##
*******************/

#articleFooter {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  padding: 10px 0px;
  font-size: 0.83em;
  margin-top: 30px;
}

#articleFooter ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#articleFooter li {
  border-right: 1px solid #bbbbbb;
  border-left: 1px solid #888888;
  padding: 0px 10px;
  float: left;
}

#articleFooter li.first {
  border-left: 0px;
}

#articleFooter li.last {
  border-right: 0px;
}

/*********************
## OBJECT RELATIONS ##
*********************/

#content div.relations {
  margin-top: 30px;
}

#content div.relations h3 {
  margin-bottom: 5px;
}

#content div.relations ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#content div.relations ul li {
  padding: 5px 0px;
}

/*********************
## RSS STYLE        ##
*********************/

#countyRss,
#nasjonalforeningenNews {
  line-height: 1.5em;
  width: 203px;
  margin-bottom: 10px;
  background: url('../GFX/rss_bg.gif') repeat-y;
}

#countyRss a,
#nasjonalforeningenNews a {
  text-decoration: none;
}

#countyRss h3,
#nasjonalforeningenNews h3 {
  background: url('../GFX/rss_top.gif') top left no-repeat;
  padding: 10px 10px 0px;
}

ul.rss {
  padding: 10px 10px 10px 25px;
  list-style-image: url('../GFX/rss_list_image.gif');
  background: url('../GFX/rss_bottom.gif') bottom left no-repeat;
}

ul.rss li {
  padding: 0px 0px 10px 0px;
}

/*********************
## OBJECT RELATIONS ##
*********************/

#adsRightColumn div.ad {
  margin-bottom: 20px;
}

/*************
## LOGIN ##
*************/

#login {
  margin-top: 50px;
  border: 1px solid #dcdcdc;
  float: left;
  background: #CC0001;
}

#login fieldset {
  padding: 10px;
}

#loginForm {
  float: left;
  width: 197px;
  background: #ffffff;
  padding-bottom: 15px;
}

#login input.username,
#login input.password {
  margin-bottom: 10px;
  width: 175px;
}

#login input.submit {
  float: right;
}

#login label {
  display: block;
}

#login span {
  float: left;
  margin-top: 4px;
}

#login p {
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
}

#recoverPassword {
  display: none;
  float: left;
  background: #CC0001;
  color: #ffffff;
}

#recoverPassword form {
  width: 250px;
}

#recoverPassword h3 {
  margin-top: 10px;
  margin-left: 10px;
  font-weight: bold;
}

#recoverPassword div {
  margin: 0px 10px;
  width: 230px;
}

#recoverPassword input.email {
  width: 98%;
  margin-bottom: 10px;
}

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






/*************************
## OBJECT COMMENTS VIEW ##
*************************/
#commentForm {
  margin-top: 6px;
}

#comments {
  padding: 15px 0;
  margin-top: 25px;
  border-top: 1px solid #E1DCD4;
}

#wrapper #comments h3 {
  margin-bottom: 10px;
}

#wrapper form #comment {
  margin: 0;
  padding: 3px;
  border: 1px solid #E1DCD4;
  height: 80px;
  width: 285px;
  margin-bottom: 6px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 100%;
}

#wrapper form #signature, #wrapper form #title {
  padding: 3px;
  border: 1px solid #E1DCD4;
  width: 285px;
}

form#commentForm fieldset {
  padding: 0;
}

#commentForm input.block {
  width: 40%;
}

#commentsList .comment {
  padding: 10px 8px;
}

#commentsList .comment.odd {
  background-color: #F3F2F7;
  border-bottom: 1px solid #CCCBD7;
}

#wrapper #commentsList .comment p {
  margin-bottom: 0;
  font-style: italic;
  background: transparent url(../GFX/user.png) scroll no-repeat left center;
  padding-left: 14px;
  margin-top: 5px;
}
#wrapper #commentsList .comment p.title {
  padding-left: 0;
  background: none;
  font-style: normal;
  margin: 0 0 4px 0;
  font-weight: bold;
}

#wrapper #commentsList .comment p span {
  font-size: 80%;
  color: #7d7d7d;
  vertical-align: 10%;
}

#comments h4 {
  margin-bottom: 0;
  margin-top: 18px;
  font-size: 130%;
}

#comments label {
  font-size: 95%;
}

form#postForm input,
form#postForm textarea {
  padding: 5px;
}

form#postForm textarea {
  height: 100px;
}


/************* 
### HEADER ###
**************/



.header h1.header_title {float: left;   width: 175px; }
.header h1.header_title_right {float:right; width: 175px;  }

div.header h1 span {
  display:none;
}

.header #logo img,
.header #logoRight img {
  margin-top: 34px;
 max-height: 90px;
}

.header #logoRight img {float: right;}


#header {height: 168px; margin:0; padding:0;}

.headerContent {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 168px;
}

.headerContent .logo {
  position: absolute;
  top: 15px;
  float: left;
  z-index: 10;
}


#header div#red_line {
    background: url("../GFX/redline.jpg") repeat scroll 0 0 transparent;
    height: 5px;
    position: absolute;
    top: 170px;
    width: 100%;
}

#searchForm {
    height: 37px;
    left: 313px;
    position: absolute;
    top: 75px;
    width: 332px;
    z-index: 6;
  font-size: 1.5em;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}


#searchForm fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}


#searchForm legend {
  display: none;
}

#searchForm input.query {
  border: 0 none;
  height: 21px;
  left: 0;
  padding: 7px 11px 10px 88px;
  position: absolute;
  top: 0;
  width: 235px;
  z-index: 6;
  background: url(../GFX/searchInput.jpg) no-repeat;
}


#searchForm input.button {
  border: 0 none;
  height: 31px;
  left: 8px;
  padding: 0;
  position: absolute;
  top: 3px;
  width: 31px;
  z-index: 6;
  background:  url(../GFX/seachIcon.png) no-repeat;
}


#snarveier .article {
  width: 198px;
  padding: 10px;
  border: 1px solid #cccccc;
  height: 100px;
  margin-bottom: 20px;
}

#snarveier .article.odd {
  float: left; 
  clear: left;
}

#snarveier .article.even {
  float: right;
}

#snarveier .article h1 {
  font-size: 14px; 
  line-height: 1em;
  font-weight: bold;
  margin-bottom:3px;
  color: #333333;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#snarveier .article img {
  float: left;
  margin-right: 8px;
}

#snarveier .article ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  float: right;
  width: 115px;
}

#snarveier .article li {
  background: url(../GFX/left_arrow.jpg) no-repeat scroll 0 4px transparent;
  padding: 1px 0;
  list-style:none;
}

#snarveier .article li a{
  color: #222222;
  padding-left: 14px;
  text-decoration: none;
}

#facebook {
  background: none repeat scroll 0 0 #F2EEEE;
  border: 1px solid #E6E1E1;
  padding: 10px;
  width: 440px;
  min-height: 35px;
  margin-bottom: 20px;
  position: relative;
}

.fb_image {
  float:left;
}

#facebook h2, #facebook p.text {
  width: 240px;
  //text-align: center;
  //margin: 0;
  margin-left: 10px;
  float: left;
  line-height: 1em;
}

#facebook h2 {color: #666666; font-size:1.3em;  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; }
#facebook .article-content p a {color: #666666; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; }

#facebook .article-content p a:hover,
#facebook .article-content p a:active {color: #222222;}
#facebook p.text {color: #222222; font-size: 1.1em; }


#facebook .article-content {
  //border-left: 1px solid #ddd9d9;
  float: right;
  height: 30px;
  padding-left: 50px;
  width: 134px;
  position: absolute;
  top: 2px;
  right: 5px;
  font-size:1.4em;  
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

div#facebook .article-content p a img {
    display: inline;
    float: right;
    position: absolute;
    right: -20px;
}

#facebook .article-content p {
    position: absolute;
    right: 25px;
    top: 3px;
    width: 100px;
}

.frontpage #content {margin-bottom: 20px; width: 462px;}

.frontpage #content h2 {
  color: #666666; 
  font-size:1.3em;  
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  border-bottom: 1px solid #666666;
}

.frontpage #content ul { margin:0; padding:0; list-style: none; }
.frontpage #content ul li { padding: 5px 0; }

.frontpage #content ul li h3 {
  font-size: 1.1em;
  margin-bottom:0;
  background: url(../GFX/left_arrow.jpg) no-repeat scroll 0 4px transparent;
}

.frontpage #content h4 {
  font-size: 1.2em;
  margin-bottom:0;
  float: right;
}

.frontpage #content h4 a,
.frontpage #content h4 a:visited {
  color: #666666;
  text-decoration: none;
}

.frontpage #content h4 a:active,
.frontpage #content h4 a:hover,
.frontpage #content h4 a.navigated {
  color: #222222;
}


.frontpage #content ul li h3 a,
.frontpage #content h3 a:visited {
  color: #222222;
  padding-left: 14px;
  text-decoration: none;
}

.frontpage #content ul li h3 a:hover,
.frontpage #content ul li h3 a:active,
.frontpage #content ul li h3 a.navigated {
  color: #E10025;
}

#annonse { margin-bottom: 20px;  }

.countyMenu select {
    font-family: verdana;
    font-size: 12px;
    padding: 2px 1px;
}

.addthis_toolbox {
    padding-top: 10px;
}

h1.pageTitle {
    border-bottom: 1px solid #E10025;
    font-size: 1.7em;
    font-weight: normal;
    padding: 10px 0 5px 5px;
}

#content.result, #content.content_large {
  padding-left: 205px;
}
