/*
Theme Name: Markus Török
Theme URI: http://www.toeroek.eu
Description: 
Author: Markus Török
Author URI: http://www.toeroek.eu
Version: 1.0
*/

/*
Title:	Screen styles and IE/Win patches
Author:	markus.toeroek@gmail.com
*/

/* import stylesheets and hide from IE/Mac \*/
@import url("reset.css");
@import url("master.css");
@import url("ie.css");
@import url("mobile.css") screen and (max-device-width: 400px); /* iPhone, Android, etc */
/* end import/hide */