/*

Copyright © 2010

Ayan Öztürk
ayanozturk@gmail.com

*/


/* HTML Elements */
body{ margin: 40px 30px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-image:url(../images/bg_stripe.png); }
h1{	font-size:26px;	font-weight:bold; margin: 0 0; }
h2{	font-size:14px;	font-weight:bold; margin:0 0; }
h3{	font-size:12px;	margin:0 0; }
a{ color:#000033; text-decoration:none; cursor: pointer; }
a:hover{ color:#000033; text-decoration:underline; cursor: pointer; }
a:visited{ color:#000033; text-decoration: none; cursor: pointer; }
a:visited:hover{ color:#000033; text-decoration:underline; cursor: pointer; }

/* Layers */
#detail_slider{ position:absolute; width:928px; height:364px; background-image:url(../images/bg_stripe.png); z-index:99;}
#detail_slider_menu{ position:absolute; right:10px; top:10px; left:auto; z-index:55; }
#detail_slider_content{ position:relative; margin: 10px 10px; height: 344px;}

#dv_prev { position:absolute; bottom: 0px; left: 0px; top: auto; }
#dv_next { position:absolute; bottom: 0px; right: 0px; top: auto;}

#corner_image { position:absolute; width:200px; height:189px; top:10px; right:10px; left:auto; z-index:99;}
#corner_image2 { position:absolute; width:200px; height:189px; top:auto; bottom:10px; right:auto; left:10px; z-index:99;}

#info_top {	position:relative; padding:5px 5px; width: 500px; height: 75px; margin: 0 auto 25px auto; border:none; }

#info_container { position:relative; margin:0 auto; width:928px; height:364px; border-top:2px solid; border-bottom:2px solid;}
.info_box { position:relative; padding: 5px 5px; width:200px; height:150px; margin:10px 10px; float:left; border:1px dashed;}

#info_ngo { background-image:url(../images/ngo.png); background-position:bottom right; background-repeat:no-repeat; }
#info_projects { background-image:url(../images/puzzle.png); background-position:bottom right; background-repeat:no-repeat; }
#info_edu { background-image:url(../images/books.png); background-position:bottom right; background-repeat:no-repeat; }
#info_tech { background-position:bottom right; background-repeat:no-repeat; }
#info_hobby { background-image:url(../images/hobby.png); background-position:bottom right; background-repeat:no-repeat; }
#info_eu { background-image:url(../images/eu.png); background-position:bottom right; background-repeat:no-repeat; }
#info_girisim { background-image:url(../images/girisim.png); background-position:bottom right; background-repeat:no-repeat; }
#info_contact { background-image:url(../images/mailbox.png); background-position:bottom right; background-repeat:no-repeat; }
