/* News */
h1 { width: 80%; }

.date { color: #808080; font-style: italic; }
.news ul { font-size: 110%; }
.news ul li span.date { display: block; font-size: 70%; }
.news .news-type { position: absolute; margin: 4px 0 0 1em; }
.news ul li.disabled * { color: #808080; }

.news_item h1 { font-size: 160%; }
.news_item p.date { font-size: 85%; margin-bottom: 2em; }
.news_item .news-type { display: inline-block; margin-bottom: 1em; }
.news_item .gray { color: #808080; }

ul.gallery { margin-bottom: 2em; width: 100%; }
ul.gallery { margin-top: 2em }
ul.gallery li { float: left; height: 60px; margin: 10px 20px 10px 0; background: black; }
ul.gallery li a { opacity: 0.7; }
ul.gallery li a:hover { opacity: 1; }

