/*
Theme Name: Down and Dirty
Theme URI: http://downanddirtylife.com
Description: Custom Theme built off the RSCG+ Core Framework
Version: 0.1
Author: Drew Eckhardt
Tags: Dirty, brown, orange

Wordpress theme by Rescue SCG Web Designer, Drew Eckhardt.

*/

/* ------------------------------------------------- 
Use this file for importing additional css.
All Front Site files are located in style/css/app.css
----------------------------------------------------*/
@font-face {
    font-family: 'cartonslab';
    src: url('style/fonts/carton-slab-webfont.eot');
    src: url('style/fonts/carton-slab-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/fonts/carton-slab-webfont.woff') format('woff'),
         url('style/fonts/carton-slab-webfont.ttf') format('truetype'),
         url('style/fonts/carton-slab-webfont.svg#cartonslab') format('svg');
    font-weight: normal;
    font-style: normal;

}


.footer-legal{
	color:#fff;
	text-decoration: none;	
}
.footer-legal:hover{
	color: #30261c;
}