.rounded, 
blockquote,
#sidebar h2,
#searchform input[type="text"], 
#searchsubmit,
.posthead,
.post .date,
.post .date .day,
.wp-caption,
.post .comments,
.wp_syntax,
ol.commentlist li,
#commentform input[type='submit'],
#commentform textarea,
#wp-calendar #today {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.post .date .day {
  border-radius-top-right: 0;
  border-radius-top-left: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
}

#wrapper { 
  box-shadow: 0 0 8px #000;
  -moz-box-shadow: 0 0 8px #000;
  -webkit-box-shadow: 0 0 8px #000;
}

#header, 
#footer,
#sidebar h2,
.posthead,
.wp-caption,
.post .comments,
.wp_syntax { 
  box-shadow: 1px 1px 5px #000;
  -moz-box-shadow: 1px 1px 5px #000;
  -webkit-box-shadow: 3px 3px 8px #111;
}
