/**
** Code: Tayfun Erbilen
** Web: www.darkod.com // www.erbilen.net
** Mail: tayfunerbilen@gmail.com / freelance@darkod.com
** Date: 16.1.2014
**/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300&subset=latin,latin-ext);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
:focus {
	outline: 0;
}
body {
	background: #17445b url(../images/body-bg.jpg) repeat-x top center fixed;
	font-family: 'Open Sans', sans-serif;
}
.container {
	width: 982px;
	margin: 0 auto;
	position: relative;
}

/* header */
.header {
	height: 242px;
	position: relative;
	margin-bottom: 4px;
	background: url(../images/header-bg.png) no-repeat top center;
}

	/* header text */
	.header-text {
		font: 11px/40px Arial;
		color: #fff;
		height: 40px;
		overflow: hidden;
	}
	.header-text span {
		float: right;
	}
	
	/* logo */
	.logo {
		padding-top: 53px;
		padding-left: 30px;
	}
	.logo a:hover {
		opacity: .7;
	}
	
	/* adsense 728x90 */
	.ads728x90 {
		width: 728px;
		height: 90px;
		float: right;
		margin-top: 30px;
	}
	
	/* menu */
	.menu {
		overflow: hidden;
		
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 1%, #dadada 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 1%,#dadada 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 1%,#dadada 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 1%,#dadada 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 1%,#dadada 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
		height: 41px;
		border-radius: 3px;
		line-height: 41px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.menu ul li {
		float: left;
	}
	.menu ul li a {
		display: block;
		padding: 0 12px;
		font-size: 13px;
		color: #000;
	}
	.menu ul li.active a,
	.menu ul li a:hover {
		background: #f5f5f5;
		box-shadow: 1px 0 0 0 rgba(0,0,0,.2) inset,
					-1px 0 0 0 rgba(0,0,0,.2) inset;
	}
	
	/* search */
	.search {
		float: right;
		width: 203px;
		height: 28px;
		background: #b4b4b4;
		border-radius: 3px;
		line-height: normal;
		position: relative;
		top: 7px;
		right: 7px;
	}
	.search input {
		width: 193px;
		height: 18px;
		padding: 5px;
		font: 11px/18px Arial, sans-serif;
		color: #939393;
		background: transparent;
	}
	
/* slider */
.slider {
	height: 262px;
	background: url(../images/slider-bg.png) no-repeat bottom;
	position: relative;
	margin-bottom: 8px;
	margin-top: 10x;
}
.slider-inner {
	width: 929px;
	height: 204px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 28px;
}
.slider ul li {
	float: left;
	width: 144px;
	height: 204px;
	margin-right: 13px;
	position: relative;
}
.slider ul li .film-detail {
	display: none;
	width: 144px;
	height: 204px;
	background: url(../images/film-detail-bg.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000;
	text-align: center;
	line-height: 20px;
	display: none;
}
.slider ul li .film-detail span {
	display: block;
}
.slider ul li .film-detail .film-title {
	padding-top: 20px;
}
.slider ul li .film-detail .film-lang {
	display: inline-block;
	background: #17455c;
	margin-bottom: 10px;
	border-radius: 3px;
	color: #fff;
	padding: 3px 6px;
}
.slider .prev-btn {
	background: url(../images/slider-btn.png) no-repeat;
	width: 14px;
	height: 21px;
	text-indent: -9999px;
	position: absolute;
	top: 100px;
	left: 0;
}
.slider .next-btn {
	background: url(../images/slider-btn.png) no-repeat -14px 0;
	width: 14px;
	height: 21px;
	text-indent: -9999px;
	position: absolute;
	top: 100px;
	right: 0;
}
.slider .prev-btn:hover,
.slider .next-btn:hover {
	opacity: .7;
}

/* film tavsiye */
.film-tavsiye {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
.film-tavsiye h6, .film-tavsiye a {
	display: inline-block;
	color: #fff;
	padding: 5px 0;
}
.film-tavsiye h6 {
	background: url(../images/arrow-bg.png) no-repeat right;
	padding-right: 20px;
	margin-right: 7px;
}
.film-tavsiye a:hover {
	text-decoration: underline;
	color: #ddd;
}

/* content */
div.title {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #dadada 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#dadada 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#dadada 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#dadada 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#dadada 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
	height: 43px;
	border-radius: 3px 3px 0 0;
}
div.title h6 {
	line-height: 43px;
	text-indent: 10px;
	font-size: 13px;
}
.border-left-radius-none {
	border-radius: 0 3px 0 0!important;
}

/* main tab */
.main-tab ul {
	padding-top: 6px;
}
.main-tab li {
	float: left;
	margin-left: 10px;
}
.main-tab li a {
	display: block;
	font-size: 13px;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #111;
}
.main-tab li a:hover {
	background: #ddd;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.1) inset;
}
.main-tab li.active a {
	background: #17445b;
	color: #fff;
}
.main-tab h6 {
	line-height: 41px;
	float: left;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 10px;
}

/* left */
.left {
	width: 678px;
	float: left;
	background: #fff;
	padding: 0 2px;
}

	/* filmler */
	.filmler {
		overflow: hidden;
		padding: 5px 0 5px 1px;
	}
	.filmler li {
		float: left;
		width: 161px;
		height: 328px;
		border-radius: 3px;
		border: 1px solid #ccc;
		margin-right: 7px;
		margin-bottom: 6px;
		position: relative;
	}
	.filmler li:nth-child(4n) {
		margin-right: 0;
	}
	.filmler li a {
		display: block;
		text-align: center;
		font-size: 13px;
		color: #111;
		height: 328px;
	}
	.filmler li a:hover {
		background: #f5f5f5;
	}
	.filmler li a:hover img {
		opacity: .9;
	}
	.filmler li a img {
		width: 161px;
		height: 245px;
	}
	.filmler li .title {
		display: block;
		padding-top: 10px;
	}
	.filmler li a > .film-lang {
		display: block;
		height: 20px;
		width:90px;
		margin: 5px auto;
		line-height: 20px;
		background: #17455c;
		color: #fff;
		padding: 0 10px;
		border-radius: 3px;
		margin-bottom: 10px;
	}
	.filmler li .view {
		float: left;
		background: url(../images/view-bg.png) no-repeat 0;
		padding-left: 30px;
		margin-left: 10px;
	}
	.filmler li .film-detail {
		width: 161px;
		height: 245px;
		background: url(../images/film-detail-bg2.png);
		position: absolute;
		top: 0;
		left: 0;
		font-size: 12px;
		font-family: Arial, sans-serif;
		color: #000;
		text-align: center;
		line-height: 20px;
		display: none;
	}
	.filmler li .film-detail span {
		display: block;
	}
	.filmler li .film-detail .film-title {
		padding-top: 20px;
	}
	.filmler li .film-detail .film-lang {
		display: inline-block;
		background: #17455c;
		margin-bottom: 10px;
		border-radius: 3px;
		color: #fff;
		padding: 3px 6px;
	}
	
/* right */
.right {
	float: right;
	width: 300px;
	background: #fff;
}

	/* g�n�n filmi */
	.gunun-filmi {
		background: url(../images/film-bg.png) no-repeat;
		width: 300px;
		height: 288px;
		margin-top: 5px;
		overflow: hidden;
		position: relative;
	}
	.gunun-filmi .prev-btn {
		background: url(../images/slider-btn.png) no-repeat;
		width: 14px;
		height: 21px;
		position: absolute;
		text-indent: -9999px;
		position: absolute;
		top: 120px;
		left: 20px;
		z-index: 2;
		cursor: pointer;
	}
	.gunun-filmi .next-btn {
		background: url(../images/slider-btn.png) no-repeat -14px 0;
		width: 14px;
		height: 21px;
		position: absolute;
		text-indent: -9999px;
		position: absolute;
		top: 120px;
		right: 20px;
		z-index: 2;
		cursor: pointer;
	}
	.gunun-filmi .next-btn:hover,
	.gunun-filmi .prev-btn:hover {
		opacity: .7;
	}
	.gunun-filmi a {
		display: block;
		width: 300px;
		height: 288px;
		position: relative;
		color: #fff;
	}
	.gunun-filmi img {
		width: 134px;
		height: 203px;
		position: absolute;
		top: 18px;
		left: 81px;
		border-radius: 3px;
	}
	.gunun-filmi .title {
		position: absolute;
		bottom: 40px;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 14px;
	}
	.gunun-filmi .alt {
		position: absolute;
		bottom: 7px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.gunun-filmi .alt span {
		display: inline-block;
		background: #111;
		color: #fff;
		border-radius: 3px;
		padding: 5px 6px 7px;
		margin: 0 2px;
		font-size: 11px;
	}
	
	/* ads 300x250 */
	.ads300x250 {
		width: 300px;
		height: 250px;
		overflow: hidden;
		background: #194e63;
		margin-top: 8px;
	}
	
	/* category */
	.category {
		overflow: hidden;
	}
	.category li {
		float: left;
		width: 50%;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 1%, #dadada 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 1%,#dadada 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 1%,#dadada 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 1%,#dadada 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 1%,#dadada 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
	}
	.category li a {
		display: block;
		background: url(../images/icon-dot.png) no-repeat 10px;
		font-size: 13px;
		padding: 10px 10px 9px 25px;
		color: #000;
	}
	.category li a:hover {
		color: #999;
	}
	
	/* son yorumlar */
	.last-comments ul li {
		overflow: hidden;
	}
	.last-comments ul li a img {
		float: left;
		width: 59px;
		height: 59px;
		margin-right: 5px;
	}
	.last-comments ul li a {
		display: block;
		padding: 5px 7px 5px 0;
	}
	.last-comments ul li a .title {
		font-size: 11px;
		color: #222;
		display: block;
	}
	.last-comments ul li a .title span {
		float: right;
	}
	.last-comments ul li a .text {
		display: block;
		font-size: 10px;
		color: #959595;
		line-height: 15px;
		padding-top: 5px;
	}
	.last-comments ul li a:hover {
		background: #f5f5f5;
	}
	
/* content */
.content {
	background: #fff;
	overflow: hidden;
	border-radius: 3px;
}

/* footer */
.footer {
	height: 177px;
	position: relative;
}

	/* copyright */
	.copyright {
		float: right;
		padding-top: 50px;
		text-align: right;
		color: #fff;
		font-size: 12px;
		line-height: 18px;
	}
	
	/* logo */
	.footer-logo {
		float: left;
		padding-top: 50px;
	}
	
	/* text */
	.footer-text {
		text-align: center;
		position: absolute;
		top: 120px;
		line-height: 15px;
		left: 0;
		width: 100%;
		font-family: Arial, sans-serif;
		color: #fff;
		font-size: 11px;
	}
	
/* film �zet */
.film-ozet {
	background: url(../images/film-bg.png) no-repeat;
	width: 300px;
	height: 288px;
	margin-top: 5px;
	overflow: hidden;
	position: relative;
}
	.film-ozet .afis {
		position: absolute;
		top: 15px;
		left: 7px;
	}
	.film-ozet .afis img {
		width: 78px;
		height: 115px;
		border-radius: 3px;
		border: 3px solid #fff;
	}
	.film-ozet ul {
		position: absolute;
		top: 15px;
		right: 6px;
	}
	.film-ozet ul li {
		width: 197px;
		height: 35px;
		line-height: 35px;
		text-indent: 10px;
		border-radius: 3px;
		background: #fff;
		margin-bottom: 6px;
		font-size: 13px;
	}
	.film-ozet ul li span {
		padding-right: 6px;
	}
	
/* yorumlar */
.left-inner {
	padding: 0 2px 0;
}
.comment {
	overflow: hidden;
	margin-bottom: 5px;
	background: #194e63;
	border-radius: 3px;
	padding: 21px 14px;
	color: #fff;
}
.comment .avatar {
	float: left;
	width: 71px;
	height: 71px;
	margin-right: 6px;
}
.comment .title {
	display: inline-block;
	font-size: 14px;
	width: 565px;
	padding-bottom: 5px;
	border-bottom: 1px solid #306073;
	margin-bottom: 5px;
}
.comment .title a {
	color: #fff;
}
.comment .title span {
	float: right;
	font-size: 12px;
}
.comment .comment-text {
	font-size: 13px;
	line-height: 18px;
}

.add-comment-text {
	width: 428px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	font-size: 13px;
	text-indent: 10px;
	font-weight: 400;
	background: #194e63;
	border-radius: 3px;
	display: block;
	margin-bottom: 5px;	
}
.add-comment-text-right {
	float: right;
	width: 240px;
	height: 27px;
	line-height: 27px;
	text-indent: 10px;
	color: #fff;
	font-size: 13px;
	background: #2a2a2a;
	border-radius: 3px;
	font-weight: 400;
}

/* video */
.video-tab {
	overflow: hidden;
}
.video-tab ul li {
	float: left;
	margin-right: 1px;
}
.video-tab ul li a {
	display: block;
	line-height: 35px;
	padding: 0 8px;
	color: #fff;
	background: #252525;
	font-size: 14px;
}
.video-tab ul li.light a,
.video-tab ul li.active a {
	background: #194e63;
}
.video-tab ul li.light {
	position: relative;
	z-index: 1001;
}

.video-embed {
	height: 360px;
	padding: 10px 0;
	text-align: center;
	position: relative;
	z-index: 1001;
}
.video-ads .ads300x250 {
	display: inline-block;
}
.video-ads .video-load {
	font-size: 24px;
	font-weight: 300;
	padding-top: 25px;
}
.video-ads .video-load span {
	font-size: 11px;
	display: block;
	padding-top: 8px;
}
.video-ads .video-load span strong {
	cursor: pointer;
}
.video-player {
	width: 100%;
	height: 100%;
	display: none;
}

/* film a��klama */
.film-desc {
	overflow: hidden;
	padding: 10px 0;
}
.film-big-afis {
	float: left;
	width: 200px;
	height: 295px;
}

/* ads468x60 */
.ads468x60 {
	width: 468px;
	height: 60px;
	overflow: hidden;
	background: #194e63
}
.film-desc-right {
	float: right;
	width: 463px;
}
.film-desc-text {
	font-size: 13px;
	line-height: 20px;
	color: #222;
	padding-top: 5px;
}

/* share */
.film-share {
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 5px;
	font-size: 12px;
	margin-bottom: 7px;
}
.film-share > div {
	float: right;
}

/* light */
.lighter {
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

/* ads160x600 */
.ads160x600 {
	width: 160px;
	height: 600px;

	position: fixed;
	bottom: 0;
}

/* Yorum Yap */
.yorumyap tr td{
	padding:10px 10px 10px 10px;
}
	.yorumyap tr td input[type=text]{
		border:1px solid #ddd;
		border-radius:5px;
		padding:2px;
		width:600px
	}
	.yorumyap tr td textarea{
		border:1px solid #ddd;
		border-radius:5px;
		padding:2px;
		width:600px
	}
	.yorumyap tr td input[type=submit]{
		padding:10px;
		border-radius:10px;
		float:right;
		cursor:pointer
	}