@import url("../../plugins/wp-pagenavi/pagenavi-css.css");
/*  
Theme Name: Default Enhanced
Theme URI: http://thinkclay.com/wordpress/
Description: Default Enhanced by <a href="http://thinkclay.com">Clay McIlrath</a>, is a professional, widget-ready, two column Wordpress theme focused on extending the default theme while remaining lightweight and simplistic. <a href="http://thinkclay.com/wordpress">Upgrade to the Premium Version</a>!
Version: 1.5.6
Author: Clay McIlrath
Author URI: http://thinkclay.com/
Tags: white, light, two-columns, fixed-width, right-sidebar
*/
body {
	background: #fff;
	color: #5f5f5f;
	font-size: 62.5%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center;
	}
code { font: 1.1em 'Courier New', Courier, Fixed; }
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }

.alignright { float: right;	}
.alignleft { float: left }

#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
#wp-calendar a { text-decoration: none; }
#wp-calendar caption { font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: center; }
#wp-calendar th { font-style: normal; text-transform: capitalize; }

hr {
	background: #ddd;
	border: none;
	clear: both;
	height: 1px;
	visibility: hidden;
	}
.post hr { visibility: visible; }

ul, li, ul li { background: none; list-style: none; margin: 0; padding: 0; }

a {
	color: #148AC2;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}

a img {
	border: none;
	}
	p img {
	padding: 0;
	max-width: 100%;
	}

cite { font-size: 1.4em; font-weight: bold; }
	
h1, h2, h3, h4, h5, h6 { font: normal 1em Arial, Helvetica, sans-serif; margin: 1em 0 .2em 0; }
h1 { font-size: 2em; font-weight: bold; margin: 0; padding-left: .7em; text-align: left; }
	h1 a { text-decoration: none; }
h2 { font-size: 1.8em; }
h3 {
	font-size: 16px;
	font-weight: bold;
}
	h3#respond, h3#comments { float: none; font-weight: bold; }
h4 {
	font-size: 1.6em;
	font-weight: bold;
	font-style: normal;
}
h5 { font-size: 1.5em; }
h6 { font-size: 1.4em; font-style: italic; }

p { margin: .5em 0; }
p.metainfo { color: #77b; float: right; font-size: 1em; margin-top: 2.5em; }

img.centered { display: block; margin: 0 auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }

#page {
	margin: 0 auto;
	padding: 1em;
	width: 98.7em;
	background-color: #FFF;
	background-repeat: repeat-y;
	}

#header {
	}

	
/* Begin Sidebar */
#sidebar
{
	text-align: left;
	width: 310px;
	padding: 5px;
	float: left;
	}
#sidebar ul li h2 { float: none; margin-left: .8em; text-transform: lowercase; }

#sidebar ul li ul {
	background: #ccf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: .5em;
	padding: 1em 1.5em 1em 1.5em;
}
	#sidebar ul li ul li {
		background: url(images/bg/li.gif) no-repeat left .75em;
		border-bottom: 1px solid #9f9f9f;
		color: #5f5f5f;
		display: block;
		font-size: 11px;
		padding: .3em 1em;
	}
		#sidebar ul li ul li a { color: #222; }
		#sidebar ul li ul li ul li { border: none; }
	
#sidebar form { margin-top: 1em; }
	#searchform {
	height: 200px;
	text-align: center;
	width: 460px;
	background-color: #2B3168;
	vertical-align: middle;
	padding: 25px;
		}
	
	#sidebar #searchform #s {
		border: 1px solid #bbb;
		width: 150px;
		padding-right: 2px;
		}
	
	#sidebar #searchsubmit {
		background: none;
		border: 0;
		color: #3f84b8;
		padding: 1px 0 1px 5px;
		text-transform: uppercase;
		}

/* End Sidebar */

.narrowcolumn {
	float: left;
	text-align: left;
	width: 650px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 5px;
	position: relative;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	background: url(images/bg/footer.gif) no-repeat top;
	padding: 0;
	margin: -.5em auto;
	width: 100.7em;
	}

#footer p {
	padding: 3em 1em;
	text-align: right;
	}
/* End Structure */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	background: #eef;
	margin: 15px 0 3px;
	padding: 10px 10px 3px;
	list-style: none;
	}

.commentlist p {
	background: #ddf;
	padding: 1em .5em;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	}
/* End Comments */







/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	}

.hidden {
	display: none;
	}



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	color: #000000;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.block.categories{border:1px solid #C3D8EB;}
.block.today {border-bottom-color:#EFD9C7;border-bottom-style:solid;border-bottom-width:1px;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:#EFD9C7;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:solid;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:1px;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:#EFD9C7;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:solid;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:1px;border-top-color:#EFD9C7;border-top-style:solid;border-top-width:1px;}
.block.today{border:1px solid #EFD9C7;}
.block-content .desc-time{font-style:italic;}
.block-content .thumb-username{color:#3180C2;}
.block-content .title{
	height:30px;
	overflow:hidden;
	font-weight:bold;
	font-size:11px;
	vertical-align: top;
}
.block-content{padding:0 0 10px 10px;overflow:hidden;zoom:1;}
.block-display-all{float:right;margin-bottom:0;margin-left:0;margin-right:5px;margin-top:0;}
.block-display-all{float:right;margin:0 5px 0 0;}
.block-display-all .rss{background-position:0 -956px;display:block;height:16px;width:16px;}
.block-nipple{background-position:0 -395px;display:inline-block;height:7px;width:13px;left:0;margin:23px 0 0 13px;position:absolute;}
.block-title a,.block-title{color:#666;}
.block-title{height:23px;border-bottom:1px solid #C1C1C1;background-position:0 -265px;padding:8px 0 0 8px;margin:0 0 15px;}
.block-title-h h2 {font-weight:bold;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;font-size: 12px;color: #036;}
.block-title-h h2{font-weight:normal;margin:0;}
.block-title-h{float:left;}
.categories .block-nipple{background-position:0 -368px;}
.categories .block-title{border-bottom:1px solid #B9D3EA;background-position:0 -214px;color:#1F3B58;}
.categories .cat-name{
	font-size:15px;
	font-weight:bold;
	float:none;
	clear:both;
	padding:0 0 0 2px;
}
.categories .thumb{margin-right:5px;}
.categories .title h4{margin:0;}
.categories .video{overflow:hidden;width:300px;font-size:9px;color:#666;float:left;margin:0 5px 15px 0;}
.categories .video{overflow:hidden;width:300px;font-size:9px;color:#666;float:left;margin-top: 0;margin-right: 5px;margin-bottom: 15px;margin-left: 0;}
.cat-name h3{margin:0;}
.desc-comment-like .desc-comment{background-position:left -707px;margin:0 10px 0 0;padding:0 0 0 12px;float:left;}
.desc-comment-like .desc-like{background-position:left -737px;padding:0 0 0 12px;float:left;}
.desc-comment-like{overflow:hidden;zoom:1;}
.facebook-desc{margin-left:10px;line-height:27px;}
.facebook-fan a,.facebook-fan a:hover{color:#808080;text-decoration:none;}
.facebook-fan{margin-bottom:5px;}
.fb-thumb{margin:5px 10px 0 0;width:55px;background-position:-133px -1460px;display:block;}
.fl{float:left;overflow:hidden;}
.sicak-korku{height:105px;}
.spa {background-image:url("images/sprite1277298916.png");}
.thumb a:hover{text-decoration:none;}
.thumb a:hover{text-decoration:none;}
.today .block-nipple{background-position:0 -422px;}
.today .block-title{border-bottom:1px solid #E3C8B2;background-position:0 -316px;color:#59320F;}
.today .video{
	overflow:hidden;
	width:140px;
	font-size:9px;
	color:#666;
	float:left;
	margin:0 15px 15px 0;
	_margin:0 13px 15px 0;
}
.today{border:1px solid #EFD9C7;}
.today-2 .video{overflow:hidden;width:140px;font-size:11px;color:#666;float:left;margin:0 15px 8px 0;_margin:0 13px 8px 0;}
.u-thumb{margin:5px 10px 0 0;width:55px;height:41px;padding:3px;border-right:1px solid #C8C8C8;border-bottom:1px solid #D4D4D4;display:block;background-position:-133px -1460px;}
.video .private{background-position:-2px -1546px;}
.video .thumb{
	width:120px;
	overflow:hidden;
	height:74px;
	border:1px solid #DDD;
	padding:2px;
	margin:2;
}
.video .thumb-a{display:block;height:74px;background-position:left -1448px;width:120px;}
.video .thumb-div{height:74px;overflow:hidden;}
.video .thumb-img{margin-top:-8px;}
.video .time{
	padding:0 3px;
	background:#222;
	width:26px;
	position:absolute;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	-khtml-opacity:.75;
	opacity:.75;
	zoom:1;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	font-size: 10px;
}
.video .timediv{display:block;text-align:right;position:absolute;margin:58px 0 0 86px;font-size:11px;}
.video-300 .thumb{width:300px;overflow:hidden;height:250px;border:1px solid #DDD;padding:2px;margin:0 0 2px;}
.video-300 .thumb-div{height:250px;overflow:hidden;}
.video-300 .time{padding:0 3px;background:#222;width:26px;position:absolute;filter:alpha(opacity=75);-moz-opacity:.75;-khtml-opacity:.75;opacity:.75;zoom:1;color:#FFF;cursor:pointer;font-weight:bold;}
.video-300 .timediv{display:block;text-align:right;position:absolute;margin:236px 0 0 263px;font-size:11px;}
.video-300{width:300px;font-size:11px;color:#666;float:left;margin:0 15px 8px 0;_margin:0 13px 8px 0;}
.title h4 {
	font-size: 12px;
}
.art-Post-body
{
	position: relative;
	z-index: 1;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.art-Post-body h2 {
	color:#000000;
	font-size:12px;
	color:#900;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	word-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.DivGoogReklam {
	padding-bottom: 7px;
	padding-top: 7px;
}
.art-Post
{
	border:1px solid #cccccc;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin:0 0 15px 0;
	overflow:hidden;
}
.art-PostContent
{
	background-color: #000000;
	text-align: center;
	margin-top: -15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.vp_viral_container{
	float: left;
	width: 100%;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	position: relative;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.vp_functions_oylayanlar{
	float:left;
	text-align:center;
	padding-top:5px;
	font-size: 9pt;
	font-weight: normal;
	color: #FF3300;
}
.vp_viral_container{

}
.vp_stats{
	float:right;
	text-align: right;
	position: relative;
	clear: none;
	vertical-align: middle;
	height: 20px;
	padding-right: 10px;
}
.vp_stats a{
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
}
.vp_videos_duration{padding:5px 0 0 10px;font-size:12px;font-family:"Trebuchet MS";font-weight:bold;}

.vp_functions_left{
	vertical-align: top;
	top: 2px;
	float: left;
	position: relative;
	text-align: left;
	clear: left;
	width: 100%;
	height: 40px;
}
.vp_functions_right{float:left;width:150px;padding-top:6px;}

.vp_rate{
	float:left;
	text-align:center;
	vertical-align: middle;
	color: #000;
	clear: left;
	position: relative;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	padding-right: 15px;
}
.vp_face{
	float:left;
	text-align:left;
	vertical-align: top;
	color: #000;
	clear: none;
	position: relative;
	padding-right: 7px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	margin: 3px;
	padding-left: 7px;
}
#faceimg {
}
#vp_face a #faceimg {
	padding: 0px;
	margin: 0px;
}
.vp_views {
	clear: right;
	float: right;
	padding-right: 10px;
}
.vp_cats {
	clear: none;
	float: left;
}
.vp_count {
	color: #00F;
	background-color: #E1E1E1;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.art-PostFooterIcons
{
	padding:1px;
}

.art-PostFooterIcons, .art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-decoration: none;
	color: #CF5B02;
}

.art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
{
	margin:0;
}

.art-PostFooterIcons a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
	color: #1F5F93;
}

.art-PostFooterIcons a:visited, .art-PostFooterIcons a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
	color: #1F5F93;
}

.art-PostFooterIcons a:hover, .art-PostFooterIcons a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
	color: #E86602;
}
#apDiv1 {
	position:relative;
	width:200px;
	height:66px;
	background-image: url(images/Muzheader.png);
	background-repeat: no-repeat;
	float: left;
}
#apDiv2 {
	position:relative;
	width:750px;
	height:66px;
	float: left;
}

