/*
## 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;
}

html {
  background-color: #f2f9fa;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #0088a5;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 25px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% Verdana, Tahoma, Arial, Helvetica, sans-serif;
  background: url(../GFX/dubestemmerSwirl.gif) right bottom no-repeat;
  color: #616161;
}


h3, h4 {
  font-size: 125%;
}

#outerWrapper {
  background: url(../GFX/dubestemmerBackground.gif) top left no-repeat;
  margin: 0 auto;
  width: 1200px;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}


img {
  display: block;
}

input {
  font-size: 100%;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: -3px auto;
  width: 960px;
  border: 3px solid #0088a5;
  background: #fff;
}

#header {
  width: 1036px;
  margin: auto;
  position: relative;
}

#header img {
  float: left;
  margin-top: 30px;
} 

#topStrap {
  width: 940px;
  position: relative;
  padding: 0 10px;
  margin: 10px 0;
}


#searchForm {
  width: 210px;
  padding: 0;
  margin-bottom: 25px; 
}

#searchForm .button {
  padding: 3px 5px 4px;
  float: right;
  border: 1px solid #0088a5;
  color: #0088a5;
  background: url(../GFX/searchButtonBg.gif) left top repeat-x;
  height: 27px;
  width: 55px;
  position: relative;
}

#searchForm .query {
  width: 140px;
  border: 1px solid #0088a5;
  padding: 5px 2px;
  float: left;
  display: inline;
  color: #6a6a6a;
}

.totalHits,
.paginator {
  margin-bottom: 20px;
}

.paginator span,
.pages span {
  padding-right: 10px;
} 

#breadcrumbs {
  float: left;
  color: #a1a1a1;
  font-size: 90%;
  width: 680px;
}


#breadcrumbs a.active {
  font-weight: bold;
}


#main {}


#mainColumn {
  float: left;
  width: 435px;
  margin-right: 30px;
}

#content {
  padding: 0 10px 0 15px;
}

#rightColumn {
  float: right;
  width: 210px;
  margin-right: 10px;
}

#rightColumn a img {
  clear: both;
  margin-top: 20px;
  margin-bottom: 25px;
}

#shitHappens {
  margin: -25px 0 10px;
  border: 3px solid #0088a5;
  padding: 25px 8px 8px;
  z-index: 10;
}

#shitHappens h2 {
  font-family: Impact, "HelveticaNeue BlackCond", "Arial Black";
  font-size: 180%;
}

#shitHappens p {
  margin-bottom: 8px;
}

img.titleImage {
  margin: 20px 5px 5px;
  position: relative;
  z-index: 1000;
}
  
 
#footer {
  background-color: #0088a5;
  width: 960px;
  color: #fff;
  text-align: center;
  margin: 10px 0 10px 117px;
  padding: 5px 3px;
  font-size: 87%;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

.footerContent {
  padding: 3px;
}


#footer a:hover {
  text-decoration: none;
}

/******************
##   FRONT PAGE   ##
******************/

#frontpageMainColumn {
  width: 700px;
  float: left;
  }

#topImages {
  margin-bottom: 30px;
}

img.frontpageImageLeft {
  float: left;
  width: 320px;
  margin-left: 10px;
}

img.frontpageImageRight {
  float: right;
  width: 320px;
  margin-left: 40px;
}

/******************
##   VIDEOLIST   ##
******************/

ul.videoList {
  border: 1px solid #ddd;
  padding: 1px 15px 13px;
  width: 100%;
}

ul.videoList li {
  background: url(../GFX/clipper.gif) left no-repeat;
  padding-top: 15px;
  list-style-type: none;
  padding-left: 35px;
}


#flashVideo, #video {
  margin: 15px 0;
}

  
/******************
## SIZE SELECTOR ##
******************/

#sizeSelector {
  font-size: 1.17em;
  float: right;
  width: 200px;
  color: #0088a5;
  text-align: right;
}

#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;
}

/* TODO: add styles for idium footer and customer footer */

/******************
## 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 .summaryImage {
  float: left;
  margin-right: 10px;
  width: 200px;
}

#content .summaryContent {
  float: left;
  width: 200px;
}

#content .summary,
#content .article {
  padding-bottom: 20px;
}

#content .summary h1 {
  font-size: 200%;
  font-family: Impact, "HelveticaNeue BlackCond";
}

#content .article h1 {
  font-size: 300%;
  font-family: Impact, "HelveticaNeue BlackCond";
}

#content .summary h2 {
  font-size: 200%;
  font-family: Impact, "HelveticaNeue BlackCond";
}

#content .article .text {
  font-size: 125%;
}

#content .article h2, h3, h4, h5 {
  margin-bottom: 3px;
  margin-top: 12px;
}

#content .summary img {
  float: left;
  margin: 0 15px 15px 0;
}


.date {
  margin-bottom: 10px;
  color: #a6a6a6;
}

/* TODO: get latest css from standardmaler.no, and add style to own stylesheet */
/*************************
## 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%;
}

/*************
## 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 */