/**
 * Eho Pattern System - Background Patterns for All Presets
 * Generated from LESS presetStyles mixin
 */

/* Preset 1 - Blue/Orange */
.backgroundtop-type-preset1 #rt-bg-top {
    background-image: url('/lv_eho/images/backgrounds/preset1/top-img-bg.jpg');
}
.backgroundbottom-type-preset1 #rt-bg-bottom {
    background-image: url('/lv_eho/images/backgrounds/preset1/bottom-img-bg.jpg');
}

/* Preset 2 - Grey/Beige */
.backgroundtop-type-preset2 #rt-bg-top {
    background-image: url('/lv_eho/images/backgrounds/preset2/top-img-bg.jpg');
}
.backgroundbottom-type-preset2 #rt-bg-bottom {
    background-image: url('/lv_eho/images/backgrounds/preset2/bottom-img-bg.jpg');
}

/* Preset 3 - Brown/Green */
.backgroundtop-type-preset3 #rt-bg-top {
    background-image: url('/lv_eho/images/backgrounds/preset3/top-img-bg.jpg');
}
.backgroundbottom-type-preset3 #rt-bg-bottom {
    background-image: url('/lv_eho/images/backgrounds/preset3/bottom-img-bg.jpg');
}

/* Preset 4 - Purple/Red */
.backgroundtop-type-preset4 #rt-bg-top {
    background-image: url('/lv_eho/images/backgrounds/preset4/top-img-bg.jpg');
}
.backgroundbottom-type-preset4 #rt-bg-bottom {
    background-image: url('/lv_eho/images/backgrounds/preset4/bottom-img-bg.jpg');
}

/* Preset 5 - Light Blue */
.backgroundtop-type-preset5 #rt-bg-top {
    background-image: url('/lv_eho/images/backgrounds/preset5/top-img-bg.jpg');
}
.backgroundbottom-type-preset5 #rt-bg-bottom {
    background-image: url('/lv_eho/images/backgrounds/preset5/bottom-img-bg.jpg');
}

/* Preset 6 - Light Beige/Red */
.backgroundtop-type-preset6 #rt-bg-top {
    background-image: url('/lv_eho/images/backgrounds/preset6/top-img-bg.jpg');
}
.backgroundbottom-type-preset6 #rt-bg-bottom {
    background-image: url('/lv_eho/images/backgrounds/preset6/bottom-img-bg.jpg');
}

/* Preset 7 - Light Cyan */
.backgroundtop-type-preset7 #rt-bg-top {
    background-image: url('/lv_eho/images/backgrounds/preset7/top-img-bg.jpg');
}
.backgroundbottom-type-preset7 #rt-bg-bottom {
    background-image: url('/lv_eho/images/backgrounds/preset7/bottom-img-bg.jpg');
}

/* Preset 8 - Light Teal */
.backgroundtop-type-preset8 #rt-bg-top {
    background-image: url('/lv_eho/images/backgrounds/preset8/top-img-bg.jpg');
}
.backgroundbottom-type-preset8 #rt-bg-bottom {
    background-image: url('/lv_eho/images/backgrounds/preset8/bottom-img-bg.jpg');
}

/* Body Style - Dark Theme */
.main-body-style-dark {
    background: #170921;
    color: #777;
}

.main-body-style-dark a {
    color: #E37C00;
}

.main-body-style-dark a:hover {
    color: #fff;
}

.main-body-style-dark h1, 
.main-body-style-dark h2, 
.main-body-style-dark h3, 
.main-body-style-dark h4, 
.main-body-style-dark h5, 
.main-body-style-dark h6 {
    color: #fff;
}

.main-body-style-dark #rt-top-surround #rt-header {
    background: url('/lv_eho/images/overlays/header-top-dark.png') 0 0 repeat;
}

.main-body-style-dark #rt-top-surround #rt-navigation {
    background: url('/lv_eho/images/overlays/header-bottom-dark.png') 0 0 repeat-x;
}

.main-body-style-dark #rt-footer-surround {
    background: url('/lv_eho/images/overlays/footer-top-dark.png') 0 0 repeat-x;
}

.main-body-style-dark #rt-footer-surround:after {
    background: url('/lv_eho/images/overlays/footer-bottom-dark.png') 0 0 repeat;
}

/* Body Style - Light Theme */
.main-body-style-light {
    background: #E7ECF0;
    color: #666;
}

.main-body-style-light a {
    color: #395CC2;
}

.main-body-style-light a:hover {
    color: #2a4391;
}

.main-body-style-light h1,
.main-body-style-light h2,
.main-body-style-light h3,
.main-body-style-light h4,
.main-body-style-light h5,
.main-body-style-light h6 {
    color: #333;
}

.main-body-style-light #rt-top-surround #rt-header {
    background: url('/lv_eho/images/overlays/header-top-light.png') 0 0 repeat;
}

.main-body-style-light #rt-top-surround #rt-navigation {
    background: url('/lv_eho/images/overlays/header-bottom-light.png') 0 0 repeat-x;
}

.main-body-style-light #rt-footer-surround {
    background: url('/lv_eho/images/overlays/footer-top-light.png') 0 0 repeat-x;
}

.main-body-style-light #rt-footer-surround:after {
    background: url('/lv_eho/images/overlays/footer-bottom-light.png') 0 0 repeat;
}
