* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 990px;
}
#header {
 width: 990px;
 padding: 0px;
 height: 50px;
 margin: 10px 0px 10px 0px;
 background: #fff;
 border-bottom:1px solid silver;
}
#logo{
 color: #333;
 font-size:26px;
 padding-top:20px;
 border: 0px solid red;
}
#navigation {
 width: 990px;
 color: #333;
 padding: 0px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #BD9C8C;
}
#content { 
 width: 990px;
 color: #333;
 border: 1px solid #ccc;
 background: #fff;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 min-height: 350px;
 line-height:17px;
}
#footer { 
 width: 990px;
 color: silver;
 border: 1px solid #ccc;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 2px;
 text-align:center;
}

/*-----TYPOGRAPHY-----*/
.yellow:link {
  color: grey; 
  text-decoration: underline;
  background: #fff;
}
.yellow:visited {
  color: grey; 
  text-decoration: underline; 
  background: #fff;
}
.yellow:hover {
  color: black; 
  text-decoration: underline; 
  background: yellow;
}

#footer a:link {
  color: silver; 
  text-decoration: none;
}
#footer a:visited {
  color: silver; 
  text-decoration: none; 
}
#footer a:hover {
  color: #333; 
  text-decoration: none; 
}

/*----- NAVIGATION -----*/
#top_nav {
    background-color: #4c4c4c;
    width: 100%;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 2.5em;
}
#top_nav ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#top_nav li {
    display: inline;
    list-style-image: url('none');
    list-style-type: none;
    background-image: url('none');
    margin-left: 12px
}
#top_nav li a:link{
    color: #fff; 
    text-decoration: none;
    padding-bottom: 1px;
}
#top_nav li  a:visited {
    color: #fff;
    text-decoration: none;
}
#top_nav li a:hover {
    color: #FFFF00;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFF00;
}
#brdwelcome{
    display:none;
}
#brdfooter{
    display:none;
}

#brdstats{
    display:none;
}

#brdtitle{
    display:none;
}
.linksb{
    display:none;
}
/*-----NEWS-----*/
dl.news{
    width:60%;
    margin:30px auto;
    text-align:justify;
}
dl.news dt{
    font-weight:bold;
    color:silver;
    font-size:15px;
    margin-bottom:5px;  
}
dl.news dd.autor{
font-size: 11px;
color:grey;
margin-top:5px;
border-top: 1px solid #E6E6DF;
}
dl.news dd.time{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color:silver;
}

dl.news dd.post{
    
}
dl.news dd.comments{
    margin-top:5px;
}

dl.reply{
    width:60%;
    margin:30px 30px 20px 30px;
    text-align:justify;
}
dl.reply dt{
    font-weight:bold;
    color:silver;   
}
dl.reply dd.autor{
    margin-bottom:10px;
    border-bottom:1px solid silver;
}
#postReply{
    width:65%;
    margin:auto;
}
#postReply fieldset{
    padding:5px;
    margin-top:10px;
}
.buttons {
    cursor: pointer;
    padding: 5px 10px;
}
