/*
Theme Name: Moose
Theme URI: http://bouncedesign.com
Description: A custom WordPress theme designed and developed for the client
Author: Bounce Design
Author URI: http://bouncedesign.com
Tags: Moose, Cree, First Nations

This theme was designed and built by Bounce Design,
whose site you will find at and http://bouncedesign.com

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


@import "style/reset.css";
@import "style/ie.css";
@import "style/bootstrap.min.css";
/*@import "style/audio.css";*/
@import "style/style.css";

/*Utility Styles************************/
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}