/*
## 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: #0000cc;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  padding-left: 20px;
}

#content ul li,
#content ol li {
  padding-bottom: 5px;
}

/** 0.75em sets medium size to 12px in standard browsers **/
body {
  font: 0.75em Verdana, Tahoma, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #393431;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

h1  {
  font-size: 2em;
}

h2  {
  font-size: 1.5em;
}

h3  {
  font-size: 1.17em;
}

h4 {
  font-size: 1.0em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

img {
  display: block;
}

input {
  font-size: 100%;
}

/**********************
## 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 ##
***********************/

.theme #mainColumn,
.frontpage #mainColumn {
  width: 769px;
  border-left: 0px;
  padding-top: 20px;
}

.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 {
  float: left;
  width: 550px;
  padding: 0px;
}

.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;
}

/********************
## Framework style ##
********************/
#wrapper {
  width: 985px;
  margin: 0 auto;
}

#header {
  background: #cc0001;
  height: 44px;
}

#headerContent {
  width: 985px;
  margin: 0 auto;
  position: relative;
}

#headerContent .logo {
  position: absolute;
  top: 15px;
  float: left;
  z-index: 10;
}

#headerContent .title{
  position: absolute;
  top: 45px;
  margin-left: 68px;
  font-weight: bold;
  font-size: 1.5em;
  color: #CC0001;
}

#headerContent .title.medlemsnett {
  color: #0f0352;
  text-transform: capitalize;
}

#headerContent #searchForm {
  float: right;
  margin-top: 9px;
  width: 203px;
}

#searchForm .query {
  border: 1px solid #403a36;
  color: #403a36;
  font-size: 0.92em;
  padding: 3px;
  margin-right: 5px;
  width: 157px;
}

#breadcrumbs {
  clear: both;
  color: #a1a1a1;
  padding-top: 10px;
}

#breadcrumbs a.active {
  color: #393431;
}

#main {
  clear: both;

}

#leftColumn {
  float: left;
  width: 173px;
  border-top: 1px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-style: solid;
  border-color: #dcdcdc;
}

#mainColumn {
  float: left;
  width: 596px;
  margin-bottom: 20px;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 0px;
  border-left: 1px;
  border-style: solid;
  border-color: #dcdcdc;
  min-height: 400px;
}

#rightColumn {
  float: right;
  width: 203px;
}

#content {
  padding: 0 10px; 0px 15px;
}

#footer {
  border-top: 1px solid #e5e4db;
  padding-top: 5px;
  line-height: 20px;
}

/* TODO: add styles for idium footer and customer footer */

/*****************
## IDIUM FOOTER ##
*****************/

#idium_logo {
  width: 985px;
}

#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 {
  font-size: 1.17em;
  float: right;
  margin-top: 5px;
  margin-right: 30px;
  color: #403a36;
  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 .odd {
}

#content .even {
}

#content .summary,
#content .article {
  padding: 20px 0;
}

#content .summary,
#content .article {
  padding: 20px 0;
}

#content .summary h1 a,
#content .summary h2 a {
  color: #000000;
  text-decoration: none;
}

#content .summary .text {
  line-height: 1.5em;
}

#content .article .text {
  font-weight: bold;
  font-size: 1.17em; /*1.33em*/
  /*line-height: 1.25em;*/
}

#content .article .article-content {
  line-height: 1.50em;
}

#content .summary .summaryImage,
#content .article .summaryImage {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

/*******************
## 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 15px;
  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: 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%;
}