/**
 * @package   Halcyon Template - RocketTheme
 * @version   1.7 July 15, 2014
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2014 RocketTheme, LLC
 * @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
*/

/*** TEXT COLORS ***/

/* Core - DARK */
#rt-top-surround.topblock-overlay-dark, .topblock-overlay-dark #rt-header, #rt-footer-surround.bottomblock-overlay-dark, .bottomblock-overlay-dark #rt-bottom, .bottomblock-overlay-dark #rt-footer {color: #999;}
#rt-top-surround.topblock-overlay-dark .title, #rt-footer-surround.bottomblock-overlay-dark .title {color: #aaa;}
#rt-top-surround.bottomblock-overlay-dark a:hover, #rt-footer-surround.bottomblock-overlay-dark a:hover {color: #fff;}

/* Core - LIGHT */
#rt-top-surround.topblock-overlay-light, .topblock-overlay-light #rt-header, #rt-footer-surround.bottomblock-overlay-light, .bottomblock-overlay-light #rt-bottom, .bottomblock-overlay-light #rt-footer {color: #555;}
#rt-top-surround.topblock-overlay-light .title, #rt-footer-surround.bottomblock-overlay-light .title {color: #333;}
#rt-top-surround.bottomblock-overlay-light a:hover, #rt-footer-surround.bottomblock-overlay-light a:hover {color: #000;}


/*** STRUCTURE ELEMENTS ***/

/* Logo - DARK */
.topblock-overlay-dark #rt-logo {background: url(../images/logo/dark/logo.png);}

/* Logo - LIGHT */
.topblock-overlay-light #rt-logo {background: url(../images/logo/light/logo.png);}

/* Top Block - DARK */
.topblock-overlay-dark #rt-top-pattern {background-image: url(../images/overlays/dark/squares.png);}
.topblock-overlay-dark #rt-top {background-image: url(../images/overlays/dark-30.png);}
.topblock-overlay-dark #rt-top2 {background: url(../images/overlays/dark/shadow-div.png) 50% 100% repeat-x;}

/* Top Block - LIGHT */
.topblock-overlay-light #rt-top-pattern {background-image: url(../images/overlays/light/squares.png);}
.topblock-overlay-light #rt-top {background-image: url(../images/overlays/dark-15.png);}
.topblock-overlay-light #rt-top2 {background: url(../images/overlays/light/shadow-div.png) 50% 100% repeat-x;}

/* Navigation - DARK */
.topblock-overlay-dark #rt-navigation {background: url(../images/overlays/dark/bevel-div.png) 50% 0 repeat-x;}

/* Navigation - LIGHT */
.topblock-overlay-light #rt-navigation {background: url(../images/overlays/light/bevel-div.png) 50% 0 repeat-x;}

/* Footer Block - DARK */
#rt-footer-surround.bottomblock-overlay-dark {background-image: url(../images/overlays/dark/squares.png);}
.bottomblock-overlay-dark #rt-bottom {background: url(../images/overlays/dark/bevel-div.png) 0 100% repeat-x;}

/* Footer Block - LIGHT */
#rt-footer-surround.bottomblock-overlay-light {background-image: url(../images/overlays/light/squares.png);}
.bottomblock-overlay-light #rt-bottom {background: url(../images/overlays/light/bevel-div.png) 0 100% repeat-x;}

/* Module Variations - DARK */
.topblock-overlay-dark .rightshadow, .footerblock-overlay-dark .rightshadow {background: url(../images/overlays/dark/module-shadow-right.png) no-repeat;}
.topblock-overlay-dark .leftshadow, .footerblock-overlay-dark .leftshadow {background: url(../images/overlays/dark/module-shadow-left.png) no-repeat scroll 100% 0;}

/* Module Variations - LIGHT */
.topblock-overlay-light .rightshadow, .footerblock-overlay-light .rightshadow {background: url(../images/overlays/light/module-shadow-right.png) no-repeat;}
.topblock-overlay-light .leftshadow, .footerblock-overlay-light .leftshadow {background: url(../images/overlays/light/module-shadow-left.png) no-repeat scroll 100% 0;}