/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
.response,
#content p,
#content h3,
#content h4,
#content h5,
#content h6,
#content dl.fileObject,
#content .image-box,
#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;
}

.totalHits {
  margin-bottom: 23px;
}

img, fieldset { border:0; }
a { color:#2b506e; text-decoration:underline; }
a:hover { text-decoration:none; }
ul, ol { list-style:none; }

body {
  font: 75% Verdana, Arial, Helvetica, sans-serif;
  background:#fff;
  color:#3a3a3a;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  margin:0 0 12px;
}

h2 { font-size:180%; }
h2.subHeading {  
  border-bottom:1px solid #8799a4;
  color:#8799a4;
  font-size:150%;
  padding:0;
  line-height:.8;
}
h3 { font-size:150%; }
h4 {  font-size: 120%; }

h2 a, h3 a, h4 a {
  color:#3a3a3a;
  text-decoration:none;
}

img { display: block; }
input { font-size:100%; }

/********************
## Framework style ##
********************/

#wrapper {
  margin: 0 auto;
  width: 960px;
  position:relative;
}

/* Header */
.header {
  position:relative;
  border:solid #8799a4;
  border-width:1px 0 0;
  padding:1px 0 0;
  margin:0 0 1px;
  height:154px;
  display:block;
  width: 960px;
  clear:both;
}



.header h1 {
  position:absolute;
  top:43px;
  left:0;
  height:69px;
  width:480px;
}

.header h1 a {
  background:url(../GFX/logo.png) no-repeat;
  height:69px;
  width:480px;
  text-indent:-9999px;
  display:block;
}

/* Breadcrumbs */

#breadcrumbs {
  padding:5px 15px;
  position:relative;
  z-index:1;
  font-size:90%;
}

#breadcrumbs a {
  text-decoration:underline;
}

#breadcrumbs a:hover {
  text-decoration:none;
}

/* Form */

.section.column form {
  width:234px;
  clear:both;
}

.section.column form input {
  border:1px solid #8799a4;
  clear:both;
  background:url(../GFX/bgInput.gif) 0 0 repeat-x;
}

.section.column form .query {
  height:22px;
  margin:0 0 5px;
  padding:2px;
  width:228px;
}

.section.column form .button {
  height:24px;
  width:100px;
  float:right;
}

.section.column form label,
form legend {
  display:none;
  visibility:hidden;
}

/* Sections: Main, Left, Right, Footer */

#main {
  margin:0 0 30px;
}

.section.main {
  width:680px;
  float:left;
}

.section.column {
  width:230px;
  float:right;
}

.footer {
  background:url(../GFX/bgGradient34px.gif) left bottom repeat-x;
  height:34px;
  line-height:34px;
  border-top:1px solid #8799a4;
  border-bottom:1px solid #b0c1d5;
  padding:0 20px;
}

/******************
## COMMON STYLES ##
******************/

.box {
  margin:0 0 23px;
}

.box h2 { font-size:120%; }

.box.externalLinks {
  border:solid #8799a4;
  border-width:1px 0;
  padding:24px 0;
}

.box.externalLinks .article-content {
  margin:0 0 0 10px;
}

.box.newsletter .article-content {
  margin:0 0 8px;
  font-size:120%;
}

.readMore,
.readmore {
  margin:0;
  text-align:right;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/

.summary img {
  margin:0 0 12px;
}

ul.date {
  font-style:italic;
  color:#666;
  margin:0 15px 15px 0;
}

dd.print img{
  float:left;
  margin-right:10px;
}

dl.articleMeta{
  margin-bottom:10px;
}

.summary .text {
  margin:0 0 12px;
}

.actuality .summary,
#content .summary {
  width:300px;
  height:140px;
}

#contentfp{
  margin-bottom:20px;
}

#contentfp img{
  float:left;
  margin-right:15px;
}

.actuality .summary.odd,
#content .summary.odd {
  float:left;
  clear:left;
  padding-bottom:20px;
}

.actuality .summary.even,
#content .summary.even {
  float:right;
  clear:right;
  padding-bottom:20px;
}

.actuality .summary h2,
#content .summary h2 {
  font-size:150%;
}

#content .search .summary,
#content .summary.top {
  margin:0 0 46px;
  width:auto;
}

#content .summary.top img { 
  float:left;
  margin:0 23px 0 0;
}

#content .summary.top {
  font-size:100%;
}


/* Article */
#content .article-content ul, ol {
  list-style-type: disc;
}

#content .article-content li {
  margin-left: 2em;
}

#content .article .text {
  font-size:130%;
}

#content .article {
  line-height:1.6;
}

#content .article h2 {
  font-size:220%;
}

/*************************
## 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 {
  clear:both;
  padding:20px 0;
  width: 175px;
  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 */e