/* @override http://www.chrisdavis.tv/wp-content/themes/cinch/css/effects.css */

/* CSS3 / Browser specific CSS */

/* BORDER RADIUS */
.nav li ul li a { border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}
.entry img, img.thumbnail, #comments .avatar-box img, .widget input.s, .widget input.submit, #commentsheader .leavecomment a, .reply a, #commentform #submit, #tip, #contact-page ol.forms li.buttons .submit, #tabs  { border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; }
#social .inside, #quicklinks, .widget_woo_twitter ul, .nav-entries, .wp-pagenavi, #commentform textarea, #commentform input.txt, #contact-page ol.forms textarea, #contact-page ol.forms input.txt, #tabs .inside  { border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { border-top-right-radius:3px; border-top-left-radius:3px; -moz-border-radius-topright:3px;	-moz-border-radius-topleft:3px;-webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius:3px; }




/* BOX SHADOW */
.entry img, img.thumbnail, #comments .avatar-box img, #tip  { box-shadow: 1px 1px 1px rgba(0,0,0,0.2); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); }
#quicklinks  { box-shadow: 1px 1px 0 rgba(0,0,0,0.2); -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2); }




/* MIXED (buttons) */
.button, .button:visited, .medium.button, .medium.button:visited { text-shadow: 0 0px 0 rgba(0,0,0,0.25); }
.button, .button:visited{ -moz-border-radius: 3px; -webkit-border-radius: 3px; text-shadow: 0 0px 0 rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,.25); border-bottom-color: rgba(0,0,0,.25); }
.button:hover, .reply a:hover { opacity:0.9; }

