/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			 prosilver-se-COLOR:GRAY
    Derived from style:	 prosilver Special Edition
	Based on style:		 prosilver (the default phpBB 3.2.x style)
	Original author:	 Tom Beddard ( http://www.subblue.com/ )
	Modified by:		 phpBB Limited ( https://www.phpbb.com/ )
    Further modified by: COLOR:GRAY ( http://www.colorgray.net/ )
    --------------------------------------------------------------
*/

/*COLOR:GRAY MAIN CHANGES..........................*/
/*.................................................*/
/*.................................................*/
/*.................................................*/
#wrap {
    background-image: url(images/siteBG.jpg);
}
.logo {
    display: inline-block !important;
}
h1 {
	color: #2a2521;
}
#site-description p {
    color: #2a2521;
}
a {
    color: #7b4b09;
}
a:hover	{
    color: #2a2521;
}
a.username-coloured {
    color: #c5842a !important;
}
div.copyright {
    background: #fff url(images/siteBG.jpg);
    max-width: 996px;
    margin: 12px auto 0;
    border-radius: 15px;
    box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, .25);
}
/*for banner ads extension adsenseads.............*/
.panel {
    overflow-x: visible;
    overflow-y: visible;
}
.panel img {
    width: 100%;
    max-width: auto;
    height: auto;
}
/*NOTE: other changes below are marked.............*/
/*.................................................*/
/*.................................................*/
/*.................................................*/

/* colours.css changes */
html, body {
	/*background-color: #ACA8A1;*/
    background-color: #444; /*altered by CG*/
    padding: 0 0 16px 0; /*added by CG*/
}
body.simple {
	min-height: 100%;
	padding: 0 5px;
}
.wrap {
	/*max-width: 850px;*/
    max-width: 950px; /*altered by CG*/
	margin: 0 auto;
	padding: 13px 23px;
	border: 2px solid #FFF;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, .25);
}
.search-header {
	box-shadow: 0 0 10px #505C65;
}
.headerbar {
	/*background-color: #7C8891;*/
    background-color: #a5a3a4; /*altered by CG*/
	/*background-image: url("./images/bg_header.gif");*/
    background-image: none; /*altered by CG*/
}
.navbar {
	background-color: #DCDEE2;
}
.forabg, .forumbg {
	/*background-color: #505C65;*/
    background-color: #a5a3a4; /*altered by CG*/
	/*background-image: url("./images/bg_list.gif");*/
    background-image: none; /*altered by CG*/
}
.copyright a {
	color: #000000 !important;
}
li.row {
	background-color: #E8ECEE;
}
li.row:hover {
	background-color: #EBEFF1;
}
li.row.bg3 {
	background-color: #F0F4F6;
}
li.row.bg3:hover {
	background-color: #F4F8FA;
}
.site_logo {
	background-image: url("./images/site_logo.gif");
}

/* responsive.css changes */
@media only screen and (max-width: 1016px), only screen and (max-device-width: 1016px) { /*this width altered by CG from 920*/
	html, body {
		background-color: #FFF;
	}
    body {
		padding-left: 5px;
		padding-right: 5px;
	}
    #wrap {
		/*width: 850px;
		padding: 0;
		border-width: 0;
		border-radius: 0;
		box-shadow: none;*/ /*commented out by CG*/
	}
}
@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	#wrap {
		/*width: auto;*/ /*commented out by CG*/
	}
}
/*COLOR:GRAY RESPONSIVE ADDITIONS..................*/
/*.................................................*/
/*.................................................*/
/*.................................................*/
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	#wrap {
		padding: 0;
		border-width: 0;
		border-radius: 0;
		box-shadow: none;
	}
    h1 {
	   display: none;
    }
    .logo {
        margin: 0 !important;
        padding: 0 !important;
    }
    #site-description p {
        display: block;
        font-weight: bold;
    }
    div.copyright {
        width: 96%;
        margin: 12px auto 12px;
    }
}
/*.................................................*/
/*.................................................*/
/*.................................................*/
/*.................................................*/
