/* CS1 Background and text colours
-------------------------------------------------------------*/


/* 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: #000000;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #000000;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
background-color: transparent;
  color: #1a140b;
  font-weight: bold;
  font-style: bold;
  font-size: 15px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  font-family: "georgia";
  background-image: url("");
  text-shadow: #fff 1px 1px; 
  
}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: #000000;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #000000;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #191919;
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background: url(http://savepic.net/5805083m.png) repeat;
  color: #474c52;
  box-shadow: 0px 0px 20px #c4c4c4 inset; 
  border: double #8b9b9f;
  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: #474c52;
  border: double #8b9b9f;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

.punbb textarea {
  background-image: url(http://savepic.net/5805083m.png);
color: #474c52; 
padding: 3px;
  border: double #8b9b9f;
}

.punbb select, .punbb input {
  background-image: url(http://savepic.net/5805083m.png);
 color: #474c52; 
padding: 3px;
  border: double #8b9b9f;
}

.punbb .post .post-author , #profilenav { margin-left: 2px;  text-align: center; 
color: #444447; 
}

#post-form .fs-box .container { background: #dedede; border: double #3c4151 !important;}
/* 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;
  }

/* 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: #C4C4C6 #FFFFFF #FFFFFF #C4C4C6;
border: 0px;
  }

#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 #221c00
  }

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: #26223a;
  font-style: none;
  font-family: "georgia";
  font-size: 12px;
  text-decoration: none;
  font-style: italic;
  text-shadow: #fff 0.1em 0.1em; 
  }

#pun-ulinks  a:link, #pun-ulinks  a:visited {
  color: #000;
  font-family: 'georgia';
  font-size: 10px;
  font-style: none;
  text-decoration: none;
  text-transform: uppercase;
}
#pun-ulinks  a:hover, #pun-ulinks  a:focus, #pun-ulinks  a:active {
        color: #5a4a89;
-webkit-transition: color 0.5s ease;
-khtml-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
}

/* 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: #565687;
  text-decoration:none;
  font-style: none;
  font-family: "georgia";
  font-style: italic;
  text-shadow: #ffffff 0.1em 0.1em; 
-webkit-transition: color 0.5s ease;
-khtml-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
  }

/* CS3.3 */
#pun-navlinks a {
  color: #27273e;
  text-decoration: none;
  font-style: italic;
  font-size: 16px;
  font-family: "georgia";
  text-shadow: #fff 0.1em 0.1em; 
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #575687;
  font-style: none;
  font-family: "georgia";
  text-shadow: #ffffff 0.1em 0.1em; 
-webkit-transition: color 0.5s ease;
-khtml-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #2d2a3b;
  color: #000000;
  font-family: "georgia";
  font-weight: bold;
  font-style: none;
  font-size: 10px;
  }

/* CS4 Post status icons
-------------------------------------------------------------*/

div.icon {
  background: url(http://funkyimg.com/i/HRp5.png) no-repeat;
}

tr.inew div.icon {
  background: url(http://funkyimg.com/i/HRp6.png) no-repeat;
}

#pun-main div.catleft, #pun-main div.catright {display: none}

/* CS5 Other
 -------------------------------------------------------------*/

html, body {

background-image : url(http://onetimetest.anihub.ru/files/0013/66/99/79489.png); 
 background-repeat: repeat-y;
background-attachment: scroll;
background-position:  center;
background-color: #2d4352;}

body {background-color: transparent;
  background-image : url("http://onetimetest.anihub.ru/files/0013/66/99/99665.png");
  background-repeat: no-repeat;
background-attachment: scroll;
background-position: center top;
}

#pun-redirect, #pun-maint { 
 height:300px;
 line-height: 12px;
 background-image: url("_");
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center; 
 text-align:center; 
 font-size:12px !important;
 width: 400px; 
 padding: 20px;
  }

 #pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: -100; left: 280px; top: 0px
}

#pun_wrap {  
background-image: url("");
background-repeat: no-repeat; 
background-position: center bottom;
}

#profile .container #profilenav h2   {text-align : left;  text-shadow: none; margin-left: 27px}

#form-buttons {
margin: 2px 2px 2px 10px;
padding: 2px 2px 2px 10px;
 background: transparent url("http://s6.uploads.ru/UbVMl.png");
}

.punbb th {
 background: transparent url("http://hellandhell.at.ua/96/td.png");
 margin-top: -2px;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -khtml-border-radius: 3px;
 -moz-border-radius: 3px;
 -o-border-radius: 3px; 
 border: none !important;
}

/* CS6 Table
 -------------------------------------------------------------*/
#menu {text-align: center;}

#menu span {
padding: 7px 3px 7px; 
margin-right: 5px;
margin: -10px 0px;
width: 500px;
text-decoration: none;
}

#menu .tabactive {
border: none !important;
}

#submenu {
background: transparent;
padding: 10px;
height: 240px;
text-align: center;
font-size: 10px;
width: 500px;
background-color: #cfcfcf;
}

.submenutext {
display: none; 
height: 20px;
}


#navi a{
display: block;
background: #e0e0e5;
box-shadow: 0px 0px 5px #cec3dc inset; 
width: 170px;
color: #1f142c;
font-family: georgia;
text-align: center;
font-size: 12px; margin: 2px !important;
border-radius:2px;
-webkit-border-radius:2px;
-khtml-border-radius:2px;
-moz-border-radius:2px;
-o-border-radius:2px; 
padding: 2px;
}

#navi a:hover {
display: block;
box-shadow: 0px 0px 5px #716283 inset; 
background: #dedee8;
width: 170px;
text-align: center;
padding: 2px;
color: #2d0541;
font-family: georgia;
font-size: 12px;
border-radius:2px;
-webkit-border-radius:2px;
-khtml-border-radius:2px;
-moz-border-radius:2px;
-o-border-radius:2px; 
}

/* Tooltips
 -------------------------------------------------------------*/
.tooltip {
border: none; 
color: #7e3030;
text-decoration: none;
position: relative;}

.tooltip span {
margin-left: -999em;
position: absolute;}

.tooltip:hover span {
font-family:verdana;
position: absolute;
left: 70px; 
top: -60px; 
z-index: 99;
margin-left: 0;}

.tooltip:hover img {
left: 1em; 
top: 2em; 
z-index: 99;
margin-left: 0;}

.tip { 
position: absolute;
background: #eeeeee;
color: #503030;
border: 2px solid #000000;
z-index: 1000;
width: 150px;
padding: 5px; 
text-align: center; 
line-height: 10px;
font-family: verdana;
font-size: 10px;
}

#pun-main .post-author ul {
  color: #000000;
  box-shadow: 0px 0px 20px #c4c4c4 inset; 
  border: double #7f8097;
}