/**
 * Theme Name: Happy Software
 * Theme URI: http://www.happysoftware.com
 * Description: Custom theme for Happy Software built as a child theme of Hybrid-SRD by Shannon-Rose Design.
 * Version: 1.0
 * Author: Ray Milstrey
 * Author URI: http://www.shannonrose.com
 * Tags: Custom, Hybrid
 * Template: hybrid-srd
 **/

/* Get reset CSS */
@import url('css/reset.css');
 
/* Get plugins CSS */
@import url('../hybrid-srd/library/css/plugins.css');

/* Get default CSS */
@import url('css/screen.css');

/* Get image CSS */
@import url('css/images.css');

.homeColumn ul{
list-style-type: none;
}