/* Companion Custom CSS over-rides for [ Stealth ]: ComicPress Silver - 1.1 */

/* Rounded Corners (not in IE) */

#subcontent-wrapper, .narrowcolumn, .widecolumn, #wp-calendar-wrap {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}