/* 4.0.3 vertical spacing between widgets */
.cms_widget {margin-bottom: 10px;}

/* Put spaces between blocks on forumhome page */
#sidebar_container .underblock {background: none; height: 10px;}
#sidebar_container > ul {
   -moz-border-radius:0px;
   -webkit-border-radius:: 0px;
   -moz-box-shadow: none;
   background-color:transparent;
   border:0px;
}
#sidebar_container .block {
   background-color:#f1f1f1;
   border:1px solid #c1c1c1;
   -moz-border-radius:5px;
   -webkit-border-radius: 5px;
   -moz-box-shadow:-2px 2px 2px #c8c8c8;
}

/* Put spaces between blocks on blog page */
#blog_user_sidebar, #blog_sidebar_generic {
-moz-border-radius:0;
-moz-box-shadow: none;
background-color: transparent;
border:0;

} 