.blog_post{
	margin: .5em 1em;
	margin-top: 2em;
	padding-bottom: .5em;
	border-bottom: 1px dashed #768998;
}

.blog_post .blog_text{
	margin: .5em 0 1.5em 0;
	text-align: justify;
}

.blog_post div.blog_title{
	font-weight: bold;
	font-size: 1.2em;
}

.blog_post .commentbar{
	font-size: .8em;
	font-weight: bold;
	color: #666;
	clear: both;
	padding: .5em;
	
}

.commentbar .blog_rating{
	float: left;
}

.commentbar .blog_comment{
	float: right;
}

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{
	border: 3px solid white;
	margin: 1em;
}

.postMainpic{
	text-align: center;
}

.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;
}
