#main h2 {
	font-size: 16px;
	color: #31302c;
	padding: 15px 0 5px 0;
}

#fullPost {
	color: #383838;
	font-size: 12px;
	margin: 11px 0 31px 12px;
	padding-right: 10px;
}

	#fullPost .mastheadAltContent {
		margin-bottom: 15px;
	}

	#fullPost .mainImg {
		margin-bottom: 15px;
	}
	
	#fullPost .meta {
		margin-bottom: 5px;
	}
	
		#rateForm {
			float: right;
			width: 180px;
			text-align: right;
		}
		
			#rateForm select {
				display: inline;
			}
	
	#fullPost .meta .date {
		font-weight: bold;
	}
	
	#fullPost .meta .rating {
	
	}
	
		#fullPost .meta .rating img {
			display: inline;
		}
	
	#fullPost h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	#postContent {
		
	}
	
		#postContent p {
			margin-bottom: 1em;
		}