#content {
	width:900px;
	background: #fff;
	float: left;
}

#posts {
	float: left;
	width: 560px;
	padding: 0 0 30px 20px;
}

#single
{
   float: left;
	width: 560px;
	padding: 20px 0 20px 20px;   
}

#single .post
{
   width: 560px;
   font-size: 1.1em;
}


.post 
{
	width: 560px;
	padding: 0 0 10px 0;
   font-size: 1.1em;
}

small
{
   font-size: 0.85em;
}

.post h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
   margin: 0;
}

.post h3 a:link,
.post h3 a:visited
{
   text-decoration: none;
   color: #026A9F;
}

.post .date {
	padding: 0;
	margin: 0;
	color: #999;
}

.post .body p
{
   margin-top: 5px;
}

.read-more a {
	color: #2F9F1A;
	text-decoration: none;
	font-weight: bold;
}

.read-more a:hover 
{
   text-decoration: underline;
}

.comments 
{
	padding: 0 0 0 0;
}


.comments a {
	color: #026A9F;
	text-decoration: none;
	font-weight: bold;
}

#sidebar {
	float: right;
}

#comments {
	width: 560px;
	padding: 0 0 10px 0;
   font-size: 1.1em;
   float: left;
}

#reactions.column_contents em
{
   display: block;
   padding: 5px 0 20px 20px;
   
   text-align: left;
}


