/*
## 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;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #0D426C;
}

a:hover {
  text-decoration: underline;
}

a.readmore,
a.externalLink {
  margin-bottom: 12px;
  text-decoration: underline;
}

a:hover.readmore,
a:hover.externalLink {
  text-decoration: none;
}


a.readmore,
a.internalLink {
  margin-bottom: 12px;
  text-decoration: underline;
}

a:hover.readmore,
a:hover.internalLink {
  text-decoration: none;
}

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: #E4E4E4;
  color: #35342c;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}
h1  {
  font-size: 2em;
}

h1.title {
  font-size: 130%;
}

h2 {
  font-size: 140%;
}

img {
  display: block;
}

input {
  font-size: 100%;
}

/********************
## Framework style ##
********************/

#wrapper {
  /*width: 100%;*/
  background: transparent url(newHeader.gif) repeat-x 0 0;
  width: 100%;
}

#header {
  height: 145px;
  margin: 0 auto;
  width: 960px;
  position: relative;
}

.socialMedia li{
  list-style-type:none;
  float:left;
  margin-right:5px;
}

.socialMedia{
  position:absolute;
  top:100px;
  left:855px;

}

#KMlogo{
  display: inline;
  float: left;
  padding-top: 10px;
  text-decoration: none;
}

.KMheading{
  float:left;
  padding-top:20px;
  color:#fff;
  font-family:Trebuchet MS, Arial, sans-serif;

}

#RAlogo {
  display: inline;
  float: left;
  padding-top: 20px;
  text-decoration: none;
}

#RAlogo img, #KMlogo img {
  float: left;
  display: inline;
  padding-right: 20px;
}

#header h1 a {
  float: left;
  display: inline;
  font-family: Georgia, Serif;
  font-size: 160%;
  color: #ebb200;
  line-height: 60px;
}

#RAlogo {
  display: inline;
  float: left;
  padding-top: 20px;
  text-decoration: none;
}

#logo img {
  float: left;
  display: inline;
  padding-right: 20px;
}

#logo span {
  float: left;
  display: inline;
  font-family: Georgia, Serif;
  font-size: 350%;
  color: #FFF;
  line-height: 60px;
}

#backToRa {
  float: right;
  position: relative;
  padding-top: 20px;
  font-size: 108%;
  color: #FFF;
  font-weight: bold;
  
}

#breadcrumbs {
  padding: 0 0 15px 10px;
  margin-bottom: 15px;
}

.breadcrumbs {
  float: left;
}

.prints {
  float: right;
}

.breadcrumbs, .breadcrumbs a {
  color: #93120C;
}

.breadcrumbs a.active {
  color: #93120C;
}

#main {
  border-bottom: 5px solid #EBB200;
  background-color: #FFF;
}

#mainWrapper {
  margin: 0 auto;
  padding: 10px 0;
  width: 960px;
}

#searchForm {
  position: absolute;
  right: 0px;
  top: 60px;
  width: 240px;
  height: 25px;
}

#searchForm input {
  float:right;
  font-size:100%;
  height: 16px;
  padding: 4px;
  width:175px;
  border: 0px;
  display: 
}

#searchForm .button,
.productSearch .button,
.shoppingbasket .button {
  float: right;
  background-color: #b1b1b1;
  font-size: 100%;
  height: 24px;
  margin-left: 3px;
  padding: 0;
  width: 46px;
  border: 0px;
  color: #fff;
}

.shoppingbasket .button {
  width: auto;
}

#searchForm label {
  display: none;
}

.paginator {
  padding-top: 10px;
  padding-bottom: 20px;
}
.results .paginator {
  clear:left;
}

.prev {
  padding-right: 15px;
}

 #content h2.searchResult {
  margin-bottom: 2px;
}

.search_result p span {
  float: left;
  margin-right: 4px;
}

.search_result p {
  position: relative;
  width: 550px;
  clear: both;
  padding-top: 7px;
}

.search_result p span a {
  text-decoration: none;
}
  
.eventresult  {
  clear:left;
  padding:7px 0;
}

.eventResultDescription {
  clear:left;
}

.pages span {
  padding-right: 5px;
}

#instructions {
  background-color: #e4e4e4;
  padding: 10px;
  margin-bottom: 20px;
}

.queryString span {
  font-weight: bold;
}

#leftColumn {
  float: left;
 /* display: inline;*/
  width: 190px;
  padding-right: 25px;
  clear: left;
}

#mainColumn {
  float: left;
 /* display: inline;*/
  width: 500px;
}

#rightColumn {
  float: right;
  /*display: inline;*/
  width: 220px;
  padding-left: 25px;
}
/* FIX ie6 bug */
* html #rightColumn {
  width:209px;
}

#content {
  padding: 0 10px 0 15px;
}

#footer {
  margin: 0 auto;
  padding: 10px 0;
  width: 963px;
  line-height: 16px;
  clear:both;
}

.contactDetails {
  width: 625px;
  float: left;
  margin-bottom: 20px;
}

.footerRight {
  float: right;
  width: 295px;
}

#newsletter h3 {
  font-size: 115%;
  color: #35342c;
  margin-bottom: 5px;
}

input.text {
  color: #35342c;
}

#newsletter input {
  border: 1px solid #35342c;
  font-size: 100%;
  height: 19px;
  margin: 3px 0;
  padding: 4px 2px 0;
  width: 200px;
  background-color: #fff;
  float: left;
}

#newsletter .submit {
  background-color: #35342c;
  border: none;
  color: #fff;
  font-size: 100%;
  height: 25px;
  padding: 0;
  width: 88px;
  float: right;
}

.rss {
  height: 60px;
  margin-top:5px;
  padding: 10px 0;
}

.feed {
  margin-left: 3px;
  padding: 10px 0 10px 33px;
  background: url("feed-icon-28x28.png") no-repeat 0 50%;
}

#share {
  background-color: #fff;
  border-top: 1px solid #34342C;
  border-bottom: 1px solid #34342C;
  padding: 7px;
  margin: 15px 0;
}
#share h3 {
  float: left;
  width: 120px;
}

#tipsForm h3 {
  font-size: 140%;
  margin-bottom: 10px;
}

#share .shareLine {
  width: 40px;
  float: left;
  margin-left: 2px;
}

#share .shareLineFirst {
  margin-left: 0px;
  width: 40px;
  float: left;
}

#share .shareLine a,
#share .shareLineFirst a {
  display: block;
  text-align: center;
}

#share .shareLine a img,
#share .shareLineFirst a img {
  padding-left: 23px;
}

#share .shareLine a span,
#share .shareLineFirst a span {
  text-align: center;
  display: block;
}

#tipsForm {
  background-color: #f4f4f4;
  padding: 10px;
  margin-bottom: 10px;
  position:relative;
  z-index:999;
}

#tipsForm input.button {
  margin-top: 0px;
}  

#tipsForm .col label {
  width: 140px;
  margin-bottom: 15px;
  display: inline-block;
}

#objectResponse,
#askUsResponse {
  color: #d60000;
  font-weight: bold;
  margin-bottom: 3px;
}

/******************
## SIZE SELECTOR ##
******************/

#sizeSelector {
  font-size: 1.50em;
  margin-right: 30px;
  position: absolute;
  width: 80px;
  color: #fff;
  text-align: right;
  top: 51px;
  left: 640px;
}

#sizeSelectorASK {
  font-size: 1.50em;
  margin-right: 30px;
  position: absolute;
  width: 80px;
  color: #fff;
  text-align: right;
  top: 20px;
  left: 910px;
}


#sizeSelector span, #sizeSelectorASK span  {
  cursor: pointer;
  padding-right: 5px;
}

#sizeSelector #small, #sizeSelectorASK #small  {
  font-size: 1.0em;
}

#sizeSelector #medium, #sizeSelectorASK #medium {
  font-size: 1.33em;
}

#sizeSelector #large, #sizeSelectorASK #large  {
  font-size: 1.5em;
}
  

/*****************
## RIGHT COL ##
*****************/

#rightColumn #partners {
}

#relations {
  background: url(rightColBackground.jpg) top left no-repeat;
}

#relations .relation {
  padding: 17px 0;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 10px;
}

#relations .relation h3 {
  font-size: 130%;
  margin-bottom: 8px;
}

#relations .relation h4 {
  font-size: 110%;
  margin-top: 8px;
  padding: 0 0 4px 0;
}

/*****************
## FRONT PAGE ##
*****************/

#row2 {
  margin-top: 15px;
}

#quickLinks {
  margin-top: 15px;
}

#quickLink {
  float: left;
  width: 205px;
  margin-right: 20px;
  background: url(greyFadeShort.jpg) left top no-repeat;
  padding: 10px;
}

.quickLink {
  float: left;
  width: 205px;
  margin-right: 20px;
  background: url(greyFadeShort.jpg) left top no-repeat;
  padding: 10px;
}

.quickLink h3,
.lastQuickLink h3 {
  font-size: 130%;
  margin-bottom: 3px;
}

.lastQuickLink {
  float: left;
  width: 205px;
  background: url(greyFadeShort.jpg) left top no-repeat;
  margin-right: 0px;
  padding: 10px;
}

.quickLink p,
.lastQuickLink p {
  margin-bottom: 3px;
}

.quickLink form select {
  margin-top: 5px;
}

#intro {
  float: left;
  width: 465px;
  margin-right: 25px;
  margin-bottom: 15px;
}

#intro img {
  margin-bottom: 15px;
}

#intro .article-content p {
  font-size: 125%;
  margin: 3px;
}

#intro .article-content p a {
  font-size: 80%;
}

#theme {
  float: left;
  width: 222px;
  margin-right: 20px;
}

#theme img {
  margin: 5px 0 10px;
}

#theme h3 {
  font-size: 125%;
  margin-bottom: 3px;
}

#theme p.text {
  margin-bottom: 3px;
}

#frontpageNews {
  width: 960px;
  border-top: 5px solid #ebb200;
  padding: 20px 0;
  clear: both;
}

#frontpageNews img {
  float: left;
  margin-right: 20px;
  width: 227px;
}

.firstArticle {
  float: left;
  width: 470px;
  margin: 0;
}

.firstNews {
  float: left;
  width: 220px;
}

.frontpageNews {
  margin-left: 25px;
  float: left;
  width: 220px;
}

.moreNewsLink {
  margin: 15px 5px;
  clear: both;
} 

.moreNewsLink a {
  float: right;
}


/******************
## 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 {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 12px;
}

#content .odd {
  float: left;
  width: 278px;
}

#content .even {
  float: right;
  width: 277px;
}

#content .summary,
#content .article {
  padding: 0;
  line-height: 16px;
}

#content .summary h1,
#content .summary h2,
#content .article h1,
#content .article h2 {
  font-size: 150%;
  margin-bottom: 12px;
  line-height: 130%;
}

#content .summary .summaryImage {
  float: left;
  margin: 2px 10px 12px 0;
}

#content .article p.text {
  font-weight: bold;
}

p.text {
  margin-top: 2px;
}

#content .date,
#content .date-published {
  line-height: 30px;
  color: #989898;
  display: block;
}

#content .search_result .date {
  line-height: normal;
  display: inline;
}

.date {
  color: #989898;
  display: block;
}


/* TODO: get latest css from standardmaler.no, and add style to own stylesheet */
/*************************
## OBJECT COMMENTS VIEW ##
*************************/
div#comments {
   padding: 20px 0;
}

div.comment {
  margin-bottom: 20px;
  padding-left: 30px;
  background: url(speech.gif) top left no-repeat;
}

div#comments h3,
#askUsForm h3 {
  font-size: 140%;
  margin-bottom: 2px;
}

div#comments ul#comments {
  margin-bottom: 40px;
  padding-left: 0px;
}

div#comments li.comment {
  list-style-type: none;
  background: url(speech.gif) top left no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
}

div#comments li.comment p {
  margin-bottom: 5px;
}

div#comments textarea#comment {
  width: 335px;
  padding: 5px;
  margin-bottom: 15px;
  display: block;
  border: 1px solid #34342c;
}

#askUsForm {
  width: 335px;
}

#askUsForm textarea {
  width: 327px;
  padding: 3px;
  margin-bottom: 15px;
  display: block;
  border: 1px solid #34342c;
}

div#comments input#signature,
#askUsForm input.default {
  width: 250px;
  padding: 3px;
  border: 1px solid #34342c;
  display: block;
}

#askUsForm fieldset input.default {
  width: 327px;
}

#askUsForm input.default {
  margin-bottom: 15px;
}

div#comments input.button,
#tipsForm input.button,
#askUsForm input.button {
  clear: both;
  float: right;
  width: 68px;
  background: url(skrivButton.gif) right no-repeat;
  height: 30px;
  padding: 4px 5px;
  font-size: 120%;
  text-align: center;
  border: none;
  margin-top: 15px;
}

/*************
## WEBSHOP ##
*************/

.productSearch {
  padding: 10px;
}

.productSearch input {
  float:left;
  font-size:100%;
  height: 20px;
  padding: 2px;
  width:140px;
  border: none;
}

/*************
## 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 */

/* ************ */
/* IDIUM FOOTER*/
/* ************ */
.idium {
  clear:both;
  position:relative;
}
.idium a {
  display:block;
}
.idium a:hover {
  text-decoration:none;
}
.idium a *{
  position:absolute;
}
.idium a span {
  top:5px;
  left:80px;
  font-size:90%;
  color:#444;
}


/* **************** */
/* COMMENTS ARCHIVE */
/* **************** */

#commentsArchive .nav li,
#commentsArchive .paginator .prev,
#commentsArchive .paginator .next {
  float:left;
}

#commentsArchive .paginator .next {
  padding-left:15px;
}

#commentsArchive .pages li {
  padding:0 2px;
}

#commentsArchive .paginator {
  padding-bottom:30px;
}

.loading {
  height:100px;
  background-image:url(ajax-loader.gif);
  background-position:center center;
  background-repeat:no-repeat;
}

.commentRss img {
  float:left;
  margin-bottom:10px;
  margin-right:5px;
}

#leftColumn .menuContent .commentRss a {
  background:none;
  line-height:14px;
}

body.http404 {
  background: #ffffff url(newHeader.gif) repeat-x 0 0;
  text-align: center;
  width:100%;
}

body.http404 #wrapper2 {
  width: 530px;
}

body.http404 .article {
  width: 530px;
  padding-top:40px;
}

.http404 #wrapper2 h1 {
  padding:55px 0 0;
  text-align: left;
}

.http404 #wrapper2 h1 a{
  color:#EBB200;
  font-family:Georgia,Serif;
  font-size:30px;
  margin-bottom: 10px;
  padding-top:90px;
  display: inline;
}

.http404 #wrapper2 h1 a img {
  display:inline;
} 

.http404 .article h2 {
  font-family:Georgia,Serif;
  font-size:26px;
  margin-bottom:20px;
  text-align: left;
}

.http404 .article p {
  margin-bottom: 25px;
  line-height: 1.5em;
  text-align: left;
}

p.footer_404 {
  border-top: 1px solid #a4a4a4;
  padding-top: 10px;
}