body{
	margin-top: 20px;
}

p.site_description{
	color:#fff;
	font: 14px Helvetica;
	margin-top:10px;
	margin-left:10px;
}

.post {
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:20px;
	margin-left:8px;
}

.post img{
	padding: 10px;
	float:left;
}

.post p{
	margin-top: 10px;
}

div.headline {
	padding: 3px;
	font: bold 12px Helvetica;
}

div.title {
	font: bold 20px Helvetica;
}

div.author {
	color: #999;
	text-align: right;
	padding-top: 5px;
}

div.pubdate {
	color: #999;
	text-align: center;
      padding-top: 5px;
}

div.post-body{
      padding-top: 25px;
	font: 14px Helvetica;
      line-height:20px;
}

div.message-top {
	margin:10px 0px 0px 0px;
	font: bold 14px Helvetica;
	padding-left:5px;
	color: #CF302C;
}

div.contact-top {
	border: 1px solid #000;
	margin:15px 0px 5px 0px;
	padding-left:5px;
}

div.contact-links {
	text-align:right;
	width:465px;
}

a.footer-link {
	font: 14px Helvetica;
	margin-right: 10px;
}

/*Ticker-----------------------------------------------*/

div.news-content {
	border: 2px dashed #000;
	color: black;
	font: bold 14px Helvetica;
	height: 36px;
	margin-bottom:10px;
	padding-right: 3px;
}

ul#news { /* that's your list */
	list-style-type: none;
	margin:0px;
}
ul#news li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 10px;
	background: #fff;
}
ul#news a {
	white-space: nowrap;
	padding: 0;
	color: #000000;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
}