
/**
 * Home
 */

#home {

}


/**
 * Home > News
 */

h2.news {
  margin: 40px 0 0 0;
}

ul#news {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#news li {
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
  padding: 10px 0;
}

ul#news li.alt {
  background: #fcfcfc;
}


/**
 * Home > Twitter
 */

h2.twitter {
  background: #3c6288 url(/images/bgs/header-blue.gif);
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin: 40px 0 0 0;
  padding: 0 10px;
  text-transform: uppercase;
}

ul#twitter {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#twitter li {
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
  padding: 10px 0;
}

ul#twitter li.alt {
  background: #fcfcfc;
}

ul#twitter li cite {
  color: #999;
  font-size: 11px;
}

