
#blog_header_links a:link,
#blog_header_links a:visited{
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}

#blog_about{
   -moz-border-radius-bottomright:6px;
   -moz-border-radius-bottomleft:6px;
   -webkit-border-bottom-right-radius:6px;
   -webkit-border-bottom-left-radius:6px;
}

.sidebar ul{
   -moz-border-radius:6px;
   -webkit-border-radius:6px;
}