/* CS1 Background and text colours
-------------------------------------------------------------*/

body {
background-image: url("http://savepic.org/3590358.jpg");
background-repeat: no-repeat;
background-position: top center; 
background-color: transparent;
}

HTML {
background-color: #cecece;
background-image: url("http://savepic.ru/4636971.jpg");
background-repeat: repeat-xy; 
background-position: center top;
}

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: #d2d2d2;
  background-color: transparent;
  color: 1c1c1c;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
background-color: #cecece;
background-color: transparent;
font-style: normal;
font-size: 14px;
color: #1c1c1c;
  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
background-color: transparent;
  color: #1c1c1c;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
 background-color: #1c1c1c;
background-color: transparent;
color: 1c1c1c;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: #1c1c1c;
background-color: transparent;
  color: #1c1c1c
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: #f7f7f7;
background-color: transparent;
background-image: url("http://savepic.net/3761931.png")!important;
  color: #1c1c1c
  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: #1c1c1c;
background-color: transparent;
  color: #1c1c1c;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

.punbb textarea, .punbb select, .punbb input {
  background-color: #FFFFFF;
background-color: transparent;
  color: #1c1c1c
}

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; border-style:none !important;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: #1c1c1c; border-style:none !important;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: #FFFFFF; border-style:none !important;
  }

/* 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-style:none !important;
  }

/* CS2.5 */
.punbb th {
  border-color: #FFFFFF; border-style:none !important;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #1c1c1c #FFFFFF #FFFFFF #1c1c1c; border-style:none;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: #1c1c1c; border-style:none !important;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: #FFFFFF; border-style:none !important;
  }

.punbb .divider {
  border-color: #1c1c1c #FFFFFF #FFFFFF #FFFFFF; border-style:none !important;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #1c1c1c; border-style:none !important;
  }

li.pa-online {
  border-left-color: #FFFFFF; border-style:none !important;
  }

.punbb .post-sig dt {
  border-top-color: #cccccc !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: #414141;
font-size: 11px;
text-decoration: none;
font-family: Verdana;
font-weight: bold;
   opacity: 1.0; /* все браузеры кроме ИЕ ниже девятой */
   transition-duration: 0.69s;
  -webkit-transition-duration: 0.69s;
  -moz-transition-duration: 0.69s;
  -o-transition-duration: 0.69s;
  -ms-transition-duration:0.69s; /* IE9+ */
}

#pun-ulinks a { 
color: #868686;
}

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #365162;
  }

/* 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: #ff8033;
font-weight: bold;
   opacity: 0.7; /* все браузеры кроме ИЕ ниже девятой */
   transition-duration: 0.69s;
  -webkit-transition-duration: 0.69s;
  -moz-transition-duration: 0.69s;
  -o-transition-duration: 0.69s;
  -ms-transition-duration:0.69s; /* IE9+ */
}

/* CS3.3 */
#pun-navlinks a {
  color: #999999;
  border-bottom: 0px none #000;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #ff8033;
font-style: normal;
  border-bottom: 0px none #000;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }


/* CS4 Post status icons
 -------------------------------------------------------------*/

div.icon {
        background: url(http://savepic.ru/4600151.png) no-repeat;
}
tr.inew div.icon {
        background: url(http://savepic.org/3558416.png) no-repeat;
}
tr.iclosed div.icon {
        background: url(http://savepic.net/3782422.png) no-repeat;
}
tr.isticky div.icon {
        background: url(http://savepic.org/3582995.png) no-repeat;
}
#pun-main div.catleft, #pun-main div.catright {display: none}


#pun-announcement h2 {display: none;}
#pun-announcement .container {
padding-top: 1em;
margin-top: -40px;
}


/* CS5 Вся херня
 --------------------------------------------------------------*/

#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 650px; top: 15px;}

#pun .tcr {text-align: right;}

#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}

a.tvm, a.tvm:active, a.tvm:link, a.tvm:visited {
font-family: tahoma;
font-size: 11px;
background-color:#282828;
color: #dcd3dc; 
font-weight: normal;
text-align:center;
display: block;
margin: 1px;
text-decoration: none;
border-left-style: solid;
border-left-color: #dcd3dc;
border-left-width: 5px;
width:200px;
}

a.tvm:hover {
font-family: tahoma;
font-size: 11px;
color: #282828; 
background-color:#dcd3dc;
display: block;
font-weight: bold;
text-align:center;
cursor:crosshair; 
text-decoration: none;
border-left-style: solid;
border-left-color: #282828;
border-left-width: 5px;
width:200px;
}