/*
## 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,
#content .article-content {
  margin-bottom: 5px;
  line-height: 150%;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #007fc4;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% Verdana, Arial, Helvetica, sans-serif;
  color: #606060;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 100%;
}



img {
  display: block;
}

input {
  font-size: 100%;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: 10px auto;
  width: 960px;
  border: 2px solid #007fc4;
  background: #fff;
}

#header {
  height: 150px;
}

#logo {
  float: left;
  margin: 25px 5px 5px 20px;
}

*html #logo {
  float: left;
  margin-left: 10px;
}

#searchForm {
  float: right;
  padding: 4px 15px;  
}

*html #searchForm {
  padding: 4px 10px;  
  width: 235px;
}

#searchForm label {
  font-size: 117%;
  margin-right: 8px;
}

#searchForm .query {
  width: 175px;
  border: 1px solid #606060;
  padding: 4px 2px;
  margin-right: 5px;
  float: left;
}

#searchForm .button {
  float: left;
  text-transform: uppercase;
  color: #fff;
  border: 0px;
  padding: 4px 2px;
  width: 45px;  
  background: url(../GFX/search-bg.jpg) top left no-repeat;
}

#breadcrumbs {
  color: #35342c;
  padding: 10px 20px;
}

#breadcrumbs a {
}

#breadcrumbs a.active {
  font-weight: bold;
}

#main {
  padding-bottom: 20px;
}

#leftColumn {
  float: left;
  width: 250px;
}

#mainColumn {
}

#mainColumnMenu {
  float: right;
  width: 700px;
}

#content {
  padding: 0 20px 0 20px;
}

#sectionTitle {
  color: #35342c;
  font-size: 170%;
  padding: 10px 0px 0px 20px;
}

#footer {
  color: #606060;
  padding: 10px 20px 20px 20px;
  border-top: 1px solid #9c9c9c;
  background: url(../GFX/footer-bg.gif) top left repeat-x;
}

#footerContent {
  margin-right: 200px;
}

/* 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 .summary,
#content .article {
  border-bottom: 1px solid #f0f0f0;
}

#content .odd {
}

#content .even {
}

.summary img {
  float: left;
  padding-right: 10px;
  padding-top: 5px;
}

#content .summary,
#content .article {
  padding: 10px 0px 20px 0px;
}

#content .summary h1,
#content .summary h2 {
  font-size: 150%;
}

#content .article .text,
#content .detailed .shortDescription,
#content #description .text {
  font-size: 125%;
}

/* 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%;
}

#navUtils li #aboutUs {
  color: #606060;
  float: right;
  margin-right: 10px;
  padding: 0px 35px 0px 0px;
  background: url(../GFX/englishflag.gif) center right no-repeat;
}

#addtech {
  float: right;  
  line-height: 130%;
  width: 135px;
}

#addtech img {
  padding-bottom: 3px;
}

/***************
## IDIUM LOGO ##
***************/

#idium {
  padding: 0px 0px 10px 0px;
  margin: 0px auto;
  width: 960px;
}

#idium div.idium {
  width: 140px;
}

#idium a {
  font-family: 'Century Gothic', verdana, geneva, arial, helvetica, sans-serif;
  font-size: 9px;
  color: #898989;
  text-decoration: none;
  text-transform: uppercase;
}

#idium a:hover {
  font-family: 'Century Gothic', verdana, geneva, arial, helvetica, sans-serif;
  font-size: 9px;
  color: #898989;
  text-decoration: none;
  text-transform: uppercase;
}

#idium span {
  font-family: 'Century Gothic', Verdana, Arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #323232;
  word-spacing: 3px;
  text-transform: lowercase;
  padding-left: 5px;
  line-height: 24px;
}

#idium img {
  border: 0px;
  width: 25px;
  height: 25px;
  float: left;
}

/*************
## 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 */

#newuser_email_error {
  color: red;
  font-weight: bold;
}
.ipsform ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ipsform li.submit {
  margin-top: 10px;
}
.ipsform .email input {
  padding: 3px 5px;
}
#content form.ipsform fieldset {
  padding-top: 15px;
}
