﻿/* to create serif italic dramatic text, use this class */
.fancy {
color:#666;
font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
font-style:italic;
font-weight:400;
}

/* creates small caps */
.caps {
font-variant:small-caps;
letter-spacing:1px;
text-transform:lowercase;
font-size:1.2em;
padding:0 2px;
}

/* Use this class if a link gets an icon when it shouldn't. */

body a.noicon, body a:visited.noicon {
background:none;
padding:0;
margin:0;
}

/* Make sure the icons are not cut 
a[href^="http:"],a[href^="mailto:"],a[href^="http:"]:visited,a[href$=".pdf"],a[href$=".doc"],a[href$=".xls"],a[href$=".rss"],a[href$=".rdf"],a[href^="aim:"] {
padding:2px 22px 2px 0;
margin:-2px 0;
background-repeat:no-repeat;
background-position:right center;
}
*/
/* External links */
/*
a[href^="http:"] {
background-image:url(/app_themes/redsquare/images/external.png);
padding-right:14px;
}
a[href^="http:"]:visited {
background-image:url(/app_themes/redsquare/images/visited.png);
}
*/

a[href^="mailto:"] {
background-image:url(/app_themes/redsquare/images/email.png);
padding:2px 22px 2px 0;
margin:-2px 0;
background-repeat:no-repeat;
background-position:right center;}


/* Files */
a[href$=".pdf"] {
background-image:url(/app_themes/redsquare/images/pdf.png);
padding:2px 22px 2px 0;
margin:-2px 0;
background-repeat:no-repeat;
background-position:right center;}

a[href$=".doc"] {
background-image:url(/app_themes/redsquare/images/doc.png);
padding:2px 22px 2px 0;
margin:-2px 0;
background-repeat:no-repeat;
background-position:right center;}

a[href$=".xls"] {
background-image:url(/app_themes/redsquare/images/xls.png);
padding:2px 22px 2px 0;
margin:-2px 0;
background-repeat:no-repeat;
background-position:right center;}


a[href^="http://www.acuitybrands.com"] {
background:none;
padding:0;
margin:0;
}
