/*
## 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: 10px;
  }

img, fieldset {
  border: 0;
  }

a {
  text-decoration: none;
  color:#002c76;
  }

a:hover {
  text-decoration: underline;
  }

ul, ol {
  padding-left: 20px;
  }

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
  background:#f9fbfb;
  color:#000;
  }

h2, h3, h4, h5 {
  color:#002c76;
  }

#content h1,
#content h1 a,
#content h2 a {
  color:#000;
}

img {
  display: block;
  }
input {
  font-size: 100%;
  }

.response {
  color:#ff0000;
  font-size:1.2em;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: 0 auto;
  width: 981px;
}

.topline {
  background:#d0e2ec;
  padding:0 4px 4px;
  font-size:10px;
}

.topline ul {
  background:#fff;  
  line-height:15px;
  height:15px;
  list-style:none;
  margin:0;
  padding:0 4px;
}

.topline ul li {
  float:left;
}

.topline ul li.topline_2 {
  margin-left:80px;
  }

.topline ul li.topline_3 {
  float:right;
  }

#header {
  height: 128px;
  padding:14px 14px 0;
  position:relative;
  }

#searchForm {
  position:relative;
}

#searchForm:hover label {
  visibility:hidden;
  display:block;
}

#searchForm label {
  position:absolute;
  top:-4px;
  left:3px;
}

#searchForm legend,
#searchForm h1 {
  visibility:hidden;
  display:none;
  }

#searchForm input {
  padding:1px;
  font-size:1.2em;
  border:1px solid #002c76;
  background:#fff;
}

#searchForm .button {
  padding:0;
  float:left;
}

#searchForm .query {
  width:180px;
  margin:0 4px 0 0;
  float:left;
  }

#loginForm label {
  display:block;
  margin:0 0 3px;
}

#loginForm input {
  margin:0 0 10px;
  display:block;
}

#breadcrumbs {
  font-size:0.8em;
  margin-bottom:10px;
  }

#breadcrumbs a {
  text-decoration:underline;
  }

#breadcrumbs a.active, 
#breadcrumbs a:hover {
  text-decoration:none;
  }

#main {
  background:#d0e2ec;
  padding:4px;
  clear:both;
  }

#mainColumn {
  float:left;
  }

.frontpage #mainColumn {
  width:668px;
  }

.master #mainColumn {
  width:749px;
  margin:0 0 4px;
  }

#rightColumn {
  float:right;
  }

#leftColumn {
  float:left;
  position:relative;
  min-height:400px;
  height:auto!important;
  height:400px;
  }

.master #leftColumn {
  width:200px;
  padding:10px;
  min-height:380px;
  height:auto!important;
  height:380px;
  }
 
.master #rightColumn {
  width:220px;
  }

.frontpage #rightColumn {
  width:301px;
  }

#leftColumn, 
#newslist, 
#content, 
#footer, 
.topline ul {
  background:#fff;
  }

#content {
  min-height:360px;
  height:auto!important;
  height:360px;
  width:485px;
  float:right;
  padding:20px;
  font-size:1.2em;
  position:relative;
  }

#ad {
  background:#fff;
}

#footer {
  height:25px;
  line-height:25px;
  padding:0 8px;
  clear:both;
  position:relative;
  }

#footer form {
  position:absolute;
  right:4px;
  top:4px;
}

/******************
## COMMON STYLES ##
******************/

/* Global box */
.box {
  position:relative;
  background:#fff;
}

.box h1 {
  margin:0 0 10px;
}

.box p {
  font-size:1.2em;
  margin:0 0 5px;
}

.box a.readmore {
  text-decoration:underline;
  font-size:1.2em;
  font-weight:bold;
  float:right;
  margin-top: 10px;
}

.frontpage #rightColumn .box {
  padding:20px;
}

.master #rightColumn .box {
  padding:10px;
}

#mainColumn .end {
  margin:0 0 4px;
}

/* Top news - frontpage */
.topnews {
  background:#002c76;
  height:183px;
  width:628px;
  color#fff;
  padding:33px 20px;
  margin:0 0 4px;
  }

.topnews .summary {
  width:400px;
  }

.topnews a.summaryImageAnchor {
  position:absolute;
  top:40px;
  right:20px;
  display:block;
  border:1px solid #fff;
  padding:1px;
  }
  
.topnews h1, 
.topnews p, 
.topnews a {
  color:#fff;
  }

.topnews h1 {
  margin:0 0 10px;
  font-size:1.8em;
  }
  
.topnews p {
  line-height:1.4;
  margin:0 0 8px;
} 

.topnews a.readmore {
  position:relative;
  float:right;
}

.box a.readmore:hover {
  text-decoration:none;
}

/* News - frontpage */
.news {
  background:#fff;
  width:200px;
  padding:10px;
  float:left;
  margin:0 4px 0 0;
  min-height:360px;
  height:auto!important;
  height:360px;
}

.newslist {
  margin:0 0 4px;
}

.news h1,
.news h2,
.newslist h1,
.newslist h2,
.results h1,
.profile h1,
.master #content h1 {
  border:solid #d0e2ec;
  border-width: 2px 0 0;
  padding:4px 0;
  font-size:1.8em;
  width:100%;
} 

.news h1 {
  border-width: 2px 0;
} 
.news h1 a,
.news h2 a {
  color:#000;
}

.news img {
  margin:0 0 10px;
}

.news ul, 
.newslist ul {
  list-style:none;
  font-size:1.2em;
  margin:0;
  padding:0;
}

.news ul li,
.newslist ul li {
  border-bottom:2px solid #d0e2ec;
  padding:4px 0;
}

/* Newsletter - frontpage */

.newsletter {
  margin:0 0 4px;
}

.newsletter h1,
.newsletter h2 {
  border:none;
} 

.newsletter fieldset {
  padding:0;
}

.newsletter fieldset input {
  padding:4px 8px;
}

.newsletter p, 
.newsletter .response { 
  margin:0 0 1em; 
}

.newsletter label {
  font-size:1.2em;
}

.newsletter fieldset .text {
  margin:0 0 10px;
  width:240px;
  border:2px solid #d0e2ec;
}

.newsletter fieldset .submit { 
  font-size:1.2em;
  float:right;
}

.newsletter legend {
  visibility:hidden;
  display:none;
}

/* Become member - frontpage */

.quote {
  height:189px;
  font-size:1.6em;
  margin:0 0 4px;
  }

.quote .article {
  position:absolute;
  bottom:20px;
  left:20px;
  width:261px;
}

.largeButton {
  display:block;
  padding:0 20px;
  height:50px;
  line-height:50px;
  width:261px;
  background:url('../GFX/largeButton.jpg') no-repeat;
  color:#fff;
  font-size:1.8em;
  margin:0 0 4px;
}

/************
## Corners ##
***********//

.ctlr, 
.cblr, 
.ctl, 
.ctr, 
.cbl, 
.cbr { 
  position:relative;
} 

.ctlr .cornerTopLeft,
.ctl .cornerTopLeft,
.cblr .cornerTopLeft,
.cbl .cornerTopLeft,
.cbr .cornerTopLeft,
.ctr .cornerTopLeft {
  background:url('../GFX/corners8x8.gif') no-repeat;
  position:absolute;
  top:0;
  left:0;
  height:4px;
  width:4px;
}

.cornerTopRight {
  background:url('../GFX/corners8x8.gif') top right no-repeat;
  position:absolute;
  top:0;
  right:0;
  height:4px;
  width:4px;
}

.cornerBottomLeft {
  background:url('../GFX/corners8x8.gif') bottom left no-repeat;
  position:absolute;
  bottom:0;
  left:0;
  height:4px;
  width:4px;
}

.cornerBottomRight {
  background:url('../GFX/corners8x8.gif') bottom right no-repeat;
  position:absolute;
  bottom:0;
  right:0;
  height:4px;
  width:4px;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/

.summary em.date {
  visibility:hidden;
  display:none;
}

#content .summary, 
.news .summary {
  margin:0 0 10px;
  width:100%;
}

#content .summary .innerContent {
x  float:left;
}

.master #content .summary .innerContent {
  width:100%;
}

#content .summary a.readmore {
  float:right;
}

#content ul.readMore {
  margin-bottom:8px;
  float:right;
}

#content ul.readMore li {
  list-style:none;
}

#content .article .text {
  font-weight:bold;
  margin:0;
}

/*************************
## 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%;
}

/***********
## SEARCH ##
***********/

.pagination { 
  line-height:30px;
  height:30px;
  margin-bottom:0;
}
.pagination { text-align:center; }
.pagination li { display:inline; }
.pagination .active { font-weight:bold; }
.pagination .prev { float:left; }
.pagination .next  { float:right; }
.pagination li a { 
  color:#00467f; 
  text-decoration:underline;
  }


/*****************
## IDIUM FOOTER ##
*****************/

.idium {
  margin: 10px 838px;
  width: 143px;
}

.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 */

.summaryImageAnchor {
x  float: left;
}

.summary .left {
  float: left;
  margin-right: 10px;
}

overlay {
  position:absolute;
  width:100%;
  height:100%;
  overflow:hidden;
  z-index:100;
}
.overlay {
  position:absolute;
  top:0;
  left:0;
  background:#000;
  width:100%;
  height:100%;
  z-index:101;
}
.overlayContent {
  position:relative;
  margin:10px auto;
  background:#fff;
  width:500px;
  z-index:102;
  padding:20px;
  border:1px solid #ccc;
}
#overlay .closer {
  float:right;
  border:1px solid #ccc;
  line-height:2.1em;
  width:30px;
  text-align:center;
  cursor:pointer;
}
#ingressimg {
  width:200px;
}
.error {
  border:1px solid red;
}