@charset "utf-8";
/* Media Query Stylesheets */
/* GHOULIE MANOR CSS Version 1.00 */

/* ######################################## */

/* Boilerplate */
@import url("boilerplate.css") all;

/* Global CSS */
@import url("global.css") only screen;

/* Mobile */
@import url("mobile.css") only screen and (max-width:768px);
@import url("mobile.css") only screen and (max-device-width:768px);

/* Tablets */
@import url("tablet.css") only screen and (min-width:769px) and (max-width:1024px);
@import url("tablet.css") only screen and (min-device-width:769px) and (max-device-width:1024px) and (orientation:landscape);
@import url("tablet.css") only screen and (min-device-width:769px) and (max-device-width:768px) and (orientation:portrait);

/* Desktop */
@import url("desktop.css") only screen and (min-width:961px);

/* Hi-Res Displays */
/* DISABLED @import url("hi-res.css") 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (	-moz-min-device-pixel-ratio: 2),
only screen and (	  -o-min-device-pixel-ratio: 2/1), 
only screen and (		 min-device-pixel-ratio: 2),
only screen and (				 min-resolution: 192dpi),
only screen and (				 min-resolution: 2dppx); */

/* Designer Credit */
@import url("http://www.darkimaginings.com/css/designer.css") all;

/* Print */
@import url("print.css") print;