@charset "UTF-8";

/*
	This file is part of a site template for sale at ThemeForest.net.
	See: http://themeforest.net/user/GeertDD/portfolio
	Copyright ©2009 Geert De Deckere <geert@idoe.be>
*/

/* INTERNET EXPLORER 7 STYLES FOR SCREEN */
@media screen, projection {

/* Hard-coded colors because of the lack of “inherit” support */
#header a { color:#717474; }
#footer a { color:#414645; }
body.light #footer a { color:#a0a3a2; }

/* Light logo not appearing */
body.light #header h1 { zoom:1; }

/* Background image (quote.png) did not appear on blockquotes */
.content blockquote { zoom:1; }

/* Stuff that has been set manually to be hidden from IE7,
   not used at this time. */
.ie7-hide { display:none; }

}