/* 
Theme Name: dc2013
Theme URI: http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial 
Description: Based on a demo by Zac Gordon - theme built to accompany the Treehouse blog post <a href="http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>. 

Author: Jean-Francois Yelle
Author URI: quadernii.com
Version: 0.1.0 Tags: responsive, bootstrap 

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) 
License URI: http://creativecommons.org/licenses/by-sa/3.0/ 

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html 
*/

/*color registry

/*#652600; /*dc2013_brown*/
/*#bb2222; /*dc2013_red*/
/*#ff6666; /*dc2013_red2*/

@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-responsive.css'); 
@import url('FontAwesome/css/font-awesome.min.css');
@import url('dc2013.css');

