/*  
Theme Name:ZenLite
Version: 1.3
Theme URI: http://quirm.net
Description: A minimalist single column design with a widget-ready horizontal navigation menu. Suitable for those who are looking for a theme to customise but want something more flexible than the Default theme. Includes additional templates for archives, categories, author lists, pages without comments, images and search results. Header customisation via the WordPress Admin interface. Compatible with WordPress 2.7 and above.
Author: Mel Pedley
Author URI: http://www.blackwidows.co.uk
Tags: one-column, custom-header, light, flexible-width

Distributed under the terms of the GNU General Public License

*/

/*Layout & positioning */
@import url(layout.css);

/*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;
}
*/

