
* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #000000;
	background:#EEEEEE url(images/tile.gif) repeat-x top;
}
a {
	text-decoration: none;
	color: #31A0FC;
}
img {
	border: 0;
}
.commentlist {
  margin-left: 10px;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 5px 10px 0 5px;
  background: #EEEFFF;
  }

.commentlist li.alt {
  margin: 5px 10px 0 5px;
  background: #e0e5ff;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
	font-weight: normal;
	}
.img-shadow { 
float:right; 
background: url(images/trans-shadow.png) no-repeat bottom right; /* IE haricinde bilinen bir çok tarayici saydam gölge özelligini destekler. IE'nin ise eski sürümleri desteklemez. */ 
} 
.img-shadow img { 
display: block; /* Bu kisim olmadan IE iyi göstermez. */ 
position: relative; /* Gölgenin bulundugu yer ile resmi iliskilendirir */ 
padding: 5px; /* Resmin etrafinda bir çerçeve olusturur */ 
background-color: #fff; /* Çerçevenin arka plan rengi */ 
border: 1px solid #cecece; /* Olusturulan beyaz çerçeveye 1 px kalinliginda gri bir hat çeker */ 
margin: -6px 6px 6px -6px; /* Gölgenin görünmesi için belirli piksellerle resmi dengeler, bizim gölgemiz 6 px genisliginde, bu deger kusursuz bir gölge için iyi bir degerdir. */ 
} 
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

.hidden {
	display: none;
}


#wrapper {
	width: 974px;
	margin: auto auto;
	text-align: left;
	background: #FFFFFF;
}

/** BEGIN header **/
#header {
	background:#FFFFFF;
	height: 160px;
}
	
/** END header **/

/** BEGIN content **/
.post{}
#content {
	width: 640px;
	float: left;
	padding: 10px;
}
	#content #latest {
		border-top: 4px solid #000000;
	}
		#content #latest h2 {
			font-size: 1.5em;
			border-bottom: 1px dotted #B7B7B7;
			padding: 5px 0;
			margin-bottom: 20px;
		}
			#content #latest h2 a {
				color: #000000;
			}
		#content #latest img {
			float: left;
			margin: 5px;
		}
		#content #latest .post {
			float: right;
			border-bottom: 1px dotted #B7B7B7;
			width: 400px;
			padding: 5px;
		}
			#content #latest .post p {
				margin-bottom: 10px;
			border-bottom: 1px dotted #B7B7B7;
			}
			#content #latest .post .readmore {
				font-size: 0.9em;
			border-bottom: 1px dotted #B7B7B7;
				float: right;
				margin: 20px 0 10px;
			}
	#content #csidebar {
		clear: both;
		width: 160px;
		float: left;
	}
		#content #csidebar1 {
		width: 160px;
		float: left;
	}
		#content #csidebar h2 {
			font-size: 1em;
			background:url(images/h2back.gif) no-repeat;
			color:#FFFFFF;
			font-size: 16px;
			font-family:"Times New Roman", Times, serif;
			padding: 4px 10px;
			height:20px;
		}
		
	#content #ccontent {
		width: 468px;
		float: right;
	}

.ccontent2 {
		width: 600px;
		float: leftt;
	}
.videopage{float:left; width: 644px;}
		#content #ccontent h2 {	    
			background:url(images/h2back.gif) no-repeat;
			font-size: 16px;
			font-family:"Times New Roman", Times, serif;
			padding: 4px 10px;
			color:#FFFFFF;
			margin-bottom: 10px;
			height:20px;
		}
		#content #ccontent .post {
		}
			#content #ccontent .post h3 {
				font-size: 1em;
				clear: both;
			}
			#content #ccontent .post h3 a {
				color: #000000;
			}
			#content #ccontent .post .details {
				text-transform: uppercase;
				font-size: 0.9em;
				padding-bottom: 10px;
				margin-left: -5px;
			}
			#content #ccontent .post .details a {
				margin: 0 5px;
			}
			#content #ccontent .post img {
			}
			#content #ccontent .post p {
				margin-bottom: 10px;
			}
			#content #ccontent .post .readmore {
				float: right;
				clear: both;
				font-size: 0.9em;
				margin-bottom: 10px;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 300px;
	padding-right: 10px;
}
	#sidebar .box {
		margin-top: 10px;
	}
		#sidebar .box h2 {
		    background:url(images/h2back.gif) no-repeat;
			font-size: 16px;
			font-family:"Times New Roman", Times, serif;
			padding: 4px 10px;
			height:20px;
			color:#FFFFFF;
		}
		#sidebar .box p {
			margin: 5px 0 10px;
		}
		
			#sidebar .rc a {
				font-weight: bold;
			}
			#sidebar .rc li {
				padding: 0 !important;
			}

/** END sidebar **/
.kaydolbutonu{border:none; background: #FFFFFF url(images/epostakaydol.png) no-repeat; width:58px; height:18px; overflow:hidden; cursor:pointer;}
.bultenkutusu{text-align:center; background-color:#FFFFFF;font-size:10px; height:45px;}
	.bulteninputu{border:1px solid #a3a3a3; width:200px; height:16px; overflow:hidden; color:#333333; font-weight:bold;}
/** BEGIN footer **/
#footer {
	background-color: #000000;
	clear: both;
	color: #ffffff;
	padding: 15px 0;
	font-size: 0.9em;
	line-height: 1.8em;
}
	#footer .wrapper {
		width: 980px;
		margin: auto auto;
		text-align: left;
	}
	#footer a {
		color: #9FC7EB;
	}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
/** END footer **/

/** BEGIN misc **/
#content .post h3 {
	margin-bottom: 5px;
}
#content .post ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#content .post ul li {
	padding: 2px 0;
}
#content .post ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
#content .post ol li {
	padding: 2px 0;
}
#content .post blockquote {
	font-style: italic;
	padding: 10px;
	background-color: #EEEEEE;
	border-width: 1px 0;
	border-style: solid;
	border-color: #E3E3E3;
	margin-bottom: 10px;
}
#content .single .details {
	clear: both;
	border-width: 1px 0;
	border-color: #B5B5B5;
	text-transform: none !important;
	line-height: 1.6em;
	padding: 5px 0 !important;
}
	#content .single .details a {
		margin: 0 !important;
	}
	#content .single .details .l {
		float: left;
		width: 45%;
		margin-bottom: 0 !important;
	}
	#content .single .details .r {
		float: right;
		width: 45%;
		margin-bottom: 0 !important;
	}
#content .single {
	border-bottom: 0 !important;
}
#content .single h2 {
	font-size: 1.5em !important;
	text-transform: none !important;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 10px;
	}
#commentform textarea {
	width: 98%;
	padding: 4px;
	}
	.required {
		color: #ff0000;
	}
.sdetails {
	clear: both;
	font-size: 0.8em;
	padding-top: 20px;
}
	.sdetails p {
		margin-bottom: 5px !important;
		color: #909090;
	}
	.sdetails a {
		color: #909090;
	}
	.sdetails a:hover {
		color: #282828;
	}
/** END misc **/

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu .current a{ /*currently selected tab*/
background:url(images/menuback.gif) repeat-x; /*Brown color theme*/ 
border-color: #f7941d; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #f7941d; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}

#navigation {
width: 720px;
margin: 0 auto;
}
#navigation1 {
width: 100px;
margin: 0 auto;
background-color: #f7f7f7;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
}

	
#navigation ul {
margin: 0;
padding: 0;
list-style: none;
}

#navigation ul li {
float: left;
margin: 0;
padding: 0;
}

#navigation ul li:hover {
background-color: #003366;
}

#navigation ul li a {
float: left;
margin: 0 1px 0 0;
font-size: 100%;
font-weight: normal;
text-decoration: none;
padding: 5px 15px;
font-size: 14px;
color: #1a498a;
font-weight:bold;
}

#navigation ul li a:hover {
color: #FFFFFF;
background-color: #1a498a;
}

.vgonder li a{
float: left;
margin: 0 1px 0 0;
font-size: 100%;
font-weight: normal;
text-decoration: none;
padding: 5px 15px;
font-size: 14px;
color: #FFFFFF;
font-weight:bold;
background-color: #1a498a;
}
.current{
background: #c9c9c9;
}
.searchbutton {background:url(images/ara.gif) no-repeat 0 0;border:0px none;height:18px;overflow:hidden;width:58px; margin-left:10px;}
.searchbuttonustundeyken {background:url(images/ara.gif) no-repeat 0 -18px;border:0px none;height:18px;overflow:hidden;width:58px; margin-left:10px; cursor:pointer}
.searchbox{height:18px; background:#c9c9c9; border:none; color:#022658; font-weight:bold;}

.indexsagkare{border: 1px dotted #022658; width:300px;}
	.indexsagkarebaslik{height:30px; background:url(images/baslikback.png) #022658 repeat-x; color:#FFFFFF; font-weight:bold; font-size:16px;}
	#sonvideobaslik{color:#022658; border-top:#022658 1px solid; border-bottom:#022658 1px solid;}
		#sonvideobaslik a{color:#022658; text-decoration:none;}
		#sonvideobaslik a:hover{color:#022658; text-decoration:underline;}
	
.indexsolkare{border: 1px dotted #022658; width:160px;}
.indexsolkarewidget{border: 1px dotted #022658; width:160px;}
	.indexsolkarewidget li{list-style:none;}
	.indexsolkarebaslik{height:30px; background:url(images/baslikback.png) #022658 repeat-x; color:#FFFFFF; font-weight:bold; font-size:14px;}
.menux{
width:100%;
margin: 0 auto;
background-color: #f7f7f7;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
}
.indexbaslik{width:280px; font-size:12px;}
 .indexbaslik a{color:#20539b; font-weight:bold;}
 .indexbaslik a:hover{text-decoration:underline;}
.videolarbaslik{width:172px; font-size:10px;}
 .videolarbaslik a{color:#20539b; font-weight:bold;}
 .videolarbaslik a:hover{text-decoration:underline;}
.videolaraciklama{width:172px; font-size:9px;}
.indexaciklama{width:280px;}
.indexkaynak{font-size:10px;}
  .indexkaynak a{color:#000000;}
.indexkatlist{width:160px;}
	.indexkatlist li{margin-left:2px; padding: 3px 2px 2px 10px; background: url(images/breadcrumb-bullet.gif) left 8px no-repeat; line-height: 17px; border-bottom: 1px solid #E2E2E2; list-style-type:none; font-size:12px; font-weight:bold;}
		.indexkatlist li a{color:#20539b;}
		.indexkatlist li a:hover{text-decoration:underline;}
.indexsearchlist{width:160px;}
	.indexsearchlist li{list-style-type:decimal; font-size:12px; font-weight:bold;}
		.indexsearchlist li a{color:#20539b;}
		.indexsearchlist li a:hover{text-decoration:underline;}
.etiketbulutu{width:298px;}
	.etiketbulutu a{color:#20539b; text-decoration:none;}
	.etiketbulutu a:hover{color:#FFFFFF; background:#20539b;}
.anketwidget{width:298px; text-align:left;}
	.anketwidget a{color:#20539b; text-decoration:none;}
	.anketwidget a:hover{color:#20539b; text-decoration:underline;}
	.anketwidget li{list-style:none; font-size:10px; background:#FAFAFA;}
	.anketwidget ul{}
.sonyorumlar{width:298px;}
	.sonyorumlar a{color:#20539b; text-decoration:none;}
	.sonyorumlar a:hover{color:#20539b; text-decoration:underline;}
	.sonyorumlar li{margin-left:2px; padding: 3px 2px 2px 10px; background: url(images/breadcrumb-bullet.gif) left 8px no-repeat; line-height: 17px; list-style-type:none; font-size:12px; font-weight:bold;}
	.sonyorumlar ul{}
.pstvtakip{height:105px;}
	.bookmarkskutucuk{width:36px; height:32px; float:left; text-align:center;}
.indexorta{width:466px; border:#022658 1px dotted;}
.videodis{width:644px; border: 1px dotted #022658; text-align:center;}
.videoic{margin-top:2px; margin-bottom:2px;}
	.videobaslik{height:30px; text-align:left; background:url(images/baslikback.png) #022658 repeat-x; color:#FFFFFF; font-weight:bold; font-size:16px;}
.paylasic{background:url(images/paylasic.png) repeat-y; width:450px; text-align:left;}
.paylasbasligi{background:#d9f9f3; color:#666666; width:448px; border-color:#005e4d; border:groove 1px; text-align:center; margin-top:5px; font-size:14px; font-weight:bold;}
.siteneekle_form{width:220px; background:#d6d6d6; border:none; color:#333333;}
.siteneekle_url{width:220px; background:#d6d6d6; border:none; color:#333333;}
.videoetiketleri{font-size:14px;}
  .videoetiketleri a{color:#20539B; text-transform:lowercase; text-decoration:none;}
  .videoetiketleri a:hover{text-decoration:underline overline;}
  .yorumust{background:url(images/default.png) -0px -207px no-repeat; width:450px; height:51px;}
.yorumic{background:url(images/yorumic.png) repeat-y; width:450px; text-align:left;}
.yorumalt{background:url(images/default.png) -0px -258px no-repeat; width:450px; height:32px;}
.yorumbasligi{background:#EEEFFF; color:#666666; width:642px; border-left-color:#022658; border-right-color:#022658; border-bottom-color:#022658; border-top-color:#022658; border:groove 1px; text-align:center; margin-top:5px; font-size:14px; font-weight:bold;}
.item1 {width:208px; height:173px; float:left; margin:0px 12px 10px 12px; background:url(images/videoback.png) no-repeat;}
.item1 h2 {
	font-size:0.8em;
	margin:0 0 3px 0;
      text-align:left;
padding-left:5px;
}
.item1 h2 a {
	color:#1676ad;
	text-decoration:none;

}

.item1 p {
	margin:5px 0 3px 0;
}


.indexvideoyazi a{
color:#353a3f;
text-decoration:none;
font-weight:bold;
font-size:10px;
}

.indexvideoyazi {
font-weight:bold;
margin-top:3px;
text-transform:capitalize;
margin-bottom:3px;
}

.rate {
float:right;
text-align:right;
margin:0px 0px 0 0;
}

.views {
text-align:left;
font-size:11px;
padding-left:0px;
}
.indexvideoic{background:url(images/indexvideoic.png) repeat-y; width:934px; text-align:center; float:left; margin-left:20px; margin-right:20px; border: 1px dotted #022658;}
.gonderaciklama{height:50px; background:#e2eeff; border:solid 1px; color:#1a498a; font-weight:bold; font-size:16px; font-family:"Times New Roman", Times, serif; width:300px;}
  .gondertek{width:300px; color:#1a498a; font-weight:bold; font-size:16px; font-family:"Times New Roman", Times, serif; background:#e2eeff; border:solid 1px;}
  .gonderbutton{border:none; background:#1a498a; color:#FFFFFF; width:128px; height:32px; font-size:20px; font-family:"Times New Roman", Times, serif; font-weight:bold;}
.newpage,.newpage:visited {background: url(images/newpage.png) no-repeat 0 0; width:40px; height:30px; display:block; overflow:hidden; line-height:30px;}
.newpage:hover {background: url(images/newpage.png) no-repeat 0 -30px; width:40px; height:30px; display:block; overflow:hidden; line-height:30px;}
.postnavigation{line-height:24px; clear:both; font-weight:bold; color:#FFFFFF;}
	.postnavigation a{color:#FFFFFF;}
	.postnavigation a:active{text-decoration:underline;}
	.postnavigation .alignleft {float: left; margin: 4px 10px 5px 0; background:#438fd6; padding:0 10px 0 10px;}
	.postnavigation .alignright {float: right;margin: 4px 0 5px 10px; background:#438fd6; padding:0 10px 0 10px;}