#random .rightColumnBox a.title {
  padding: 6px;
  display: block;
  font-weight: bold;
}

#random .rightColumnBox img {
  padding: 0 6px;
  display: block;
}

#fpBoxes {
  margin-top: 20px;
}

#fpBoxes .fpBox {
  width: 223px;
  height: 65px;
  float: left;
  display: block;
  margin-right: 22px;
  overflow: hidden;
  cursor: default;
}

#fpBoxes .fpBox.last {
  margin-right: 0;
  margin-left: 2px;
}

#fpBoxes .fpBox h3 {
  color: #fff;
  font-size: 108%;
  font-weight: bold;
  padding: 7px 10px 5px;
}

#fpBoxes .fpBox p a {
  color: #fff;
  font-size: 90%;
  padding: 0 10px 0 16px;
  margin: 0 10px;
  background: transparent url(../GFX/boxArrow.png) scroll no-repeat left 2px;
  display: block;
}


/*
## 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: #012C41;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% Verdana, Tahoma, Arial, Helvetica, sans-serif;
  background: url(../GFX/dottyBackground.gif) top center repeat-y;
  color: #494949;
  line-height: 1.3em; 
}

iframe {
overflow-x: hidden;
overflow-y: hidden;
} 


h1, h2, h3, h4, h5 {
  font-weight: normal;
}

h1, h2 {
  font: 150% Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.article-content h1 {
  font: 140% Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.article-content h2 {
  font: 120% Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.article-content h3 {
  font: 110% Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.article-content h4 {
  font: 110% Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h2.listItem {
  font-size: 125%;
}

img {
  display: block;
}

input {
  font-size: 100%;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: 10px auto;
  width: 960px;
  border: 0px solid #fff;
  background: #fff;
  padding: 2px 10px;
}

#header {
  height: 145px;
}

.logo {
  float: left;
  padding-top: 20px;
}

.languageSelector {
  float: right;
  padding-top: 10px;
  width: 100px;
}

.languageSelector img {
  float: right;
  padding-left: 9px;
}

.languageSelector span {
  float: right;
  text-transform: uppercase;
  font-size: 91%;
  color: #787060;
}
  
#searchForm {
  padding: 2px 0px;
  float: right;
}

#searchForm .button {
  font-size: 91%;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  float: right;
  background: url(../GFX/menuArrowPinkHover.gif) top left no-repeat;
  border: none;
  width: 60px;
  height: 18px;
  text-indent: 17px;
}

#searchForm .query {
  width: 144px;
  float: left;
  border: 0;
  padding: 2px;
  margin: 1px 0;
}

#breadcrumbs {
  float: left;
  color: #a1a1a1;
}

#breadcrumbs a {
  color: #a1a1a1;
}

#breadcrumbs a.active {
  color: #444;
}

#main {
  margin-top: 20px;
}

#leftColumn {
  float: left;
  width: 220px;
  padding-right: 20px;
}

.infoBox {
  background-color: #b7c8cf;
  color: #012c41;
  font-style: italic;
  font-size: 91%;
  padding: 10px;
  margin: 15px 0;
}

#mainColumn {
  float: left;
  width: 490px;
  padding-right: 19px;
}

.separator {
  margin: 18px 0;
}

.date {
  font-weight: bold;
  font-size: 110%;
}

.datePublished {
  color: #b7c8cf;
  text-align: right;
}

p.readmore {
  text-align: right;
}

a.readmore {
  color: #e90268;
}

#rightColumn {
  float: right;
  width: 210px;
}

.rightColumnBox {
  border: 1px solid #012c41;
  margin-bottom: 10px;
}

.rightColumnBox h3,
.rightColumnBox h3 a {
  background-color: #012c41;
  color: #fff;
  font-size: 95%;
  font-weight: bold;
  padding: 4px 6px;
}


.rightColumnBox p {
  font-size: 95%;
  margin-bottom: 0px;
  padding: 4px 8px;
  clear: both;
}

.rightColumnBox img {
  padding: 4px 8px;
}

.rightColumnBox p.calendar {
  font-size: 95%;
  margin-bottom: 0px;
  padding: 4px 8px 0px 8px;
}

.rightColumnBox p.calendarDate {
  color: #b7c8cf;
  font-weight: normal;
  margin-top: 0px;
  font-size: 100%;
  padding: 0px 8px;
  font-size: 95%;
  margin-bottom: 8px;

}

/* CALENDAR */

.activityAttributes {
  margin-bottom: 12px;
}

.activityAttributes dt {
  float: left;
  line-height: 20px;
  width: 80px;
  font-weight: bold;
}

.activityAttributes dd {
  line-height: 20px;
}

#activities h2 {
  margin: 0;
  font-size: 100%;
}

#activities {
  width: 100%;
}

#activities td,
#activities th {
  padding: 5px;
  text-align: center;
}

#activities th {
  font-size: 91%;
  text-transform: uppercase;
}

#activities td.date {
  text-align: left;
  font-weight: normal;
}

#activities td.title,
#activities th.title {
  text-align: left;
}

#activities td.time {
  width: 40px;
}

#activities th {
  background-color: #E90268;
  color: #FFF;
}

#activities .mod td {
  background-color: #EEE;
}

.subscribe {
  margin-bottom: 10px;
}

#newsletter {
  background-color: #b7c8cf;
  padding: 8px 10px 6px 8px;
}

#newsletter h3 {
  font-weight: bold;
  font-size: 95%;
  color: #012c41;
}

#newsletterForm input {
  width: 185px;
  border: 1px solid #012c41;
  color: #b7c8cf;
  padding: 3px;
  margin-top: 5px;
}

#newsletter input.submit {
  float: right;
  color: #012c41;
  background: none;
  border: none;
  width: 55px;
  display: inline;
}

#content .profiles {
  padding-left: 15px;
  margin-top: 15px;
}

#content .profiles p {
  margin-bottom: 6px;
}

#content .profiles img {
  margin-top: 15px;
}


#footer {
  width: 945px;
  background-color: #e90268;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #fff;
  padding: 4px 8px;
  font-size: 91%;
} 

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.tipAFriend {
  text-align: right;
  margin-bottom: 10px;
}

code {
  font-size: 125%;
}

.totalHits, .paginator {
  margin-bottom: 15px;
}

.paginator span {
  padding-right: 5px;
}

.paginator span.prev {
  padding-right: 10px;
}

.paginator span.next {
  padding-right: 30px;
}

/* 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 {
  padding: 0 0;
}

#content .summary h1,
#content .summary h2 {
  font-size: 150%;
}

#content h1 a.title,
#content h2 a.title {
  color: #444;
}

#content .article .text {
  font-size: 125%;
  line-height: 1.4em;
}

.summaryImage {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px
}

p.text {

}

/* 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 */

#instructions {
  background: #f9f9f9;
  padding: 5px 10px;
}