*{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
   color: #034691;
   text-decoration: underline;
}
a:hover{
   color: #FF9F00;
   text-decoration: none;
}

.clr{
   clear: both;
}

body{
   padding: 0px;
   margin: 0px;
   font-size: 12px;
   background: #cce6ff url(images/bg_up.gif) repeat-x;
}

#wrapper{
   margin: 0px;
   width: 960px;
   position: relative;
   left: 50%;
   margin-left: -480px;
   background-color: white;
}

#header{
   width: 960px;
   height: 183px;
   background: white url(images/bg_h.gif) no-repeat;
}

.mainblock{
   width: 700px;
   float: left;
   background-color: white;
}
.mainblock .text{
    padding: 0px 15px 15px 15px;
}

.rightblock{
   width: 260px;
   float: right;
   background: #cce6ff url(images/bg_m.gif) repeat-y;
}
.rightblock .text{
   padding: 0px 15px 15px 15px;
}
.rightblock h2{
    font-size: 14px;
    text-align: right;
    padding: 5px;
    background-color: #CCE6FF;
}

#footer{
   width: 960px;
   height: 56px;
   background: white url(images/bg_f.gif) repeat-y;
}
#footer .left{
   float: left;
   padding: 22px 0px 0px 15px;
   font-size: 11px;
   color: #034691;
}
#footer .right{
   float: right;
   padding: 22px 15px 0px 0px;
   font-size: 11px;
   color: #034691;
}

.counters_block{
   text-align: center;
   font-size:10px;
   padding: 15px;
   line-height: 2;
}



/*******************************
POST
********************************/
#post h1{
    width: 500px;
    font-size: 14px;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    background: white url(images/dl-list-dt.gif) no-repeat;
}
#post h1 a{
    color: #0087fc;
}
#post h1 a:hover{
    color: #ff9f00;
}
#post_block{
    border: 0px solid gray;
    padding: 5px 0px 20px 20px;
    margin: 5px;
    background: white url(images/dl-list.gif) repeat-y;
}
#post_block .text{
    padding: 5px 5px 0px 0px;
    margin: 0px;
    border: 0px solid black;
    background: white url(images/dl-list-dd.gif) no-repeat top right;
}
#post_pubdate{
    color: gray;
}
#post_pubdate .comment{
    padding: 0px 0px 0px 15px;
    background: white url(images/ico-comment.gif) no-repeat;
}


#post_anonce{
    line-height: 1.5;
}










ul{
    padding: 0px;
    margin: 0px;
}

    .nav {border-top:1px solid #E6F3FF;}
    .nav a {border-bottom:1px solid #E6F3FF;}
    .nav li.nav-active a {color:#FF9F00;}

.nav{
    margin:0;
    list-style:none;
}
.nav li{
    display:inline;
}
.nav li a{
    display: block;
    padding: 3px 0 8px 20px;
    background:url(images/nav-link.gif) 0 5px no-repeat;
    text-decoration:none;
}
.nav li.nav-active a{
    background:url(images/nav-active.gif) 0 4px no-repeat;
    font-weight:bold;
}



.f-left {float:left !important;}
.f-right {float:right !important;}
.low {color:#888;padding: 3px 0px 0px 0px; }





#gameboss a{
	text-decoration: none;
	font-size: 12px;
}
#gameboss a:hover{
	text-decoration: underline;
}