/* ---- style link images  ---- */
#content a[href^="http:"], #content a[href^="https:"]{
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(/images/icons/icon_pagelink.gif) center right no-repeat;
}
#content a[href^="mailto:"]{
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(/images/icons/icon_email.gif) center right no-repeat;
}
#content a[href*="#top"]{
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(/images/icons/icon_top.gif) center right no-repeat;
}
#content a[href*="facebook.com"], .PostContent a[href*="facebook.com"]{
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(/images/icons/icon_facebook.png) center right no-repeat;
}
#content a[href*="twitter.com"], .PostContent a[href*="twitter.com"]{
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(/images/icons/icon_twitter.png) center right no-repeat;
}
/* #content a[href*="youtube.com"], .PostContent a[href*="youtube.com"]{
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(/images/icons/icon_youtube.png) center right no-repeat;
}
*/
#content a[href$='.pdf']{
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(/images/icons/icon_pdf.gif) center right no-repeat;
}
#content a[href*="BAWgallery"]{
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(/images/icons/icon_image.gif) center right no-repeat;
}
#content a[href$='.php'], #content a[href$='.htm']{
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(/images/icons/icon_html.gif) center right no-repeat;
}
#content a[href$='.doc']{
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(/images/icons/icon_word.gif) center right no-repeat;
}
#content a[href$='.mp4'], #content a[href$='.mov'], #content a[href$='.avi']{
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(/images/icons/icon_video.gif) center right no-repeat;
}
#content a[href$='.mp3'], #content a[href$='.wav']{
display:inline-block;
padding-right:20px;
line-height:18px;
background:transparent url(/images/icons/icon_sound.gif) center right no-repeat;
}
#content a[href*="digg"], #content a[href*="del.icio.us"], #content a[href*="facebook"], #content a[href*="google"], #content a[href*="newsvine"], #content a[href*="reddit"], #content a[href*="stumbleupon"] { 
padding-right:2px;
line-height:18px;
background: none;
}
/* ---- end of style link images  ---- */
