/*
Project: Liberte Studio
subject: Master Stylesheet  
version: 1.2 
Author: Lucas Di Carlo
Twitter: @lukelux
URI: http://libertestudio.com
email:lucas[at]libertestudio[dot]com
last editor: Lucas Di Carlo
firstVersion: 10.11.2009
lastUpdateVersion: 28.02.2011
copyrighted to Lucas Di Carlo. 
*/
/*Import sylesheet hide IE/Mac \*/
@import "css/base.css";
@import "css/typography.css";
@import "css/layout.css";
@import "css/nav.css";
@import "css/color.css";
@import "css/webkit.css";
@import url("css/smartphone.css") only screen and (min-device-width : 320px) and (max-device-width : 569px);
@import url("css/iphoneFour.css") only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5); /*And hight pixel ratio devices*/
@import url("css/ipad.css") only screen and (min-device-width : 768px) and (max-device-width : 1024px);
@import url("css/largescreen.css") screen and (min-width : 1824px);
/*End import-hide \*/

