/* the CSS placed here is applied to every page on your site */










/*

img {
	border:7px solid #eee;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

img:hover {
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.7);
}

*/
