/* 
    Document   : style.css
    Created on : May 7, 2012, 3:05:14 PM
    Author     : 
    Description:
        
*/

/*html, body {
  height: 100%;
  margin: 0;  
}*/

body {
  margin: 0;
  font-family: Calibri, Helvetica, Arial, sans-serif;        

  background: #585860; /* for non-css3 browsers */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff'); /* for IE */
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#ffffff)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #000000,  #ffffff); /* for firefox 3.6+ */ 
}

body.ie7 {
  filter: none; /* for IE 7 */
}

a:link {
  color: #0099f1;
}
a:visited {
  color: #0099f1;
}
a:hover {
  text-decoration: none;
}

#header-bar {
  background-color: #000000;
  height: 95px;                    /* Fix this  */
}

#yp-logo {
  margin: 14px 0 0 40px;
}
.page-home #yp-logo {
  margin-left: 0px;
}

.centered-box {
  width: 1032px;
  margin: auto;
}

#yellow-box {
  background-image: url(../images/yellow-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 440px;
  background-color: #c5ac02;
}

#img-gadgets {
  float: right;
  padding-top: 80px;
}

.text-super-big {
  font-size: 68px;
  color: #ffffff;
  display: block;
  line-height: .8em;
  letter-spacing: -0.02em;
  padding-top: 70px;
}
.text-big-subtitle {
  font-weight: bold;
  display: block;
  font-size: 42px;
}
.home-teaser {
  width: 575px;
  display: block;
  font-size: 28px;
  color: #444;
  line-height: 1.1em;
  font-weight: lighter;
  margin-bottom: 45px;
}

a.home-button {
  width: 190px;
  display: inline-block;
  background: url(../images/btn-homepage.png) no-repeat;
  height: 32px;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  font-size: 18px;
  font-weight: lighter;
  margin-right: 17px;
}
a.home-button:link {
  color: #ffffff;
}
a.home-button:visited {
  color: #ffffff;
}
a.home-button:hover {
  -webkit-box-shadow: -2px 10px 18px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    -2px 10px 18px rgba(50, 50, 50, 0.2);
  box-shadow:         -2px 10px 18px rgba(50, 50, 50, 0.2);
  color: #dddddd;
}

.page-home #black-box {
  position: relative;
  margin: 0 auto;
  width: 750px;
  background: #F0F0F0;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  
}


/* Inner page / News Page */

.page-news .text-col {
  background-color: white;
  padding: 0 20px;
  width: 960px;
}

.page-news .text-col .content {
  background-color: #f8f8fa;
  padding: 1px 10px;
  width: 600px;
  float: left;
}

.page-news .content h1 {
  font-size: 36px;
}

.page-news .content h2 {
  font-weight: normal;
  margin-bottom: 0px;
}

.page-news .right-col {  
  padding-top: 70px;
  padding-left: 637px;
}

.page-news .right-col ul,
.page-news .right-col ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.page-news .right-col ul li {
  margin: 8px 0;  
}