/* CS1 Background and text colours
-------------------------------------------------------------*/

html, body {
background-image : url(...); 
 background-repeat: repeat;
background-position:  center;
background-color: #e2e2e2;}

body {background-color: transparent;
  background-image : url("...");
  background-repeat: no-repeat;
  background-position : top center;
    overflow-x: hidden;}

.lastedit {display:none;}

 .post-author ul {
text-align: center;
}

/* 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: none;
  color: #25201b;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: none;
  color: #25201b;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h2, #pun-debug h2 {
background: transparent url(...) no-repeat; background-position: top center;
  color: #5a5a5a;
height: 25px;
font-family: Georgia;
font-style: italic;
font-size: 18px;
 text-shadow:1px  1px  1px  #fff;
text-align: center;
text-transform: none;
  }

.punbb-admin #pun-admain h2 {background: #09353f;}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: none;
  color: #25201b;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: none;
  color: #25201b;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: none;
  color: #25201b;
  }

/* CS1.7 */
.punbb #pun-main .quote-box, .punbb #pun-main .code-box {
background: transparent;
color: #25201b;
}


/* CS1.8 */
#pun-navlinks .container {

  }


.offline li.pa-online strong {
  font-weight: normal.
  }

.punbb textarea {background-color: #cacaca;
  color: #25201b;

}

/* 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:  transparent;
  }

#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: none;
  }

li.pa-online {
  border-left-color: transparent;
  }


/* 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: #5a5a5a;
text-decoration: none;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited  {
  color: #5a5a5a;
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: #797979;
text-decoration: none;
  }

/* CS3.3 */
#pun-navlinks a {
  color: #5a5a5a;
text-decoration: none;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active  {
  color: #797979;
text-decoration: none;
}



/* CS4 Post status icons
 -------------------------------------------------------------*/
    div.icon {
            background: url(...) no-repeat;
    }

    tr.inew div.icon {
            background: url(....) no-repeat;
    }

    tr.iclosed div.icon {
            background: url(...) no-repeat;
    }

    tr.isticky div.icon {
            background: url(...) no-repeat;
    }

#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 5px; top: 5px;
}

.container1 {width: 900px; margin: 0; padding: 0;}
ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 25px;
    width: auto;
    text-align: center;
}
ul.tabs li {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 25px;
    line-height: 25px;
    border: 0px;
    margin-bottom: -2px;
    overflow: hidden;
    position: relative;
}

ul.tabs li a {
    text-decoration: none;
    color: transparent;
    display: block;
    padding: 0 5px;
font-weight: 700;
box-shadow: 0px 0px 30px #e1e1e1 inset;
-webkit-box-shadow: 0px 0px 30px #e1e1e1 inset;
-khtml-box-shadow: 0px 0px 30px #e1e1e1 inset;
-moz-box-shadow: 0px 0px 30px #e1e1e1 inset;
    outline: none;
}

ul.tabs li a:hover {
font-weight: 700;
box-shadow: 0px 0px 30px #b1b1b1 inset;
-webkit-box-shadow: 0px 0px 30px #b1b1b1 inset;
-khtml-box-shadow: 0px 0px 30px #b1b1b1 inset;
-moz-box-shadow: 0px 0px 30px #b1b1b1 inset;
}    

ul.tabs li.active  {
font-weight: 700;
box-shadow: 0px 0px 30px #b1b1b1 inset;
-webkit-box-shadow: 0px 0px 30px #b1b1b1 inset;
-khtml-box-shadow: 0px 0px 30px #b1b1b1 inset;
-moz-box-shadow: 0px 0px 30px #b1b1b1 inset;
}  

html ul.tabs li.active a:hover  {
        background: url();
    border-bottom: 0px solid #160f0a;
}

.tab_container1 {
    clear: both;
    float: left; 
    width: 900px;
    height: 270px;
    background-image : url();   
background-color: transparent;
box-shadow: 0px 0px 30px #b1b1b1 inset;
-webkit-box-shadow: 0px 0px 30px #b1b1b1 inset;
-khtml-box-shadow: 0px 0px 30px #b1b1b1 inset;
-moz-box-shadow: 0px 0px 30px #b1b1b1 inset;
}

.tab_content {
    padding: 5px;
}

.tab_content h2 {
    font-weight: normal;
    padding-bottom: 2px;
    border-bottom: 0px dashed #000000;
}

#navi a{box-shadow: 0px 0px 40px #1f1f1f inset; 
display: block;
background: transparent;
width: 200px;
color: #5a5a5a;
font-family: Verdana;
text-align: center;
font-size: 10px; margin: 3px !important;
font-weight: 700;
border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px; padding: 2px; 
box-shadow: 0px 0px 30px #b1b1b1 inset;
-webkit-box-shadow: 0px 0px 30px #b1b1b1 inset;
-khtml-box-shadow: 0px 0px 30px #b1b1b1 inset;
-moz-box-shadow: 0px 0px 30px #b1b1b1 inset;
}

#navi a:hover {box-shadow: 0px 0px 40px #781f22 inset; 
display: block;
background: transparent;
width: 200px;
text-align: center;
padding: 2px;
color: #797979;
font-family: verdana;
font-size: 10px;
font-weight: 700;
border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px; padding: 2px; 
box-shadow: 0px 0px 30px #d9d9d9 inset;
-webkit-box-shadow: 0px 0px 30px #d9d9d9 inset;
-khtml-box-shadow: 0px 0px 30px #d9d9d9 inset;
-moz-box-shadow: 0px 0px 30px #d9d9d9 inset;
}