
/* Exculsive to /index.html  */

#newsbar{ float: none; padding-top: 15px; margin-top: 15px; border-top: 0px solid #DDD; } /*set border to 1px when there's some main content!*/
.newsItem{float: left; width: 29.5%; height: 120px; padding: 12px; border-right: 1px solid #DDD;}
.emptyNews{background-image: url('/images/grayMuffin.png'); background-repeat: no-repeat; background-position: center;}
.newsDate{color: #888; font-size: small; }

.noBorder{border: 0;}

