/*
Progressive Enchancement CSS
*/

/* @group ROUNDED CORNERS */
#content-wrap, #search-bar, input, textarea, .title-bar, a.btn, a.btncomment, .premium a, .badge, .badgetype, .badgegrapes, div.outofcontent, p#adeggaselection-promo-action a, #adeggaselection-widget, #adeggaselection-widget img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

#navigation, #navigation ul li ul { 
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;

	-khtml-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-topright: 0;
	-khtml-border-radius-topleft: 0;

	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;

	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
/* @end */
