

/* 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: #422B1E;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #333;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
background: url("http://sf.uploads.ru/iYZBC.png") 50% 0% no-repeat transparent;
text-align: center;
text-transform: uppercase;
line-height: 92px;
color: #F4E3ED;
text-shadow: 0px 0px 10px #DF43D1;
font-size: 14px;
  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: #333;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: rgba(179, 150, 120, 0.61);
  color: #CEB696;}

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #333
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: rgba(147, 119, 95, 0.3);
  color: #664335;}

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: #f1f1f1;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

/* 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: rgba(189, 137, 106, 0.19);}

/* 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: #C9D6E0;
  }

/* CS2.5 */
.punbb th {
  border-color: #dedfdf
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #AE7C6F #977861 #9A7960 #A7876B;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: rgba(135, 100, 81, 0.24);}

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: rgba(189, 152, 139, 0.27);}

.punbb .divider {
  border-color: rgba(152, 115, 98, 0.14);}

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 0px solid #dedfdf
  }

li.pa-online {
  border-left-color: #714D69;
  border-radius: 1px;
}


/* 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: #74505F;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(242, 220, 188, 0.51);
}

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #333;
text-decoration: none;
  }

/* 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: #492d45;
text-decoration: none;
  }

/* CS3.3 */
#pun-navlinks a {
  color: #624c41;
  text-decoration: none;}

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #452942;
text-decoration: none;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #452942;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/


div.icon {   float: left;
  display: block;
  width: 27px;
  height: 27px;
background: url(http://sf.uploads.ru/I7At1.png) no-repeat;      
}

tr.inew div.icon {  float: left;
  display: block;
  width: 27px;
  height: 27px;
background: url(http://sf.uploads.ru/EmRTL.png) no-repeat center;
}
tr.iclosed div.icon {
float: left;
  display: block;
  width: 27px;
  height: 27px;
        background: url(http://sf.uploads.ru/OT9pn.png) no-repeat;
}

tr.isticky div.icon {
float: left;
  display: block;
  width: 27px;
  height: 27px;
        background: url(http://sf.uploads.ru/OT9pn.png) no-repeat;
}

#pun-main div.catleft, #pun-main div.catright {display: none}



#pun-redirect #pun-main .main-title
{
height: 33px;
padding-top: 55px;
line-height: 0px !important;
margin: 0 auto;
}
#pun-redirect #pun-main
{
height:346px;
}
#pun-redirect .info
{
width: 700px !important;
margin: 0 auto !important;
padding-top:20px;
}


#pun-redirect #pun-main
{
background:url("http://sf.uploads.ru/5raRM.jpg") top center no-repeat !important;

}

#main-reply {width:100%;background-color: rgba(153, 131, 100, 0.5);box-shadow: 0px 0px 4px #F2D8B5;border: 1px;}

/*для аватарок*/
.pa-avatar img, #profile-left img {box-shadow: 0 0 3px #423106; border: 1px solid white !important; margin: 3px 0 3px 0;}

/*Для объявления*/
a.bysupernatural, a.bysupernatural:active, a.bysupernatural:link, a.bysupernatural:visited {
font-size: 10px;
background-color: rgba(163, 130, 102, 0.52);
color: #4A322B !important;
font-weight: normal;
display: block;
margin: 4px;
width: 90px;
opacity: 0.7;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
-moz-transition: opacity 1.2s 0.02s ease, color 0.2s 0.02s ease, background-color 0.2s 0.02s ease;
 -o-transition: opacity 1.2s 0.02s ease, color 0.2s 0.02s ease, background-color 0.2s 0.02s ease;
 -webkit-transition: opacity 1.2s 0.02s ease, color 0.2s 0.02s ease, background-color 0.2s 0.02s ease;
}

a.bysupernatural:hover {
color: #291401;
opacity: 0.9;
background-color: #CCB1A4;
}



/* координаты рекламного баннера */
#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 600px; top: -320px; opacity: 0.9; }