/*

Theme Name: PSD3
Theme URI: http://www.psd3.com
Description: A developer friendly theme with atomic templates and an elegant override hierarchy.
Version: 1.0
Author: Robert Heath/Arlo Mason
Author URI: http://www.robertheath.net http://www.arlomasonedesigns.com
Tags: widgets, customizable, 3-column, framework, semantic, white, red, gray, psd3

// This file is part of the PSD3 Theme for WordPress
// http://www.psd3.com


*/

@import url(css/psd3.css);

/* including for compatibility */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}