/* CS1 Background and text colours
-------------------------------------------------------------
*/

#pun-title TABLE { 
background : transparent url(http://sa.uploads.ru/paYsv.jpg) no-repeat left top; 
margin-left : -100px;
  height: 230px;
  width: 1050px;

}

body {background-color: #050402;
background-repeat: repeat;
background-position : top center;
background-attachment : no-fixed;

}

#pun {
background-image : url("http://sa.uploads.ru/B7tda.jpg");
background-color: #;
background-repeat: repeat;
background-position : center;
background-attachment : no-fixed;


}

/* 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 {
  background-color: #transparent;
  color: #201d1a;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer  {
  background-color: transparent;
  color: #201d1a;
  }

/* CS1.3 */
#pun-stats h2,.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-stats .statscon, li#onlinelist, li#onlinelist div  {
  background-color: transparent;
  color: #201d1a;
  font-weight: normal;
  font-style: normal;
  }


/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: #201d1a;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #201d1a;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #201d1a;
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
 background-color: #292723; background-image: url("http://sa.uploads.ru/IovbY.jpg");}
  color: #292723;
  }

/* CS1.8 */
#pun-navlinks .container, #pun-ulinks .container {
  background-color: transparent;
  color: #201d1a; 
  text-align: center;
  }


/* CS1.9 */
.punbb textarea, .punbb select, .punbb input {background-image: url("http://sa.uploads.ru/IovbY.jpg");background-color: #9a9797;
  color: #292723; background-image: url("http://sa.uploads.ru/IovbY.jpg");}

.offline li.pa-online strong {
  color: #201d1a;
  font-weight: normal
  }

.punbb textarea, .punbb select, .punbb input {
  background-color: #9a9797;
  color: #201d1a;
}



/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: transparent;

  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
 
 }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }

/* CS1.3 */
#pun-stats h2 .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin{
color: transparent;
  }

/* 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: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #292723;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent;
  }

.punbb .divider {
  border-color: transparent;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #73695d;

  }

li.pa-online {
  border-left-color: transparent;
  }

.punbb .post-sig dt {
  border-top-color: transparent !important;
  }


/* 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: #3c3733;
    border-bottom: 0px none #3c3733;
  text-decoration: none;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #3c3733;
  }

/* 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: #201d1a;
    border-bottom: 0px none #201d1a;
  text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {
 color: #706961;
    border-bottom: 0px none #706961;
  text-decoration: none;

  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #534942;
  font-weight: normal;
font-style: normal;
  border-bottom: 1px none #534942;
  text-decoration: none;

  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #3c3733;
  color: #3c3733;
  }


/* CS4 Post status icons
 -------------------------------------------------------------*/

#pun-main div.catleft, #pun-main div.catright {display: none}


.punbb table Div.icon {float: left; display: block; border-style: none none none none; margin-left: 0px;margin-right: 0px;
width: 46px;
height: 42px;
background-image : url(http://sa.uploads.ru/D0EPg.png);
background-repeat: no-repeat;
}

TR.inew Div.icon {
background-image : url(http://sa.uploads.ru/LR4Vt.png);
background-repeat: no-repeat;
width: 46px;
height: 42px;
}

TR.isticky Div.icon {
background-image : url(http://sa.uploads.ru/LWszh.png);
background-repeat: no-repeat;
width: 46px;
height: 42px;
}

TR.iclosed Div.icon {
background-image : url(http://sa.uploads.ru/eFs2c.png);
background-repeat: no-repeat;
width: 46px;
height: 42px;
}


.post-author ul li.pa-avatar img { 
width:185px;
height:185px;
}

#pun-title .title-logo {display : none;}

li.pa-author a{
    font-family: 'Special Elite'!important;
    font-size: 18px!important;
    letter-spacing: 2px;
}

/*CS5 TABLE
 ---------------------------------*/
#table_block {
width: 750px; 
height: 190px;
background: #9c9595;
border: double 4px #6f6c6c !important;
color: #4f4949;
}

#menu {
height: 18px;
background: #827979;
margin-top: -7px;
text-align: center;
border-radius: 0px 0px 4px 4px;
}

#menu span {
width: 750px;
padding: 0px 18px;
cursor: pointer;
font-family: Georgia;
font-size: 14px;
text-transform: uppercase;
}

#menu .tabactive{
border: none !important;
opacity: 1.0;
}

#submenu {
height: 120px;
font-size: 12px;
width: 790px;
color: #464441;
}

#navilinks a, #navilinks a:hover  {
display: block;
width: 150px;
background: #9f9898;
color: #504d48;
font-family: Georgia;
font-size: 12px;
text-align: center;
padding: 2px;
 -moz-transition: 0.3s ease;
-webkit-transition: 0.3s ease;
}

#navilinks a:hover {
 -moz-transition: 0.3s ease;
-webkit-transition: 0.3s ease;
background: #dddcd8;
color: #3f3d39;
letter-spacing: 1px;
}