/*Overriding styles*/
div#aboutWhatTop div#aboutWhat {
	min-height: 100px;	
	text-align: center;
	padding: 5px 10px 0 10px;
}

div.whiteBoxContent {
	color: #000000;
	height: 70px;
	padding: 0 7px 0 7px;
	background-color: #FFFFFF;
}
/* End Overriding styles*/

#breadCrumb{
	width: 558px;
	margin: 20px 0 0 20px;
	float: left;
	font-weight: normal;
	color: gray;
}

#breadCrumb a{
	color: gray;
}

#blogTitle{
	float: left;
	margin: 50px 0 0 20px;
	font-weight: normal;
	color: gray;
	font-size: 12px;
	width: 558px;
}

#blogTitle a{
	color: gray;
}

#blogTitle a.blog{
	font-weight: normal;
	font-size: 12px;
}

#blogTitle span.author{
	font-weight: normal;
	color: gray;
	font-size: 12px;
}

#votes{
	text-align: center;
	width: 162px;
	margin: 8px 0 0 0;
}

#aboutWhat .votes_count{
	height: 50px;
}

#aboutWhat .votes_count .number{
	font-size: 30px;
	font-weight: bold;	
}

#aboutWhat .votes_count .text{
	font-size: 11px;
}

#aboutWhat .wtfeed{
	background: url(../img/vote.png) no-repeat top left;
	width: 120px;
	height: 31px;
	cursor: pointer;
	margin:15px 0 0 20px;
	
	font-size: 14px;
	height: 31px;
	line-height: 30px;
	color: black;
	
}

#aboutWhat .wtfeed:hover{
	background: url(../img/vote_press.png) no-repeat top left;
}

#aboutWhat .wtfeed a:hover{
	text-decoration: none;
}

#blog_tags{
	float: left;
	width: 183px;
	margin: 20px 0 0 0;
}

div#tagCloud {
	width: 183px;
	margin: 40px 0 0 0;	
}

#blog_description{
	float: right;
	margin: 40px 0 0 20px;
	width: 558px;
}

#blog_description .ads_blog_description{
	/*position: relative;*/
	/*float: right;*/
	width: 558px;
	height: 200px;
	text-align: center;
	margin: 10px 0 20px 0;
	
}

div.tagCloudBoxContent{
	min-height: 0;
} 

div#top_posts, #related_blogs{
	width: 380px;
	/*background-color: red;*/
	float: left;
	margin: 20px 0 0 0;	
}

#related_blogs{
	margin-left: 6px;
}

#ads_blog_box{
	margin-left: 6px;
}

#ads_blog_box h1{
	color:#57544B;
	margin: 0;
}

div#top_posts .post .votes, div#top_posts .post .title {
	float:left;
}

div#top_posts .post .title {
	padding-bottom:5px;
	padding-left:6px;
	width:280px;
}
/******** POST ******/
.postContent{
	width: 558px;
	overflow: hidden;
	margin: 40px 0 20px 0;
}

/****** END POST *****/