/*
Silk icons by Mark James
http://www.famfamfam.com/lab/icons/silk/
*/

#content a[href^="mailto:"] {
	display:inline-block;
	padding-left:18px;
	line-height:16px;
	background:transparent url(icons/email.png) center left no-repeat;
}

#content a[href$='.pdf'] {
	display:inline-block;
	padding-left:18px;
	line-height:16px;
	background:transparent url(icons/page_white_acrobat.png) center left no-repeat;
}
/*#content a[href$='.jpg'], #content a[href$='.jpeg'], #content a[href$='.gif'], #content a[href$='.png'], #content a[href$='.bmp'] {
	display:inline-block;
	padding-left:18px;
	line-height:16px;
	background:transparent url(icons/picture.png) center left no-repeat;
}*/

#content a[href$='.swf'], #content a[href$='.fla'], #content a[href$='.swd'] {
	display:inline-block;
	padding-left:18px;
	line-height:16px;
	background:transparent url(icons/page_white_flash.png) center left no-repeat;
}

#content a[href$='.xls'], #content a[href$='.csv'], #content a[href$='.xlt'], #content a[href$='.xlw'] {
	display:inline-block;
	padding-left:18px;
	line-height:16px;
	background:transparent url(icons/page_white_excel.png) center left no-repeat;
}

#content a[href$='.ppt'], #content a[href$='.pps'] {
	display:inline-block;
	padding-left:18px;
	line-height:16px;
	background:transparent url(icons/page_white_powerpoint.png) center left no-repeat;
}

#content a[href$='.doc'], #content a[href$='.docx'], #content a[href$='.rtf'], #content a[href$='.txt'], #content a[href$='.wps'] {
	display:inline-block;
	padding-left:18px;
	line-height:16px;
	background:transparent url(icons/page_white_word.png) center left no-repeat;
}

#content a[href$='.zip'], #content a[href$='.gzip'], #content a[href$='.rar'], #content a[href$='.7z'] {
	display:inline-block;
	padding-left:18px;
	line-height:16px;
	background:transparent url(icons/page_white_compressed.png) center left no-repeat;
}

#content a[href$='.svg'], #content a[href$='.psd'] {
	display:inline-block;
	padding-left:18px;
	line-height:16px;
	background:transparent url(icons/page_white_vector.png) center left no-repeat;
}

