/******************************************************************************
* Inform.com : Redesign
******************************************************************************/


/**
* Global : Site Defaults
**/
body { background: #FFF url("../img/bg.png") repeat-x 0 -700px; color: #424242; }
h1, h2, h3 { font-weight: bold; color: #8390A6; }
a { outline: none; color: #1B65AD; text-decoration: none; }
a:hover { color: #6EA6ED; }
.hidden { display: none; }


/**
* Global : Container Layout (Always pins footer to page bottom, regardless of content length)
* http://boagworld.com/technology/fixed-footers-without-javascript
* NOTE:  Need to include IE6 fixes when I get to resolving those issues -- page has instructions
**/
/**/
/**, body { margin: 0; padding: 0; }*/
/*#container {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  border: none;
}*/
/*#content {
  display: block;
  position: relative;
  padding-bottom: 270px;
  min-width: 100%;
  width: 100%;
  margin: 0 auto;
}*/
/*#footer {
  display: block;
  position: absolute;
  bottom: 0;
  height: 270px;
  min-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}*/



#veneer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: url("../img/bg-veneer.1.png") no-repeat center top;
  overflow: hidden;
}


/**
* Global : Site Header
**/
#global-header {
  position: absolute;
  top: 0;
  left: 50%;
  width: 990px;
  height: 90px;
  margin: -5px 0 40px -497px;
  padding: 0;
  background: #f5f5f5 url("../img/bg.png") repeat-x 0 0;
  border: 2px solid #ccc;
  border-top: none;
  border-bottom-left-radius:           6px;
  border-bottom-right-radius:          6px;
  -moz-border-radius-bottomleft:       6px;
  -moz-border-radius-bottomright:      6px;
  -webkit-border-bottom-left-radius:   6px;
  -webkit-border-bottom-right-radius:  6px;
  box-shadow:               0 1px 5px #ccc;
  -moz-box-shadow:          0 1px 5px #ccc;
  -webkit-box-shadow:       0 1px 5px #ccc;
  overflow: visible;
  z-index: 10;
}
#global-header * { margin: 0; padding: 0; }
#global-header a {
  display: block;
  float: left;
  margin-top: 15px;
}
#global-header .title { margin-left: 20px; }
#global-header .title img {
  display: block;
  height: 40px;
  width: 120px;
  float: left;
}
#global-header .tagline { display: none; }


/**
* Global : Cufon Resets ( http://wiki.github.com/sorccu/cufon/styling )
**/
strong, b { font-weight: bold; }
em, i { font-style: italic; }



/**
* Global : Site Footer
**/
#global-footer {
/*  position: relative;*/
}
#global-footer * { margin: 0; padding: 0; }
#global-footer .content {
  display: block;
  position: relative;
  left: 50%;
  bottom: 0;
  height: 50px;
  width: 1000px;
  margin: 0 0 0 -500px;
  border-top: 2px solid #ececec;
/*  height: 70px;*/
}
#global-footer .copyright {
  position: absolute;
  right: 15px;
  font-size: 12px;
  padding: 24px 0 0;
  font-weight: bold;
}


/**
* Site : Wrapper
**/
#wrapper { position: relative; }


/**
* Module : All
**/
.module { position: relative; margin-bottom: 30px; }
.module h2 {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  margin: 0;
  padding: 0;
}


/**
* Module : Intro
**/
.module.intro {
  position: relative;
  padding: 60px 0 20px;
}
.module.intro h1 {
  margin: 0 0 20px 0;
  padding: 0;
}
.module.intro h1 * {
  display: block;
  padding: 0;
  margin: 0 0 0 10px;
}
.module.intro h1 .logo {
  width: 180px;
  height: 60px;
}
.module.intro h2 {
  margin-bottom: 15px;
  padding: 5px 10px;
  background: #eee;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.module.intro p {
  padding: 0 10px;
  font-size: 12px;
  line-height: 18px;
}
.module.intro .links {
  display: block;
  position: relative;
  padding: 30px 0 0;
  width: 100%;
}
.module.intro .links li {
  list-style: none;
  display: block;
  position: relative;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
}
.module.intro .links a {
  display: block;
  padding: 8px 10px 8px 35px;
  background-color: #DCE6F7;
  background-image: url("../img/links.png");
  background-repeat: no-repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.module.intro .links a:hover { background-color: #EBF2FF; }
.module.intro .links .trial a { background-position: 3px -42px; }
.module.intro .links .contact a { background-position: 3px 9px; }
.module.clients {
  position: relative;
  padding: 0 0 15px;
  margin-bottom: 0;
}
.module.clients h2 {
  text-align: center;
  color: #ccc;
  margin-bottom: 4px;
  font-size: 22px;
}
.module.clients .gridlock {
  position: relative;
  overflow: auto;
  height: 60px;
  padding: 13px 10px;
  background: #eee;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
}
.module.clients .gridlock li {
  display: block;
  position: relative;
  float: left;
  width: 100px;
  height: 60px;
  margin: 0 3px;
  list-style: none;
  text-align: center;
  background: #fff url("../img/clients.1.png") no-repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.module.clients span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: -10000px;
}
.module.clients .gridlock li.cbsi         { background-position: -25px -20px; }
.module.clients .gridlock li.cnn          { background-position: -25px -120px; }
.module.clients .gridlock li.condenaste   { background-position: -25px -220px; }
.module.clients .gridlock li.hachette     { background-position: -25px -320px; }
.module.clients .gridlock li.nbc          { background-position: -25px -420px; }
.module.clients .gridlock li.nydailynews  { background-position: -25px -520px; }
.module.clients .gridlock li.si           { background-position: -25px -620px; }
.module.clients .gridlock li.telepictures { background-position: -25px -720px; }
.module.clients .gridlock li.voice        { background-position: -25px -820px; }

