/*  
Theme Name: Victorian Xmas
Theme URI: http://www.quirm.net/
Version: 1.2
Description: WordPress 2.7 compatible. Customised accessible threaded comments template. Backwards compatibility preserved for WordPress 2.6x. 
Author: Mel Pedley
Author URI: http://www.blackwidows.co.uk
Tags: green, red, two-columns, flexible-width, custom-header, custom-colors, right-sidebar, threaded-comments, sticky-post, seasonal

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