/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
/*
body, dl, dt, dd, ul, ol li h1, h2, h3, h4, h5, pre, input, p, blockquote, th, td {
   margin: 0;
   padding: 0;
}
*/
 
* { 
  margin: 0;
  padding: 0;
}

img, fieldset {
  border:0;
}

p, h1, h2, h3, h4, h5 {
  margin-bottom:12px;
}

a {
  text-decoration: none;
  color:#686F68;
}

a:hover {
  text-decoration: underline;
  color: #4D317E;
}

ul, ol {
  padding-left:20px;
}

/** 62.5% sets medium size to 13px in standard browsers **/
body {
  font:62.5% Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #DBDCD4;
}

img {
  display:block;
}

input {
  font-size:100%;
}

/*
## 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 */

/*
## Framework style
*/
#wrapper {
  margin: 0 auto;
  width: 884px;
  background: #FFF;
  border: 8px solid #fff;
}

#header {
  margin-bottom: 8px;
  height:110px;
  position: relative;
}

#header img {
  margin:-1 !important;
  margin-bottom: -3px;
}

a#tofront img {
  border:0px solid #000;
  width:150px;
  height:60px;
  position:relative;
  left: 10px;
  top: 10px;
}

a#lang img {
  border:0px solid #000;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#searchForm {
  float: right;
  width: 160px;
  height: 17px;
  padding: 3px 3px 0;
  /*background:#C00000;*/
  background:#C1C2BC;
  text-align: right;
}

#searchForm .query {
  width: 130px;
  height: 14px;
  border: 0;
  margin-right: 5px;
}

#searchForm a {
  color: #fff;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: bold;
}

#searchForm a:hover {
  color: #fff;
  text-decoration: none;
}

#utils {
  clear: both;
  margin-top: 35px;
  margin-bottom: 5px;

}

#breadcrumbs {
  color: #A1A1A1;
  float: left;
  width: 50%;
}

#breadcrumbs a {
  color: #A1A1A1;
}

#breadcrumbs a.active {
  color: #444444;
}

#main {}

#leftColumn {
  float: left;
  width:165px;
  margin-right: 16px;
  border-top: 10px solid #F7CECE
}

#midColumn {
  float: right;
  width: 703px;
  background:#FFFFFF;
  border-top: 10px solid #F7CECE;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
#content .summary,
#content .article {
  padding: 6px 0;
}

#content .summary h1,
#content .summary h2 {
  font-size: 120%;
}

#content .summary .text,
#content .article .text {
  font-size: 90%;
}

#content .article .text {
  font-weight: bold;
}

#content .article h1 {
  font-size: 120%;
}

#content .article h2 {
  font-size: 110%;
}

#content .article h3 {
  font-size: 100%;
}

#content .article h4 {
  font-size: 90%;
}

#content .article h5 {
  font-size: 80%;
}

/**
## Idium
**/
div.idium {
  margin: 10px auto 0;
  width: 900px;
}
div.idium div.center {
  margin:0px auto;
  text-align:center;
  width:150px;
}
div.idium, div.idium a {
  font-family:'Century Gothic', verdana, geneva, arial, helvetica, sans-serif;
  font-size: 100%;
  color:#898989;
  text-decoration:none;
  text-transform: uppercase;
  overflow:hidden;
}
.idium span {
  font-size:1.18em;
  color:#000;
  padding: 0 0 0 6px;
  line-height: 2.1em;
  font-family: 'Century Gothic', Verdana, Arial, helvetica, sans-serif;
  font-weight: bold;
  word-spacing: 3px;
  text-transform:lowercase;
}
.idium img {
  float:left;
/*  width:25px;
  height:25px; */
  display:block;
}

/*
## search results 
*/

#content .totalHits {
  margin-bottom: 6px;
}

#content .paginator {
  padding: 4px;
/*  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; */
  text-align: center;
}

#content .paginator .pagelinks {
  padding: 0 5px;
  display: inline;
}

#content .paginator .pagelinks span {
  padding: 3px;
  margin: 0 3px;
}

#imgholder {
  margin-bottom: 25px;
}

.mfglogo {
  position: absolute;
  right: 45px;
  top: 10px;
}
