/*
## 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: 12px;
}

a, #print a {
  text-decoration: none;
  color: #d6e355;
}

a:hover, #print a:hover {
  text-decoration: underline;
}

body {
  font: 62.5% "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Tahoma, Arial, Sans-serif;
  background: #000 url("../GFX/bgBodyGradient.jpg") top left no-repeat;
}

h1, h2, h3, h4, h5, h6 {
  font-size:1em;
  font-weight: bold;
}

h1 {
  text-transform:uppercase;
  background:#d6e355;
  color:#000;
  padding:7px 10px;
  font-size:1.4em;
  margin:0 0 14px;
}

h1.logo {
  padding:0;
  background:none;
  text-transform:none;
  margin:0 0 35px;
}

h1.logo a {
  height:129px;
  width:122px;
  display:block;
  background:url('../GFX/logo.png') no-repeat;
  text-indent:-9999px;
}

div#navLogo { 
  height:175px;
  width:200px;
  margin:0 0 11px;
}

/********************
## Framework style ##
********************/

#wrapper {
  margin:0 auto;
  width: 948px;
  padding:28px 0 0;
}

#leftColumn {
  float: left;
  width: 200px;
}

#mainColumn {
  float: right;
  width: 718px;
  position:relative;
}

.breadcrumbs {
  color:#fff;
  font-size:1.2em;
  margin:0 0 7px;
}

#footer {
  font-size:1.2em;
  border-top:5px solid #d6e355;
  padding:7px 0;
  color:#fff;
  clear:both;
}

#footer .footerContent { 
  float:left; width:70%; 
}

#footer a {
  color:#d6e355;
}

/******************
## COMMON STYLES ##
******************/

.title {
  font-weight: bold;
  color: #000;
  padding-top: 5px;
}

.title a {
  color: #dee925;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/

#content .text {
  font-weight: bold;
}

#content .article-content a {
  text-decoration:underline;
  color:#000;
}

#content .article-content a:hover {
  text-decoration:none;
}

#print { 
  position:absolute;
  top:0;
  right:0;
  font-size:1.2em;
  }

/***********************
## Projectpage styles ##
***********************/

#thumbnail1,
#thumbnail2,
#thumbnail3,
#thumbnail4 {
  float: left;
  margin-right: 6px;
  padding-top:7px;
  width: 72px;
}

#thumbnail5 {
  float: left;
  width: 72px;
  padding-top:7px;
}

/*********************
## Frontpage styles ##
*********************/

.box, 
#content .article, 
#content .summary {
  background:#fff;
  padding:14px 14px 12px;
  margin:0 0 14px;
}

.box .boxContent { clear:both; margin:0 0 14px; }

.box a, #content .article a, #content .summary a {
  color:#000;
}

.newsList,
.productList {
  float:left;
  width:323px;
  padding-bottom:0;
  height:320px;
  overflow:hidden;
}

.newsList {
  margin:0 14px 14px 0;
}

.box .summary {
  float:right;
  width:435px;
}

.newsList .summary,
.productList .summary {
  width:190px;
}

.box h2 {
  font-size:1.5em;
  color:#000;
  font-weight:normal;
  margin:0;
}

.box img {
  float:left;
}

.box p, .article p {
  font-size:1.2em;
  margin:0 0 14px;
  line-height:1.6;
}

.box ul {
  list-style:none inside;
}

img.productImage {
  margin:0 7px 0 0;
  float:none;
}

div.project {
  float:left;
  margin-bottom:7px;
  }

.projectImages {
 float:left;
}

#projectInfo { 
  float:right;
  width:291px;
  }

ul.articleTask li {
  line-height:12px;
  background:url('../GFX/arrowRight.gif') 0 1px no-repeat;
  padding:0 0 0 16px;
}

ul.articleTask li a {
  color:#000;
  font-size:1.2em;
}

/***********************
## Newsarchive styles ##
***********************/

#news h2 {
  padding-top: 15px;
}

#news p {
  margin-bottom: 3px;
}

#news .summary img {
  margin-right: 20px;
}

/**********
## IDIUM ##
**********/

div.idium {
  padding:5px 0 0;
  margin:0 0 10px 0;
  float:right;
  }

div.idium,
div.idium a {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:9px;
  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: #fff;
}

/**********
## MISC ##
**********/

a img {
  border:none;
}

img {
  display:block;
}

hr {
  visibility:hidden;
  display:block;
}

.floatRight { 
  float:right; 
}

.floatLeft { 
  float:left; 
}

/*************
## 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 */