/* This is for you to style wordpress as you want it */
/* Have fun :) - Once you are done, let us know about your cool design, wp-design@corephp.com */

/* Begin Images */
#wordpress p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

#wordpress img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#wordpress img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

#wordpress img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

#wordpress .alignright {float: right;}

#wordpress .alignleft {float: left}
/* End Images */
