/*
## layout.css - Contains style for page layout
*/

#simpleBasket .content {
  margin: 0 0 15px 6px;
  padding: 19px 0 19px 35px;
  height: 31px;
  background: url(cartIcon.gif) left center no-repeat;
}

/* 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;
}

a.readmore,
#content .article-content a {
  text-decoration: underline;
  color: #0000ff;
}

a {
  color: #993366;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


img, fieldset {
  border: 0;
}

ul, ol {
  padding-left: 20px;
}

body {
  font: 0.69em Verdana, Arial, Helvetica;
  background: #f0efd9 url("filestore/bg.gif") top center no-repeat;
  color: #3e3213;
}

h1, h2, h3, h4, h5 {
  font-size: 1em;
}

h1,
h2,
h4,
h5,
h6 {
  font-size: 1.09em; 
}

h2 {
  color: #993366;
}

h3 { 
  font-size: 0.91em; 
  color: #663300;
  font-weight: bold;
}

img {
  display: block;
}

input,
textarea {
  font-size: 1.0em;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: 30px auto 0;
  width: 710px;
  border: 1px solid #b6aa98;
  background: #fff;
  padding: 13px;
}

#header {
  background-color: #e5e2c3;
  height: 55px;
  padding-left: 92px;
}

#header .logo {
  margin-top: 7px;
  float: left;
}

#linebreaker {
  height: 16px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f0efd9;
}

#main {
  background: transparent url("filestore/puro_bg.gif") top left repeat-y;
}

#leftColumn {
  width: 132px;
  float: left;
  padding: 4px;
  padding-bottom: 180px;
  font-size: 0.82em;
  font-weight: bold;
  background-color: #F0EFD9;
  text-align: right;
}

#mainColumn {
  float: right;
  padding-left: 3px;
  width: 567px;
  background-color: #F5F9FC;
}

#content {
  padding: 10px;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
#content .summary,
#content .article {
  margin-bottom: 15px;
}

#content .summary .text {
  margin-bottom: 0px;
}

#content .article .text {
  font-weight: bold;
}

/* 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%;
}

/*****************
##    FOOTER    ##
*****************/

#footer {
  background-color: #3E3213;
  color: #fff;
  width: 568px;
  margin: 0 auto;
  padding-left: 140px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.82em;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer p {
  margin: 0px;
}

/*************
## 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 */