/* round borders */
.posts .about, .post .about, .post .gadgets {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
.post .about, .post .gadgets {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
.widget, .bigbutton, .bookmark-services .main .button , .bookmark-clients {
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
#website, #website-inner { 
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
#navigation li a  {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	opacity: 0.7;
}
#navigation li a:Hover { opacity: 1; }
#navigation li.active a { opacity: 1 !important; } 
#website {
	-moz-box-shadow: 0px 0px 10px #ccc;
}
.comment {
	-moz-border-radius: 10px;
}
.round_border_3px , .wp-caption{
	-moz-border-radius: 3px;
}
#lp-lc-content {
	-moz-border-radius: 10px;
}	