/* CSS3 / Browser specific CSS */

.nav a  { text-shadow: 0 1px 0 #fff; }

.button, .button:visited, .medium.button, .medium.button:visited { text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.button, .button:visited { -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25); 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 { opacity:0.9; }

#tabs, .entry img, img.thumbnail { border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#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; }

.nav li ul, #controls form input, .entry img, img.thumbnail  { box-shadow: 0 0 4px rgba(0,0,0,0.4); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4); -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4); }

/* ROTATION */

.post-meta, .post-more, .post .bot-border, .wp-pagenavi, #footer p, #categories .inside ul, #tip, .post-entries, #respond, #comments h3, .nocomments, .archive_header, .nav-entries  { -webkit-transform: rotate(-3.5deg); -moz-transform: rotate(-3.5deg); }
.comment #respond, .comment-container #respond h3  { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); }

.entry img.wp-smiley  { border-radius:0;-moz-border-radius:0;-webkit-border-radius:0; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }