/*  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: #e5e5e5;
}

body.simple {
	min-height: 100%;
	background-color: #FFF;
	padding: 0 5px;
}

#wrap {
	max-width: 850px;
	margin: 0 auto;
	padding: 23px 23px;
	border: 2px solid #FFF;
	border-radius: 15px;
/*	box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, .25); */
  box-shadow: 0 1px 1px 2px rgba(0, 0, 0, .25);
}

.search-header {
	box-shadow: 0 0 10px #505C65;
}

.headerbar {
	background-color: #7C8891;
	background-image: url("./images/bg_header_custom.jpg");
}

.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/title_logo_good.png");
	padding-left: 285px;
	padding-top: 58px;
}

/* 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;
	}
}



/**************************** 
*   Custom 
*
*****************************/

#site-description h1  {

/*  background-color: rgba(255, 255, 255, 0.2); */
  padding-left: 8px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);

}

#site-description a:hover  {

  text-decoration: none;

}

#site-description p  {

//  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 8px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #ffffff;

}

#site-description .logo {

//  display: none;

}

.captcha-panel {

    display: none;

}

body {

    font-size: 11px;

}

.statistics, .online-list, p.time, .permissions, .profile-joined, .display-options, .bbcode-status, #page-footer, .dropdown-container-right {

  display: none;

}

.pages-content a {

    text-decoration: underline;

}

a:hover {
  text-decoration: none !important;
}

h1.indextitle {
margin: 10px 0 4px 0;
color: #000000;
float:left;
}

h1.topic-title, h1.forum-title {
color: #000000;
}

.action-bar.compact {
float:right;
}

.izbukv {
font-weight: bold;
color: #2abc38;
}

.postprofile .avatar img {
 width: 120px; 
}

.section-posting .fields1 dl:nth-of-type(3) {
display:none;
}