

.wp-caption { 
	padding: 5px 5px 5px 5px;
	border: 1px solid #75a4ce;
	background: #f3f8fe;
}

.wp-caption-text {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}
	
/* Begin Images */
p img {
	padding: 7px 7px 7px 7px;
	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) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 2px;
	margin: 0 7px 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.alignright {
	float: right;
	clear: none;
	}

.alignleft {
	float: left
	}
/* End Images */
