.blog_post{
	margin: .5em 1em;
	margin-top: 2em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}

.blog_post .blog_text{
	margin: .5em 0 1.5em 0;
	text-align: justify;
}

.blog_post .blog_title{
	font-size: 1.4em;
}

.blog_post .bottomBar{
	font-size: .8em;
	font-weight: normal;
	color: #666;
	clear: both;
}

.blog_post .commentsBar{
	
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	float: left;
	width: 400px;
}

.bottomBar .ratingBar{
	float: right;
	width: 110px;
	text-align: right;
}

.bottomBar .ratingControl{
	width: 30px;
	padding: 2px;
	text-align: center;
	float: left;
}

.bottomBar .ratingButton{
	border: 1px solid #eee;
	width: 20px;
}

.bottomBar .ratingLabel{
	background: #eee;
	border: 1px solid #666;
}

h1.blog_title span{
	font-size: .5em;
}

h1.blog_title{
	font-size: 2em;
}

.blog_date{
	color: #666;
	
	font-size: .8em;
}

.imgThumb{
	float: left;
	padding: 5px;
	margin: 1px;
	border: 1px solid gray;
	cursor: hand;
	cursor: pointer;
	
}

#fPostText,#fTitle,#fTags,#fImURL,#fileToUpload{
	width: 100%;
}

#thumbImg{
	width: 102px;
	height: 102px;
	border: 1px solid #aaa;
}

#waitInd{
	display: inline;
}

#lImgForm{
	float: left;
	width: 30em;
}

#rImgForm{
	float: left;
	width: 10em;
}

.blogDelim{
	height: 1em;
	border-bottom: 1px solid #eee;
	margin: 0 3em 1em 3em;
}

.postMainpic img{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
}

.postMainpic{
	text-align: left;
}

.with-deferred{
	font-weight: bold;
	background: white;
	font-size: 1.5em;
	color: red;
}

#imgTitle{
	padding: .5em;
	width: 20em;
	background: #FCE3AF;
	position: absolute;
	display: none;
	color: black;
}

