/********************************************************************************************* 

CSS3 Elements Seperated to Maintain Validation

*********************************************************************************************/
#menu a, 
.widget img, 
#preview img, 
#twitter-feed img, 
.entry img, 
#comment,
#message,
#author, 
#email, 
#url,
#subject, 
#submit,
#cancel,
#captcha,
#captcha-code,
#captcha_code,
.imgButton,
.downloadButton a,
.buyButton a,
.si-captcha,
ul.commentlist li div.reply a, 
img.avatar,
.vimeo-vid img,
.youtube-vid img
.list li img {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.entry a {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

#preview img  {
-webkit-box-shadow: 0px 0px 4px #000000;
-moz-box-shadow: 0px 0px 4px #000000;
box-shadow: 0px 0px 4px #000000;
}
