/*
## 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 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;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #3893ba;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% 'Lucida Sans', Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #4d4d4d;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 100%;
}

h1 { font-size: 200%; font-weight: bold; }
h2 { font-size: 167%; }
h3 { font-size: 150%; }
h4 { font-size: 116%; }

img {
  display: block;
}

input {
  font-size: 100%;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: 0 auto 10px;
  width: 960px;
  background: #fff;
}

#header {
  height: 240px;
  position: relative;
  background: transparent url(../GFX/header.gif) no-repeat scroll left top;
}

#header #headerText {
  position: absolute;
  right: 4px;
  bottom: 15px;
}

#header #headerText h2 {
  font-weight: bold;
}

#header #headerLink {
  position: absolute;
  top: 52px;
  left: 187px;
}

#header #headerLink img {
  width: 415px;
  height: 140px;
}

#breadcrumbs {
  float: left;
  color: #a1a1a1;
}

#breadcrumbs a {
  color: #a1a1a1;
}

#breadcrumbs a.active {
  color: #444;
}

#main {
  margin: 25px 0 15px;
}

#rightColumn {
  float: right;
  width: 220px;
}

#mainColumn {
  float: left;
  width: 720px;
}

#content {
  padding: 0;
}

#footer {
  background-image: url(../GFX/footerBg.gif);
}

#footer .footerContent {
  font-size: 170%;
  color: #fff;
  padding: 5px 22px 6px;
}

#owl img {
  margin-bottom: 10px;
}

#owl h2 {
  font-weight: bold;
  margin-bottom: 8px;
}

/*************************
## FRONTPAGE ##
*************************/

#content .article.first h1 {font-size: 240%; line-height: 120%;}

#fpTop {
  margin-top: 10px;
}

#fpTop h1 {
  font-size: 285%;
  font-weight: bold;
}

#fpTop #teamMembers {
  background: transparent url(../GFX/teamMembersBg.gif);
  padding: 13px 16px;
  margin-top: 25px;
  color: #fff;
  font-size: 160%;
}

#fpTop #teamMembers a {
  color: #fff;
  text-decoration: underline;
}

ul#fpTelephone.master {
  margin: 0 0 25px 0;
}

ul#fpTelephone.master li {
  margin-right: 0;
  margin-bottom: 10px;
}

ul#fpTelephone {
  list-style-type: none;
  margin-top: 14px;
  padding: 0;
}

ul#fpTelephone li {
  background: transparent url(../GFX/phoneBg.gif);
  padding: 18px 10px 18px 0;
  display: block;
  float: left;
  width: 210px;
  text-align: right;
  margin-right: 26px;
  font-family: Impact;
  font-size: 265%;
  color: #fff;
  cursor: default;
}

ul#fpTelephone li.last { margin-right: 0;}
ul#fpTelephone.master li.last { margin-bottom: 0;}


.fpArticleImage {
  float: left;
  margin: 0 15px 10px 0;
}


/* TODO: add styles for customer footer */

/******************
## COMMON STYLES ##
******************/
h4.boxTitle {
  color: #fff;
  background: #a1a1a1;
  padding: 5px 20px;
  margin-bottom: 0;
}

div.box {
  border-bottom: 1px solid #f0f0f0;
}

div.box .content {
  padding: 15px 10px;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
#content .summary,
#content .article,
#owl {
  line-height: 150%;
}

#content .summary,
#content .article {
  padding-bottom: 20px;
}

#content .summary img {
  float: left;
  border: 1px solid #bcbcbc;
}

#content .summaryRight {
  float: right;
  width: 570px;
}

#content .summaryRight h1 a,
#content .summaryRight h2 a,
#content .summaryRight h1,
#content .summaryRight h2 {
  color: #4d4d4d;
  font-weight: bold;
}


#content .summaryRight p.text {
  margin-bottom: 5px;
}

#content .summary h1,
#content .summary h2 {
  font-size: 150%;
}

#content .article .text {
  font-size: 120%;
  line-height: 150%;
}

#articleTools {
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid #cdd9dd;
  background: transparent url(../GFX/articleTools.gif) scroll repeat-x top left;
}

#articleTools a#tip {
  font-size: 120%;
  float: right;
  padding-left: 27px;
  padding-right: 10px;
  background: transparent url(../GFX/tip.png) scroll no-repeat center left;
}

#tipafriend {
  width: 550px;
  float: left;
  display: none;
}

#tipafriend #tipsForm {
  margin: 0;
}

#tipafriend #tipsForm fieldset {
  border: 0;
  padding: 0 0 0 10px;
}

#tipafriend #tipsForm h3 {
  margin-top: 5px;
}

#tipafriend #tipsForm label {
  display: block;
}

#tipafriend #tipsForm .button {
  margin-top: 12px;
}

#tipafriend #tipsForm div.col {
  float: left;
  width: 140px;
}

#tipafriend #tipsForm div.row {
  float: left;
  width: 60px;
}


/*************************
## 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 {
  margin: 10px auto;
  width: 158px;
  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;
}


/*****************
## SEARCH ##
*****************/

#searchForm {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  width: 176px;
}

#searchForm label {
  font-size: 117%;
  margin-right: 8px;
}

#searchForm .query {
  width: 130px; 
  padding: 2px; 
  border: 1px solid #AADAEC;
  background-color: #E1F3F4;
  margin-right: 5px;
}

#searchForm .button {
  padding: 0 1px;
}

#instructions {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  line-height: 150%;
}

#instructions code {
  font-size: 125%;
}

.queryString {
  margin-bottom: 10px;
}

.totalHits {
  margin-bottom: 8px;
}
/*************
## 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 */