/*
THEME NAME: The Fishing Crew
THEME URI: http://www.thefishingcrew.com
DESCRIPTION: Theme for TheFishingCrew.com. Based upon Wordpress theme frameworks by Nic Myers (http://www.nicmyers.com) & Ian Stewart (http://themeshaper.com/)
VERSION: 0.8
AUTHOR: Nic Myers
AUTHOR URI: http://www.nicmyers.com
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/3c-fixed.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* Apply menu styles */
@import url('library/styles/superfish.css');


#homepage-feature:after { /* Keep those floats cleared! */
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }