#articles{
  list-style:none;
  margin:0;
  padding:0;  
}

#articles li{  
  padding:10px 0 5px 0;
  border-top:1px solid #cca716;  
}

#articles li.last{
  border-bottom:none;
}

#articles li h3{
  font-size:1.3em;
  margin:0;
  padding:0;
}

#articles li h3 a{
  text-decoration:none;
  font-weight:bold;  
}

#articles li p a{
  color:#000000;
  text-decoration:none;
}
#articles li  p a span.date{
  font-style:italics;
  color:#444444;
  display:block;
}

#articles li  p a span.href{
  display:block;
  color:#9b101d;
}


div.paging{
  text-align:center;
  line-height:1.7em;
}


div.paging a{
  color:#514237;
  font-size:1.3em;
  text-decoration:none;
}

div.paging a.current{
  color:#cca716;
  font-size:1.5em;
}

#right-column label.normal{
display:block;
width:100%;
float:none;
clear:both;
}


#right-column div.form-element{
margin-bottom:5px;
}
#right-column input#keywords,
#right-column select{
width:240px;
}


/***Related***/

h3#related{
  font-weight:bold;
}

div.related {
  display:inline-block;
  overflow:hidden;
}

div.related { 
  display:block;
}

div.related h4{
  display:block;
  float:left;
  font-weight:bold;
  padding-right:8px;
  border:1px solid #fff;
  width:70px;
}

div.related ul {
  display:block;
  float:right;
  width:440px;
  padding:0;
  margin:0;
  list-style:none;
}

div.related div.relsection{
float:right;
width:440px;
}