/* Icon Stylesheet */

/* ==== FILE TYPE ASSOCIATION ==== */
/* Microsoft */
a.icon_doc:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_word.gif) no-repeat 0 1px;}
a.icon_xls:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_excel.gif) no-repeat 0 1px;}
a.icon_csv:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_excel.gif) no-repeat 0 1px;}
a.icon_ppt:link {padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_powerpoint.gif) no-repeat 0 1px;}
/* Adobe */
a.icon_swf:link {padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_flash.gif) no-repeat 0 1px;}
a.icon_pdf:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_pdf.gif) no-repeat 0 1px;}
/* Audio / Video */
a.icon_avi:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_video.gif) no-repeat 0 1px;}
a.icon_mov:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_video.gif) no-repeat 0 1px;}
a.icon_mp3:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_audio.gif) no-repeat 0 1px;}
/* General */
a.icon_txt:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_text.gif) no-repeat 0 1px;}
a.icon_rss:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_rss.gif) no-repeat 0 1px;}
a.icon_xml:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_xml.gif) no-repeat 0 1px;}
/* Image Types */
a.icon_gif:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_picture.gif) no-repeat 0 1px;}
a.icon_jpg:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_picture.gif) no-repeat 0 1px;}
a.icon_bmp:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_picture.gif) no-repeat 0 1px;}
a.icon_tif:link {padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_picture.gif) no-repeat 0 1px;}
a.icon_eps:link {padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_picture.gif) no-repeat 0 1px;}
/* ZIP / RAR */
a.icon_zip:link	{padding: 1px 0 1px 17px; background: url(../../../images/icons/icon_archive.gif) no-repeat 0 1px;}
/* in the future... when IE6 vanishes use this type of code a[href$='.doc'] {} */

/* ==== SOCIAL BOOKMARKING ==== */
/* bookmark navigation */
ul#bookmarks 	{margin: 10px 0 0 0;}
ul#bookmarks li		{list-style: none; font-size: 1.2em; line-height: 1.4em; float: left; display: inline; position: relative;}	
ul#bookmarks li a	{display: block; text-decoration: none; padding: 2px 0 2px 25px;}
ul#bookmarks li a:hover	{text-decoration: underline;}
 	/* site specific */
	ul#bookmarks li.facebook a	{background: url(../../../images/bookmarks/facebook.gif) no-repeat left center;}
	ul#bookmarks li.twitter a	{background: url(../../../images/bookmarks/twitter.gif) no-repeat left center;}
	ul#bookmarks li.delicious a	{background: url(../../../images/bookmarks/delicious.gif) no-repeat left center;}
	ul#bookmarks li.digg a		{background: url(../../../images/bookmarks/digg.gif) no-repeat left center;}
	ul#bookmarks li.technorati a	{background: url(../../../images/bookmarks/technorati.gif) no-repeat left center;}
	ul#bookmarks li.stumbleupon a	{background: url(../../../images/bookmarks/stumbleupon.gif) no-repeat left center;}
	ul#bookmarks li.reddit a	{background: url(../../../images/bookmarks/reddit.gif) no-repeat left center;}
	ul#bookmarks li.browser a	{padding: 2px 0 2px 0;}
