/* CS0 Меню - навигация
-------------------------------------------------------------*/

 div#pun-navlinks {
       width: 100%;
       margin-top:8px;
      }

 div#pun-ulinks {
       width: 100%;
       margin-top: 0px;
       }

/* CS1 Background and text colours
-------------------------------------------------------------*/

body {
background: url("") repeat-x top,
#000 url("http://s6.uploads.ru/87ms4.jpg") repeat fixed;

}

/* 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: # ;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: # none;
  color: # ;
  }
/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
font-family: Verdana;
padding: 12px;
 font-size:15px;
 font-weight: bold;
 text-align:center;
 height: 29px;
 text-transform:uppercase;
    margin-left: 0px;
 color:#264916 !important;
 text-shadow:0px  0px  3px  #577340;
}

#pun-redirect h1 {background-image: none; padding-bottom: 0px; color: transparent !important; text-shadow: none;}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: # none;
  color: # ;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: # none;
  color: # ;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: # none;
  color: # ;
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
background-image: url(http://s7.uploads.ru/zZBlS.jpg);
background-color: # d7ccaf;
background-shadow: ;
color: #000000;
border-radius:15px;
-webkit-border-radius:15px;
-khtml-border-radius:15px;
-moz-border-radius:15px;
-o-border-radius:15px;

background-color: #;
    border-bottom: 3px solid #577340; 
    border-radius: 10px;
    border-top: 3px solid #577340; 
    box-shadow:0px 0px 9px #000;
}

/* CS1.8 */
#pun-navlinks .container {
text-align: center;
background-color: ;
color: #000000;
}

.offline li.pa-online strong {
font-weight: normal
}

.punbb textarea, .punbb select, .punbb input {
color: #000000;
background-image: url(http://lenagold.ru/fon/list/beg/beglist08.jpg);
background-color: #;
border: 0px solid black;
border-radius:15px;
-webkit-border-radius:15px;
-khtml-border-radius:15px;
-moz-border-radius:15px;
-o-border-radius:15px;
}

/* 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: px none transparent;
  }

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: #264916;
    border-bottom: 0px none brown;
  text-decoration: none;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #264916;
  }

/* 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: brown;
    border-bottom: 0px none #264916;
  text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {
  color: #264916;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: black;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #264916;
  color: brown;
  }

/* CS4 Post status icons
-------------------------------------------------------------*/




/* CS5 Other Elements
 -------------------------------------------------------------*/
//#pun-title table tbody tr .title-logo-tdr {
//  position: absolute; 
//  z-index: 1;
//  left: 800.5px;
//  top:25px;  
//}

#pun-ulinks .item3, #button-youtube, .closedatafield,  #pun-title .title-logo span, #button-smile, .pa-gifts, .lastedit, .pa-awards .mini_awards_label a {
  display: 
}

#pun-stats ul.container {
  background: transparent url() no-repeat 5px 5px;
  padding-left: 0px;
  padding-bottom: 0px;}


/*Награды*/
#navawards a {
position: absolute; 
top: -500px;
left: значение;
}

/* CS6 Логотип снизу
—-----------------------------------------------------------*/
#pun-about p.container 
{background-color: ;
background-image : url(http://s6.uploads.ru/qpBQU.png);
text-align: center;
margin-left: -186px;
background-position : center top;
background-repeat : no-repeat;
width: 1280px;
height: 500px; 
overflow-x: hidden;}

div#html-footer {
margin: 0px 0px 0px 0px;}

div#pun-about {
margin-bottom:-55px;

}
div#html-footer {
margin: 0px 0px 0px 0px;}

#pun-announcement.section h2 span {display: none; }
a.menu:link, a.menu:visited, a.menu:active{text-decoration: none; }