
/* latest news */

.news-home { margin-top:0px; padding:10px; margin-bottom:0px; }

/* HOMEPAGE summaries */

#news-container .news-summary { margin-bottom:10px; width:240px; margin-left:0px; }
#news-container .news-summary * { line-height:15px; }
#news-container .news-summary .title { padding-left:0px; padding-top: 5px; text-align:left; width:210px; line-height:15px; }
#news-container .news-summary .date { padding-top: 5px; text-align:left; }
#news-container .news-summary .description { text-align:justify; }
#news-container .news-summary .description a { font-weight:normal; }

/* LIST */

.newslist { width:500px; margin-left:-20px; }

.newslist .news-summary { margin:0px 0px 5px 20px; padding-bottom:5px;}
.newslist .news-summary .title { float:left; text-align:left; font-size:14px; width:350px; }
.newslist .news-summary .date { float:right; text-align:right; }

/* DETAILS */

.news-details { margin-bottom:20px; float:left; width:500px; }
.news-details .title { float:left; text-align:left; font-size:18px; width:350px; }
.news-details .date { float:right; text-align:right; }
.news-details .description { text-align:justify; margin:10px 0px 0px 0px; font-size:12px; }
.news-details .description a { font-weight:normal; }
.news-details .description a { font-weight:normal; }

/* IMAGES */

.image-container { float:right; }
.image-container .image { padding-left:20px; padding-top:5px; }

/* Containers */

#offwhiteback { background-color:#FFFFFF; padding:5px 0px 10px 0px; }

#news-container { float:left; width:217px; height:125px; padding:10px; line-height:15px; margin-right:20px; background-color:#FFFFFF;  }
#twitter-container { float:left; width:217px; height:125px; padding:10px; padding-left:5px; line-height:15px; font-weight:normal; background-color:#FFFFFF; }

#news-cycle { height:75px; width:215px; }

h3.newstitle { color:#910230; }

.viewall-left { text-align:right; font-size:10px; width:225px; clear:both; margin-top:40px; }
.viewall-right { text-align:right; font-size:10px; width:225px; clear:both; margin-top:10px; }

.clearboth-tall { height:10px; clear:both; }
