/*  
Theme Name: Single Column on Grey
Version: 1
Description: A minimalist single column design modified from Mel Pedley's "ZenLite."
Author: Phillip Yniguez
Author URI: http://www.phillipyniguez.com
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);

/* 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;
}
*/

