/* 
  Historical Society of Harford County
  Copyright (c) 2014 All Rights Reserved
 */
/*========================================
   Links 
  ========================================*/


a.html-link {
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/html_link.png) left top no-repeat;
}

a[href$=".pdf"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/pdf.png) left top no-repeat;
}

a[href$=".ppt"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/powerpoint.png) left top no-repeat;
}

a[href$=".pptx"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/powerpoint.png) left top no-repeat;
}

a[href$=".doc"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/word.png) left top no-repeat;
}

a[href$=".jpg"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/jpg.png) left top no-repeat;
}

a[href$=".jpeg"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/jpg.png) left top no-repeat;
}

a[href$=".JPG"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/jpg.png) left top no-repeat;
}

a[href$=".JPEG"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/jpg.png) left top no-repeat;
}

a[href$=".png"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/png.png) left top no-repeat;
}

a[href$=".tif"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/tif.png) left top no-repeat;
}


a[href$=".tiff"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/tif.png) left top no-repeat;
}


a[href$=".mov"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(http://harfordhistory.net/images/file-icons/mov.png) left top no-repeat;
}

a[href$=".mp3"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(http://harfordhistory.net/images/file-icons/mp3.png) left top no-repeat;
}


a[href$=".mpeg4"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/video.png) left top no-repeat;
}

a[href$=".mp4"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/video.png) left top no-repeat;
}

a[href$=".txt"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/word.png) left top no-repeat;
}

a[href$=".xls"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/excel.png) left top no-repeat;
}

a[href$=".xlsx"]
{
	padding: 0px 0px 5px 20px;
	line-height: 20px;
	background: transparent url(../images/file-icons/excel.png) left top no-repeat;
}