/*
Theme Name: DMGC
Theme URI: http://www.danny-murphy.co.uk
Description: A theme for DMGC based on blankSlate by Shawn Cope.
Version: 1.0
Author: Danny Murphy
Author URI: http://www.danny-murphy.co.uk
Tags: blankSlate, no style, clean, empty


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

@import "style/css/reset.css";
@import "style/css/screen.css";
@import "style/css/sifr.css";

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


