
/* -------------------------------------------------------------- 
-----------------------------------------------------------------

	Enhancement - border radius

-----------------------------------------------------------------
-------------------------------------------------------------- */



/* 1	Border radius */
input, textarea, select, .wp-paginate a, .wp-paginate .current, p.floatl em, p.sub em, .cv-date{ -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px }
input#searchsubmit, input#submit, .button{ -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px }
#info_box, .aw, blockquote, .books, .box{ -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px }


/* 2 Opacity */
a:hover img{
        zoom: 1;
        filter: alpha(opacity=80);
        opacity: 0.8;
		
}
#TB_window a:hover img{opacity: 1;}
/* 3 Drop Shadow 
a:hover img, .aw, blockquote{-moz-box-shadow: 5px 5px 8px #e0deda; -webkit-box-shadow: 5px 5px 8px #e0deda; box-shadow: 5px 5px 8px #e0deda;}
.col_4 .aw{-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;} */
