/*
Theme: Off The Front 
Original Theme Name: Titan
Version:    1.0
Author:   Drew Strojny
Author URI: http://www.jestro.com
Edited By: Wes Crockett
*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes in a Child Theme. See this tutorial for instructions:
