/* CS1 Background and text colours
-------------------------------------------------------------*/
body  {background: url("http://forumstatic.ru/files/000e/95/b7/26967.jpg") 50% 0% no-repeat, url("http://forumstatic.ru/files/000e/95/b7/29459.png") 50% 100% no-repeat,  url("http://forumstatic.ru/files/000e/95/b7/15014.jpg") 50% 0% repeat-y #020B11;
}


/* CS1.1 */
.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 {
  border-style: none;
  color: #0d0e0e;
  
}

/* CS1.2 */
#pun-ulinks .container {
   color: #5b6066;  
   background-color: transparent;
text-align: center;}

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
background-image: url("http://forumstatic.ru/files/000e/95/b7/95834.png");
background-position: 50% 0%;
background-repeat: no-repeat;
color: #0E4444;
background-color: transparent;

font-weight: 700;
height: 30px;

text-align: center;
text-shadow: 0px 0px 3px #D9EFED;

}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  border-style: none;
  color: #0d0e0e;
  }


/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  border-style: none;
  color: #0d0e0e;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
   border-style: none;
   color: #0d0e0e;
  }

    /* CS1.7 */
    .punbb .quote-box, .punbb .code-box {
     background-color : transparent;);
      color: #0d0e0e;
 }

/* CS1.8 */
#pun-navlinks .container {
  text-color: #0d0e0e;
  text-align: center;
  font-weight: bold; 
  font-size:11px;
  background-color: transparent;}


.punbb textarea, .punbb select  {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #0d0e0e;
 }

    .offline li.pa-online strong {
      font-weight: normal;
      }

/* I?ioeeu
-------------------------------------------------------------*/
    .punbb .post .container,
    .punbb .post h3 {
      border-style: none;
    color: #0d0e0e;}

    .punbb .post h3 span {
    border-style: none;
     color: #0d0e0e;}

    #pun-title .title-logo span {display: none;}
    #pun-title .title-logo {background-image : none;
    background-repeat : no-repeat;
    }

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: #65615d;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: #65615d;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: #65615d;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: #65615d;
  }


/* CS2.5 */
.punbb th {
  border-color: #65615d;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #65615d;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: #65615d;
  }


#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: #65615d;
  }

.punbb .divider {
  border-color: #65615d;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: #65615d;
  }

li.pa-online {
  border-left-color: #65615d;
  }

/* CS3 Links
-------------------------------------------------------------*/


/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #512B14;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #333333
  }

/* CS3.2 */
.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:  #3e1414;
    border-bottom: 0px none #000;
  text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {

color: rgba(233,209,166,0.7);
    border-bottom: 0px none #000;
  text-decoration: none;
margin: -7px;
padding: 12px 8px 13px;

border-left: 4px ridge rgba(255, 255, 255, 0.2);
border-right: 4px ridge rgba(0, 0, 0, 0.2);

text-shadow: 0px 0px 3px #021413;
        filter: dropshadow(color=#021413, offx=0, offy=0);


-webkit-transition:  color 0.5s;
 -moz-transition:  color 0.5s;
 -ms-transition:  color 0.5s;
 -o-transition:  color 0.5s;
 transition:  color 0.5s;




  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
color: rgba(233,209,166,1);
  font-weight: bold;
font-style: normal;
  border-bottom: 0px none #000;
  text-decoration: none;
background: url(http://forumstatic.ru/files/000e/95/b7/67773.png) 50% 99% no-repeat;
background-size: 150% 100%
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }

#pun-ulinks a {
  color: #000000 !important;
  }
 
#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
  color: #EAE4D5 !important;
  }

.tclcon a, .tclcon a:hover, .tclcon a:focus, .tclcon a:active {
  font-style: italic !important;
  font-weight: bold; }

.tcr a, .tcr a:hover, .tcr a:focus, .tcr a:active {
  font-style: italic !important;
  font-weight: bold; }

/* CS4 Post status icons
-------------------------------------------------------------*/
div.icon {
       background: url("http://forumstatic.ru/files/000e/95/b7/97303.png") no-repeat;
}

tr.inew div.icon {
        background: url("http://forumstatic.ru/files/000e/95/b7/93914.png") no-repeat;
}

tr.iclosed div.icon {
        background: url("http://forumstatic.ru/files/000e/95/b7/82115.png") no-repeat;
}

tr.iredirect div.icon {
        background: url("http://forumstatic.ru/files/000e/95/b7/93914.png") no-repeat;
}

tr.isticky div.icon {
        background: url("http://forumstatic.ru/files/000e/95/b7/17344.png") no-repeat;
}

#pun-main div.catleft, #pun-main div.catright {display: none}


   #pun-main  h3 {border-style: none; 
color: #0d0e0e;
line-height: 25px;}
   #pun-main .topic  .container {border-style: none; 
color: #0d0e0e;}
   #pun .tcl {border-style: none;
color: #0d0e0e;}
   #pun .tc2 {border-style: none;
color: #0d0e0e;}
   #pun .tc3 {border-style: none;
color: #0d0e0e;}
   #pun .tcr {border-style: none;
color: #0d0e0e;}

#pun-about p.container {
height: 210px;
width: 880px;
background-position : bottom center;
background-repeat: no-repeat;}

.splLink {background: url("http://forumstatic.ru/files/000e/95/b7/40124.png") ; height: 62px; width: 62px;}
.splLink:hover {background: url("http://forumstatic.ru/files/000e/95/b7/15646.png");} 
.splCont {background: #E3CC9F !important;
border: 5px ridge #686C62 !important;
box-shadow: inset 0px 0px 27px #462813 !important;}
.offctgr {background: url(http://forumstatic.ru/files/000e/95/b7/56487.png)  no-repeat !important;}