/*
Theme Name: OUUC Custom Theme
Theme URI: http://ouuc.org
Description: Based on the HTML5 Boilerplate and incorporates bootstrap.
Version: 1.0
Author: Colin Elliot
Author URI: http://colinelliot.com
Tags: white, responsive
License: 
License URI: 

*/

/*
HTML Boilerplate styles can be found in the html5-boilerplate/css directory.
*/

/* Framework */
@import url('css/bootstrap.css');

/* Plugin styles */
@import url('css/flexslider.css');

/* Layout styles */
@import url('css/layout.css');


/* WordPress Required Styles */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
