﻿/*********************************************************************************************
home page styles.
@author j. flores, Elliance Inc.
@contact jflores@elliance.com

 * CONTENTS:
 * =MASTHEAD=   Large image at top of page
 * =WORK=       Featured case studies, mid-page
 * =INFO=       News, speaking engagements, etc. at bottom of page.
**********************************************************************************************/

/*********************************************************************************************
=MASTHEAD=
*********************************************************************************************/
div#masthead h1 {
	background: url(/images/photos/home/00.jpg) no-repeat top center;
	height: 523px;
  left: 0;
	position: absolute;
	text-indent: -9999em;
  top: 75px;
  width: 100%;
}

div#masthead div#callout {
  height: 523px;
  position: relative;
  width: 100%;
}

div#masthead a {
  color: #3b576f;
  display: block;
  height: 25px;
  font-size: 12px;
  left: 188px;
  position: absolute;
  top: 150px;
  width: 91px;
  text-decoration: underline;
}

/*********************************************************************************************
=WORK=
*********************************************************************************************/
div#featuredWork {
  margin: 25px auto 0;
  overflow: hidden;
  width: 975px;
}

div#featuredWork h2 {
  font-size: 26px;
  font-weight: 300;
}

div#featuredWork div.teaser {
	float: left;
  position: relative;
  width: 31%;
  margin: 0 2% 0 0;
}

div#featuredWork div.teaser h3
{
	background: #fff;
	font-size: 20px;
	font-weight: 300;
	margin: .5em 0 .2em;
	position: relative;
	z-index: 1;
}

div#featuredWork div.teaser a {
  color: #2587b2;
  display: block;
  height: 162px;
  position: relative;
  width: 307px;
}
div#featuredWork div.teaser h3 a {
  display: inline;
  width: auto;
  height: auto;  
}

div#featuredWork div.teaser p.hover  {
  background: url(/images/interface/work/hover.png) repeat-x left top;
  /*bottom: 70px;*/
  bottom: 0;
  color: #fff;
  font-size: 16px;
  height: 36px;
  left: 0;
  line-height: 36px;
  position: absolute;
  text-align: center;
  width: 307px;
  z-index: 0;
}

div#featuredWork div.teaser p {
	color: #424242;
	font-size: 12px;
}

div#featuredWork div.teaser a:hover,
div#featuredWork div.teaser a:focus {
  text-decoration: underline;
}

/*********************************************************************************************
=INFO=
*********************************************************************************************/
div#information {
  margin: 60px 0;
  overflow: hidden;
}

div#information div.section {
  border-top: 1px solid #ccc;
  float: left;
  margin: 0 2.5% 0 0;
  width: 22%;
}

div#information div h2 {
  font: normal bold 14px/1 "Helvetica Nueue", Helvetica, Verdana, sans-serif;
  margin: 1em 0 2em;
  text-transform: uppercase;
}

div#information div h3 {
  font: normal bold 12px/1.25 "Helvetica Nueue", Helvetica, Verdana, sans-serif;
}

div#information div h3 span {
  display: block;
  font-size: 12px;
}

div#information div p {
  font-size: 12px;
  margin: 1em 0;
}

div#information a {
  color: #2587b2;
}

div#information a:hover,
div#information a:focus {
  text-decoration: underline;
}

div#information div.story {
  margin: 1em 0 2em;
}

div#information div#contact p {
  font-size: 12px;
  font-weight: bold;
  margin: 1em 0;
  text-transform: uppercase;
}

div#information div#contact p a {
  color: #2587b2;
  font-weight: normal;
  text-transform: none;
}

div#information div#contact p a:hover,
div#information div#contact p a:focus {
  text-decoration: underline;
}
