/***********************************************************************

Author:     Sander Tiekstra
Company:    Tiekstramedia
URL:        http://www.nr14.nl

***********************************************************************/


/*	TABLE OF CONTENTS

	1.	Imported Styles
	2.	Display none
	3.	Print specific

*/



/*	1.	Imported Styles 
	Uses the Commented Backslash Filter for IE/Mac: 
	http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html
-------------------------------------------------------------------- */
/* hide from IE/Mac \*/
@import url("default.css");
/**/


/*	2.	Display none
-------------------------------------------------------------------- */
.home #highlights .section h3 img.alt {
	display: none;
}


/*	2.	Print specific styles
-------------------------------------------------------------------- */
body * {
	text-shadow: none;
}

a[href*="http://"]:after {
	content: " (" attr(href) ")";
}
