/* CSS 3 Stuff */

/* Bottom Corners Rounded*/
#scroller,
#container,
#navList li ul{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* Top Corners Rounded*/
/*#importantPages li {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}*/

/* All Corners Rounded*/
/*#navigation,*/
#footer,
#navList li li:hover > ul,
.postSidebar .postMeta,
.commentText,
#newComment,
.postBody .wp-caption {
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.shadow,
#navList li a {
	/*text-shadow: rgba(0,0,0,0.4) 1px 1px 1px;*/
}
