/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://blog.brandoncheek.com/mt-static/themes/base-weblog.css);
@import url(http://blog.brandoncheek.com/mt-static/themes/theme-powell_street/theme-powell_street.css);
/* end StyleCatcher imports */

/* Below are customizations by Brandon Cheek for WTMS.  */

/* Floats image to right (flush) with 5 pixel margins */
.img-right {
	float: right;
	margin: 5px 0 5px 5px;
}
/* Floats image to left (flush) with 5 pixel margins */
.img-left {
	float: left;
	margin: 5px 5px 5px 0;
}
/* Adds format to Recommendations Module items */
.rec_side {
	margin: 5px 0 0 0;
}