 
body {
	background-attachment: fixed;
    background-color: #185277;
    font-family: 'Verdana',Tahoma,Arial,Sans-Serif;
    margin: 0;
    padding: 0;
	background-repeat: repeat-x;
}

.topmenu {
    
    border-bottom: 1px solid #CCCCCC;
    color: gray;
    float: none;
    font-size: 7.8pt;
    height: 21px;
    margin: 0;
    padding-left: 6px;
    padding-top: 3px;
    position: relative;
 
	
		background: #FFFFFF; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D2D2D2'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D2D2D2)); /* for webkit browsers */
background: -moz-radial-gradient(center bottom, #D2D2D2, #FFFFFF) repeat scroll 0 0 transparent; /* for firefox 3.6+ */ 
	
	
}
.topmenu a:hover {
    color: black;
    background: #CCCCCC;
}
.tsearch{
float: right;
}

.menu2div {
    float: left;
    position: relative;
	left:3px;
}
.reklamust {
    float: right;
    margin-right: 15px;
    margin-top: 12px;
}
.logo_yani {
    float: right;
    margin-bottom: 0em;
    margin-right: 24px;
     position: inherit;
    text-align: right;
}
.reklamyeri {
    float: none;
    margin: 0;
    padding: 0;
    position: inherit;
}


#menu2 {
	list-style:none;
	width:901px;
	margin:3px auto 0px auto;
	height:43px;
	padding:0px 20px 0px 20px;
	background: #014464; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0272a7', endColorstr='#013953'); /* for IE */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));/* for webkit browsers */
	background: -moz-radial-gradient(center bottom , #0272A7, #013953) repeat scroll 0 0 transparent; /* for firefox 3.6+ */ 
	
	border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
	border-radius: 2px 2px 2px 2px;
	
}

#menu2 li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 15px 4px 15px;
	margin-right:0px;
	margin-top:7px;
	border:none;
	z-index:100;
}

#menu2 li:hover {
	border: 1px solid #777777;
	padding: 4px 14px 4px 14px;
	
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu2 li a {
	font-size:14px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu2 li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu2 li .drop {
	padding-right:21px;
	background:url("img/drop.png") no-repeat right 8px;
}
#menu2 li:hover .drop {
	background:url("img/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
z-index:100;
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu2 li:hover .dropdown_1column, 
#menu2 li:hover .dropdown_2columns, 
#menu2 li:hover .dropdown_3columns,
#menu2 li:hover .dropdown_4columns,
#menu2 li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu2 .menu2_right {
	float:right;
	margin-right:0px;
}
#menu2 li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu2 li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu2 p, #menu2 h2, #menu2 h3, #menu2 ul li {

	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu2 h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu2 h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu2 p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu2 li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu2 li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu2 li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu2 li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu2 li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu2 li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu2 li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu2 li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
h1,h2,h3,h4,h5,h6 {
font-style:normal;
font-weight:700;
color:#06c;
margin:0;
}

h1 {
font-size:1.4em;
}

h2 {
font-size:1.2em;
}

h3,h4,h5,h6 {
font-size:1em;
}

blockquote {
background:url(http://www.bilgicik.com/resimler/blockquote.gif) no-repeat left top;
color:#999;
margin:10px;
padding:0 20px 0 40px;
}

code {
background:#f4f4f4;
color:#6a6a6a;
margin:0;
}

img {
border:0;
}

a:link,a:visited {
color:#000;
text-decoration:none;
}

.resim3, img.resim3 {
    float: left;
    display: inline;
    margin-right: 6px;
}

.page {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 29px 60px 30px #002035;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 950px;
}

.header {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 0 0;
    padding: 0 0 0 0;
}
.logo {
    height: 103px;
    margin-left: 8px;
    width: 299px;
	float:left;
 
}

.header2 {
background:url('http://www.bilgicik.com/resimler/ust-arka.png') no-repeat left top;
margin:0 0 10px;
padding:15px 0 5px 5px;
}

.logo2 {
background:url('http://www.bilgicik.com/resimler/reklam-arka.gif') no-repeat center top;
height:105px;
cursor:pointer;
margin:0;
}

.menu-bar {
    margin: 0 0 5px;
    padding: 13px 0 5px;
}

.secke-reklam {
background:url('http://www.bilgicik.com/resimler/ust-menu-arka.png') no-repeat;
margin:0 0 5px;
padding:10px 0 95px;
}
/*
ul.menu {
float:left;
list-style-type:none;
margin:0;
padding:0 15px;
}

ul.menu li {
float:left;
}

ul.menu li a {
float:left;
display:block;
height:20px;
color:#06c;
font-weight:700;
font-size:10pt;
padding:4px 15px 0;
}

ul.menu li a:hover,ul.menu li a:active {
color:#06c;
text-decoration:none;
background-color:#f1f9ff;
border:1px solid #a5d6f8;
padding:3px 14px 0;
}

ul.menu li.current_page_item a:link,ul.menu li.current_page_item a:visited {
color:#06c;
text-decoration:none;
}

ul.menu li.current_page_item a:hover {
color:#06c;
text-decoration:none;
background-color:#f1f9ff;
border:1px solid #a5d6f8;
}
*/
.post-content {
    color: #444444;
    font-size: 10pt;
    margin: 0 0 0 3px;
    overflow: hidden;
    padding: 0 !important;
    width: 500px;
}

.post-content_single{
    color: #444444;
    font-size: 10pt;
    margin: 0 0 0 3px;
    overflow: hidden;
    padding: 0 !important;
    width: 717px;
}



.post-content-deneme {
    color: #444444;
    font-size: 10pt;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 15px;
    overflow: hidden;
    padding-left: 16px;
    position: relative;
    width: 650px;
}



.post-content-full {
    color: #444444;
    font-size: 10pt;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 10px;
    overflow: hidden;
    padding-left: 0;
    position: relative;
    width: 918px;
}



.post-content img,.post-content img:hover {
border:0;
padding:0;
}
.postmeta {
    background: url("http://www.bilgicik.com/resimler/ust-barbg.png") no-repeat scroll 0 0 transparent;
    height: 66px;
    margin-left: 0;
    margin-top: 0px;
    padding-left: 3px;
    text-align: left;
    width: 512px;
}
.postmeta-title {
    display: table-cell;
    font-size: 16px;
    height: 44px;
    padding-left: 18px;
    position: relative;
    vertical-align: middle;
}

.postmeta-title a:link, .postmeta-title a:visited {
    color: #FFFFFF;
    text-shadow: 2px 2px 3px #000000;
}
.postmeta-title a:hover {
    color: #ffcfcf;
    text-shadow: 2px 2px 3px #000;
}
.postmeta-alttaraf {
    color: #FFFFFF;
    display: table-cell;
    font-size: 7pt;

    margin-top: 3px;
    position: absolute;
    vertical-align: middle;
}
.postmeta-alttaraf a:link,.postmeta-alttaraf a:visited {
    color: #fff;
}
.postmeta-alttaraf a:hover {
    color: #ffcfcf;
}
.post-date {
background:url(http://www.bilgicik.com/resimler/tarih.gif) no-repeat 0 0;
padding:0 0 0 20px;
}

.post-comment {
background:url(images/commentslink.png) no-repeat 0 0;
padding:0 0 0 20px;
}

.post-comment a:link,.post-comment a:visited,.post-comment a:hover {
color:green;
}

.post-filed {
background:url(http://www.bilgicik.com/resimler/dosya.gif) no-repeat 2px 0;
padding:0 0 0 20px;
}

.left-sidebar, .right-sidebar {
    margin: 0 !important;
    overflow: hidden;
    position: absolute;

}

.left-sidebar {
width:210px;
left:4px;
}

.right-sidebar {
width:210px;
right:4px;
}

.wp-widget-title {
position:relative;
top:-24px;
background:url('http://www.bilgicik.com/resimler/widgetbg.png') no-repeat;
color:#FFF;
font-size:10pt;
font-weight:700;
margin:0;
padding:6px 0 6px 15px;
}

.wp-widget-title a:link,.wp-widget-title a:visited,.wp-widget-title a:hover {
color:#FFF;
}

.wp-widget {
background:url('http://www.bilgicik.com/resimler/yan-arka.png') no-repeat bottom;
color:#555;
font-size:8pt;
margin:25px 0 35px;
padding:0;
}

.wp-widget ul {
list-style:none;
position:relative;
top:-15px;
margin:5px 10px 5px 15px;
padding:0;
}

.wp-widget ul li {
background:url('http://www.bilgicik.com/resimler/yildiz.gif') no-repeat 0 0;
line-height:15px;
font-size:10pt;
margin:0 0 10px;
padding:0 0 0 14px;
}

.search-widget-title {
background:url('http://www.bilgicik.com/resimler/widgetbg.png') no-repeat;
color:#fff;
font-size:10pt;
font-weight:700;
margin:-25px 0 0;
padding:6px 0 6px 15px;
}

.search-widget {
color:#555;
background:url('http://www.bilgicik.com/resimler/yan-arka.png') no-repeat bottom;
font-size:10pt;
margin:0 0 35px;
padding:10px;
}

.textwidget {
position:relative;
top:-15px;
margin:0 0 0 5px;
padding:0px;
}

.textwidget ul {
list-style:none;
position:relative;
top:0;
margin:0 0 0 5px;
padding:0;
}

.textwidget ul li {
background:url('http://www.bilgicik.com/resimler/yildiz.gif') no-repeat 0 0;
line-height:15px;
margin:5px 0 10px;
padding:0 0 0 14px;
}

#calendar_wrap {
position:relative;
top:-10px;
margin:0 40px;
}

#akismetwrap {
position:relative;
top:-15px;
margin:0 45px;
}

#cat,select {
position:relative;
top:-10px;
margin:0 45px;
}

.widget_categories ul li ul.children {
position:relative;
top:0;
left:-10px;
}

.widget-title1 {
	background: none repeat scroll 0 0 #FF4D9F;
 
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: 700;
    padding: 6px 0;
    text-align: center;

}

.widget-title2 {
	background: none repeat scroll 0 0 #FFAA00;
 
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: 700;
    padding: 6px 0;
    text-align: center;
}

 
.widget-title4 {
    background: url("http://www.bilgicik.com/resimler/widget-bg-ana-menu.png") no-repeat scroll right 0 transparent;
    color: #000000;
    display: table-cell;
    font-size: 10pt;
    height: 33px;
    padding: 0 0 0 34px;
    text-align: left;
    vertical-align: middle;
    width: 210px;
}
.widget-title-yorum {
    background: url("http://www.bilgicik.com/resimler/widget-bg-yorum.png") no-repeat scroll right 0 transparent;
    color: #000000;
    display: table-cell;
    font-size: 10pt;
    height: 33px;
    padding: 0 0 0 34px;
    text-align: left;
    vertical-align: middle;
    width: 210px;
}
.widget-title-tartismalar {
    background: url("http://www.bilgicik.com/resimler/widget-title-tartismalar.png") no-repeat scroll right 0 transparent;
    color: #000000;
    display: table-cell;
    font-size: 10pt;
    height: 33px;
    padding: 0 0 0 34px;
    text-align: left;
    vertical-align: middle;
    width: 210px;
}

.widget-title-oyun {
    background: url("http://www.bilgicik.com/resimler/widget-bg-oyun.png") no-repeat scroll right 0 transparent;
    color: #000000;
    display: table-cell;
    font-size: 10pt;
    height: 33px;
    padding: 0 0 0 34px;
    text-align: left;
    vertical-align: middle;
    width: 210px;
}
.widget-title-kalem {
    background: url("http://www.bilgicik.com/resimler/widget-bg-kalem.png") no-repeat scroll right 0 transparent;
    color: #000000;
    display: table-cell;
    font-size: 10pt;
    height: 33px;
    padding: 0 0 0 34px;
    text-align: left;
    vertical-align: middle;
    width: 210px;
}
.widget-title-turkce {
    background: url("http://www.bilgicik.com/resimler/widget-bg-turkce.png") no-repeat scroll right 0 transparent;
    color: #000000;
    display: table-cell;
    font-size: 10pt;
    height: 33px;
    padding: 0 0 0 34px;
    text-align: left;
    vertical-align: middle;
    width: 210px;
}
.widget-title-goster {
    background: url("http://www.bilgicik.com/resimler/widget-bg-goster.png") no-repeat scroll right 0 transparent;
    color: #000000;
    display: table-cell;
    font-size: 10pt;
    height: 33px;
    padding: 0 0 0 34px;
    text-align: left;
    vertical-align: middle;
    width: 210px;
}
.widget-title-egitim {
    background: url("http://www.bilgicik.com/resimler/widget-bg-egitim.png") no-repeat scroll right 0 transparent;
    color: #000000;
    display: table-cell;
    font-size: 10pt;
    height: 33px;
    padding: 0 0 0 34px;
    text-align: left;
    vertical-align: middle;
    width: 210px;
}
.widget-title3 {
    background: url("http://www.bilgicik.com/resimler/widget-bg-ana-menu.png") no-repeat scroll right 0 transparent;
    color: #000000;
    display: table-cell;
    font-size: 10pt;
    height: 33px;
    padding: 0 0 0 34px;
    text-align: left;
    vertical-align: middle;
    width: 210px;

}

.widget-title5 {
    background: url("http://www.bilgicik.com/resimler/widget-bg-ana-menu.png") no-repeat scroll right 0 transparent;
    color: #000000;
    display: table-cell;
    font-size: 10pt;
    height: 33px;
    padding: 0 0 0 34px;
    text-align: left;
    vertical-align: middle;
    width: 210px;
 
}
.bilink{
	border: 1px solid #DDDDDD;
    color: #000;
    font-size: 9pt;
    margin: 0 0 4px;
    position: relative;
}
.bilink ul {
    padding-left: 23px;
    font-weight: normal;
    text-decoration: none;
}


.bilink ul li {
    padding: 2px;
}
.bilink ul li a:link,.bilink ul li a:visited {
    background: url("http://www.bilgicik.com/wp-content/themes/tigopedia-reloaded-20/images/bilibili_01.png") no-repeat scroll 0px 4px transparent;
    padding-left: 15px;
}
.bilink ul li a:hover {
    color: red;
    background: url("http://www.bilgicik.com/wp-content/themes/tigopedia-reloaded-20/images/bilibili_02.png") no-repeat scroll 0px 4px transparent;
}





.widget-title a:link,.widget-title a:visited,.widget-title a:hover {
color:#fff;
}

.widget {
    border: 1px solid #DDDDDD;
    color: #000;
    font-size: 9pt;
    margin: 0 0 4px;
    padding: 0;
    position: relative;
}

.widget-deneme {
    background-color: #FFFFFF;
    color: #555555;
    float: left;
    font-size: 9pt;
    list-style: inherit;
    padding-left: 0;
    padding-top: 14px;
}

.widget-full {
    background-color: #FFFFFF;
    color: #555555;
    float: left;
    font-size: 9pt;
    list-style: inherit;
    padding-left: 0;
    padding-top: 14px;
}
.widget ul {
list-style:none;
font-size:9pt;
margin:0;
padding:0;
}

.widget ul li {
 
margin-bottom:1px;
padding-left:14px;
line-height:15px;
font-size:9pt;
}

.center-widget-title {
 background: none repeat scroll 0 0 #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #0066CC;
    font-size: 16px;
    margin: 13px 217px -9px;
    padding: 7px 0 1px 23px;
}
.center-widget-title-deneme {
 background: none repeat scroll 0 0 #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #0066CC;
    font-size: 16px;
    margin: 13px 217px -9px;
    padding: 7px 0 1px 23px;
}
.center-widget-title-full {
 background: none repeat scroll 0 0 #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #0066CC;
    font-size: 16px;
    margin: 13px 217px -9px;
    padding: 7px 0 1px 23px;
}
.center-widget-title2 {
background:url("http://www.bilgicik.com/resimler/centerwidgetbg.gif") center top no-repeat;
color:#06c;
font-size:16px;
font-weight:700;
margin:0;
padding:8px 0 0 15px;
}

.center-widget2 {
background:url('http://www.bilgicik.com/resimler/orta_alan.gif') center bottom no-repeat;
color:#555;
font-size:10pt;
margin:0 290px;
padding:0.1em 1.2em 0.6em;
}

.center-widget3 {
background:url('http://www.bilgicik.com/resimler/orta_alan.gif') center bottom no-repeat;
color:#555;
font-size:10pt;
margin:0 200px 6px;
padding:0.1em 1.2em 0.6em;
}

.center-widget-menu ul li {
background:url('') no-repeat 0 0;
list-style:none;
margin:6px 0 0 -10px;
padding:0 0 0 15px;
}

.center-widget3 ol li {
margin:6px 0 0;
padding:1px;
}

.bottom-page-nav {
    color: #0066CC;
    padding: 6px;
    text-align: center;
}

.footer {

    font-size: 9pt;


    text-align: center;
	
    background: none repeat scroll 0 0 #FFFFFF;

    color: #555555;

    margin: 6px 217px 0;
    padding: 0;
}
	
	
}

.comment-list {
margin:0 15px 20px;
padding:0;
}

.comment-meta {
position:relative;
top:-20px;
color:#555;
font-size:10pt;
margin:50px 0 0;
}

.odd-comment .comment-text {
position:relative;
top:-10px;
background:url('http://www.bilgicik.com/resimler/comment-bg-gradient.png') top left repeat-y;
color:#555;
border:1px solid #b6cefe;
width:440px;
overflow:hidden;
padding:0 10px !important;
text-align:justify;
}

.even-comment .comment-text {
position:relative;
top:-10px;
background:url('http://www.bilgicik.com/resimler/comment-bg-gradient-green.png') top left repeat-y;
color:#555;
border:1px solid #add3ad;
width:440px;
overflow:hidden;
padding:0 10px !important;
}

.odd-comment .comment-text a:link,.odd-comment .comment-text a:visited,.odd-comment .comment-text a:hover {
color:#06C;
text-decoration:none;
}

.even-comment .comment-text a:link,.even-comment .comment-text a:visited,.even-comment .comment-text a:hover {
color:green;
text-decoration:none;
}

input#s {
color:#777;
width:90%;
height:18px;
border-left:1px solid #aaa;
border-top:1px solid #aaa;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
margin:0;
padding:2px;
}

input {
color:#555;
border: 1px solid #DDDDDD;
position:relative;
}

textarea#comment {
width:470px;
color:#555;
border-left:1px solid #aaa;
border-top:1px solid #aaa;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
font-size:10pt;
}

input#author,input#email,input#url {
width:200px;
color:#555;
border-left:1px solid #aaa;
border-top:1px solid #aaa;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
font-size:10pt;
}

#bayrak a {
top:0;
left:0;
position:fixed;
text-indent:-1000px;
width:100px;
height:100px;
overflow:hidden;
background:url("http://www.bilgicik.com/resimler/ustbayrak.gif") 0 0 no-repeat;
}

.konuekran {
background:#f5fbfc;
border:1px solid #55A5D8;
color:#554;
display:block;
font-size:10px;
font:normal 1em "Verdana",serif;
margin-bottom:1px;
padding:3px 6px;
}

#page-top {
position:fixed;
display:block !important;
bottom:5px;
right:10px;
padding:2px 0 2px 20px;
}

#iletisim_kosullari {
height:120px;
width:%95px;
overflow:auto;
border:1px solid #666;
background-color:#ccc;
line-height:16px;
font-weight:700;
font-size:10px;
padding:0;
}

#etiketler {
height:180px;
width:%95px;
overflow:auto;
border:1px solid #FFF;
background-color:#FFF;
line-height:16px;
font-weight:700;
font-size:10px;
padding:0;
}

.etiketbulutu {
border: 0px solid;
}
 

ul.menu li a:link,ul.menu li a:visited,h2.post-title a:link,h2.post-title a:visited,.post-content a:link,.post-content a:visited,.center-widget-menu a:link,.center-widget-menu a:visited,.bottom-page-nav a:link,.bottom-page-nav a:visited,.bottom-page-nav a:hover,.footer a:link,.footer a:visited,.footer a:hover,#commentform a:link,#commentform a:hover,#commentform a:visited {
color:#06c;
}

h2.post-title a:hover,.center-widget-menu a:hover {
color:#06c;
border-bottom:1px dashed #a0a0a0;
}

.post-content ul li,.center-widget ul li {
background:url("http://www.bilgicik.com/css/document.gif") no-repeat scroll 0 0 transparent;
list-style:none;
margin:6px 0 0 -10px;
padding:0 0 0 15px;
}

.post-content ol li,.center-widget ol li,.center-widget-menu ol li {
margin:6px 0 0;
padding:0;
}

.more-link,#searchform {
margin:0;
}

.center-widget, .center-widget-menu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #555555;
    font-size: 10pt;
    margin: 6px 217px 0;
    padding: 0;
}

.yorum-yap {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #555555;
    float: right;
    font-size: 10pt;
    margin-right: 7px;
    padding-left: 6px;
    width: 700px;
}
.center-widget-deneme {
	background: none repeat scroll 0 0 #FFFFFF;
 
    color: #555555;
    float: left;
    font-size: 10pt;
    margin:7px 217px -6px;
    padding: 0.1em 1.2em 0.6em;
    width: 700px;
}
.center-widget-page {
	background: none repeat scroll 0 0 #FFFFFF;
 
    color: #555555;
    float: left;
    font-size: 10pt;
    margin:7px 217px -6px;
    padding: 0.1em 1.2em 0.6em;
    width: 700px;
}
.center-widget-full {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    font-size: 10pt;
    margin: 5px 0 -8px;
    padding: 0.1em 1.2em 0.6em;
    width: 917px;
}
.odd-comment .comment-meta a:link,.odd-comment .comment-meta a:visited,.odd-comment .comment-meta a:hover,.odd-comment .comment-meta .comment-author {
color:#06c;
font-weight:700;
}

.even-comment .comment-meta a:link,.even-comment .comment-meta a:visited,.even-comment .comment-meta a:hover,.even-comment .comment-meta .comment-author {

color:green;
font-weight:700;
}

ul#tagcloud li a,ul#tagcloud li a:link,#page-top a:link,#page-top a:active,#page-top a:visited,#page-top a:hover {
text-decoration:none;
}

#stprelated h3,#stprelated ul {
font-size:90%;
margin:0;
padding:0;
}

.pagebar { 
font-size: 10px; 
padding-top: 20px; 
padding-bottom: 10px; 
margin: 0px; 
}

.pagebar a, .pageList .this-page {
padding: 2px 6px; 
border: solid 1px #ddd; 
background: #fff; 
text-decoration: none;
}

.pagebar a:visited {
padding: 2px 6px; 
border: solid 1px #ddd; 
background: #fff; 
text-decoration: none;
}

.pagebar .break {
padding: 2px 6px; 
border: none; 
background: #fff; 
text-decoration: none;
}

.pagebar .this-page {
padding: 2px 6px; 
border: solid 1px; 
border-color: #ddd; 
font-weight: bold; 
font-size: 15px; 
vertical-align: top; 
background: #fff;
}

.pagebar a:hover {
color: #fff; 
background: #0063DC; 
border-color: #036; 
text-decoration: none;
}

.kapat {
display:none
}
.ac {
display:inline
}

.denetim {
background: #FFF6BF;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #000000;
background: white url(http://www.bilgicik.com/resimler/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://www.bilgicik.com/resimler/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 450px;
margin-bottom: 1em; padding: 10px;
}



.menu-deneme{
float:left;
}

a.acil {
    background: url("http://www.bilgicik.com/resimler/acil-button.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 48px;
    text-decoration: none;
    text-indent: -999px;
    width: 319px;
}
a.acil:hover {
    background-position: -319px 0;
}

.breadd {
    border: 1px solid #DDDDDD;
    color: #878787;
    font-size: 8pt;
    height: 19px;
    margin-left: 4px;
    padding: 7px 0 0 7px;
    width: 933px;
}

.breadd a:link{
 
    color:#878787;
}
.breadd a:hover{
   
 
    color:#185277;
}

	
/* CSS Tree menu styles */

ol.tree {
    padding: 0 0 0 30px;
    width: 200px;
}
li {
    list-style: none outside none;
    margin-left: -15px;
    position: relative;
}
li.file {
    margin-left: -26px !important;
}
li.file a {
    background: url("http://www.bilgicik.com/css/document.gif") no-repeat scroll 0 0 transparent;
    color: #000000;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}
li.file a[href*=".pdf"] {
    background: url("http://www.bilgicik.com/css/document.gif") no-repeat scroll 0 0 transparent;
}
li.file a[href*=".html"] {
    background: url("http://www.bilgicik.com/css/document.gif") no-repeat scroll 0 0 transparent;
}
li.file a[href$=".css"] {
    background: url("http://www.bilgicik.com/css/document.gif") no-repeat scroll 0 0 transparent;
}
li.file a[href$=".js"] {
    background: url("http://www.bilgicik.com/css/document.gif") no-repeat scroll 0 0 transparent;
}
li input {
    cursor: pointer;
    height: 1em;
    left: 0;
    margin-left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1em;
    z-index: 2;
}
li input + ol {
    background: url("http://www.bilgicik.com/css/toggle-small-expand.gif") no-repeat scroll 39px -5px transparent;
    height: 1em;
    margin: -0.94em 0 0 -52px;
}
li input + ol > li {
    display: none;
    margin-left: -14px !important;
    padding-left: 1px;
}
li label {
    cursor: pointer;
    display: block;
    padding-left: 7px;
}
li input:checked + ol {
    background: url("http://www.bilgicik.com/css/toggle-small.gif") no-repeat scroll 39px -5px transparent;
    height: auto;
    margin: -0.94em 0 0 -52px;
    padding: 15px 0 0 78px;
}
li input:checked + ol > li {
    display: block;
    margin: 0 0 0.125em;
}
li input:checked + ol > li:last-child {
    margin: 0 0 0.063em;
}
.subsuz a:link, a:visited {
    color: #000000;
    text-decoration: none;
}
.subsuz a:hover {
    color: red;
    text-decoration: none;
}
.altbar {
    background-clip: border-box;
    background-color: transparent;
    background-image: url("http://www.bilgicik.com/resimler/altbar.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 29px;
    text-align: center;
}

 /* CSS ana sayfa slide baslangic */
div.wrap {
    margin: 0 auto;
    text-align: left;
    width: 512px;
}
div#top div#nav {
    clear: both;
    float: left;
    height: 52px;
    margin: 22px 0 0;
    width: 512px;
}
div#top div#nav ul {
    float: left;
    height: 52px;
    list-style-type: none;
    width: 512px;
}
div#nav ul li {
    float: left;
    height: 52px;
}
div#nav ul li a {
    border: 0 none;
    display: block;
    height: 52px;
    line-height: 52px;
    text-indent: -9999px;
}
div#header-js {
    margin: -1px 0 0;
}
div#video-header-js {
    height: 683px;
    margin: -1px 0 0;
}
div#header-js div.wrap {
    height: 175px;
}
div#header-js div#slide-holder {
    height: 0px;
    position: absolute;
    width: 512px;
    z-index: 40;
}
div#header-js div#slide-holder div#slide-runner {
    height: 175px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 512px;
}
div#header-js div#slide-holder img {
    display: none;
    margin: 0;
    position: absolute;
}
div#header-js div#slide-holder div#slide-controls {
    background: url("http://www.bilgicik.com/wp-content/themes/tigopedia-reloaded-20/images/slide-bg.png") repeat scroll 0 0 transparent;
    bottom: 0px;
    display: none;
    height: 34px;
    left: 0;
    position: absolute;
    width: 512px;
}
div#header-js div#slide-holder div#slide-controls p.text {
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 10px;
    line-height: 16px;
    margin: 8px 0 0 20px;
    text-transform: inherit;
}
div#header-js div#slide-holder div#slide-controls p#slide-nav {
    display: inline;
    float: right;
    height: 18px;
    margin: 6px 2px 0 0;
}
div#header-js div#slide-holder div#slide-controls p#slide-nav a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin: 0 5px 0 0;
    text-align: center;
    text-decoration: none;
    width: 24px;
	color:#fff;
}
div#header-js div#slide-holder div#slide-controls p#slide-nav a.on {
    background-position: 0 -24px;
	
}
div#header-js div#slide-holder div#slide-controls p#slide-nav a {
    background-image: url("http://www.bilgicik.com/wp-content/themes/tigopedia-reloaded-20/images/silde-nav.png");
}
div#nav ul li a {
    background: url("http://www.bilgicik.com/wp-content/themes/tigopedia-reloaded-20/images/nav.png") no-repeat scroll 0 0 transparent;
}
.alignleft {
  border:4px solid #FFFFFF;
  box-shadow:0 0 2px 0;
  float:left;
  margin-left:3px;
  margin-right:8px;
}

/* CSS ana sayfa slide bitis */

/*yorum kısmı*/
#commentpost {
    clear: both;
    font-size: 20px;
    height: auto;
    margin: 1em auto 2em;
    padding: 0;
    position: relative;
    width: 100%;
}
h4#comments {
    clear: both;
    color: #999999;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    margin: 0 0 1em;
    padding: 0;
    text-transform: capitalize;
    width: 100%;
}
h4#comments span {
    color: #990000;
}
ol.commentlist, div#commentlist {
    clear: both;
    color: #000000;
    display: block;
    font-size: 1em;
    height: auto;
    list-style: none outside none;
    margin: 0 0 0.8em;
    padding: 0;
    width: 100%;
}
#commentpost ol.commentlist blockquote {
    border-left: 5px solid #DDDDDD;
    margin: 15px 30px 10px 10px;
    padding-left: 20px;
}
ol.commentlist li {
    clear: both;
    margin: 0 0 5px;
    padding: 13px 20px 15px 5px;
    position: relative;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
}
ol.commentlist li div.comment-author {
    margin: 0;
    padding: 0;
    width: 100%;
}
ol.commentlist li div.vcard {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    text-transform: capitalize;
}
ol.commentlist li div.vcard cite.fn {
    color: #333333;
    font-size: 14px;
    font-style: normal;
}
ol.commentlist li div.vcard cite.fn a.url {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
    border-bottom: 1px dotted #BBBBBB;
    color: #33CCFF;
    text-decoration: none;
}
ol.commentlist li div.vcard img.avatar {
    background-color: #E6E6E6;
    border: 1px solid #D5D5D5;
    left: 6px;
    padding: 3px;
    position: absolute;
    top: 15px;
}
ol.commentlist li div.vcard img.avatar-32 {
}
ol.commentlist li div.vcard img.photo {
}
ol.commentlist li div.vcard span.says {
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 10px;
    text-align: left;
}
ol.commentlist li div.comment-meta a {
    color: #959595;
    text-decoration: none;
}
ol.commentlist li div.comment-meta a:hover {
    text-decoration: underline;
}
ol.commentlist li p {
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0 1em;
}
ol.commentlist li p a {
    border-bottom: 1px dotted #BBBBBB;
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}
ol.commentlist li p a:hover {
    color: #000000;
    text-decoration: none;
}
ol.commentlist li pre {
    background-color: #F7F7F7;
    border: 1px solid #D5D5D5;
    clear: both;
    color: #000000;
    font-family: Comic Sans Ms;
    font-size: 13px;
    line-height: 22px;
    margin: 8px auto;
    overflow: scroll;
    padding: 10px;
    white-space: nowrap;
    width: auto;
}
ol.commentlist li ul {
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.4;
    list-style: square outside none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}
ol.commentlist li div.reply {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
}
ol.commentlist li div.reply a {
    background-color: #33CCFF;
    border-style: none;
    border-width: 0;
    color: #FFFFFF;
    display: block;
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: 36px;
}
ol.commentlist li div.reply a:hover {
    background-color: #990000;
    border-style: none;
    border-width: 0;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}
ol.commentlist li ul.children {
    list-style: none outside none;
    margin: 1em 0 0;
    text-indent: 0;
}
ol.commentlist li ul.children li {
}
ol.commentlist li ul.children li.alt {
}
ol.commentlist li ul.children li.bypostauthor {
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li ul.children li.comment-author-admin {
}
ol.commentlist li ul.children li.depth-2 {
    background-color: #EEEEEE;
    margin: 0 0 0.25em;
}
ol.commentlist li ul.children li.depth-3 {
    background-color: #FFFFFF;
    margin: 0 0 0.25em;
}
ol.commentlist li ul.children li.depth-4 {
    background-color: #EEEEEE;
    margin: 0 0 0.25em;
}
ol.commentlist li ul.children li.depth-5 {
    background-color: #FFFFFF;
}
ol.commentlist li ul.children li.depth-6 {
    background-color: #EEEEEE;
}
ol.commentlist li ul.children li.depth-7 {
    background-color: #FFFFFF;
}
ol.commentlist li ul.children li.depth-8 {
    background-color: #EEEEEE;
}
ol.commentlist li ul.children li.depth-9 {
    background-color: #FFFFFF;
}
ol.commentlist li ul.children li.depth-10 {
    background-color: #EEEEEE;
}
ol.commentlist li ul.children li.odd {
}
ol.commentlist li.even {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
}
ol.commentlist li.odd {
    background-color: #EEEEEE;
    border: 1px solid #D5D5D5;
}
ol.commentlist li.parent {
}
ol.commentlist li.pingback {
}
ol.commentlist li.pingback .parent {
}
ol.commentlist li.pingback div.vcard {
    padding: 0 170px 0 0;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
/* yorum kısmı bitiş*/



/*singele php icerik*/

.post-content_single {
    color: #444444;
    font-size: 10pt;
    overflow: hidden;
    padding-left: 7px;
	padding-right: 7px;
    width: 717px;
}
.post-content_single p{
padding-left:7px;
padding-right:7px;
}

.icerik8 {
    border: 1px solid #DDDDDD;
    float: right;
    margin-right: 7px;
    width: 717px;
}
.icerik8_detay {
    border: 1px solid #DDDDDD;
    float: right;
    margin-right: 7px;
    width: 717px;
}

#kapsa_dis{
}

#kapsa_ic{
}




