/*
Theme Name: Pretty Spots
Theme URI: http://www.ashwebthemes.com/themes/pretty-spots
Description: A highly widgetized (5 unique areas to include widgets!), dark theme. Validates XHTML Transitional. Works with WordPress 2.8.
Author: Derek Ashauer
Author URI: http://www.ashwebmedia.com
Version: 1.0.6
Tags: dark, two-columns, fixed-width, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

@import "_css/style.css";
@import "_css/superfish.css";


/* WordPress required styles */
.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.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;
	-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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}