/*** Text Shadows ***/
.widget_area_side h1,
.widget_area_side h2,
.widget_area_side h3,
.widget_area_side h4,
.widget_area_side h5,
.widget_area_side h6,
li.recommended_articles h3 {
	text-shadow: 0 1px 0 #a8b08c;}

#footer .container h3 {
	text-shadow:none;}

/*** Add Radius, Box Shadow, Border ***/
.content, 
.link_content, 
.coda-slider-wrapper,
#menu-top-navigation ul,
#front_content {
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	border:1px solid #fff;}
	
fieldset {
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;}

fieldset input[type="text"] {
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;}

img,
.wp-caption {
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	box-shadow: 0px 0px 2px #666;}

img:hover,
.wp-caption:hover {
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;}

/*** Clear Shadow ***/
.wp-caption img{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;}

/*** Clear Shadow, Clear Radius, Border, BG, Padding ***/
img.wp-smiley,
#TB_Image,
#contact_captcha_img,
a img.paypal  {
	-webkit-border-radius:0; 
	-moz-border-radius:0; 
	border-radius:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
	background:none;
	padding:0;
	margin:0;}

