
html, body {
	font: normal 12px tahoma, helvetica, arial, sans-serif;
	font-family: 'Open Sans', 'Segoe UI', sans-serif;
	margin: 0 auto;
	width: 1100px;
	background: url(images/bk.svg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	/*background: #F5F5F5;*/
}

a {
	text-decoration:none;
	color:#35373b;
}

a:hover {
	/*color:#600000 !important;*/
	color: black;
	text-decoration: underline;
}

.container {
	width:1100px;
	margin:0px auto;
	position:relative;
}

.header {
	background:url(images/logo.png) no-repeat;
	background-size: 100%;
	height: 270px;
	width: 600px;
	margin: 0px 250px;
	margin-top: -40px;
}

.toplinks {
	background: #F5F5F5;
    -moz-border-radius-topleft:10px;
	height: 45px;
    -moz-border-radius-topright:10px;
	padding-top: 6px;
	padding-bottom: 10px;
	border-bottom: 5px solid #eaedef;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.pages {
	background:url(images/pages.png) no-repeat bottom center;
    font-size:11pt;
}

.topul {
	list-style-type:none;
	margin:0px;
	margin-left:10px;
	margin-top: 5px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
}

.topul li {
	display:inline;
	padding: 0px 20px;
}

.topul a {

	color:#182f38;
	font-weight:bold;
	text-decoration:none;
	font-size:9pt;
	font-weight: 700;
	text-transform: uppercase;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
}

.topul a:hover {
	text-decoration: underline;
}

.admin-menu{
  display:inline-block;
  text-align:center;
  color: black;
  font-weight: 500;
  font-size: 12pt;
  padding: 10px 0;
  margin: 5px 3px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  width: 130px;
  /*background-color:#eaedef;*/
  text-transform: uppercase;
  
      transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
}

.admin-menu .score{
  width: 50px;
  text-align:center;
  color: black;
  font-weight: 500;
  font-size: 14pt;
  
  margin: 10px 40px;
  border-radius: 30px;
  border: 1px solid #1a5066;
  background-color:#F5F5F5;
}

.admin-menu:hover {
  border: 1px solid #1a5066;
  box-shadow: 0px 0px 3px 0px rgba(158,158,158,1);
  background-color:#eaedef;
}
.newstheme{
  text-transform: uppercase;
  font-size: 15pt;
  font-weight: 600;
  color:#F5F5F5;
}
.messagenews{
    margin-left: 10px;
	margin-right: -5px;
    padding: 10px;
    border-bottom: 1px dashed #1a5066;
	border-right: 1px dashed #1a5066;
	border-left: 1px dashed #1a5066;
	border-bottom-left-radius: 15px;
}

h4{
  text-transform: uppercase;
  font-weight: 400;
  color:#1a5066;
  /*text-shadow: 1px 0px 1px rgba(0,0,0,0.2);*/
}
.rightblock h4{
  text-transform: uppercase;
  font-weight: 400;
  color:#1a5066;
  margin-left: 70px;
}
.monitor h4{
  text-transform: uppercase;
  font-weight: 400;
  color:black;
  margin-bottom: 15px;
  /*text-shadow: 1px 0px 1px rgba(0,0,0,0.2);*/
}
.namepl{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11pt;
  color:#7d7d7d;
  margin-left:10px;
  /*text-shadow: 1px 0px 1px rgba(0,0,0,0.2);*/
}
.nameadm{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11pt;
  color:#bd4247;
  margin-left:10px;
  /*text-shadow: 1px 0px 1px rgba(0,0,0,0.2);*/
}

.monitor{
  color: black;
  font-weight: 500;
  font-size: 11pt;
  padding: 7px;
  margin-left: -5px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 9px;
  /*border: 2px dotted #dddddd;*/
  width: 260px;
  background-color:#eaedef;
}
.monitor a{
    color:black;
	padding: 11px;
}
.cap {
    display:inline-block;
    position:absolute;
    height: 25px;
	margin-left: -85px;
	margin-top: 3px;
	border-radius:10px;
}
.ra2ng{
    padding-bottom:40px;

}

.inf {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #1a5066;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  border: 1px solid #1a5066;
}


.inf {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.inf:empty {
  display: none;
}


.checkbox-inline{
    padding: 10px;
    font-weight: 500;
    font-size: 10pt;
}
.links1{
    font-weight: 500;
    font-size: 9pt;
	text-align: right;
}
.acclinks{
    font-weight: 500;
    font-size: 10pt;
}
.skin{
    width:150px;
    /*height:185px;*/
	height:155px;
    position:relative;
    line-height:1.6em;
    margin:0;
    overflow:hidden;
	/*border-radius: 50%;*/
	border-width: thick;
	top:30px;
	left:30px;
}
.commentariy{
     background:#F5F5F5;
	 padding: 7px;
	 margin-top: -5px;
	 margin-bottom: 10px;
	 border-bottom-left-radius: 9px;
	 border: 1px dashed #dddddd;
}
.help-block1 {
display:inline-block;
   position:absolute;
  color: #7b7b7b;
  font-weight: 600;
  font-size: 8pt;
  margin-top: 10px;
}
form{
  margin:0 auto;
  max-width:95%;
  box-sizing:border-box;
  padding:0px;
  border-radius:5px; 

}
/* Стили полей ввода */
.message:focus,
.textbox:focus{
   outline:none;
   border:rgba(24,149,215,1) 2px solid;
   color:rgba(24,149,215,1);
}
/* Стили текстового поля */
.message{
    background: rgba(255, 255, 255, 0.4); 
    width:100%;
    height: 120px;
    border:rgba(0,0,0,.3) 2px solid;
    box-sizing:border-box;
    -moz-border-radius: 3px;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    display:block;
    padding:10px;
    margin-bottom:30px;
    overflow:hidden;
}
.rightbuttons{
	text-align: right;
	padding: 30px;width: 165px;
	position:absolute;
	/*background:#eaedef;*/
	right: 1px;top:1px;
	 border-left: 1px dashed #dddddd;
}

.rightbuttons a.nick{
    display:inline-block;
	position:absolute;
    top: 18px;
	right: 30px;
    text-transform: uppercase;
	color: #1a5066;
    font-weight: 700;
    font-size: 10pt;
}
.rightbuttons .logout{
    display:inline-block;
	position:absolute;
	top:30px; 
	right: 30px;
	color: #6b6e74;
	font-weight: 600;
    font-size: 10pt;
}

.back{
     background:#F5F5F5;
	 padding: 20px;
	 border-radius:10px; 
	 border: 1px dashed #dddddd;
}

.pagen{
    margin: 7px;
    display:inline;
    font-weight: 600;
    padding: 6px;
    background: url(images/pageactive.png) no-repeat center center;
    background-size: contain;
}
.pagen a{
    padding:6px;
	text-decoration:none;
}

.content {
	/*border-bottom:1px solid #202020;*/
	background: #F5F5F5;
	/*box-shadow: 0px 180px 0px 250px rgba(245,245,245,1);*/
}

.news {
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	width:68.5%;
	float:left;
	text-align:justify;
}

.sidebar {
	width:26.9%;
	float:right;
	color:white;
}

.title {
	border-bottom:1px solid #c5c5c5;
	padding:10px;
	padding-top:5px;
	padding-left:40px;
	background:url(images/page.png) no-repeat left;
	position:relative;
	top:-2px;
}

.com_title {
	border-bottom:1px solid #c5c5c5;
	padding:10px;
	padding-top:5px;
	padding-left:40px;
	background:url(images/comments.png) no-repeat left;
	position:relative;
	top:-2px;
}

.title2 {
	border-bottom:1px solid #c5c5c5;
	padding:10px;
	padding-top:5px;
	padding-left:40px;
	background:url(images/page.png) no-repeat left;
	position:relative;
	top:-2px;
	margin-bottom:15px;
}

.error {
	background:url(images/error.png) no-repeat left !important;
}

.com_title2 {
	border-bottom:1px solid #c5c5c5;
	padding:10px;
	padding-top:5px;
	padding-left:40px;
	background:url(images/comments.png) no-repeat left;
	position:relative;
	top:-2px;
	margin-bottom:5px;
}

.text {
	border-bottom:1px solid #F5F5F5;
	padding:15px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:5px;
}

.ttitle {
	font-size:12pt;
	font-weight:bold;
	color:#600000;
	text-decoration:none;
}

.title .tlink, .title2 .tlink {
	font-size:12pt;
	font-weight:bold;
	color:#600000;
	text-decoration:none;
}
#zagolovok{
	font-size:12pt;
	font-weight:bold;
	color:#600000;
	text-decoration:none;
}
.title .tlink:hover, .title2 .tlink:hover {
	color:#323232 !important;
}

.title .author, .title2 .author {
	padding-left:10px;
	text-align:center;
}

/*.title .comments, */.title2 .comments {
	float:right;
}

.comments .img {
	background:url(images/comment.jpg) no-repeat left;
	min-height:12px;
	min-width:14px;
	float:left;
	position:relative;
	top:3px;
	left:-3px;
}

.sidelinks {
	margin:0px;
	padding:0px;
	width:100%;
	/*background-color:#F5F5F5;*/
	list-style-type:none;
}

.sidelinks .ulinktitle {
	padding-left:10px;
	font-size:12pt;
}

.sidelinks li {
	/*border-bottom:1px solid #202020;
	border-top:1px solid #545454;*/
	padding:5px;
	padding-left:20px;
}

.sidelinks a {
	color:#black;
}

#div1 {
	float:left;
}
hr {
   width:70%; 
   margin:1em auto; 
   border:none; 
   height:1px; 
   background:#ccc;
   }
.footer {
	border-top: 5px solid #eaedef;
	background:#F5F5F5 ;
	padding:10px;
	height: 30px;
	color:#182f38;
	font-size:10pt;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	padding-left:30px;
}

.footer img {
	float:left;
	padding-right:10px;
}

ul {
	margin:0px;
	margin-left:20px;
	padding:0px;
	padding-left:7px;
	list-style-type:disc;

}


.paginate {
	text-align:center;
}

.comment_author {
	font-weight:bold;
}

.comment_box {
	padding:5px;
	border:1px solid #d6d6d6;
	margin-bottom:5px;
	background-color:#f8f8f8;
	margin-top:5px;
}

.comment_warn {
	background-color:#c9f9d7;
	border:1px solid green;
	padding:5px;
}

.comment_warn span {
	position:relative;
	top:-9px;
	left:5px;
}

input, textarea {
	padding:5px;
	font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
}
#footer a {
	color: #FFFFFF;
}

table.banlog 	{ width: 610px; color: #000000; font-size: 12px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; }
table.banlog th	{ background:#FFEFBB; padding:6px; border-left:1px solid #ccc; border-top:1px solid #ccc; }
table.banlog td	{ padding:6px; border-left:1px solid #ccc; border-top:1px solid #ccc; }

table.donate 	{ width: 600px; color: #000000; font-size: 12px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; }
table.donate td	{ padding:6px; border-left:1px solid #ccc; border-top:1px solid #ccc; }

h1.banlog { 
width: 910px;
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #233366; 
}

.logos img {
opacity: 0.5;
padding:0px 10px;
/*max-width: 12; max-height:12; */
border: none;
}

.logos img:hover {
filter:alpha(opacity=95); 
moz-opacity: 0.95; 
opacity: 0.95;

}