/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Saphic
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		nextgen ( https://nextgen.gt/ )
    --------------------------------------------------------------
*/

@import url("../../prosilver/theme/normalize.css?hash=48eb3f89");
@import url("../../prosilver/theme/base.css?hash=7c5543be");
@import url("../../prosilver/theme/utilities.css?hash=d8f72c42");
@import url("common.css?hash=a9741ba1");
@import url("../../prosilver/theme/links.css?hash=cbeb92cc");
@import url("content.css?hash=be57a42f");
@import url("../../prosilver/theme/buttons.css?hash=5856472d");
@import url("../../prosilver/theme/cp.css?hash=50d868ab");
@import url("forms.css?hash=b64464fb");
@import url("../../prosilver/theme/icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f250");
@import url("responsive.css?hash=87b53e08");

/* Custom CSS
    --------------------------------------------------------------
*/

#topseparator { 	
	background-color: #fe9801; 
	padding: 5px;
}

.navbar_footer {
	background: #000000;
	border-radius: 7px;
    padding: 3px 10px;
}

#nav-footer, #nav-footer a, .navbar-top, .navbar-top a {
    color: #FFFFFF;
}

.white li a {
    background: #FFFFFF;
}

.dropdown-contents li a {
    color: #535353 !important;
}

.dropdown-extended .footer > a {
	color: #4F4F4F
}

/* Custom CSS

li.row.bg2 {
    background: #e2e2e2 none repeat scroll 0 0;
}

    --------------------------------------------------------------
*/

li.row.bg2 {
    background: #ffffff none repeat scroll 0 0;
}
