.post_wrapper
{
	position: relative;
	float: left;
	clear: none;
	margin-left: 30px;
	margin-top: 30px;
	width: 810px;
	overflow: hidden;
}

#post_content_single
{
	font-size: 12px;
	color: #CCC;
	line-height: 200%;
}

#post_content_single a
{
	color: #666;
	text-decoration: none;
}

#post_content_single a:hover
{
	color: #FFF;
	text-decoration: none;
}

#post_content_single p
{
	padding: 3px 5px 3px 5px;
	background-image: url(images/trans_bg_paragraph.png);
}

#post_content_single p img,#post_content_single img p
{
	padding: 0;
}

input, textarea
{
	background-color: #CCC;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 12px;
	border: none;
	padding: 5px;
}

