@charset "utf-8";
/* 
    Main CSS 
    author: Brandon Whitesell, bside design
*/

/*=============================*/
@import url(html5-reset.css); /*reset html 5 elements*/
/*=============================*/

/*=============================*/
@import url(browser-normalization.css); /*make all of browser display defaults the same*/
/*=============================*/

/*=============================*/
@import url(theme.css); /*all non-layout rules - setting general look and feel*/
/*=============================*/

/*==LAYOUTS====================*/
/*====PHONE====================*/
@import url(phone.css) only screen and (min-width: 0px) and (max-width: 320px);
/*=============================*/

/*====TABLET===================*/
@import url(tablet.css) only screen and (min-width: 321px) and (max-width: 768px);
/*=============================*/

/*====DESKTOP==================*/
@import url(desktop.css) only screen and (min-width: 769px);
/*=============================*/

