/*   
THEME NAME:BlagoTheme
THEME URL:http://www.blago.net/
DESCRIPTION:My blagoworks Thematic child theme, customized for blago.net
Template:thematic
VERSION:0.1
AUTHOR:Hanneke Hoogstrate
AUTHOR URL:http://www.blagoworks.nl/
*/

/* no default styles */
@import url('css/reset.css'); 
@import url('css/wp-images.css');

@import url('css/fonts.css');
@import url('css/bw-structure.css');
@import url('css/bw-general.css');
@import url('css/bw-content.css');
@import url('css/bw-forms.css');
@import url('css/bw-comments.css');
/* exceptions */
@import url('css/bw-IE6.css');

/* print media type wordt genegeerd in IE8!
@import url(css/bw-print.css) print; */
/* toevoeging screen maakt styles onleesbaar voor IE6!
@import url('css/bw-structure.css') screen; */
/* iphone & mobile
@import url(css/antiscreen.css) handheld; 
@import url(antiscreen.css) only screen and (max-device-width:480px);
*/