@charset "utf-8";
/* CSS Document */



.post * {
	
	 font-family:Arial, Helvetica, sans-serif;
}


.post {
	margin-top: 65px;
	width: 450px;
	
		
	padding-bottom: 40px;
}

.post p{
	padding-top: 20px;
    color: #ffffff;
   line-height: 20px;
    font-size:12px;
 
}

#comments ul{
	list-style-type: none;
}

.comment_text p{
	margin-left:25px;
	margin-top:-20px;
}
.post img 
{
	margin: 16px 16px 16px 0;
}

.post .postBalloon 
{
	float:left;
	margin:0;
	padding-right:5px;
}

.postmeta{}
.postnavigation{}

.post h2 a {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;	
}

.post h2 {
	margin-top: 30px;
	margin-bottom:20px;	
}

.post .datapost {
	float: left;
	color: #ffa800;
	margin-bottom: 0px;
}

.post .coments {
	float:right;

	
}

.post .coments img{
	margin:2px 7px 0 0;
	float:left;
}

.post .coments a{
	color: #ffa800;
}

.post .postcontent {
	padding-top: 30px;
}

.post .postcontent a {
	text-decoration:underline;
}

.post .postcontent strong, .post .postcontent b {
	font-weight:bold;
}

.post .postmeta, .post .postmeta a, .post .postmeta a {
		color: #ffa800;
}