/**
 * Theme Name: Greno Industries
 * Theme URI: http://www.greno.com
 * Description: Custom theme for Greno Industries built as a child theme of Hybrid.
 * Version: 1.0
 * Author: Ray Milstrey
 * Author URI: http://www.shannonrose.com
 * Tags: Custom, Hybrid
 * Template: hybrid
 **/

/* Get reset CSS */
@import url('/css/reset.css');
 
/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('css/drop-downs.css');

/* Get default CSS */
@import url('css/screen.css');

/* Get image CSS */
@import url('css/images.css');

/* Get custom CSS */
@import url('/css/main.css');