/*
Theme Name: Crude The Movie
Description: The default Crude theme based on the Flash website.
Version: 1
Author: Jennifer Sisson
Author URI: http://awesometopic.com/
*/

.post img.alignright{
	float: right;
	padding: 10px 0 15px 15px;
}

.post img.alignleft{
	float: left;
	padding: 10px 15px 15px 0;
}

.post img.aligncenter{
	display: block;
	margin: 0 auto;
}