/* @override 
	http://localhost:3000/stylesheets/news-items.css
	http://asset4.worldonahanger.com/stylesheets/news-items.css?1259970204
*/


#news_items h1 a {
  color: #222;
}

#news_items .previous {
  float: left;
  white-space: nowrap;
}

#news_items .next {
  float: right;
  white-space: nowrap;
}

#previous_next {
  height: 2.3em;
  margin-top: 1.5em;
  font-size: 92%;
}

.news-item {
  margin-bottom: 4em;
  padding-top: 0.5em;
}

.news-item .title {
  font-family: helvetica, sans-serif;
  font-size: 150%;
  font-weight: bold;
  color: #444;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.1em;
  margin-bottom: 0.2em;
}

.news-item .title a {
  text-decoration: none;
  color: #333;
}

.news-item .title a:hover {
  text-decoration: underline;
  color: #666;
}

.news-item .date {
  display: inline;
  color: #888;
  margin-top: 0.2em;
}

.news-item .author {
  display: inline;
  color: black;
  font-style: italic;
}

.news-item .body ol,
.news-item .body ul {
  margin: 1em 3em;
}

.news-item .body img {
  display: block;
  margin: 1.6em auto;
  border: 1px solid #333;
}

.news-item .body ol li {
  list-style-type: decimal;
}

.news-item .body ul li {
  list-style-type: disc;
}
