.tmb_adn_frame{
	background: #F9F9F9;
	padding: 15px;
	margin-bottom:1em;
}

.tmb_adn_post{
	padding:20px;
	border:1px solid #DDD;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	background:#FFF;

	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);

    word-spacing:0px;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizelegibility
}

.tmb_adn_post:before,
.tmb_adn_post:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.tmb_adn_post:after {
    clear: both;
}

.tmb_adn_post {
    *zoom: 1;
}

.tmb_adn_post .tmb_adn_user{
	float:left;
	display:block;
	line-height: 0;
}

.tmb_adn_post img.tmb_adn_user_image{
	border-radius:5px;
	height:80px;
	width:80px;
	margin:0;
}

.tmb_adn_post .tmb_adn_post_body{
	margin-left:80px;
	padding:0 10px;
}

.tmb_adn_post .tmb_adn_post_body a{
    color: #D87A68;
    text-decoration:none;
}

.tmb_adn_post .tmb_adn_post_body a:hover{
    color: #CE5640
}

.tmb_adn_post a.tmb_adn_user_link{
	text-shadow: 0 1px 0 white;
	font-weight:bold;
	color:#333;
	text-decoration: none;
}

.tmb_adn_post .tmb_adn_post_body > span{
	display:block;
	letter-spacing: normal;
    word-spacing: normal;
}

.tmb_adn_post .tmb_adn_meta{
	font-size:12px;
	color: #6F7477;
	line-height: 18px;
	margin-top:10px;
}

.tmb_adn_post .tmb_adn_meta a{
	display:inline;
	text-decoration: none;
	color:#6F7477;
	margin:0;
}