/* Colour Specific CSS "Green" */
/*EVERY single colour in this stylesheet needs to be changed in order to fully build a new colour scheme*/

.header { 
        background: #e4d8c6!important; 
        color: #2c271f!important; 
}

#header_effect_left { 
        background:url(../header_glow_left.png) no-repeat left -380px!important; /* THIS EXACT IMAGE MUST BE MANUALLY EDITED IN PHOTOSHOP FOR EACH COLOUR VARIANT */ 
}

#branding {
        background: #ea9604 url(../sprite_backgrounds.png) 0 0 repeat-x!important;
}
        
.maintitle { 
        background-color: #ea9604!important;    
        border-color: #8c5d13 #8c5d13 #52360b #8c5d13!important; 
}

/*Global Colours*/
.ipsBox { background: #eae2d8!important; }
.ipsBox_container { border: 1px solid #dacdbe!important; }
.skin_copyright a, #copyright { color: #7f6144 !important!important; }
.unread .altrow, .unread.altrow { background-color: #f1e8df!important; }
.fadeLastPostIcon { background: #ea9604 url(../sprite_backgrounds.png) 0 0 repeat-x!important; border: 1px solid #965510!important; } /* The "Last Post" icon on board index */
#primary_nav .active a { background: #ea9604 url(../sprite_backgrounds.png) repeat-x 0 -95px!important; }
.backtotop:hover { background: #ea9604 url(../sprite_backgrounds.png) repeat-x 0 -95px!important; }

.ipsVerticalTabbed_tabs > ul { border-top: 1px solid #dacdbe!important; border-left: 1px solid #dacdbe!important; }             
.ipsVerticalTabbed_tabs li { background: #f5ebe1!important; color: #808080!important; border-bottom: 1px solid #dacdbe!important; }
.ipsVerticalTabbed_tabs li a:hover { background: #faf2e9!important; }

/*Topic View Colours*/
.author_info { border-top: 1px solid #d2c9be!important; }
.post_body { background: #FFFFFF!important; border-left: 1px solid #e2d9d0!important; border-top: 1px solid #d2c8be!important; }
.post_wrap { background: #f9f6f2!important; } /* The BG colour of the author info area in topic view */
.post_block { border-bottom: 1px solid #d2c9be!important; border-top: 1px solid #FFFFFF!important; }
.icon_post_arrow { background: #f9f6f2 url(../sprite_icons.png) -21px -38px!important; } /* The speech bubble styled arrow in the topic view */
.post_block h3 { background: #f2ede7!important; }

/*Profile View Colours*/
#profile_panes_wrap .general_box h3 { background-color: #ea9604!important; border-color: #8c5d13 #8c5d13 #52360b #8c5d13!important; }
.status_update { background: #ddd4ca!important; }

/*Input Submit Button - ALT*/
.input_submit.alt {
        background: #cdc0b0!important;
        background: -moz-linear-gradient(top, #d4c8b9 0%, #cdc0b0 100%)!important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4c8b9), color-stop(100%,#cdc0b0))!important;
        border-color: #c5b8a8!important;
}

.input_submit.alt:hover {
        background: #cdc0b0!important;
        background: -moz-linear-gradient(top, #d4c8b9 0%, #cdc0b0 100%)!important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4c8b9), color-stop(100%,#cdc0b0))!important;
        border-color: #b2a697!important;
}

.input_submit.alt:active {
        background: #cdbfb0!important;
}