/* 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: #c6d7e4!important; 
        color: #1f272c!important; 
}

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

#branding {
        background: #318edd url(../sprite_backgrounds.png) 0 0 repeat-x!important;
}
        
.maintitle { 
        background-color: #318edd!important;    
        border-color: #135a8c #135a8c #0b3352 #135a8c!important; 
}

/*Global Colours*/
.ipsBox { background: #d8e2ea!important; }
.ipsBox_container { border: 1px solid #becfda!important; }
.skin_copyright a, #copyright { color: #44697f !important!important; }
.unread .altrow, .unread.altrow { background-color: #dfeaf1!important; }
.fadeLastPostIcon { background: #318edd url(../sprite_backgrounds.png) 0 0 repeat-x!important; border: 1px solid #106896!important; } /* The "Last Post" icon on board index */
#primary_nav .active a { background: #318edd url(../sprite_backgrounds.png) repeat-x 0 -95px!important; }
.backtotop:hover { background: #318edd url(../sprite_backgrounds.png) repeat-x 0 -95px!important; }
        
.ipsVerticalTabbed_tabs > ul { border-top: 1px solid #beceda!important; border-left: 1px solid #beceda!important; }             
.ipsVerticalTabbed_tabs li { background: #e1ecf5!important; color: #808080!important; border-bottom: 1px solid #beceda!important; }
.ipsVerticalTabbed_tabs li a:hover { background: #e9f3fa!important; }

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

/*Profile View Colours*/
#profile_panes_wrap .general_box h3 { background-color: #318edd!important; border-color: #135a8c #135a8c #0b3352 #135a8c!important; }
.status_update { background: #cad7dd!important; }

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

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

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