/**
 * These classes are used within Firefly. Be sure to @import these classes from
 * the site's main stylesheet. Styles are duplicated here in both mixed case and
 * lowercase because XHTML only supports lowercase attributes, but styles were
 * originally only in mixed case so it's really a kludge to make sure everything
 * still works properly.
 */

.DarkGreen, .darkgreen {
    color:#004b4f;
} 

.LightGreen, .lightgreen { 
    color:#23767b;
}

.DarkGold, .darkgold { 
    color:#9d8f30;
}

.LightGold, .lightgold {
    color:#cfc06c;
} 

.DarkGreenTitles, .darkgreentitles {
    font-weight:bold;
    font-size:12px;
    color:#004b4f;
}

.DarkGoldTitles, .darkgoldtitles {
    font-weight:bold;
    font-size:12px;
    color:#9d8f30;
}

a.JasonsLinks, a.jasonslinks {
    color: #234a4d;
    text-decoration: none;
}
a.JasonsLinks:active, a.jasonslinks:active {
    color: #cfc06c;
    text-decoration: none;
}
a.JasonsLinks:visited, a.jasonslinks:visited {
    color: #1c656b;
    text-decoration: none;
}
a.JasonsLinks:hover, a.jasonslinks:hover {
    color: #9d8f30;
    text-decoration: none;
}

.media-player {
    /* placeholder CSS for jquery media plugin */
}
