/* CS1 Background and text colours
-------------------------------------------------------------*/

body {
background-image: url(http://i56.tinypic.com/deae85.png); background-color: #010001; !important; background-repeat: no-repeat !important;background-attachment: no-fixed; background-position:  top;
}
#pun {background-image: url(http://i52.tinypic.com/2lsdz75.png);}


/* 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 {
  color: #250c03
;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  color: #250c03;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  color: #250c03;
  font-weight: bold;
font-style: normal;

  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  color: #250c03;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  color: #250c03;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  color: #250c03;
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  color: #250c03;
  }

/* CS1.8 */
#pun-navlinks .container {
   color: #250c03;
  }616161

.offline li.pa-online strong {
  font-weight: normal
  }

.punbb textarea, .punbb select, .punbb input {
   color: #250c03;;
}


/* CS2 Links
-------------------------------------------------------------*/

/* CS2.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: #250c03;
    border-bottom: 0px none #000;
  text-decoration: underline;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #250c03

  }

/* CS2.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: #250c03;
    border-bottom: 0px none #000;
  text-decoration: underline;

  }

/* CS2.3 */
#pun-navlinks a {
  color: #250c03;
  font-weight: bold;

  border-bottom: 0px none #000;
  text-decoration: none;

  }

/* CS2.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #250c03;
  font-weight: normal;
font-style: normal;
  border-bottom: 0px none #000;
  text-decoration: underline;

  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #250c03;
  color: #250c03;
  }


/* CS3 Post status icons
 -------------------------------------------------------------*/

div.icon {
        background: url(http://xmages.net/storage/10/1/0/c/0/upload/5a4d101e.png) no-repeat;
}

tr.inew div.icon {
        background: url(http://xmages.net/storage/10/1/0/6/b/upload/267741fa.png) no-repeat;
}

tr.iclosed div.icon {
        background: url(http://xmages.net/storage/10/1/0/2/1/upload/f592601b.png) no-repeat;
}

tr.isticky div.icon {
        background: url(http://xmages.net/storage/10/1/0/b/4/upload/67e176ba.png) no-repeat;
}

.punbb .main h2 span, #pun-stats h2 span {
        background: none;
    padding-left: 10px;
    padding-top: 9px;
    padding-bottom: 8px;
    margin-left: -12px;
}

#profilenav h2 span {background-image: none}

td.tcr a{
        background: transparent url() no-repeat 0px 2px;
        padding-left: 16px;
}