
/* ------ NOTES ----------------------------------------------------------------

Master screen style for Burt. Overrides styles in all-master.css.

----------------------------------------------------------------------------- */

#burt #nav {
  float: left;
  width: auto;
  height: 40px;
  margin: 0 0 0 20px;
  padding: 0;
  }
#burt #nav li, #nav a {height: 40px; display: block; outline: none;}
#burt #nav li {float: left; list-style: none; display: inline;}

#burt #nav-home {width: 126px; text-indent: -99999px;}
#burt #nav-blog {width: 74px; text-indent: -99999px;}
#burt #nav-contact {width: 121px; text-indent: -99999px;}

#burt #nav-home a, #nav-blog a, #nav-contact a {
  background: url(../images/bg-nav.png) no-repeat;
  }
#burt #nav-blog a {background-position: -126px 0;}
#burt #nav-contact a {background-position: -200px 0;}

#burt #nav-home a:hover, #nav-blog a:hover, #nav-contact a:hover {
  border: none;
  background: url(../images/bg-nav.png) 0 -40px no-repeat;
  }
#burt #nav-home .active, #nav-blog .active, #nav-contact .active,
#burt #nav-home .active:hover, #nav-blog .active:hover, #nav-contact .active:hover {
  border: none;
  background: url(../images/bg-nav.png) 0 -40px no-repeat;  
  }

#burt #nav-blog a:hover {background-position: -126px -40px;}
#burt #nav-blog .active {background-position: -126px -40px;}

#burt #nav-contact a:hover {background-position: -200px -40px;}
#burt #nav-contact .active {background-position: -200px -40px;}


#burt #header #logo {
  float: left;
  width: 63px;
  margin: 9px 0 0 20px;
  }
#burt #header #logo span, #header #logo a {
  display: block;
  width: 63px;
  height: 20px;
  background: url(http://burt-assets.s3.amazonaws.com/logo-burt.png) no-repeat;
  border: none;
  }
#burt #header #logo img  {display: block; width: 0; border: none;}

#burt #subscribe {
  list-style: none;
  float: right;
  margin: 10px 0 0 0;
  }
#burt #subscribe li {display: inline; margin-right: 20px;}
#burt #subscribe li.twitter {
  padding: 1px 0 3px 24px;
  background: url(../images/icon-twitter.png) no-repeat;  
  }
#burt #subscribe li.rss {
  padding: 1px 0 3px 24px;
  background: url(../images/icon-rss.png) no-repeat;  
  }
#burt #subscribe li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  background: none;
  }
#burt #subscribe li a:hover {border-color: #fff;}

#burt #introduction .product {
  width: 165px;
  margin: 10px 30px 20px 0;
  float: left;
  }
#burt #introduction .product h3 {
  font-size: 18px;
  margin: 0 0 10px;
  }
#burt #introduction .product p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 170%;
  }

#burt .blackbox-big em {
  font-weight: bold;
  font-style: normal;
  color: white;
}

#burt .blackbox-big .info ul {
  list-style-image:none;
  list-style-position:inside;
  list-style-type:disc;
  margin-bottom:15px;
}

#sign-up-now {
  display: block;
  width: 420px;
  height: 60px;
  padding-top: 20px;
  background: url(../images/bg-form-blue.png) top left no-repeat;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 200%;
  font-weight: bold;
  font-family: Gotham, Avenir, "Helvetica Neue", Arial, sans-serif;
  border: none;
}