/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#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: 20px;
  margin-top: 25px;
}

#content .text {
  margin-bottom: 45px;
}

img, fieldset { border:0; }
a { text-decoration: none; color: #af2222; }
a:hover { text-decoration: underline; }
ul, ol { list-style:none; }

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% Arial, Helvetica, sans-serif;
  line-height:1.4;
  background:url(../GFX/bgHeader.png) left top repeat-x #f3f3f3;
  color:#000;
}
body.small,
body.default {
  font-size:80%;
}
body.medium {
  font-size:95%;
}
body.large {
  font-size:120%;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  margin:0 0 12px;
}

h2 { font-size:170%; }

#content h2,
h3 { font-size:200%; }
h3, h3 a { color:#004995; }
h4 {  font-size: 120%; }

a.styleswitch.default {
  visibility:hidden;
  display:none;
}

img { display: block; }
input { font-size:100%; }

/********************
## Framework style ##
********************/

.pageWrap {
  margin: 0 auto;
  width: 960px;
  position:relative;
}

.shadow {
  background:url(../GFX/shadow.png) center repeat-y;
}

.master #main {
  background:url(../GFX/bgMainMaster.gif) repeat-y;
}

.frontpage #main {
  background:url(../GFX/bgMainFrontpage.gif) repeat-y;
}

/* Header*/
#header {
  padding:10px 0;
  position:relative;
  background:url(../GFX/bgHeaderImg.jpg) right top no-repeat;
}

#header h1 {
  margin:0 0 0 -10px;
}

#header h1 a {
  text-indent:-9999px;
  background:url(../GFX/logo.png) no-repeat;
  height:173px;
  width:160px;
  display:block;
}

#header h2 {
  position:absolute;
  bottom:17px;
  left:70px;
  color:#004995;
  margin:0;
}

.footer,
.header.sub {
  border:solid #0c57a7;
  border-width:6px 0;
  background:#156dca;
}

.header.sub .pageWrap {
  background:#156dca;
}

.header.sub .summary {
  padding:30px 0 30px 30px;
  width:620px;
  font-size:120%;
}

.header.sub .summary h3,
.header.sub .summary a,
.header.sub .summary {
  color:#fff;
}

/* Breadcrumbs */

#breadcrumbs,
.footer ul {
  background:#004995;
}

#breadcrumbs {
  padding:5px 15px;
  color:#fff;
  position:relative;
  z-index:1;
  font-size: 100%;
}

#breadcrumbs a {
  color:#fff;
  text-decoration:underline;
}

#breadcrumbs a:hover {
  text-decoration:none;
}

/* Form */

#header form.search {
  position:absolute;
  top:55px;
  right:0;
  width:190px;
}

form.search .query {
  border:1px solid #9f998a;
  height:22px;
  width:130px;
}

form.search .button {
  height:24px;
  width:50px;
  margin:0 0 -1px 5px;
}

form.search label {
  display:none;
  visibillity:hidden;
}

/* Sections: Main, Left, Right */

.section.mainWrap {
  width:595px;
  padding:30px;
}

.frontpage .section.mainWrap {
  float:left;
}

.master .section.mainWrap {
  float:right;
}

.section.left {
  padding-top:30px;
  width:300px;
}

.section.left.search,
.section.right {
  width:240px;
  padding:30px;
}

/* Footer */

.footer ul {
  padding:10px 10px 1px;
  font-size:80%;
  color:#fff;
  width:940px;
}

.footer ul li.pos1 {
  float:left;
}

.footer ul li.pos2 {
  float:right;
}

.footer a {
  color:#fff;
  text-decoration:underline;
}

.footer a:hover {
  text-decoration:none;
}

/******************
## COMMON STYLES ##
******************/
.section.right .summary { margin:0 0 30px; }
.instructions ul li {
  margin:0 0 10px;
}

.left { float:left; }
.right { float:right; }

.hearts {
  background:url(../GFX/hearts.png) no-repeat;
  width:254px;
  height:322px;
  position:absolute;
  top:-90px;
  right:-30px;
  z-index:999;
}

.heart {
  background:url(../GFX/heart.png) no-repeat;
  width:223px;
  height:198px;
  position:absolute;
  top:-85px;
  right:-35px;
  z-index:999;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/

.summary .text {
  margin:0 0 12px;
}

.article .text {
  font-weight:bold;
}

.summaryImage {
  background:#fff;
  padding:5px;
}

span.border {
  border:1px solid #bbb;
  display:block;
  margin:0 0 15px;
  width:auto;
  background:#fff;
  text-align:center;
}

#content .summary .summaryImageUrl {
  float:right;
  margin:0 0 0 20px;
}

dl.articleMeta {
  border:solid #bbb;
  color:#bbb;
  border-width:1px 0;
  padding:3px 5px;
  margin:0 0 12px;
}

dl.articleMeta dd,
dl.articleMeta dt {
  float:left;
}

dl.articleMeta dd {
  margin:0 0 0 3px;
}

dl.articleMeta dd.author {
  border:solid #bbb;
  border-width:0 1px 0 0;
  padding:0 5px 0 5px;
  margin:0 5px 0 0;
}

ul.readMore {
  margin:0;
  float:right;
}

ul.readMore a {
  text-decoration:underline;
}

ul.readMore a:hover {
  text-decoration:none;
}

/*************************
## 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%;
}

/************
## Sitemap ##
************/

.sitemap {
  position: relative;
  font-size:1.2em;
  border-left: 1px solid #666;
  list-style-type: none;
  padding:10px 0 0;
  margin: -10px 0px 0px 0px;
  width: 350px;
}

.sitemap[class],
.sitemap ul,
.sitemap ul ul {
  border-left: 1px dotted #666;
}

.sitemap li {
  border-top: 1px solid #666;
  padding-bottom: 1px;
  margin: 0px;
  margin-right: -15px;
  position: relative;
}

.sitemap[class] li {
  border-top: 1px dotted #666;
}

.sitemap li li {
  padding-bottom: 1px;
  margin: 0px;
}

.sitemap ul {
  margin-right: -20px;
}

.sitemap li ul {
  margin-left: 10px;
  width: 100%;
}

.sitemap[class] li ul {
  width: auto;
}

.sitemap li.last {
  border-bottom: 0px solid #666;
  border-left: 1px solid #fff;
  left: -1px;
}

.sitemap li a {
  font-weight: normal;
  background: #fff;
  padding: 3px 0px 3px 2px;
  margin-left: 8px;
  width: 100%;
  display: block;  
  position: relative;
  top: -10px;
}

/*****************
## IDIUM FOOTER ##
*****************/

.idium {
  clear:both;
  margin: 10px auto;
  width: 175px;
  padding:20px 0 0;
}

.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: #fff;
}


/*************
## 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 */
