/* Home */

#home {
  float: left;
  position: relative;
  padding: 55px 0 0 66px;
  width: 916px;
}

#home h2 {
  float: left;
  font: 36px/43px Georgia, "Times New Roman", Times, serif;
  color: #000;
  width: 580px;
  letter-spacing: -2px;
}

#home h2 span { color: #f50101; }

#home_sidebar {
  position: absolute;
  width: 248px;
  height: 216px;
  background: url(../../assets/images/home_paper.png) no-repeat;
  top: 13px;
  right: -8px;
  padding: 56px 40px 0 60px;
}

#home_sidebar h3 {
  font: bold 20px/20px Georgia, "Times New Roman", Times, serif;
  color: #f50101;
  padding: 0 0 10px;
}
#home_sidebar p, #home_sidebar ul li {
  font: 12px/20px Georgia, "Times New Roman", Times, serif;
  color: #000;
  padding-bottom: 0;
}
#home_sidebar ul {
  float: left;
  padding: 14px 0 0 10px;
}
#home_sidebar ul li {
  text-transform: uppercase;
  background: url(../../assets/images/home_sidebar_li.png) 0 3px no-repeat;
  padding: 0 0 0 21px;
  line-height: 18px;  
}

#home_sidebar a.subscribe {
  float: left;
  width: 81px;
  height: 32px;
  background: url(../../assets/images/home_sidebar_button.png) no-repeat;
  text-indent: -9999px;
  margin: 52px 0 0 14px; 
}
#home_sidebar a.subscribe:hover { background-position: 0 -32px; }
