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

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

/* Normalizes article content elements */
.response,
#content p,
#content h3,
#content h4,
#content h5,
#content h6,
#content dl.fileObject,
#content .image-box,
#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 { color:#ff0000; text-decoration:none; outline:none; }
a:hover { text-decoration:underline; }
ul, ol { list-style:none; }

#content .article-content ul, ol {
list-style-type:disc;
} 

body {
  font: 70% "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  background:url(beckmaskin_bg_01.jpg) repeat-x;
}

h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  margin:0 0 12px;
}

h1 {
  font-size:1.5em;
  color:#000000;
  margin:0 0 12px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-weight:normal;
}

h2 { 
  font-size:1.2em; 
}

/*h2.subHeading {  
  border-bottom:1px solid #8799a4;
  color:#8799a4;
  font-size:150%;
  padding:0;
  line-height:.8;
}*/

h3 { 
  font-size:1.1em; 
}

h4 {  
  font-size: 1.1em; 
}

h1 a, h2 a, h3 a, h4 a {
  color:#000;
  text-decoration:none;
}

img { display: block; 
      max-width: 700px;}
input { font-size:100%; }

/********************
## Framework style ##
********************/

#wrapper {
  margin: 0 auto;
  width: 960px;
  position:relative;
}

/* Header */
.header {
  height:166px;
  padding: 0;
  margin-bottom:5px;
}

.lang_nor .header h1 {
  background:url(beckmaskin2_03.png) no-repeat;
  position:absolute;
  top:51px;
  left:23px;
}

.lang_swe .header h1 {
  background:url(beckmaskin_swe.png) no-repeat;
  position:absolute;
  top:51px;
  left:23px;
}

.header h1 a {
  height:105px;
  width:190px;
  display:block;
  text-indent:-9999px;
}

#aktuelt .aktuelt{
  padding-bottom:20px;
  border-bottom: 1px solid #aaaaaa;
}

#aktuelt h1 {
  font-size:1.4em;
  color:#ff0000;
}

#aktuelt h2 {
  font-size:1.2em;
  margin-bottom:10px;
}

#aktuelt img{
  margin-bottom:15px;
}

#aktuelt .text{
  line-height:20px;
  margin-bottom:15px;
  width:200px;
}

#aktuelt .pos1{
  margin-bottom:20px;
  border-bottom: 1px solid #aaaaaa;
}

.finn_no {
  padding-bottom:20px;
  border-bottom: 1px solid #aaaaaa;
}

.finn_no img {
  margin-top: 15px;
}

#SlideShowContainer{
  margin-bottom:40px;
  position:relative;
  overflow:hidden;
}

#slideShowText {
  background:url(transparent.png) repeat;
  bottom:0;
  height:40px;
  left:0;
  padding-top:30px;
  position:absolute;
  width:100%;
  z-index:700;
}

#slideShowText .readmore{
  font-size:1em;

}

div.hiddentext {
  display:none;
  padding-left:30px;
  margin-top:-10px;
}

div.hiddentext a {
  font-size:20px;
}

/* Form */

.section.column form {
  width:234px;
  clear:both;
}

.section.column form input {
  border:1px solid #8799a4;
  clear:both;
  background:url() 0 0 repeat-x;
}

.section.column form .query {
  height:22px;
  margin:0 0 5px;
  padding:2px;
  width:228px;
}

.section.column form .button {
  height:24px;
  width:100px;
  float:right;
}

.section.column form label,
form legend {
  display:none;
  visibility:hidden;
}

/* Sections: Main, Left, Right, Footer */

#main {
  padding-bottom:30px;
  background-color:#FFFFFF;
}

.section.main {
  width:510px;
  float:left;
  margin-left:15px;
}

.section.main.large {
  width:700px;
  float:left;
}

.section.column {
  width:160px;
  float:left;
  margin: 0 50px 0 0;
  height: auto !important;
  height: 500px;
}

.section.frontpage {
  width:700px;
  margin-left:15px;
}

.fp_links{
  float:left;
  padding:0 15.67px 0 0;
  width: 158px;
}

div.fp_links.pos4,
div.fp_links:last-child{
  float:left;
  padding:0;
}


.fp_links h2 {
  height: 40px;
}

.fp_links h2 a{
  color:#000; 
}

.fp_links img {
  margin-bottom: 30px;
}


.section.right {
  float:right;
  width:200px;
}

.frontpage .links {
  float: right;
  width:430px;
  background:red;
}

.footer {
  line-height:22px;
  border:solid #ff0000;
  border-width:2px 0;
  padding:5px 5px;
}

.footer p {
  font-size: 0.9em;
}
/******************
## COMMON STYLES ##
******************/

.box {
  margin:0 0 23px;
}

.box h2 { 
  font-size:1.2em;
  margin-top: 15px;
}

.box.externalLinks {
  border:solid #8799a4;
  border-width:1px 0;
  padding:24px 0;
}

.box.externalLinks .article-content {
  margin:0 0 0 10px;
}

.box.newsletter .article-content {
  margin:0 0 8px;
  font-size:120%;
}

#newsletterForm input.email {
  padding: 5px;
  width: 184px;
}

#newsletterForm input.submit {
  padding: 5px;
  margin-top: 8px;
  float:right;
  width: 90px;
  background:url(navbg2_05.png) repeat-x;
  color:#FFFFFF;
}


.readMore,
.readmore {
  margin:0;
  text-align:right;
  text-decoration:none;
}

#searchForm { 
  position:absolute; 
  right:3px;
  top:175px; 
  width:180px;
  height:25px;
}

#searchForm input {
  border:1px solid #c5c2bb;
  clear:both;
  width:130px;
  padding:2px 0 2px 3px;  
}

#searchForm .button {
  width:35px;
  padding:2px 0 2px 3;
  font-weight:bold;
  color:#444;
  margin-left:5px;
  margin-right:0px;
}


/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
.summary img,
.summary .text a {
  float:left;
}


.summary img {
  margin:0 12px 12px 0;
}

ul.date {
  font-style:italic;
  color:#666;
  margin:0 0 15px;
}

.summary .text {
  margin:0 0 12px;
  width:auto;
  clear:right;
}

.summary .read-more {
  display:block;
  width:300px;
}

#content .search .summary,
#content .summary.top {
  margin:0 0 46px;
  width:auto;
}

#content .summary.top img { 
  float:left;
  margin:0 23px 0 0;
}

#content .summary.top .text { 
  line-height:20px;
}

#content .summary{
  margin-bottom:20px;

}

/* Article */

#content .article .text {
  font-size:1em;
}

#content .article {
  line-height:20px;
}

#content .article h2 {
  font-size:18px;
}

.paginator .prev{
  margin-right:10px;
}

.paginator .pages{
  padding:5px 5px 0 5px;
  margin-bottom:20px;
}

.paginator .pages span{
  padding-right:5px;

}

.print {
  padding: 5px;
  float:right;
}

/*************************
## 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%;
}

dl.articleMeta dd {
  margin:0 7px 0 7px;
  font-weight:normal;
}

dl.articleMeta dd, dl.articleMeta dt {
  float:left;
}

dl.articleMeta img {
  margin-left:20px;
}

dl.articleMeta {
 border-top:1px solid #676767;
 border-bottom:1px solid #676767;
 padding: 5px 10px;
 
}

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

.idium {
  clear:both;
  width:175px;
  float:right;
  padding:20px 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;
}

/*
## menu.css - Contains style for menu
*/
#lang_choice {
  padding:10px 0;
  position:absolute;
  top:105px;
  right:0;
}


#lang_choice li {
  float:left;
  margin:0 6px 0 0;
  padding:0 6px 0 0;
}

#navTop {
  padding:10px 0;
  position:absolute;
  top:125px;
  right:12px;
}

#navTop li {
  float:left;
  margin:0 5px 0 0;
  padding:0 5px 0 0;
  border-right:1px solid #ff0000;
}

#navTop li.last {
  border-right:none;
  padding:0;
  margin:0;
}

#navTop li a {
  color:#ff0000;
  line-height:12px;
  padding:1px 0 0;
  text-decoration:none;
  display:block;
  font-weight:bold;
}

#navTop li a:hover {
  text-decoration:underline;
}

#navTop li:hover {
  cursor:pointer;
}

/* Main */

#navMain {
  font-size: 1em;
  background:url(navbg2_05.png) repeat-x;
  height:30px;
  line-height:30px;
  margin:0 0 25px;
}

#navMain li {
  float:left;
  width:auto!important;
  width:100px;
}

#navMain a {
  display: block;
  color:#ffffff;
  padding:0 20px 0 15px;
  height:30px;
  text-decoration:none;
  width:100px;
  width:auto!important;
}

#navMain a:hover,
#navMain a.active {
  color:#000;
}

/*Sub menu style */

#navSub {
  margin:0 0 30px;
  font-size:1em;
}

#navSub li a {
  display:block;
  padding:8px 5px;
  color:#000000;
  border:solid #ccc;
  border-width:0 0 1px;
  text-decoration:none;

}

#navSub li a:hover{
  border-color:#ff0000;
  color:#ff0000;
  text-decoration:none;
}

#navSub li a.active,
#navSub li a.current{
  border-color:#ff0000;
  color:#ff0000;
  text-decoration:none;
  border-left: 2px solid #ff0000;
  margin-left:1px;
}

#navSub li a.active,
#navSub li a.current {
}

#navSub li ul {
  border:solid #004995;
  border-width:0 0 1px;
}

#navSub li ul li a {
  padding:5px 15px 5px 30px;
}

#navSub li ul li a.last {
  border:none;
}

#navSub li ul li a.active,
#navSub li ul li a.current {

}

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



/* GALLERY */
#gallery {
  padding:0;
  /*background:transparent url(bg_rpter_.png) top left repeat-y;*/
}
#galleryWrapper {
  overflow:hidden;
}
#controls-adv {
  width:100%;
  text-align:center;
  position:absolute;
  top:0px;
  z-index:1000;
}
#caption-adv {
  position:absolute;
  left:0px;
  height:50px;
  width:100%;
  bottom:0px;
  z-index:1000;
}
#galleryWrapper {
  position:relative;
}
#galleryWrapper a {
  color:#000;
}
#galleryWrapper h2 {
  color:#000;
}
#galleryContent {
  padding-bottom:15px;
}
#galleryContent h1 {
  font-size:200%;
}
#galleryContent .next{
 position:absolute;
 top:180px;
 z-index:1000;
 right:0px;
 padding:20px 0 0px 0;
}
#wrapper #galleryContent .play,#wrapper #galleryContent .pause {
 width:75px;
 margin:0px auto;
}
#galleryContent .download {
 position:absolute;
 bottom:10px;
 right:10px;
 background:#fff;
}
#galleryContent .prev{
 position:absolute;
 top:180px;
 z-index:1000;
 left:0px;
 padding:20px 0 0px 0;
}
.caption a{
  float:right;
}
.caption p {
}
.caption h2 {
  padding-bottom:5px;
}
#gallery div.content {
float:right;
width:100%;
}
#gallery {
background-color:#fff;
}
#gallery div.content a, #gallery div.navigation a {
color:#000;
text-decoration:none;
}
#gallery div.content a:focus, #gallery div.content a:hover, #gallery div.content a:active {
text-decoration:underline;
}
#galleryContent div.controls {
}
#wrapper .caption {
  text-align:center;
}
#wrapper #caption-adv h2 {
  display:none;
}
#gallery div.controls a,#caption-adv h2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
  background:#000000 none repeat scroll 0 0;
  color:white;
  display:block;
  margin:5px;
  opacity:0.5;
  padding:5px 15px;
  font-size:12px;
  font-weight:normal;
}
#gallery div.ss-controls {
  padding-top:10px;
}
#gallery div.nav-controls {
float:right;
}
#gallery div.loader {
  background-image:url(ajax-loader.gif);
  background-position:center center;
  background-repeat:no-repeat;
  height:100%;
  width:100%;
}
#gallery div.slideshow {
  width:100%;
}
.slideshow {
  text-align:center;
}
#gallery div.slideshow span.image-wrapper {
}
#gallery div.slideshow a.advance-link {
display:block;
}
#gallery div.slideshow img {
border:medium none;
display:block;
margin:0 auto;
width: 500px;

}
#gallery div.download {
float:right;
}
#gallery div.embox {
clear:both;
}
#gallery div.image-title {
font-size:1.4em;
font-weight:bold;
}
#gallery div.image-desc {
line-height:1.3em;
padding-top:12px;
}
div.navigation {
  position:relative;
  padding:0;
}
 ul.thumbs {
height:63px;
clear:both;
margin:0;
padding:0;
width:100%;
overflow:hidden;
margin-bottom:8px;
background: #dedede;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
}
ul.thumbs li {
background:url("thumbnail2.png") no-repeat scroll left top transparent;
float:right;
height:48px;
list-style:none outside none;
margin:5px 8px 5px 0;
overflow:hidden;
padding:0;
width:50px;
}

 ul.thumbs li.selected a {
   border:1px solid #999;
}

a.thumb {
border:1px solid white;
display:block;
height:39px;
margin:3px;
overflow:hidden;
width:41px;
}

 a.thumb:focus {
outline-color:;
outline-style:none;
outline-width:medium;
}
 ul.thumbs img {
display:block;
height:48px;
width:50px;
}
 div.pagination {
clear:both;
}

 div.pagination a, div.pagination span.current {
border:1px solid #e9e9e9;
background-color:#e9e9e9;
display:block;
float:left;
margin-right:5px;
padding:4px 7px 3px;
}
 div.pagination a:hover {
border:1px solid #d7d7d7;
background-color:#e9e9e9;
text-decoration:none;
}
 div.pagination span.current {
background-color:#e9e9e9;
border-color:#e9e9e9;
color:#000;
font-weight:bold;
}
 #thumbs-min ul.thumbs li {
float:none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
 #thumbs-min a.thumb {
border:medium none;
display:inline;
padding:0;
}
#thumbs-min ul.thumbs li.selected a.thumb {
  -moz-background-clip:inherit;
  -moz-background-inline-policy:inherit;
  -moz-background-origin:inherit;
  background:inherit;
  color:#eee;
  font-weight:bold;
}
div.pagination.top {
  bottom:0px;
  position:absolute;
  right:0px;
}
