/* ----------------------------------------------------------------------------
TITLE: Icons Stylesheet
AUTHOR: Paulo Elias
URL: http://wearequickpixel.com/
	
	DESCRIPTION: Use this stylesheet to add icons to elements throughout the site.

CREATED: 2007.09.10
MODIFIED: 2010.08.17
---------------------------------------------------------------------------- */
/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon 						{ margin: 0 !important; padding: 0 !important; background: transparent none !important; }

/* Make sure the icons are not cut */
a[href^="mailto:"],
/*
a[href^="http:"],
a[href^="http:"]:visited,
*/
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".xls"],
a[href$=".rss"],
a[href$=".rdf"],
a[href^="aim:"] 					{ margin: -2px 0; padding: 2px 22px 2px 0; background-repeat: no-repeat; background-position: right center; }

/* External links */
/* a[href^="http:"] 				{ background-image: url(../../img/site/icons/external.png); } */

a[href^="mailto:"] 					{ background-image: url(../../img/site/icons/email.png); }

/* a[href^="http:"]:visited 		{ background-image: url(../../img/site/icons/visited.png); } */

/* Files */
a[href$=".pdf"] 					{ background-image: url(../../img/site/icons/pdf.png); }
a[href$=".doc"] 					{ background-image: url(../../img/site/icons/doc.png); }
a[href$=".xls"] 					{ background-image: url(../../img/site/icons/xls.png); }

/* Misc */
a[href$=".rss"],
a[href$=".rdf"] 					{ background-image: url(../../img/site/icons/feed.png); }
a[href^="aim:"]						{ background-image: url(../../img/site/icons/im.png); }