/* 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: #D9E4C6!important; 
        color: #272C1F!important; 
}

#header_effect_left { 
        background:url(../header_glow_left.png) no-repeat left -285px!important; /* MANUALLY EDIT THIS IF YOU WANT TO CHANGE THE COLOUR / DARKNESS */ 
}

#branding {
        background: #95d913 url(../sprite_backgrounds.png) 0 0 repeat-x!important;
}
        
.maintitle { 
        background-color: #95d913!important;    
        border-color: #638c13 #638c13 #3a520b #638c13!important; 
}

/*Global Colours*/
.ipsBox { background: #e5ead8!important; }
.ipsBox_container { border: 1px solid #d2dabe!important; }
.skin_copyright a, #copyright { color: #6f7f44 !important!important; }
.unread .altrow, .unread.altrow { background-color: #EAF1DF!important; }
.fadeLastPostIcon { background: #95d913 url(../sprite_backgrounds.png) 0 0 repeat-x!important; border: 1px solid #699610!important; } /* The "Last Post" icon on board index */
#primary_nav .active a { background: #95d913 url(../sprite_backgrounds.png) repeat-x 0 -95px!important; }
.backtotop:hover { background: #95d913 url(../sprite_backgrounds.png) repeat-x 0 -95px!important; }
        
.ipsVerticalTabbed_tabs > ul { border-top: 1px solid #D2DABE!important; border-left: 1px solid #D2DABE!important; }             
.ipsVerticalTabbed_tabs li { background: #f0f5e1!important; color: #808080!important; border-bottom: 1px solid #D2DABE!important; }
.ipsVerticalTabbed_tabs li a:hover { background: #f5fae9!important; }

/*Topic View Colours*/
.author_info { border-top: 1px solid #d5e0cf!important; }
.post_body { background: #FFFFFF!important; border-left: 1px solid #d5e0cf!important; border-top: 1px solid #d5e0cf!important; }
.post_wrap { background: #ebf2e1!important; }
.post_block { border-bottom: 1px solid #CBD2BE!important; border-top: 1px solid #FFFFFF!important; }
.icon_post_arrow { background: #ebf2e1 url(../sprite_icons.png) -21px -38px!important; } /* The speech bubble styled arrow in the topic view */
.post_block h3 { background: #e5ebdf!important; }

/*Profile View Colours*/
#profile_panes_wrap .general_box h3 { background-color: #95d913!important; border-color: #638c13 #638c13 #3a520b #638c13!important; }
.status_update { background: #D4DDCA!important; }

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

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

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