/* CS1 Background and text colours
-------------------------------------------------------------*/

.punbb h2 {
height:34px;
background: url(http://animalforums.mybb.ru/uploads/000c/3f/a4/996-3-f.jpg) center no-repeat #5B5B22;
line-height:34px;
margin:0;
padding:0;
text-align:center;
}

.punbb h2 span, .category h2 span{
font-size: 1.4em !important;
font-family:"Comic Sans MS";
text-shadow: #fff 0 0 3px;
}

.divider {
display:none;
}

hr{
height:0;
border-bottom-style:solid;
border-bottom-width:2px;
border-bottom-color: #5B5B22;
}

textarea, select, input {
background-color:#B9BA96;
color:#414118;
}

.punbb .quote-box, .punbb .code-box {
  background-color: #B9BA96;
  color: #414118;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

/* CS2 Border colours
-------------------------------------------------------------*/

 fieldset {
  border-color: #5B5B22;
  }

li.pa-online {
  border-left-color: #5B5B22;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/

/*иконки */
div.icon {
  background-image: url(http://animalforums.mybb.ru/uploads/000c/3f/a4/997-2.png);
}

tr.iredirect div.icon {
  background-image: url(http://animalforums.mybb.ru/uploads/000c/3f/a4/997-5.png);
}

tr.inew div.icon {
  background-image: url(http://animalforums.mybb.ru/uploads/000c/3f/a4/997-1.png);
}

tr.iclosed div.icon {
  background-image: url(http://animalforums.mybb.ru/uploads/000c/3f/a4/997-3.png);
}

tr.isticky div.icon {
  background-image: url(http://animalforums.mybb.ru/uploads/000c/3f/a4/997-4.png);
}


#pun-main div.catleft, #pun-main div.catright {display: none}