/*  
Theme Name: Purple Pastels
Version: 3.3
Theme URI: http://www.quirm.net/
Description: An accessible Wordpress version 2.7 compatible theme. Customised threaded comments function included. Backwards compatibility preserved for WordPress 2.6x. A download archive that includes copies of the larger images in Photoshop format is available on http://www.quirm.net/. Support available at http://forum.quirm.net. 
Author: Mel Pedley
Author URI: http://www.blackwidows.co.uk
Tags: light,purple,pink,two-columns, flexible-width, right-sidebar, threaded-comments, sticky-post

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;
}
*/