/*
Theme Name: Jordan Van Sewell
Theme URI: http://blackplastic.ca
Description: A totally kick ass site designed by Brooke Nelson and coded by Tyrone Fontaine
Version: 1.0
Author: Tyrone Fontaine
Author URI: http://blackplastic.ca
Tags: Jordan Van Sewell, Ceramic Art, Clay Sculpture, Artist.

This theme was designed by Brooke Nelson and built by Tyrone Fontaine,
whose blog you will find at http://blackplastic.ca

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import "style/reset.css";
@import "style/default.css";
@import "style/nav.css";
@import "style/single.css";
@import "style/formm.css";


/*Utility Styles************************/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}
