// STYLESHEET
// Sadece IE olmayan browserlerde devreye girer
document.write('<style type="text\/css" media="screen">');
// round corner
document.write('#anablok, #google, blockquote { -moz-border-radius: 9px; -webkit-border-radius: 9px; -khtml-border-radius: 9px; border-radius: 9px;}');
document.write('.shadetabs li a, form input, textarea { -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;}');
// shadow
document.write('h1 { text-shadow: .5px 1px 2px #f56646;}');
document.write('#anablok, #icerik img, #sagblok img, #kimlik_formu img { -moz-box-shadow: 0 1px 9px #c6cac9; -webkit-box-shadow: 0 1px 9px #c6cac9; box-shadow: 0 1px 9px #c6cac9;} ');
document.write('#icerik .baslik { text-shadow: 0 1px 2px #3b6398;}');
document.write('#icerik .baslik a:hover { text-shadow: 0 1px 2px #ee6646 !important;} ');
document.write('#sagblok h2 { text-shadow: 0 1px 1px #ce675e;} ');
// opacity
document.write('#paylas img, #tavsiye img, #ikonlar img { opacity: 0.8}');
document.write('#paylas img:hover, #tavsiye img:hover, #ikonlar img:hover { opacity: 1.0}');
document.write('<\/style>');
