

/* Start of CMSMS style sheet '04_external_links' */
/**
 * #############################################################################
 * # --------------------- simpleCSS .::. A CSS Framework -------------------- #
 * # ---- Designed and Developed by Hugo!Net <bradj @="hugonet.com.au" /> ---- #
 * #############################################################################
 * 
 * >>> $Id$
 */

/* Adds a little external link icon to all of your external links */
a[href^="http:"] {background: url(images/external_link_icons/externalLink.gif) no-repeat right top; padding-right:10px;}

/* Email Links */
a[href^="mailto:"] {background: url(images/external_link_icons/email_link.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/* AIM Links */
a[href^="aim:"] {background: url(images/external_link_icons/group.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/* PDF Links */
a[href$=".pdf"] {background: url(images/external_link_icons/page_pdf.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/* DOC Links */
a[href$=".doc"] {background: url(images/external_link_icons/page_word.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/* RSS Links */
a[href$=".rss"], a[href$=".rdf"] {background: url(images/external_link_icons/feed.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}


/**
 * Internal Absolute URLS
 * -----------------------------------------------------------------------------
 * Reset your internal links that use absolute URLS by replacing yoursite.com
 * with your site's URL, below
 */
a[href^="http://www.hepburnhouse.com.au"], a[href^="http://hepburnhouse.com.au"]
{background-image:none !important; padding-right:0px;}

/**
 * Turning This Off
 * -----------------------------------------------------------------------------
 * Use on external links that are images or have background colors/borders...
 * when ever you dont want an icon to appear
 */
.exempt {background-image:none !important; padding:0px !important;}

/**
 * IE FIX
 * -----------------------------------------------------------------------------
 * This method does not work for IE6 or IE7 (big surpise)
 * You can add the class .external to a few of your important external links
 * so they work in IE6/7 if you wish.
 * IE will just ignore the above rules.
 */
.external {background: url(images/external_link_icons/externalLink.gif) no-repeat right top;padding-right:10px;}
/* End of '04_external_links' */

