/*  
Theme Name: Purple Pastels
Version: 4.0
Theme URI: http://www.quirm.net/
Description: A flexible, accessible, theme with subtle sticky post icon-highlighting and customised threaded comments. Custom image & attachment templates. Additional page templates for pages without comments and pages without the sidebar. Custom display options. Thickbox enabled. Translation ready. Support available at http://forum.quirm.net. 
Author: Black Widow
Author URI: http://www.blackwidows.co.uk
Tags: light,purple,pink,two-columns, flexible-width, right-sidebar, threaded-comments, sticky-post, theme-options, custom-header, translation-ready

Distributed under the terms of the GNU General Public License

/* Main layout */
@import url("layout.css");

/* Main styles and colours */
@import url("color.css");

/* ignore these classes - they're just here to satisfy the wordpress.org upload
They are appropriately specified in layout.css - but the wordpress.org uploader doesn't appear to be able to deal with imported css sheets.
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
*/