/*
## 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: #447096;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  padding-left: 20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background: #fff url(../GFX/bg.gif) no-repeat scroll top center;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
}

h1 { font-size: 200%; }
h2 { font-size: 167%; }
h3 { font-size: 150%; }
h4 { font-size: 116%; }

img {
  display: block;
}

input {
  font-size: 100%;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: 0 auto 15px auto;
  width: 1008px;
}

#header {
  height: 120px;
  position: relative;
}

#headerRight {
  width: 301px;
  height: 120px;
  position: absolute;
  right: 0;
  bottom: -67px;
}

#searchForm {
  width: 301;
  height: 61px;
  background: transparent url(../GFX/topRightSearch.png) no-repeat scroll top left;
  position: relative;
}

#searchForm .query {
  width: 277px;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 0 5px 3px;
  font-weight: bold;
  font-size: 90%;
}

#searchForm .button {
  width: 67px;
  height: 24px;
  position: absolute;
  bottom: 1px;
  right: 7px;
}

#instructions {
  display: none;
  margin: 5px 0 5px 10px;
  font-size: 90%;
}

#instructions code {
  font-size: 120%;
}

#newsletter {
  margin-top: 4px;
}

#breadcrumbs {
  color: #447096;
  font-size: 80%;
}

#breadcrumbs a {
  color: #447096;
  text-decoration: underline;
}

#breadcrumbs a.active {
  color: #444;
}

#main {
  background: transparent url(../GFX/mainColumn.png) repeat-y scroll left top;
}

#mainColumn {
  float: left;
  width: 702px;
  margin-left: 2px;
  padding-top: 10px;
  min-height: 100px;
}

#rightColumn {
  float: right;
  width: 301px;
  margin-top: 5px;
}

#rightColumnTop {
  height: 11px;
  background: transparent url(../GFX/rightColumnTop.png) no-repeat scroll top left;
}

#rightColumnMiddle {
  background: transparent url(../GFX/rightColumnMiddle.png) repeat-y scroll top left;
}

#rightColumnBottom {
  height: 11px;
  background: transparent url(../GFX/rightColumnBottom.png) no-repeat scroll top left;
}

#rightColumnContainer {
  padding: 5px 15px;
  overflow: hidden;
}

#mainColumnContainer {
  float: left;
  width: 520px;
}

#mainColumnContainerBig {
  float: left;
  width: 670px;
  margin-left: 15px;
}

#mainColumnLeft {
  float: left;
  width: 155px;
  margin-right: 10px;
}

#content {
  padding: 0;
}

#logo {
  width: 240px;
  height: 83px;
  position: absolute;
  top: 22px;
  left: 8px;
}

#logo img {
  width: 240px;
  height: 83px;
}

.smallEvent img {
  float: left;
  margin-right: 8px;
}

.smallEvent span.date {
  display: block;
  margin-bottom: 3px;
  color: #053e6f;
}

.smallEvent a {
  font-size: 110%;
  font-weight: bold;
  color: #000;
}

.calReadMore {
  margin-bottom: -13px;
  padding-bottom:15px;
}

img#leftColImg {width:155px; height:1px; visibility:hidden;}

/* TODO: add styles for customer footer */

#footer {
  height: 43px;
  padding: 0;
  margin: 0;
  background: transparent url(../GFX/footer.png) no-repeat scroll top left;
}

.footerContent {
  padding: 13px;
}

/******************
## 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: 1px solid #e5ebf0;
  margin: 10px 0;
  padding: 5px 0 5px 5px;
  position: relative;
}

#content div.readMore {
  border-top: 1px solid #d0dbe5;
  width: 100%;
  float: left;
  margin-top: 3px;
  text-align: left;
}

#content div.readMore img {
  float: right;
  border: 0;
  margin-left: 1px;
}

#content .summary div.readMore .other {
  font-weight: bold; 
  margin-top: 2px; 
  color: #231f20; 
  font-size: 90%;
}

#content .summary img {
  float: left;
  border-right: 10px solid #fff;
}

#content .summary p {
  padding-right: 5px;
}

#content .summary h1,
#content .summary h2 {
  color: #231f20;
  font-size: 200%;
}

#content .summary h1 a,
#content .summary h2 a {
  color: #231f20;
}

#content .article {
  margin: 10px 0;
}

#content .article .text {
  font-size: 110%;
  font-weight: bold;
}

#content .results {margin: 10px 0;}

.totalHits {
  padding-top: 10px;
}

/* 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%;
}

/*****************
## IDIUM FOOTER ##
*****************/

.idium {
  margin: 10px 5px;
  float: right;
}

.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;
}


/*************
## 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 */