/* CSS3 / Browser specific CSS */

#navigation, #main.box, .wp-pagenavi, .widget input#s, .widget input.field, #commentform, #commentform input.txt, #commentform textarea, #comments .comment .comment-container,
#loopedSlider .container, #sidebar .widget  { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#navigation  { border-radius: 5px 5px 0 0; }
.slider-nav {  }
#logo .site-title a { text-shadow:1px 1px 1px #333; }
#logo .site-description { text-shadow:0px 1px #fff; }
.slider-nav ul li a {  }

#address  { text-shadow: 1px 1px 0 #dae8f0; }
#featured h2  { text-shadow: 1px 1px 0 #dbdbdb; }
#footer h3  { text-shadow: 1px 1px 0 #fff; }
.post .title a:link, .post .title a:visited  { color: #ffffff; }

.button, .button:visited, .reply a { -moz-border-radius: 15px; -webkit-border-radius: 15px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border: 1px solid rgba(0,0,0,.25); border-bottom-color: rgba(0,0,0,.35); }
.button:hover, .reply a:hover { opacity:0.9; }
.button.grey { text-shadow: 0 -1px 1px rgba(255,255,255,1); }
