/* CSS3 / Browser specific CSS */


#logo .site-title a { text-shadow:1px 1px 1px #333; }
#logo .site-description { text-shadow:0px 1px #fff; }




#address  { text-shadow: 1px 1px 0 #dae8f0; }
#featured h2  { text-shadow: 1px 1px 0 #dbdbdb; }
#footer h3  { text-shadow: 1px 1px 0 #fff; }


.button, .button:visited, .reply a   { border: solid 1px #47ad54; -moz-border-radius: 5px; -webkit-border-radius: 5px  }
.button:hover, .reply a:hover { opacity:0.9; }
.button.grey { text-shadow: 0 -1px 1px rgba(255,255,255,1); }

