@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
/*font,*/ img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /*ol, ul, li,*/ fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
button,
input {
    line-height: normal; /* 1 */
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*------------------------ End Reset ---------------------*/
#leftcolumn #cse-search-box input[name="q"] { width: auto !important; }
/*------------------------ Background advertise ---------------------*/

/*------------------------ j4f mega verstka ebana! ---------------------*/
.centerj4f {text-align:center;}
#centerj4f1 {text-align:center;}
#centerj4f2 {text-align:center;}
#centerj4f3 {text-align:center;}
#centerj4f4 {text-align:center;}
#centerj4f5 {text-align:center;}
#centerj4f6 {text-align:center;}
#j4fklam {text-align:center;}
/*------------------------ j4f ---------------------*/

#leftads {
	position: absolute;
	left: 50%;
	margin-top: 364px;
	z-index: 1;
	background-repeat: no-repeat;
 	background-position: right top;
	cursor: pointer;
	/*Options*/
	width: 240px;
	height: 593px;
	margin-left: -782px;
	
}
#rightads {
	position: absolute;
	left: 50%;
	margin-top: 364px;
	z-index: 1;
	background-repeat: no-repeat;
 	background-position: left top;
	cursor: pointer;
	/*Options*/
	width: 240px;
	height: 593px;
	margin-left: 537px;
}
div.fade {visibility: hidden;}
#rightads > div.fade {visibility: visible; background-image: url('fade.png'); background-repeat: repeat-x; height: 50px; width: 100%; position: absolute; z-index: 2; bottom: 0px;}
#leftads > div.fade {visibility: visible; background-image: url('fade.png'); background-repeat: repeat-x; height: 50px; width: 100%; position: absolute; z-index: 2; bottom: 0px;}
#leftdeco {width: 26px; height: 50px; background-image: url('leftdeco.jpg'); float: right;}
#rightdeco {width: 26px; height: 50px; background-image: url('rightdeco.jpg'); float: left;}

/*------------------------ Main layout ---------------------*/

#wrapper {position: absolute; width: 100%; overflow: hidden;}

body {height: 100%; font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; background: #a2d6fe; background-repeat: no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    
}
    
    
    
    
button { cursor: pointer; }
.clear { clear: both; font-size: 0; line-height: 0; }
.clearer { clear: both; font-size: 0; line-height: 0; }
.center { text-align: center;}
#j4fbox {height: 87px; background-color: #000;}
#flashplayer {}

#header { height: 200px; position: relative; 
width: 1200px;
background-image: url('assets.jpg');
    text-align: center;
    margin-left: auto;margin-right: auto;

}
#bgcontainer1 { }
#bordercontainer {background-image: url('#000');background-repeat: repeat-y;background-position: center top; width: 1200px; margin-left: auto;margin-right: auto;}
#contentcontainer {width: 100%;}
#footer {background-image: url('#000');background-repeat: no-repeat;background-position: center;height: 100px;margin-left: auto;margin-right: auto;}
#maincolumn {width: 700px; float: left; background: #d8f1fb; }
#maincolum {width: 694px; float: left; background: #d8f1fb; }
#leftcolumn {width: 250px; float: left; overflow: visible; }
#pravcolumn {width: 250px; float: left; background: #daddde; }

p { margin: 10px 0; }

/*------------------------ Header blocks ---------------------*/
.thismenu {color: #FFF;	text-shadow: #FCF 0px 0px 4px;}
#logolink {width: 820px;height: 100px;position: absolute;left: 50%;margin-left: -400px;top: 30px;}

#conteiner{

    height:auto;
    margin:0px auto;
    padding-top:0px;

}
#menu1{
        width:1200px;
	text-align: center; 
	padding: 0px 0;
    position:relative;
    display:block;
    height:auto;
    z-index:10;
     background:#b8e62b; 
    margin-left: auto;margin-right: auto;
    
}
    #menu1 ul{
        
        display: table; /* это определит
 зависимость ширины от содержимого */
	width: auto;
	margin: 0 auto; 
	list-style: none;
	font-size: 14px;
	padding: 0;
        padding:0px;
        width:100%;
        height:auto;
    }
    #menu1 > ul{
        text-align:justify;
        font-size:1px;
        line-height:1px;
    }
    #menu1 > ul::after{
        display:inline-block;
        width:100%;
        height:0px;
        content:" ";
    }
        #menu1 ul li{
           position: relative;
            display:inline-block;
            width:auto;
            height:auto;
            vertical-align:top;
            text-align:left;
        }
            #menu1 ul li a{
                display:block;
                padding:0 15px;
                font-size:14px;
                font-family:Arial, sans-serif;
                color:#0312ce;
                line-height:1.3em;
                text-decoration:none;
                font-weight:bold;
                text-transform:uppercase;
                height:36px;
                box-sizing:border-box;
            }
            #menu1 ul li > a:hover, #menu1 ul li:hover > a{
                background:#D7E8FF;
                color:#2B45E0;
            }
            #menu1 ul li ul{
                position:absolute;
                top:36px;
                left:0px;
                display:none;
                width:auto;
                background:#64A8D1;
                white-space:nowrap;
            }
            #menu1 ul li:last-child ul{/*последний пункт будет прикреплен по правому краю*/
                left:auto;
                right:auto;
            }
            #menu1 ul li:hover ul{display:block;}/*эта строчка реализует механизм выпадения*/
              #menu1 ul li ul li{
                    display:block;
                    width:auto;
                }
                    #menu1 ul li ul li a{
                        display:block;
                        text-transform:none;
                        height:auto;
                        padding:7px 35px;
                        width:100%;
                        box-sizing:border-box;
                        border-top:1px solid #ffffff;
                    }
                    #menu1 ul li ul li:first-child a{border-top:0px;}
                    #menu1 ul li ul li a:hover{
                        background:#D7E8FF;
                        color:#6572BC;
                    }

 h10 {
  display: table;
  padding: 10px;
  font-family: Monotype Corsiva, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fb1901;
  font-size: 30px;
  font-weight: 700;
}



#video {position: absolute;left: 50%;margin-left: -600px;top: 300px;}
#rabr {position: absolute;left: 50%;margin-left: 320px;top: 300px;}
#j4fvda {position: absolute;top: 330px;left: 50%;width: 468px;height: 60px;margin-left: -228px;}
#header .submenu {font-family: "Times New Roman", Times, serif;font-size: 15px;color: #fff;display: block;position: absolute;width: 856px;height: 200px;left: 50%;margin-left: -390px;top: 448px;text-shadow: #000 0px 2px 2px;}
#header .submenu ul, li {list-style-type: none;}
#header .submenu span {display: block;font-weight: bold;margin-bottom: 8px;}
#header .submenu a:link{color: #ffdf8d;text-decoration: none;}
#header .submenu a:visited{color: #ffdf8d;text-decoration: none;}
#header .submenu a:hover{color: #FFF;text-shadow: #FC0 0px 0px 4px;}
#header .submenublock {display: block;width: 214px;float: left;}
#header .submenublock li {background-image: url('bullet.gif');background-repeat: no-repeat;background-position: left center;	padding-left: 12px;}

/*------------------------ Left blocks ---------------------*/

#leftcolumn .box {color: #bfbfc9;font-size: 12px;}
#leftcolumn .box a:link{color: #f8cf75;}
#leftcolumn .box a:visited{color: #f8cf75;}
#leftcolumn .box a:hover{color: #FFF;}
.box {background-image: url('separator.png');background-repeat: no-repeat;background-position: right top;padding-top: 10px;padding-bottom: 12px;padding-left: 5px;padding-right: 5px;}
.boxtitle {font-size: 22px; font-weight: bold; font-family: "Times New Roman", Times, serif;text-align: center;color: #96781d;}
.mmenu {background-color: rgb(180, 133, 46);margin: 5px;padding: 8px;border-radius: 8px 8px 0px 0px;color: rgb(233, 212, 169);}
.box h1,h2,h3,h4,h5 {font-weight: bold; color: #FFF; padding: 10px 0;}
.box h1 { margin-bottom: 12px; font-size: 14px; }
.box h2 { margin-bottom: 10px; font-size: 13px; }
.box h3 { margin-bottom: 10px; font-size: 12px; }
#leftcolumn ul {margin-left: 12px;}
#leftcolumn li {list-style-type: square;margin-left: 12px;}
.cloud a { display: inline-block; margin: 4px 6px; }
#leftcolumn .friends a{ display: inline-block; margin: 0 5px 5px 0; padding: 3px 6px; color: #636363; background-color: #333339;border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #000;border-right-color: #333;	border-bottom-color: #666;border-left-color: #333;}
#leftcolumn .friends a:hover {background-color: #aa4145; }
.social a { display: inline-block; margin: 10px; }
.mnlink {font-size: 18px;text-decoration: none;display: block;background-color: rgb(233, 212, 169);margin: 5px;padding: 5px;border-radius: 2px;color: rgb(131, 113, 73)!important;}
.mnlink:hover {background-color:rgb(149, 117, 84);color: rgb(225, 201, 149) !important;}

/*------------------------ Content blocks ---------------------*/

#maincolumn {color: #55321f;font-size: 17px; font-weight: normal;}
#maincolumn strong {color: #8a2f02;}
#maincolumn a:link{color: #8c2900;}
#maincolumn a:visited{color: #8c2900;}
#maincolumn a:hover{color: #8c2900;}
#maincolumn h1{color: #8a2f02; font-size: 20px; padding-bottom: 10px;}
#maincolumn h2{color: #8a2f02; font-size: 18px; padding-bottom: 10px;}
#maincolumn h3{color: #8a2f02; font-size: 15px; padding-bottom: 10px;}
#maincolumn h4{color: #8a2f02; font-size: 15px; padding-bottom: 10px;}
#maincolumn h5{color: #8a2f02; font-size: 15px; padding-bottom: 10px;}
#maincolumn blockquote {padding: 10px; color: #875342; font-size: 12px; font-weight: bold;}
#maincolumn ul {margin-left: 12px;}
#maincolumn li {list-style-type: square;margin-left: 12px;}

#maincolumn .pagination { font-size: 13px; font-weight: bold; margin-left:5px; padding-bottom:30px;  }
#maincolumn .pagination span, .pagination a { padding: 2px 3px; font-weight: bold; background-image: url('number.png'); text-decoration: none; text-shadow: 0px 2px 2px rgb(0, 0, 0); }
#maincolumn .pagination a:link { color: rgb(241, 214, 137); }
#maincolumn .pagination a:visited { color: rgb(241, 214, 137); }
#maincolumn .pagination span { color: rgb(127, 134, 140); background-image: url('number.png'); }
#maincolumn .pagination a:hover { color: rgb(255, 255, 255); background-image: url('number.png'); text-shadow: 0px 0px 2px rgb(255, 153, 0); }

.welcome {font-size: 16px; margin-bottom: 30px;padding-top: 5px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}
.welcome span {display: block; text-align: right; font-weight: normal; }
.welcome span strong {}
.welcome .nfo {text-align: center; color: #8a2f02;}

table.servers {width: 100%;}
table.servers td {padding: 3px 6px 3px 0;text-align: left; }

.block {width: 690px;margin-bottom: 15px;}
.bheader { font-family: Arial; font-size: 14px; color: #d1daeb;width: 692px;height: 39px;overflow: hidden;background-image:url('bar.jpg');background-repeat: no-repeat;}
.bheader img {vertical-align: middle; }
.rate {position: relative;float: left;width: 339px;padding-top: 10px;margin-left: 12px;font-weight: bold;}
.rate img { vertical-align: middle; }
.rinner {}
#maincolumn .rinner a:link {text-decoration:none; color: #fdd689;}
#maincolumn .rinner a:visited {text-decoration:none; color: #fdd689;}
#maincolumn .rinner a:hover{color: #aa4145;}
.rinner a, .rinner span {padding-right: 4px;}
.bheader .uplink {float: left; margin-left: 0px; 	padding-top: 10px;}
.bheader .time {float: left; margin-left: 70px; padding-top: 10px; width: 126px;}
.bheader .app {float: left; margin-left: 210px; margin-top: -17px;}
.bheader .uplink {}
.bcontent {}
.binner {position: relative;z-index: 1;padding-top: 10px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}

#maincolumn .friends a{ display: inline-block; margin: 0 5px 5px 0; padding: 3px 6px; color: #f8cf75; background-color: #333339;border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #000;border-right-color: #333;	border-bottom-color: #666;border-left-color: #333; text-decoration: none;}
#maincolumn .friends a:hover {background-color: #aa4145; color: #fff;}

/*------------------------ Forms reskin ---------------------*/

.form {margin-top: 10px;}
.form .text {}
.form .button {cursor : pointer;margin: 0; padding: 3px 0px; border: 1px solid #252525; background-color: #bfbfc9; font-weight: bold;color: #333; text-align: center;}
.poll .button {width: 150px; cursor: pointer;margin-bottom: 12px; padding: 3px 0px; border: 1px solid #ffdf8d; background-color: #6a1a13; font-weight: bold;color: #ffdf8d;}
.poll {}
.poll img {margin-top: 8px;border:0;}
#maincolumn .poll img {margin-top: 8px;margin-bottom: 8px;}
.poll .button1 {background : url('vote.jpg') no-repeat;border-width : 0;width : 112px;height : 39px;cursor : pointer;margin: 0; padding: 3px 0px; text-align: center;}
.poll .button2 {background : url('revote.jpg') no-repeat;border-width : 0;width : 146px;height : 39px;cursor : pointer;margin: 0; padding: 3px 0px; text-align: center;}
.rssform {}
.rssform .button {background : url('subscribe.jpg') no-repeat;border-width : 0;width : 120px;height : 39px;cursor : pointer;} 

/*------------------------ Footer blocks ---------------------*/

#footer ul.submenu {margin-bottom: 20px;padding: 0 20px;font-family: "Times New Roman", Times, serif;font-size: 14px;font-weight: bold;color: #fff;text-shadow: #000 0px 2px 2px;position: absolute;width: 740px;left: 50%;margin-left: -328px;margin-top: 66px;}
#footer ul.submenu li {padding: 6px 0;}
#footer ul.submenu li span {display: inline-block; width: 70px;}
#footer ul.submenu li a:link {text-decoration: none;margin-right: 6px;color: #ffdf8d; padding: 1px;}
#footer ul.submenu li a:visited {text-decoration: none;margin-right: 6px;color: #ffdf8d; padding: 1px;}
#footer ul.submenu li a:hover {margin-right: 6px; color: #FFF;text-shadow: #FC0 0px 0px 4px; padding: 1px;}
#footer ul.submenu li img {vertical-align: middle;}
#footer ul.submenu ul {display: inline;}
#footer ul.submenu li li {display: inline;}
#footer ul.submenu li li span {display: inline; margin-right: 15px; }
#finner {width: 960px;height: 30px;font-size: 12px;margin-top: 60px;position: absolute;color: #fff;left: 50%;margin-left: -490px;}
#finner a:link{color: #6F0013;}
#finner a:visited{color: #6F0013;}
#finner1 {float: left;}
#finner2 {float: right;}
#finner2 span{color: #6F0013;}

/*------------------------ Add form ---------------------*/

#add_box {padding : 0 0px;width : 660px;float : left;} 
#add_box p {} 
#add_box textarea {width : 648px;border : 1px solid #630;background: #FFC;padding : 5px;height : 200px;font : 16px Tahoma;} 
#add_box div {padding : 0;} 
#add_box div input {width : 242px;height : 39px;background: url('send.gif') no-repeat;margin-top: 10px;display: block;border: 0;cursor: pointer;}

/*------------------------ Search form ---------------------*/

#search_block {width : 100%;float : left;} 
#search_block p {font-weight : bold;text-align: center;} 
#search_box {margin : 10px 0;}
#box_search {}
#search_input {padding-top : 2px;} 
/*#search_input input {width : 100%;height: 39px;background-image:url('bar_search.jpg');background-repeat: no-repeat;border-width : 0;font : 11px Tahoma;line-height: 12px;padding-right: 4px; padding-left: 14px;}
#button {/*width : 80px;height : 39px;margin-left: auto;margin-right: auto;margin-top: 20px;}
button input { background : url('button.gif') no-repeat;border-width : 0;width : 80px;height : 39px;cursor : pointer;} */

/*------------------ hide text --------------*/
.hidegendiv {background:#F4F5FF;border:#E8E8FF 1px solid;}
.hidebutton {cursor:pointer;font-size:14px;}

.inputadd {width:480px;}
body,#header,#footer,#scrollcontainer,#wrapper {min-width:990px!important;}

#cse-search-box input[name='q'] {
	width: 516px !important;
}
#search_input input[name='q'] {
	width: 517px;
}
#button {
	margin-left: 5px;
}
#search_logo {
	display: inline-block;
	width: 68px;
	height: 22px;
	background: url('http://wowlol.ru/images/logo.png') no-repeat;
	vertical-align: bottom;
}
body #yandexform0 .yaform__form *, .yaform, .yaform .yaform__form, .yaform .yaform__input, .yaform .yaform__input-text, .yaform .yaform__submit, .yaform .yaform__search-precise  {
	font-size: 17px !important;
}
