/*
## layout.css - Contains style for page layout
*/

* { 
  margin:0;
  padding:0;
}

body, 
html { 
  height:100%; 
  }

body {
  color: #363636;
  font: 62.5% Arial, Helvetica, sans-serif;
  background: #fff url(../GFX/bgGradient.jpg) repeat-y top center;
}

/* 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 img {
  margin-bottom: 1em;
}

h1, 
h2, 
.nav, 
div#address, 
div#qoute,
#content p.text {
  font-family:Georgia, Utopia, Palatino, 'Palatino Linotype',serif;
  } 

/* HEADERS */

h1, h2, h3, h4, h5 {
  font-weight: normal;
  clear:both;
}

h1.logo {
  padding:20px 0 0;
  margin:0 0 31px 0;
}

h1.logo a {
  background:url(../GFX/logo.gif) top left no-repeat; 
  text-indent:-9999px;  
  height:63px;
  width:137px;
  display:block;
}

h2.titleCurrentFolder {
  padding:0 0 0 18px;
  font-size:5em;
  color:#3873ad;
  font-style:italic;
  margin:0 0 23px;
}

h2.titleCurrentFolder:first-letter {
  font-size:1.2em;
}

/* HTML */

a {
  text-decoration: none;
  color: #363636;
}

a:hover {
  text-decoration: underline;
}

img, fieldset {
  border:0;
}

img {
  display: block;
}

input {
  font-size: 100%;
  }

hr {
  display:none;
  visibility:hidden;
  }

/********************
## Framework style ##
********************/

div#wrapper {
  margin:0 auto;
  width:880px;
  height:100%;
  height:auto!important;
  min-height:100%;
  background:url(../GFX/bgTinius.jpg) no-repeat top right;
  position:relative;
}

div#main {
  position:relative;
}

body.master div#main, div.box {
  background:url(../GFX/bgAlpha.png) repeat;
  border:1px solid #868686;
}

div#leftColumn {
  float:left;
  width:198px;
}

div#mainColumn {
  float:left;
  width:680px;
  position:relative;
}

div#content {
  padding:20px 20px 0 0;
  min-height:400px;
  overflow:none;
  }

/* BREADCRUMBS */

div#breadcrumbs {
  padding:20px 0 14px;
  }

/* QUOTES */

div#qoute { 
  font-size:2.2em;
  width:550px;
  color:#868686;
  padding:0 0 0 20px;
  font-style:italic;
  margin:0 0 29px 0;
  }

div#qoute p { 
  line-height:auto;
  }

div#qoute strong {
  font-weight:bold;
  color:#3873ad;
}

/* ADDRESS */

div#address {
  font-size:1.1em;
}

div#address p {
  margin:0 0 1em 0;
}

body.master div#address {
  position:absolute;
  left:-198px;
  padding:0 0 0 20px;
  bottom:5px;
}

body.frontpage div#address {
  padding:/*280px*/30px 0 0 20px;
  margin:0 0 10px;
  clear:both;
}

/* CORNERS */

div.corner { 
  position:absolute; 
  height:5px; 
  width:5px; 
  z-index:99;
}

div.lt { 
  background:url(../GFX/corners.gif) 0 0 no-repeat; 
  top:-1px;
  left:-1px;
}

div.rt {
  background:url(../GFX/corners.gif) -5px 0 no-repeat; 
  top:-1px;
  right:-1px;
}

div.lb {
  background:url(../GFX/corners.gif) 0 -5px no-repeat; 
  bottom:-1px;
  left:-1px;
}

div.rb {
  background:url(../GFX/corners.gif) -5px -5px no-repeat; 
  bottom:-1px;
  right:-1px;
}

/******************
## COMMON ##
******************/

div.box {
  float:left; 
  min-height:155px;
  height:auto!important;
  height:155px;
  width:240px;
  padding:20px 20px 18px;
  position:relative;
}

div.box img {
  margin:-18px -18px 20px;
  text-align:center;
  }

div.box h2 {
  color:#3873ad;
  font-size:1.7em;
  text-transform:uppercase;
  font-weight:bold;
  margin:0 0 0.2em;
}
div.box h2 a{
  color:#3873ad;
}

div.box p {
  font-size:1.6em;
  margin:0;
}

div.middle {
  margin:0 17px;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/

#content .summary,
#content .article {
 width:100%;
}

#content .summary h1,
#content .summary h2 {
  font-size: 170%;
  margin-left:10px;
}

.master #content p { margin:0 0 1em 0px; }

#content p {
  font-size:1.4em;
  line-height:1.6;
  letter-spacing:0.05em;
}

#content .article p.text {
  font-size:1.6em;
  font-weight:bold;
  line-height:1.8;
}
#content .summary img {
  float:left;
  margin:0px 20px 10px 10px;
}

#content h2 {
  font-size:3em;
  margin:0 0 0.3em 0;
}

#content img.ingressImage { 
  margin:-18px 0 20px; 
}

.readmore {
  font-size:100%;
  font-weight:bold;
  margin-left:10px;
  text-decoration:underline;
}

/*************************
## 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%;
}

/***************
## SEARCHFORM ##
***************/

form#searchForm { 
  background:url(../GFX/subNavHr.gif) top center no-repeat; 
  }

form#searchForm fieldset { 
  padding:10px 20px; 
  background:url(../GFX/subNavHr.gif) bottom center no-repeat;
  }

form#searchForm label { 
  margin:0 8px 0 0; 
  }

form#searchForm .query {
  }

/**********
## IDIUM ##
**********/

div.idium {
  padding:5px 10px 0;
  margin:0 0 10px 0;
  }

div.idium,
div.idium a {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:9px;
  color: #898989;
  text-transform: uppercase;
  text-decoration: none;
}

div.idium a:hover,
div.idium a:active {
  text-decoration: none;
}

div.idium img {
  float: left;
  margin-top: -3px;
}

div.idium span {
  font-size: 12px;
  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 */