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

CSS3 Elements Seperated to Maintain Validation

*********************************************************************************************/
.meta-top li, 
.widget-title, 
.post-image img, 
.photo-post-item img, 
.post, 
.comments, 
a.comment-reply-link, 
.avatar, 
.wp-caption, 
#author, 
#email, 
#url, 
#comment, 
.cancel-comment-reply, 
input#submit, 
.widget {
-moz-box-shadow: 0px 0px 2px #000000;
-webkit-box-shadow: 0px 0px 2px #000000;
}

.photo-post-item img:hover, .post-image img:hover {
-moz-box-shadow: 0px 0px 6px #000000;
-webkit-box-shadow: 0px 0px 6px #000000;	
}

.widget_photoposts {
-moz-box-shadow: 0px 0px 0px #000000;
-webkit-box-shadow: 0px 0px 0px #000000;
}