/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2009.06.24
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/

#page {
  width: 920px;
  padding: 0 40px;
  margin: 0 auto;
}



/**************************************************************
   Site header: logo, tagline and menu
 **************************************************************/

#header {
  position: relative;
  height: 115px;
}

#header h1 {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 0;
  width: 148px;
  height: 45px;
  
  text-indent: -1000em;
  
  background: url(../img/bg/logo-postspots.png) no-repeat top right;
}

#header h2 {
  position: absolute;
  z-index: 1;
  top: 43px;
  left: 0;
  width: 100%;  
  
  padding: 6px 0;
  
  font-size: 1.5em;
  text-indent: 155px;
  
  color: #111;  
  background: url(../img/bg/tagline.gif) repeat-x top left;
}

#header .home {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: 0;
  width: 148px;
  height: 45px;
}

#header ul {
  position: relative;
  z-index: 3;
  float: right;
}

#header ul a {
  float: left;
  margin-top: 40px;
  padding: 12px 25px;
  font-size: 1.35em;
}

#header ul li a.orange {
  margin-top: 0;
  padding-top: 52px;
  padding-bottom: 14px;
  color: #fff;
  background-color: #ff3e00;
}

#header ul li a.orange span {
  padding-right: 10px;
  background: url(../img/bg/orange-arrow.gif) no-repeat center right;
}

#header ul li a:hover.orange {
  background-color: #ff2a00;
}



/**************************************************************
   Actions and image cluster
 **************************************************************/

#actions {
  height: 380px;
  position: relative;
  padding-left: 11px;
  font-size: 1.5em;
  line-height: 140%;
  background: url(../img/bg/shadow-top.png) no-repeat bottom center;
}

#actions p {
  position: relative;
  z-index: 3;
  width: 380px;  
  padding-bottom: 18px;
}

#actions img {
  position: absolute;
  z-index: 2;
  top: 380px;
}

#actions div {
  position: absolute;
  left: 10px;
  top: 380px;
  z-index: 11;
  background-color: #fff;
}

#actions div.active {
  top: 0;
}

#actions #cluster {  
  top: 20px;
  right: 0;
}

/* <noscript> image cluster shouldn't be shown if Javascript is enabled */
.js #actions #cluster {
  display: none;
}

/* Home clusters */

/* 01 */
#actions #car {
  z-index: 6;
  left: 511px;
}

#actions #woman {
  z-index: 5;
  left: 675px;
}

#actions #football {
  z-index: 4;
  left: 288px;
}

#actions #robot {
  z-index: 3;
  left: 416px;
}

#actions #autobahn {
  left: 483px;
}


/* 02 */
#actions #galaxy {
  z-index: 6;
  left: 494px;  
}

#actions #robot-head {
  z-index: 5;
  left: 609px;  
}

#actions #lightening {
  z-index: 4;
  left: 264px;  
}

#actions #gear {
  z-index: 3;
  left: 421px;
}



/* 03 */
#actions #runner {
  z-index: 6;
  left: 634px;  
}

#actions #engine {
  z-index: 5;
  left: 315px;  
}

#actions #hillbilly {
  z-index: 4;
  left: 521px;  
}

#actions #trees {
  z-index: 3;
  left: 605px;
}

#actions #nothern-lights {
  z-index: 2;
  left: 418px;
}



/* 04 */
#actions #soccer {
  z-index: 6;
  left: 628px;  
}

#actions #control-panel {
  z-index: 5;
  left: 525px;  
}

#actions #super-kid {
  z-index: 4;
  left: 390px;  
}

#actions #bumper-car {
  z-index: 3;
  left: 290px;
}

#actions #planet {
  z-index: 2;
  left: 500px;
}




/* 05 */
#actions #electricity {
  z-index: 6;
  left: 292px;  
}

#actions #kid-foot {
  z-index: 5;
  left: 698px;  
}

#actions #tree-hugger {
  z-index: 4;
  left: 501px;  
}

#actions #leaves {
  z-index: 3;
  left: 391px;
}

#actions #wind {
  z-index: 2;
  left: 647px;
}




/* Upload cluster */
#actions #uploadCustomTxt {
  left: 470px;
  z-index: 3;
}

#actions #uploadBrowserTxt {
  left: 720px;
  z-index: 3;
}

#actions #uploadImg {
  left: 380px;
}


/* Organize cluster */
#actions #organizeUnlimitedTxt {
  left: 390px;
  z-index: 3;
}

#actions #organizeImg {
  left: 403px;
}

/* Share cluster */
#actions #homestead {
   left: 530px; 
   z-index: 6;
}

#actions #plank {
   left: 671px; 
   z-index: 5;
}

#actions #filmcore {
   left: 370px;  
   z-index: 4;
}

#actions #bug {
   left: 484px;  
   z-index: 3;
}

#actions #shareTxt {
   left: 425px;  
}

/* Report cluster */
#actions #reportBgImg {
  left: 334px;
  z-index: 3;
}

#actions #reportFgImg {
  left: 444px;
  z-index: 4;
}

#actions #reportTxt {
  left: 435px;
}

/* Icon action links */
ul.actions {
  position: absolute;
  z-index: 12;
  top: 173px;
  left: 0;
  padding-top: 10px;
}

ul.actions a {
  display: block;
  position: relative;
  height: 40px;
  width: 232px;
  
  color: #111;   
  background: url(../img/bg/action-links.png) repeat-y -300px 0;
  border-bottom: 1px solid #ddd;  
  cursor: pointer;
}

ul.actions a:hover {
  text-decoration: none;
  background-position: 0 0;
}

.js ul.actions a:hover {
  background-position:  -300px 0;
}

ul.actions li.report a,
ul.actions li.signup a {
  border: 0;
}

ul.actions li i {
  position: absolute;
  z-index: 5;
}

ul.actions li.upload i {
  top: 5px;
  left: 11px;
  width: 19px;
  height: 25px;
  background: url(../img/icon/upload.png) no-repeat top left;
}

ul.actions li.organize i {
  top: 8px;
  left: 8px;
  width: 27px;
  height: 21px;
  background: url(../img/icon/organize.png) no-repeat top left;
}

ul.actions li.share i {
  top: 8px;
  left: 10px;
  width: 23px;
  height: 21px;
  background: url(../img/icon/share.png) no-repeat top left;
}

ul.actions li.report i {
  top: 7px;
  left: 11px;
  width: 21px;
  height: 21px;
  background: url(../img/icon/report.png) no-repeat top left;
}

ul.actions li.demo i {
  top: 6px;
  left: 4px;
  width: 25px;
  height: 27px;
  background: url(../img/icon/demo.png) no-repeat top left;
}

ul.actions li.signup i {
  top: 4px;
  left: 5px;
  width: 25px;
  height: 27px;
  background: url(../img/icon/checkmark.png) no-repeat top left;
}

ul.actions strong {
  position: absolute;  
  top: -1px;
  left: 0;
  padding: 7px 0 0 42px;
  width: 358px; 
  height: 34px;
  
  font-weight: normal;
  
  background: url(../img/bg/action-links-hover.png) repeat-y -400px 0;
}



/* Action links in the body content */
#content ul.actions {
  position: static;
}

#content ul.actions a {
  width: 100%;
  font-size: 1.5em;
}

#content ul.actions a strong {
  top: 1px;
}



/* Loading gif */
#actions img.loader {
  z-index: 1;
  top: 150px;
  left: 630px;
}




/* Popup login form */
#actions form {
  display: none;
  position: absolute;
  top: -43px;
  right: 0;
  z-index: 15;  
  width: 300px;
  
  font-size: 0.7em;
  background: url(../img/bg/popup-tip.png) no-repeat top center;
}

#actions form div {
  position: relative;
  z-index: 17;
  top: 0;
  left: 0;
  margin-top: 23px;
  padding: 5px 20px 15px 20px;
  background: #d6d5d5;
}

#actions form input {
  width: 248px;
  margin: 4px 0;
  padding: 3px 6px;
  
  color: #a5a5a5;  
  background-color: #fff;
  border: 0;
}

#actions form input:focus {
  color: #111;
}

#actions form input.button {
  width: 59px;
  padding: 0;
  border: 0;  
  vertical-align: middle;
}

#actions form h2 {
  color: #bbb;
}

#actions form span {
  padding: 0 6px;
}

#actions form h2 a.active,
#actions form h2 a.active:hover {  
  text-decoration: none;
  color: #111;
  cursor: default;
}

#actions form a.help {
  position: absolute;
  bottom: 15px;
  right: 18px;
}

#actions form a.close {
  position: absolute;
  width: 73px;
  height: 35px;
  top: 11px;
  right: 7px;
  background: #b6b6b6 url(../img/bg/popup-close.png) no-repeat top left;
}

#actions form a.close:hover {
  background-color: #e50000;
}

#actions form div#msgs {
  position: absolute;
  z-index: 16;
  top: 140px;
  z-index: 14;
  padding: 15px 20px;
  width: 260px;
  background: #fbd663 url(../img/bg/popup-msg.png) repeat-x top left;
}

/**************************************************************
   Site content block
 **************************************************************/

#content {
  position: relative;
  z-index: 11;
  padding: 30px 0 40px 11px;  
  background: #fff;
  /*background: #fff url(../img/bg/shadow.png) no-repeat top right;*/
}

.content #content {
  padding: 0 0 40px 11px;
}





/**************************************************************
   Footer
 **************************************************************/

#footer {
  padding: 11px 0;  
  font-size: 0.85em;  
  line-height: 170%;
  color: #777;
  background-color: #e7e7e7;
  border-bottom: 40px solid #fff;
}

#footer h2 {
  padding: 0 11px;  
  color: #111;
  font-size: 1em;
}

#footer p {
  padding: 5px 11px;
}

#footer a {
  color: #757575;
  border-bottom: 1px solid #ccc;
}

#footer a:hover {
  text-decoration: none;
  border-bottom: 1px solid #757575;
}


/**************************************************************
   Generic classes
 **************************************************************/

.fl {
  float: left;
}

.fr {
  float: right;
}

.w25{
  width: 25%
}

.w46 {
  width: 46%;
}

.w265 {
  width: 265px;
}

.w330 {
  width: 330px;
  padding-right: 28px;
}

.w515 {
  width: 515px;
}

.w580 {
  width: 580px;
}


.pr35 {
  padding-right: 40px;
}

.pt30 {
  padding-top: 25px;
}

.pt50 {
  padding-top: 50px;
}

.clear {
  clear: both;
}

.cl {
  clear: left;
}

.small {
  font-size: 0.7em;
}

.shadow-side {
  min-height: 900px;
  background: url(../img/bg/shadow-side.png) no-repeat top right;
}

/* No Risk orange badge */
.no-risk {
  padding-left: 62px;
  background: url(../img/icon/no-risk.png) no-repeat center left;
}


/* Quote blocks */
.quote {
  margin: 35px 0;
  background: url(../img/icon/quote.png) no-repeat bottom right;
}

.quote p {  
  padding: 5px 0 0 0;  
  font-size: 0.8em;
  line-height: 120%;
}


/* Featured client gray link */
.featured-client {
  padding: 25px 0;
}

.featured-client a {
  display: block;
  padding: 5px;
  color: #111;
  background-color: #e7e7e7;  
}

.featured-client a:hover {
  text-decoration: none;
  background-color: #ddd;
}

.featured-client span {
  display: block;
  padding: 0 23px 0 0;
  text-align: right;
  color: #0592ff;
  background: url(../img/icon/small-arrow-gray.gif) no-repeat 99% 50%;
}

.featured-client a:hover span {
  text-decoration: underline;
}


/* Key features list with large brace */
.key-features {
  float: left;
  padding: 37px 0 25px 0;
  background: url(../img/icon/left-brace.png) no-repeat 263px 47px;
}

.key-features p {
  float: left;
  width: 250px;
  padding-right: 100px;
}

.key-features ul {
  float: left;
  width: 110px;
  padding-top: 4px;
}

.key-features ul li {
  display: block;
  padding: 7px 0;
}


/* Client logo block */

#client-logos {
  position: relative;
  
  height: 82px;
  width: 580px;
  margin: 0 0 20px 0;    
  
  clear: both;
  overflow: hidden;
}

#client-logos img {  
  position: absolute;
  top: 0;
  padding: 0 11px;
}

#client-logos img.l1 {
  left: 0;
}

#client-logos img.l2 {
  left: 116px;
}

#client-logos img.l3 {
  left: 232px;
}

#client-logos img.l4 {
  left: 348px;
}

#client-logos img.l5 {
  left: 464px;
}

#client-logos img.l6 {
  left: 580px;
}

.js #client-logos img {
  visibility: hidden;
}

#scroll {
  font-size: 0;  
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 800px;  
}

#client-logos .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 82px;
  width: 580px;
  background: url(../img/logos/gradient.png) repeat-y 0 0;
}



/* Large image collages */
.skinnable-interface {
  float: left;
  position: relative;
  left: -20px;
  padding: 10px 0 0 0;
}

.iPhone {
  float: right;
  padding-top: 20px;
  position: relative;
  left: -10px;
}
