/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver Special Edition
	Based on style:		prosilver (the default phpBB 3.1.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* common.css changes */
html, body {
	background-color: #ACA8A1;
}

body.simple {
	min-height: 100%;
	background-color: #FFF;
	padding: 0 5px;
}

#wrap {
	max-width: 850px;
	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-image: url("./images/header_random_7.jpg");
	   height: 180px;
}

.navbar {
	background-color: #DCDEE2;
}

.forabg, .forumbg {
	background-color: #505C65;
	background-image: url("./images/bg_list.gif");
}

.copyright a {
	color: #000000 !important;
}

/* content.css changes */
li.row {
	background-color: #E8ECEE;
}

li.row:hover {
	background-color: #EBEFF1;
}

li.row.bg3 {
	background-color: #F0F4F6;
}

li.row.bg3:hover {
	background-color: #F4F8FA;
}

/* imageset.css changes */
.imageset.site_logo {
	background-image: url("./images/");
	padding-left: 149px;
	padding-top: 52px;
}

/* responsive.css changes */
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
	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;
	}
}

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	#wrap {
		width: auto;
	}
}

/*AJAX Chat*/
.chat_block, .chat_block:hover {
	background:#FFFFFF !important;
	min-height:750px;
}

.write_allowed {
	margin: 0 15px 0 6px;
}

.chat_content {
	background:none !important;
}

#ajaxChatContent #ajaxChatCopyright {
	margin-top:5px;
	margin-left:8px;
}

#ajaxChatContent #ajaxChatInputFieldContainer #ajaxChatInputField {
	width:100% !important;
}

.chat_block #content #headlineContainer h1 {
	margin:10px 10px !important;
}
.chat_block #content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
	padding-top:5px !important;
	height:auto !important;
}
.chat_block #content #optionsContainer input {
	border:0px !important;
}

#content #onlineListContainer #onlineList ul {
	padding-left:0px !important;
	font-size:11px;
}

#content #onlineListContainer #onlineList ul li{
	list-style:none;
}

#content #onlineListContainer {
	width:110px !important;
	height:540px !important;
	max-height:540px !important;
	margin-left:1px !important;
}

#content #onlineListContainer #onlineList div {
	padding: 2px 5px !important;
	font-size:11px !important;
}


#content #chatList {
	height:540px !important;
}
	
#content #inputFieldContainer #inputField {
	height:50px !important;
}