a.linkfor:link, a.linkfor:visited, a.linkfor:active{
    text-decoration: none;
padding: 2px;
    font-size: 14px;
font-weight: bold;
 font-family: monospace;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==');
    text-transform: lowercase;
    font-variant: small-caps;
    text-align: center;
    display: inline-block;
    margin: 5px 0px;
    width: 100px;
    opacity: 0.9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.linkfor:hover {
    background-image: url("http://funkyimg.com/i/2hQhB.png");
color: #859aa1 !important;
    opacity: 1;
}

.topic a.sharelink {
    position: absolute !important;
    float: right;
    margin-left: 40em !important;
 text-transform: uppercase;
 letter-spacing: 0px;
font-family: 'Cuprum';
}




#ams {
   font-family: 'Hagin Caps';
font-size: 16px; 
    text-transform: uppercase;
    color: #463723;
    text-shadow: 0px 1px 1px #000000;
    margin-left: 35px !important;
    margin-top: 183px !important;
    position: absolute;
}
#ams a {
   color: #463723;
    text-shadow: 0px 1px 1px #000000;
}
#ams a:hover {
    color: #555!important;
}

.datasob {
    text-align: left;
   width: 30%;
   padding-left: 2px;
    color: #463723;
    font-family: cuprum!important;
   font-weight: bold italic!important;
    font-size: 23px;
 
     
   
}


.textsob {
    text-align: center;
   width: 278px;
   padding-left: 2px;
    color: #463723;
    font-family: Hagin Caps!important;
    font-size: 15px!important;
    font-weight: bold italic!important;
    box-shadow: 0 1px 2px  #A58343;
     
   
}



.tooltip {
    position: relative;
}
.tooltip em {
    display: none;
}
.tooltip:hover em {
    background: #171816 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 23px;
    color: #6D645E;
    display: block;
    font-family: verdana !important;
    font-size: 10px !important;
    font-style: normal;
    height: auto;
    line-height: 9px;
    margin-left: 26px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 130px;
    z-index: 9999;
}
.tooltip:hover em i {
    border-top: 0;
    bottom: -5px;
    display: block;
    position: absolute;
    right: 2px;
}


.tooltip:hover em i {
    border-top: 0;
    bottom: -5px;
    display: block;
    position: absolute;
    right: 2px;
}




.image.UP,
.image.Down {
   border:2px solid transparent;
   margin:0;
   padding:0;
}
.image.UP{
opacity:1.0;
   display:block;
   position:absolute;z-index:100;
   transition-duration: 0.96s;
  -webkit-transition-duration: 0.96s;
  -moz-transition-duration: 0.96s;
  -o-transition-duration: 0.96s;
  -ms-transition-duration: 0.96s; /* IE9+ */
}
.image.UP:hover {
   opacity:0.00;
}
 
div.ImgWrap{
display:inline-block;
padding:0;margin:0;
background-position:center center;
background-repeat:no-repeat;
}


#pun-main #post-form h2, #pun-main h1, #pun-debug h2 {
       background: transparent url("http://sd.uploads.ru/gAY98.jpg") no-repeat scroll center top;
    height: 14px;
    text-align: center;
    font-family: 'Hagin Caps';
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #770303;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    padding: 13px 0px 10px 10px;
    margin: 0px 0px 10px -10px;
    background-repeat: no-repeat;
    background-position: top center;
    border: none;
    width: 1000px !important;}





.punbb .category h2, #pun-stats h2, #pun-main #post-form h2, #pun-main h1, #pun-debug h2 {
background: url("http://funkyimg.com/i/2ocNe.png") no-repeat scroll center top;
    font-family: lobster;
    font-size: 16px;
    /* font-weight: bold; */
    text-transform: uppercase;
    /* color: #24221F; */
    text-shadow: 0px 1px 1px #000000;
    text-shadow: none;
    height: 91px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #b4b3b1;
    z-index: 5;
    padding: 26px 0px 0px 0px;
    margin: 0px -25px 0px;
    /* font-weight: bold !important; */
    background-repeat: no-repeat;
    background-position: top center;
    border: none;
    width: 945px !important;
}


/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
   text-align: justify;
  }

body {background:
  url("http://funkyimg.com/i/2ocZg.png") no-repeat top center,
  url("http://funkyimg.com/i/2ovDp.png") no-repeat center bottom,
  url("http://funkyimg.com/i/2ocKF.png") center top repeat-y,
  url("http://funkyimg.com/i/2oaiV.png") repeat-x top left;
  
}

HTML {
background: url("http://funkyimg.com/i/2oahY.png") repeat #f3eaea; 

}


/* ÑÒÈËÜ ÏÐÎÔÈËß
-------------------------------------------------------------*/

.punbb .post .post-author {
width: 247px;
border-top: none;
    color: #b5afa6;
border-bottom: none;
margin-top: 75px;
margin-bottom: 0px;
text-align: center;
font-size: 10px;
font-family: arial;
}

.pa-fld1 {
position: relative;
    margin: 24px 0px -4px -6px !important;
    width: 231px;
    overflow: visible!important;
    padding: 8px 10px 20px 10px !important;
    min-height: 27px;
    background: url(http://funkyimg.com/i/2okzW.png) bottom no-repeat;}


/* C3.8 */
.punbb #pun-main .pa-author a {
color: #cfd6e2;
font-family: 'Lobster';
font-size: 25px;
text-transform: normal;
font-weight: normal;
text-shadow: 1px 1px #252428, 1px 1px #242a2f!important;
  }

.punbb .post .post-author {
background:url(http://funkyimg.com/i/2okzX.png) 0 0 repeat-y;
overflow: visible!important;
margin-left:0px;
width: 247px !important;
}

.punbb .post .post-author > ul {
background:url(http://funkyimg.com/i/2okzV.png) 0 top no-repeat,url(http://funkyimg.com/i/2okzY.png) 0 bottom no-repeat;
margin: -45px 0 0px 0!important;
padding:50px 6px 60px 6px!important;
width: 247px !important;
}

#pun-main .pa-avatar {margin-top: 5px;}


.pa-avatar.item2 > img {
    border-image: url("http://funkyimg.com/i/2okzZ.png") 6 6 6 6 round round;
    border-width: 6px;
    border-style: solid;
    margin-left: -12px;
   
}

/* ËÈ×ÍÎÅ ÇÂÀÍÈÅ */

.pa-posts {
    margin-left: -20px !important;
    font-size: 10px;
}



.pa-fld3 {margin: -24px 0px 1px -17px !important;

}

.pa-posts,.pa-respect,.pa-fld2 {
    text-align: center;
    display: inline-block;
    padding: 3px 5px 12px!important;
    width: 50px;
}

/* Íàãðàäû â ïðîôèëå-òîïèêå */
.pa-awards {width:215px; background-image: url();
background-repeat: repeat; background-position: top right; height: auto;
border-radius: 15px; 
border: 0px double #666e76;
padding: 10px;
}



.forminput {width: 203px;   
height: 18px;
color: #7e6956 !important;
    font-family: minion pro;
    line-height: 11px;
    font-size: 11px;
    font-weight: normal !important;
    font-variant: small-caps;
background-color: #1f1c1b !important;
    border: 1px double #504d4a;}





#pun-navlinks a {font-family: 'Lobster';
    font-size: 22px;
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #460f02; }

#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active { opacity: 0.5; }
li#navsearch {margin-left: -2px !important;}


#pun-ulinks, #pun-ulinks .container, #pun-ulinks li, #pun-ulinks li a, #pun-ulinks li a   {font-family: 'Roboto Condensed';
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -246px;
    letter-spacing: -0.5px;

   }

#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
opacity: 0.3;}







.punbb .formal textarea {
    width: 96% !important;
}





/* ------------------------------------------------------------------------------- */


#main-reply {
    width: 97% !important;
    margin-left: 10px;}





li.pl-share {margin-left: 20px !important;}

::-webkit-scrollbar-thumb {
   background: #460f02 top center;
    box-shadow: 0 0 6px 0px rgba(82,74,59,0) inset, 0 0 0 1px rgba(82,74,59,0) inset;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
background: #3d3700 top center;
    border-color: transparent;
}

::selection {
    background: none repeat scroll 0 0 #8f8a8a;
    color: #908c87;
    opacity: 0.4;
}

/* ------------------------------------------------------------------------------- */



#pun {background-color: #transparent;
}

#pun-about p span {
    padding-bottom: 140px! important;
    color: #796347;
}


#pun-crumbs1 p.container {   
text-transform: uppercase;
font-family: 'Cuprum';
    font-size: 14px;}

#pun-status .container { 
  text-transform: uppercase;
font-family: 'Cuprum';
    font-size: 14px;
}

/* ------------------------------------------------------------------------------- */

 

/* ------------------------------------------------------------------------------- */

.punbb #pun-main .quote-box, .punbb #pun-main .code-box, .punbb textarea
{background-color: #f3eee9 !important;
    border-top: 4px solid #4c4915;
    border-bottom: 6px solid #593522;
    background-color: transparent;
    border-radius: 8px;
    background-image: url('data:image/png;base64,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');
    background-repeat: repeat;}


#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area, #pun-report .inner, #pun-reputation .inner {background-color: #978875!important;
border-top: 4px solid #6A4D34;
    border-bottom: 6px solid #4A2D18;
background-color: transparent;
border-radius: 8px;
    background-image: url('data:image/png;base64,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');
    background-repeat: repeat;

}



.punbb .post-sig dt {background: url(
);  height: 5px; width: auto; margin: left; border: none;}
.post-sig dd p {text-align: center;}


.punbb input, .punbb .button, .punbb select   {
background-color: #3d3700 !important;
    text-shadow: 1px 1px 3px #ead1d1;
    box-shadow: 0 0 4px rgb(70, 15, 2);
    border: 1px solid #edefe2;
    color: #efefef !important;
    font-family: 'lobster' !important;
    font-size: 13px;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    padding: 4px;
    border-radius: 11px;
}

/* ------------------------------------------------------------------------------- */

#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 500px; top: 460px;
}




#awrdbut * {
cursor: pointer;
margin-top: 10px;
}

/* ------------------------------------------------------------------------------- */


/* 
#pun-stats h2 span, .category h2 span {visibility:hidden!important;} */

.punbb table Div.icon {
    margin-top: 35px;
    float: left;
    display: block;
    width: 57px;
    height: 107px;
    border-style: none;
    background-repeat: no-repeat;
    position: relative;
    margin-left: -21px;
    padding-left: 1px;
}

/* ------------------------------------------------------------------------------- */

.punbb table Div.icon {
background-image: url(http://funkyimg.com/i/2ofSP.png); 
background-repeat: no-repeat;
}
TR.inew Div.icon {
background: url(http://funkyimg.com/i/2ofSQ.png) no-repeat;
}
TR.isticky Div.icon {
background: url(http://funkyimg.com/i/2ofSS.png) no-repeat;
}
TR.iclosed Div.icon {
background: url(http://funkyimg.com/i/2ofSR.png) no-repeat;
}
#pun-stats ul.container {background-image: url("http://funkyimg.com/i/2ofSJ.png"); background-repeat: no-repeat; background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-origin: padding-box;
background-position: 10px 10px;
background-repeat: no-repeat;
background-size: auto;
padding-left: 75px;
padding-top: 0px;}/* Èêîíêà ñòàòèñòèêè */


/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */

.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, #pun-title, #pun-title .container, .punbb .modmenu .container,
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend,
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, .punbb textarea, .punbb select, .punbb input
 {background-color: transparent;
    color: #2f2a20;}

.punbb-admin #pun-admain h2 {background-position : center;
  background-color: transparent;
    color: #2f2a20; font-style: normal;}

.offline li.pa-online strong {
  font-weight: normal }

.punbb .container, .punbb .post-body, .post h3, #pun-title,
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, .punbb th, #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online, .punbb .post-sig dt {
  border-color: transparent; 
  }


/* ------------------------------------------------------------------------------- */

 .punbb-admin, .punbb a:link, .punbb a,  .punbb a:visited,  #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited
{ 
  text-decoration: none;
color: #4a5c15;
    font-weight: bold;

}

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
 color: #302a20;     font-weight: bold;

text-shadow:  0 0 10px #FCF7C7;  
}

.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
color: #552510;
    font-weight: bold;
    text-shadow: 0 0 10px #c5c38a;
    text-decoration: none; }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;     font-weight: bold;

 color:#552c16; 
text-shadow: 1px 1px #b3cacb;  }


/* ------------------------------------------------------------------------------- */

li#navindex {display: none;}
#title-logo-tdr img {width: 1px; height: 1px;}
#pun th {visibility: hidden;}
#pun-main div.catleft, #pun-main div.catright {display: none}
#pun-index .modlist {display: none; }
#pun-announcement.section h2 span {display: none; }
#pun-title .title-logo span {display: none;}
.blockquote, .blockcode, .scrollbox, pre {border:none; }
#pun-announcement {margin-top: 0px !important;}
#viewprofile h2 span, #profilenav h2 span {display: none;}
#navawards a {display: none; font-size: 0px;}
#pun-ulinks li.item7 {font-size: 0px;}
.lastedit {display:none;}
.punbb .main .post-content td{border:none 0 transparent;}
#pun-announcement.section h2 span {display: none; }
span.cooltext, span.cool1, span.cool2, span.cool3 {visibility: hidden !important;}

/* ñêðûòü òåìû è ñîîáùåíèÿ íà ãëàâíîé
 .category .container thead {display: none;}
#pun-index .main .tc2, #pun-index .main .tc3 {display: none;}*/


.d1 {text-align: center; display: inline-block;
 font-family: lobster;
  color: #2d2729;
  font-size: 12px;
background-color: #c4c3c1;
  padding: 5px;
  box-shadow: inset 0 0 15px #BBB6B6, 0 1px 2px #A8A5A5, 0 -1px 1px #E4E4E4;
  border-radius: 15px;
margin: 2px 0 2px 0;}



#bannns {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    height: 31px;
    width: 284px;
    margin-left: 664px;
    margin-top: -232px;
}


.dsc1 {margin-top: 41px !important;;
    width: 333px;}

.dsc2 {
    letter-spacing: 0px;
    width: 292px;
    margin: 10px 20px !important;
    font-family: 'cuprum';
letter-spacing: 0.5px;
}

.dsc2:first-letter {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}
.dsc3 {
    text-align: center;
    color: #5d4b34;
    letter-spacing: 0px;
    font: 700 9px "Roboto Condensed" !important;
    text-transform: uppercase;
    font-weight: bold !important;
    width: 310px;
    margin: 15px 0px -45px 0px !important;
}

.skin:hover{
    margin-top: 0 !important;
    z-index: 9999;
    transition: margin-top 0.8s linear 0.3s;
    position: relative;
}

.srolerdown {
    top: 422px;
    width: 800px;
    display: inline-block;
    position: absolute;
    margin-left: 0px !important;
}
.sroler {
    height: 140px;
    width: 221px;
    top: -10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: -385px !important;
    position: absolute;
}


.skin {
    height: 140px;
    width: 221px;
    margin-top: -52px !important;
    transition: all 0.8s linear 0.3s;
    position: absolute;
    
}



/*****ñëàéäåð****/
.notebook,
.notebook .tabs,
.notebook .pages,
.notebook .page {
 margin: 0;
 padding: 0;
}

.notebook .tabs, .notebook .pages {
 list-style: none;
 overflow: hidden;
}

.notebook .tabs li {
 float: left;
}

.notebook .pages {
    clear: both;
}


.notebook .tabs {
 border-left: 1px solid gray;
}

.notebook .tabs li {
 border-right: 1px solid gray;
 border-top: 1px solid gray;
}

.notebook .pages {
 border: 1px solid gray;
}


.notebook .tabs {
 font-family: Georgia;
 font-size: 12px;
 line-height: 30px;
 height: 30px;
}

.notebook .tabs li {
 background: #eee;
 padding: 0 10px;
 height: 30px;
}

.notebook .tabs a {
 text-decoration: none;
}


.notebook .tabs li:hover {
 background: #ddd;
}

#notebook1 .pages, #notebook1 .page {
width: 500px;
    height: 200px;
    top: -350px;
    padding: 75px 125px 0px 0px;
    /* margin: 0px -38px 0px; */
    position: relative;
}

#notebook1 .pages {
 text-align: center;
 line-height: 200px;
 font-size: 150px;
}

#page1-1 { background: #d81; }
#page1-2 { background: #8d1; }
#page1-3 { background: #1d8; }
#page1-4 { background: #18d; }
#page1-5 { background: #81d; }


#notebook2 .pages, #notebook2 .page {
 width: 320px;
 height: 320px;
}


#notebook3 .pages, #notebook3 .page {
 width: 300px;
 height: 250px;
}

#notebook3, #page2-1 img, #page2-2 img {
 padding: 5px;
}


.notebook .page .page-top-border
{
 margin: 0px;
 padding: 0px;
 border: none;
}

.notebook .page .page-top-border *
{
 height: 2px;
 font-size: 1px;
 line-height: 1px;
 border-top: 1px solid gray;
 float: left;
 margin: 0px;
 padding: 0px;
}

.notebook .page-top-border .page-active
{
 border-top: 1px solid #eee;
}


#notebook4 .pages {
 border-top: none;
}

#notebook4 .pages, #notebook4 .page {
 width: 401px;
 height: 150px;
 box-sizing: border-box;
}

#notebook4 .tabs li,
#notebook4 .page-top-border * {
 width: 100px;
 box-sizing: border-box;
}


.punbb .post-content .quote-box, .punbb .post-content .code-box {
    padding: 0.6em 0.3em 0.3em 0.3em;
    margin: 0em 0em 0.3em 0em;
}

.punbb .quote-box, .punbb .code-box {
   background-color: #7b6d62;
    color: #000000;
    border-left: 1px solid #827164;
    border-right: 1px solid #827164;
    border-top: 3px double #5a4c41;
    border-radius: 5px;
    border-bottom: 3px double #42140e;
    box-shadow: inset 0px 0px 6px #594545;
    width: 98%;
    margin-left: 10px !important;
}

.catams {
    position: relative;
}
.catams em {
    display: none;
}
.punbb address, .punbb em {
    font-style: normal;
}

.catams:hover em {
    font-style: normal;
    display: block;
    z-index: 100000;
    position: absolute;
    padding: 10px 10px;
    top: -170px;
    left: -10px;
    background-image: url(http://funkyimg.com/i/27Lmz.png);
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-repeat: repeat;
    background-position: top right;
    height: auto;
    border-radius: 26px;
    border-left: 3px double #c9975d;
    border-right: 3px double #c9975d;
    border-top: 3px solid #ce842e;
    border-bottom: 3px solid #b56e2f;
    font: normal 68.75% arial;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: lowercase;
}




.w_news {
    text-align: center;
    text-transform: uppercase;
    background-color: #c9975d;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.w_game {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    background-color: #845e1d;
   
}


#w {
   font-size: 1em;
    padding: 1px 5px;
    margin-top: 5px;
    display: inline-block;
    width: auto;
    text-align: center;
    height: auto;
 
}

.w_wah {
    background-color: #9d8164;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}




.washi_post {
    margin-left: 905px !important;
    margin-top: 355px !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.5;
    overflow-x: auto;
    padding: 3px;
    position: absolute;
    text-align: justify;
    color: #7d7972;
    font-size: 10px;
    height: 60px;
    line-height: 9px;
    width: 160px;
}

.lz {
    position: relative;
    min-height: 15px;
    padding: 0px 0px 22px 0px;
    width: 202px;
    left: 10px;
    text-align: center;color: #93938e;
}


.punbb .post-content .code-box {
border-radius: 15px;
    border-left: none;
    border-right: none;
    border-right: 4px groove rgba(255, 252, 252, 0);
    border-left: 4px groove rgba(255, 252, 252, 0);
    border-top: outset 4px #97633d;
    margin: 0.4em 1.4em 1em 1.4em;
    padding: 7px;
    padding-top: 9px;
    background: #eee8e0;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(153, 144, 118, 0.3);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(153, 144, 118, 0.3);
    box-shadow: inset 0px 0px 8px 0px rgba(153, 144, 118, 0.3);
    width: 96%;
}



.punbb .code-box strong.legend, .code-box .legend a {
    display: block;
    font-size: 16px;
    text-transform: lowercase;
    font-family: 'cuprum';
    font-weight: normal!important;
    color: #2f2216;
    text-shadow: #f5f3ef 1px 1px;
}


.punbb .post-content .blockcode, .punbb .post-content blockquote {
    width: 100%;
    overflow: hidden;
}


.punbb .post-content .scrollbox {
    width: 100%;
    overflow: auto;
}




/* ÃÎÑÒÅÂÀß */

.gostevaya {     width: 544px;
    min-height: 430px;
    padding-top: 20px;
    padding-bottom: 125px;
    display: block;
    background: url(http://funkyimg.com/i/2ogj2.png) 0px top no-repeat, url(http://funkyimg.com/i/2ogk9.png) 0px bottom no-repeat, url(http://funkyimg.com/i/2ovsw.png) 0px repeat-y;}

.wash-q {
   text-shadow: 1px 1px #ae6428, 1px 1px #974b0e!important;
    letter-spacing: 1px;
    width: 310px;
    font-family: arial;
    font-size: 10px;
    color: #fff;
margin: 135px 210px 20px !important;
    line-height: 11px;
}

.washi_q {
   width: 544px;
    font-size: 10px;
    font-family: arial;
    text-transform: lowercase;
    letter-spacing: 1px;
    height: 15px;
    margin-top: 120px;
}

.washi_q-img {    border-top: 3px solid #28300d;
    border-bottom: 2px solid #9d8164;
    border-radius: 4px;
    box-shadow: 0 1px 1px #c9975d;
    width: 400px;
    margin-top: 9px;
 margin-left: 8px !important;
}

.wap1 {
width: 400px;
    text-align: justify;
    font-size: 11px;
    font-family: Arial, sans-serif;
    color: #193824;
    padding-top: 5px;
     margin-left: 10px !important;
}




.shablon {    width: 544px !important;  min-height: 70px !important;    padding-top: 115px !important;    display: block !important;    background: url(http://funkyimg.com/i/2ogkN.png) 0px top no-repeat, url(http://funkyimg.com/i/2ogkQ.png) 0px bottom no-repeat, url(http://funkyimg.com/i/2okys.png) 0px repeat-y !important;}
.w {    font-family: lobster !important;;    color: #8e8a85 !important;;    font-size: 28px !important;;}
.r {    margin-top: 62px !important;    width: 400px !important;  margin-left: 10px !important;     padding-bottom: 150px !important;}