/* Main Layout */
body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
  color: #333333;
}

img { border: none; }

hr {
  color: #939393;
  background-color: #939393;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

/* Links */
a, a:visited, a:active {
  color: #191919;
  text-decoration: none;
  font-weight: normal;
  outline:none;
}

a:hover {
  color: #191919;
  text-decoration: underline;
  font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #0e0e0e;
  text-decoration: underline;
  font-weight: bold;
}


a.titlelink_g, a.titlelink_g:visited, a.titlelink_g:active {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding-left: 5px;
}

a.titlelink_g:hover {
  color: #0e0e0e;
  text-decoration: underline;
  font-weight: bold;
  padding-left: 5px;
}

.titlelink_g{
  padding-left: 5px;
}

a.category, a.category:visited, a.category:active {
  color: #333333;
  text-decoration: none;
}

a.category:hover {
  color: #000000;
  text-decoration: underline;
}

/* Font types */
h2 {
	font-family:Tahoma, Geneva, sans-serif;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

small {
  color: #383838;
  font: normal 9px Tahoma, Geneva, sans-serif;
}

.content {
  color: #282828;
  font: normal 10px Tahoma, Geneva, sans-serif;
  padding-left:5px;
}

.contenthead {
  color: #282828;
  font: normal 10px Tahoma, Geneva, sans-serif;
  padding-left:3px;
}

.contentheadauthor {
  color: #3f3f3f;
  font: normal 10px Tahoma, Geneva, sans-serif;
}

.newslinkcomm {
  color: #333333;
  font: normal 10px Tahoma, Geneva, sans-serif;
  font-weight:bold;
  vertical-align:bottom;
}

.newslinkzahl {
  color: #333333;
  font: normal 10px Tahoma, Geneva, sans-serif;
  vertical-align:bottom;
}

.title {
	font-family:Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #000;
  font-weight: bold;
  background-color: #d2d2d2;
}
.title_gall{
  font-family:Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #000;
  font-weight: bold;
  background-color: #FFF;
  background-image:url('/images/gallery/title_gall.png');
  background-repeat:no-repeat;
}
.category_big, .category_big a {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}
/* Фон инклюда форума и пр. */
.switch{
background-image:url(images/switch_bg_89.jpg);
background-repeat:no-repeat;
width:238px;
height:26px;
padding-left:30px;
padding-bottom:4px;
}
/* Фон инклюда файлов */
.switch2{
background-image:url(images/switch_bg_89f.jpg);
background-repeat:no-repeat;
width:238px;
height:26px;
padding-left:30px;
padding-bottom:4px;
}
/* Фон инклюда статей */
.switch3{
background-image:url(images/switch_bg_89a.jpg);
background-repeat:no-repeat;
width:238px;
height:26px;
padding-left:30px;
padding-bottom:4px;
}
/* Фон инклюда еботы1 */
.switch4{
background-image:url(images/switch_bg_89*.jpg);
background-repeat:no-repeat;
width:238px;
height:26px;
padding-left:30px;
padding-bottom:4px;
}
/* Фон инклюда серверов */
.switch5{
background-image:url(images/switch_bg_89s.jpg);
background-repeat:no-repeat;
width:238px;
height:26px;
padding-left:30px;
padding-bottom:4px;
}
/* Фон инклюда еботы2 */
.switch6{
background-image:url(images/switch_bg_89**.jpg);
background-repeat:no-repeat;
width:238px;
height:26px;
padding-left:30px;
padding-bottom:4px;
}
.category {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #d1d1d1;
  background-color: #F0F0F0;
  font: normal 10px Tahoma, Geneva, sans-serif;
  color: #666666;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #e2e2e2;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #ffb9b9;
  border: 1px dashed #7c0000;
  color: #434343;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Tahoma, Geneva, sans-serif;
  margin: 0 auto;
  padding: 3px;

}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Tahoma, Geneva, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

/* main css (design by Avatar4pro (kovl.ru)) */
#block1 {
	width:auto;
	vertical-align:top;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	-webkit-box-shadow: 0px 0px 20px  #c8c8c8;
	-moz-box-shadow: 0px 0px 20px #c8c8c8;
	box-shadow: 0px 0px 20px #c8c8c8;
}
#block2 {
	width:220px;
	vertical-align:top;
	padding:10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	-webkit-box-shadow: 0px 0px 20px  #c8c8c8;
	-moz-box-shadow: 0px 0px 20px #c8c8c8;
	box-shadow: 0px 0px 20px #c8c8c8;
}
.blockadv {
	margin:10px;
	width:220;
	height:60;
	-webkit-box-shadow: 0px 0px 20px  #c8c8c8;
	-moz-box-shadow: 0px 0px 20px #c8c8c8;
	box-shadow: 0px 0px 20px #c8c8c8;
}
.block {
	width:220px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px dashed #c8c8c8;
}
.block:first-line {
	text-align:right;
	color:#с3с3с3;
	border-bottom:1px dashed #c8c8c8;
	font-weight:bold;
}
.block:before {
	content:"–– ";
}
#body {
	background-color:#FFF;
	background:url(images/__01.png) repeat-x;
	text-align:center;
}
#social img {
	border-bottom:1px #c8c8c8;
	border-bottom-style:dashed;
}
#head_banner {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	-webkit-box-shadow: 0px 0px 20px  #c8c8c8;
	-moz-box-shadow: 0px 0px 20px #c8c8c8;
	box-shadow: 0px 0px 20px #c8c8c8;
}
#head_banner {
	width:468px;
	max-width:468px;
	height:60px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	-webkit-box-shadow: 0px 0px 20px  #c8c8c8;
	-moz-box-shadow: 0px 0px 20px #c8c8c8;
	box-shadow: 0px 0px 20px #c8c8c8;
}
#profile {
	padding:5px;
	text-align:left;
	vertical-align:middle;
	width:190px;
	height:150px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	-webkit-box-shadow: 0px 0px 20px  #c8c8c8;
	-moz-box-shadow: 0px 0px 20px #c8c8c8;
	box-shadow: 0px 0px 20px #c8c8c8;
}
#sponsors {
	max-height:600px;
	width:100%;
	text-align:center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	-webkit-box-shadow: 0px 0px 20px  #c8c8c8;
	-moz-box-shadow: 0px 0px 20px #c8c8c8;
	box-shadow: 0px 0px 20px #c8c8c8;
}
#partners {
	width:100%;
	height:;
	text-align:center;
	vertical-align:middle;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	-webkit-box-shadow: 0px 0px 20px  #c8c8c8;
	-moz-box-shadow: 0px 0px 20px #c8c8c8;
	box-shadow: 0px 0px 20px #c8c8c8;
}
#prttl {
	font-size:24px;
    text-shadow: #666 0px 0px 10px;
    color: #fff;
}
#spttl {
	text-align:right;
	font-size:26px;
    text-shadow: #666 0px 0px 10px;
    color: #fff;
}
#pfttl {
	text-align:right;
	font-size:24px;
    text-shadow: #666 0px 0px 10px;
    color: #fff;
}
#content {
	padding:15px;
	width:100%;
	height:auto;
	vertical-align:top;
	text-align:left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	-webkit-box-shadow: 0px 0px 20px  #c8c8c8;
	-moz-box-shadow: 0px 0px 20px #c8c8c8;
	box-shadow: 0px 0px 20px #c8c8c8;
}
#footer1 {
	height:50px;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	font:Tahoma, Geneva, sans-serif;
}
#footer1 a {
	text-decoration:none;
	border-bottom:1px dotted #c8c8c8;
}
#footer1 a:hover {
	text-decoration:none;
	border-bottom:1px dashed #c8c8c8;
	
}
#footer2 {
	height:88px;
	text-align:center;
	vertical-align:middle;
}
#footer3 {
	height:22px;
	text-align:center;
	vertical-align:middle;
	font-size:9px;
	font-family:Tahoma, Geneva, sans-serif;
}
#menu {
    height: 0em;
}

#menu, #menu ul, #menu ul li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

#menu li {
    float: right;
    height: 2em;
    line-height: 1em;
    position: relative;
}

#menu li a {
    display: block;
    border: 0px;
    vertical-align: middle;
    padding: 0 .2em;
}

#menu li ul {
    display: none;
    position: absolute;
    top: 2em;
    left: 0;
    margin: 0px 0 0 0;
    padding: 0;
    background: #000;
    width: 100px;
}

#menu li:hover ul {
    display: block;
}
div.multiple {
float: left;
background-color: white;
width:120px;
border:1px solid #ccc;
margin:5px;
cursor: pointer;
}

div.multiple.hover {
background-color: #ddd;
}	
#menu li ul li {
    float: none;
    width: 100%;
}

#menu li ul li a {
    border: 1px solid #000;
    vertical-align: text-top;
    padding: 0 .5em;
}

#menu li ul {
    display: none;
    position: relative;
    top: -190px;
    left: 140px;
    margin: 1px 0 0 0;
    padding: 0;
	float: right;
    background: transparent;
    width: 90px;
}

#menu li:hover ul {
    display: block;
}

#menu > li + li {
    margin-left: 1px;
}

#menu li ul li + li {
    margin-top: 1px;
}

#menu li a {
    outline: 0;
    text-decoration: none;
}

#menu li:hover a, #menu li a:hover a {
    background: transparent;
}

#menu li li a, #menu li:hover li a, #menu li a:hover li a {

	background: transparent;
}

#menu li ul li:hover a, #menu li ul li a:hover {
    background: #116071;
}

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.threadNametd,.forumNameTd,.forumLastPostTd {padding:2px;border-bottom: 1px solid #cccccc;border-top: 1px solid #cccccc;background:#f7f7f7;}
.threadNametd:hover,.forumNameTd:hover,.forumLastPostTd:hover {padding:2px;border-bottom: 1px solid #cccccc;border-top: 1px solid #cccccc;background:#ececec;}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding-left:2px 10px 10px 7px;background: #ececec; border: 1px solid #cccccc}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}
.forumModerBlock{align:left;}
.gTableTop {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
	background: #bcbcbc;
    font-family: Verdana,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    height: 31px;
    padding: 0 0 0 10px;
}	
.forumLastPostTd {border-right: 1px solid #cccccc;}
.small_gallery_img{
  max-height:90px;
  max-width:130px;
  }
.normal_gallery_img{
  background-color:#FFF; 
  border-color: #dbdbdb; 
  border-radius: 7px; 
  border-style: solid ; 
  border-width: 2px ; 
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;  
  padding: 7px ;  
  box-shadow: 0px 0px 5px #CCC; 
  -moz-box-shadow: 0px 0px 5px #CCC; 
  -webkit-box-shadow: 0px 0px 5px #CCC; 
  margin: 15px; 
  }
 .ramo4ka{
  background-color:#F7F2F2; 
  border-color: #dbdbdb; 
  border-radius: 3px; 
  border-style: solid ; 
  border-width: 1px ; 
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;  
  padding: 3px ;  
  box-shadow: 0px 0px 2px #CCC; 
  -moz-box-shadow: 0px 0px 2px #CCC; 
  -webkit-box-shadow: 0px 0px 2px #CCC; 
  margin: 5px;
  max-height:90px;
  max-width:130px;
  min-height:90px;
  min-width:130px;
 }
  .ramo4ka_min{
  display:block;
  background-color:#F7F2F2; 
  border-color: #dbdbdb; 
  border-radius: 3px; 
  border-style: solid ; 
  border-width: 1px ; 
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;  
  padding: 3px ;  
  box-shadow: 0px 0px 2px #CCC; 
  -moz-box-shadow: 0px 0px 2px #CCC; 
  -webkit-box-shadow: 0px 0px 2px #CCC; 
  max-height:90px;
  max-width:130px;
  min-height:90px;
  min-width:130px;
  float:left;
  margin: 5px;
 }
.gallery_list{background:#f7f7f7;}


#back-top { 
       position: fixed; 
       top: 30px; 
       left: 10px; 
       margin-left: 0px; 
} 
             
#back-top a { 
       width: 80px; 
       padding-top: 10px; 
       height: 24px; 
       display: block; 
       text-align: center; 
       font: 11px/100% Arial, Helvetica, sans-serif; 
       text-transform: uppercase; 
       text-decoration: none; 
       color: #999; 
       border:1px solid #aaa; 
       /* transition */ 
       -webkit-transition: 1s; 
       -moz-transition: 1s; 
       transition: 1s; 
} 

#back-top a:hover { 
       color: #000; 
       border:1px solid #aaa; 
}
