/*
	Haber7TV Style CSS
	07.11.2012
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
}

strong {
	font-weight: bold;
}

a {
	border: none;
	text-decoration: none;
}

@font-face {
    font-family: 'gb';
	src: url('../font/gb.eot');
	src: url('../font/gb.eot?#iefix') format('embedded-opentype'),
		 url('../font/gb.woff') format('woff'),
		 url('../font/gb.svg#g2') format('svg'),
		 url('../font/gb.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'gm';
	src: url('../font/gm.eot');
	src: url('../font/gm.eot?#iefix') format('embedded-opentype'),
		 url('../font/gm.woff') format('woff'),
		 url('../font/gm.svg#g1') format('svg'),
		 url('../font/gm.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: url('../img/background.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	font-family: 'gm';
}

#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 197px;
	overflow: hidden;
}

#header .back {
	color: white;
	font-size: 13px;
	display: block;
	padding-top: 15px;
}

#header h1 {
	margin-top: 25px;
	float: left;
	margin-bottom: 25px;
}

#header #search {
	float: right;
	margin-top: 45px;
	position: relative;
}

#search input {
	width: 390px;
	height: 40px;
	border: none;
	border-radius: 8px;
	font-family: 'gm';
	font-size: 18px;
	color: #555;
	padding: 0 10px;
}

#search button {
	background-color: black;
	border: none;
	width: 45px;
	height: 40px;
	background-image: url("../img/search-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: -3px;
	right: 10px;
}

#header #categories {
	width: 1000px;
	height: 40px;
	background-color: white;
	border-radius: 8px 8px 0 0;
	color: #394253;
	text-align: center;
	overflow: hidden;
}

#header #categories a {
	color: #394253;
}

#header #categories li {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#header #categories li a {
	padding: 9px 10px;
	font-size: 22px;
	display: block;
	font-family: 'gb', sans-serif;
	letter-spacing: -2px;
}

#header #categories .here {
	background-color: #2879B4;
}
#header #categories .here a {
	color: #FFF
}

#categories .other ul {
	position: absolute;
	background-color: white;
	padding: 8px;
	z-index: 99;
	right: 0;
	width: 130px;
	top: 190px;
}

#categories .other li a {
	font-size: 20px !important;
	font-family: 'gm' !important;
	padding: 5px 0 !important;
}

#categories .other li {
	display: block !important;
}

#live_links {
	background-image: url("../img/canli_yayin.png");
	width: 67px;
	height: 232px;
	position: absolute;
	left: -85px;
	top: 203px;
}

#live_links .kanal7 {
	width: 67px;
	height: 45px;
	display: block;
	margin-top: 89px;
}

#live_links .ulketv {
	width: 67px;
	height: 45px;
	display: block;
	margin-top: 5px;
}

#live_links .radyo7 {
	width: 67px;
	height: 45px;
	display: block;
	margin-top: 5px;
}

#headline {
	background-color: #333;
	height: 535px;
	position: relative;
	width: 1000px;
}

#headline .img img {
	margin: 15px;
	border: 2px solid white;
	border-radius: 3px;
	float: left;
	width: 615px;
	height: 297px;
}

#headline .content {
	float: left;
	width: 155px;
	color: #d4d4d4;
	padding-top: 15px;
	height: 310px;
	overflow: hidden;
}

#headline .content h2 {
	font-size: 28px;
	letter-spacing: -2px;
	line-height: 26px;
	padding-bottom: 10px;
	font-family: 'gb', sans-serif;
}

#headline .content p {
	font-size: 14px;
	line-height: 16px;
	height: 160px;
	overflow: hidden;
}

#headline .daily {
	background-color: #B32617;
	width: 185px;
	height: 520px;
	position: absolute;
	right: -8px;
	top: 15px;
}

#headline .daily h2 {
	color: white;
	font-size: 18px;
	padding: 6px;
	letter-spacing: -1px;
	font-family: 'gb', sans-serif;
}

#headline .daily img {
	width: 160px;
	height: 95px;
	background-color: white;
	padding: 4px;
	margin-bottom: 5px;
}

#headline .daily a {
	display: block;
	margin-left: 8px;
	color: white;
	font-size: 14px;
	margin-bottom: 5px;
	width: 171px;
	height: 155px;
}

#headline #videos {
	width: 823px;
	height: 135px;
	clear: both;
	background-color: black;
	background-image: url("../img/film_band.gif");
	background-repeat: repeat-x;
	position: relative;
}

#headline #videos .selected img {
	opacity: 0.3;
	padding: 5px;
	width: 135px;
	height: 74px;
}

#headline #videos .band {
	width: 823px;
	height: 7px;
	clear: both;
	background-color: black;
	background-image: url("../img/film_band.gif");
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

#headline #lastnews h2 {
	background-color: #A3201B;
	color: white;
	width: 225px;
	height: 25px;
	font-size: 18px;
	padding-left: 5px;
	padding-top: 4px;
	float: left;
	position: relative;
}

#headline #lastnews h2 b {
	border-color: transparent black;
	border-width: 0 8px 8px 0;
	border-style: solid;
	bottom: -8px;
	position: absolute;
	left: 0px;
}

#headline #lastnews {
	position: absolute;
	left: -7px;
	bottom: 17px;
	width: 840px;
}

#headline #lastnews p {
	color: #F5F5F5;
    display: block;
    float: left;
    margin: 6px;
    width: 585px;
}

#headline #lastnews a {
	color: whiteSmoke;
}

#headline #videos a {
	display: block;
	padding-left: 16px;
	padding-top: 26px;
	float: left;
}

#headline #videos img {
	width: 145px;
	height: 80px;
}

#content .block {
	margin-top: 15px;
	position: relative;
	height: 375px;
	background-color: #F3F3F3;
	border-radius: 5px;
}

.block .title {
	background-color: #711010;
	color: #FFF;
	font-size: 22px;
	padding: 8px;
	width: 1000px;
	position: absolute;
	left: -8px;
	top: 0;
}

.block .title h2 {
	float: left;
}

.title .paging {
	float: right;
}

.title .paging li {
	float: left;
}

.title .paging a {
	padding: 3px 7px;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bold;
	margin-right: 8px;
	background-color: white;
	color: #777;
}

.block .title b.left {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 38px;
	left: 0px;
	border-color: transparent #0E0E0E;
	border-width: 0 8px 8px 0;
	border-style: solid;
}

.block .title b.right {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 39px;
	right: 0px;
	border-color: transparent #0E0E0E;
	border-width: 0 0 8px 8px;
	border-style: solid;
}

.title .here a {
	opacity: 0.3;
}

.title .here {
	margin-top: 1px !important;
}

.block .videos {
	padding-top: 55px;
}

.block .videos .right {
	float: right;
}

.block .videos a {
	width: 143px;
	display: block;
	color: #505050;
	margin-left: 22px;
	font-size: 12px;
	float: left;
	height: 160px;
	position: relative;
}

.block .videos img {
	width: 143px;
	height: 105px;
	padding-bottom: 5px;
}

.block .videos em {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 55px;
	top: 35px;
	display: block;
	background-image: url("../img/play.png?3");
}

.a300 {
	width: 300px;
	height: 250px;
}

.social {
	margin: 15px 0;
	background-color: #FFF;
	width: 280px;
	padding: 10px;
	padding-bottom: 7px;
	height: 23px;
}

.right {
	float: right;
	width: 318px;
}

.block_3 {
	float: left;
	width: 330px;
	height: 640px;
	background-color: #F3F3F3;
	margin-top: 5px;
	margin-right: 5px;
	border-radius: 5px;
}

.block_3 h2 {
	background-color: #666;
	margin-top: 15px;
	color: white;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	width: 297px;
}

.block_3 a img {
	width: 143px;
	padding-bottom: 5px;
}

.block_3 a, .video_right .block .all {
	display: block;
	float: left;
	width: 140px;
	margin-top: 13px;
	margin-left: 13px;
	height: 160px;
	color: #3C3C3C;
	font-size: 14px;
}

.block_3 .first {
	width: 294px;
	height: 200px;
}

.block_3 .first img {
	width: 293px !important;
	background-color: #FFF;
	padding: 5px;
	height: 160px;
}

.block_3 .all {
	width: 310px !important;
	height: auto !important;
	margin: 0 !important;
	text-align: right;
	padding: 5px 10px;
	background-color: #E2E2E2;
	border-radius: 0 0 5px 5px;
	font-size: 12px !important;
	color: #666 !important;
}

.video_right .block .all {
	width: 280px !important;
	height: auto !important;
	margin: 0 !important;
	text-align: right;
	padding: 5px 10px;
	background-color: #E2E2E2;
	border-radius: 0 0 5px 5px;
	font-size: 12px !important;
	color: #666 !important;
}

.block_2 {
	float: left;
	width: 665px;
	background-color: #F3F3F3;
	margin-top: 15px;
	clear: both;
	border-radius: 5px;
}

.block_2 .title {
	background-color: #85b801;
	color: white;
	font-size: 22px;
	padding: 8px;
	width: 640px;
	height: 23px;
	margin-top: 10px;
}

.block_2 .title h2 {
	float: left;
}

.block_2 a img {
	width: 143px;
	height: 100px;
	padding-bottom: 5px;
}

.block_2 .videos a {
	display: block;
	float: left;
	width: 140px;
	margin-top: 13px;
	margin-left: 13px;
	height: 160px;
	color: #3C3C3C;
	font-size: 14px;
}

.block_2 .izle7videos a {
	display: block;
	float: left;
	width: 115px;
	margin-top: 13px;
	margin-left: 13px;
	height: 160px;
	color: #3C3C3C;
	font-size: 12px;	
}

.block_2 .izle7videos a img {
	width: 100px;
	height: 65px;
	padding-bottom: 5px;	
}

#izle7 {
	height: 190px;
	margin-bottom: 15px;
}

.category .page {
	width: 660px;
}

.category .page ul {
	display: block;
	float: left;
	width: 660px;
	margin-left: 22px;
}

.category .page ul li {
	float: left;
	margin: 5px;
}

.category .page ul li a {
	width: auto !important;
	margin: 0 !important;
	height: auto !important;
	padding: 7px !important;
	background-color: #711010 !important;
	color: #FFF !important;
	font-weight: bold;
	font-size: 14px;
}

.category .page ul .here {
	padding: 7px;
	background-color: #FFC5C5;
	color: #711010;
}

.left_side {
	width: 665px;
	float: left;
}

.a300_2 {
	float: right;
	margin-top: 15px;
	margin-left: 15px;
}

.a300_2 .a300 {
	margin-bottom: 15px;
}

#category_videos .right_menu {
}

#category_videos .title {
	width: 655px !important;
}

#similar_videos .title {
	width: 660px;
}

#similar_videos .title h2 {
	font-size: 23px;
}

#similar_videos .videos a {
	margin-left: 16px !important;
}

#category_videos {
	height: auto !important;
}

#comments {
	padding-top: 25px;
}

#comments span {
	color: #0060DA;
	text-decoration: underline;
	display: block;
	margin: 0 9px;
	text-align: center;
	background-color: #EBEBEB;
	padding: 10px;
	margin-bottom: 15px;
}

#comments .comment {
	padding-bottom: 30px;
}

#comments .comment .author {
	width: 70px;
	float: left;
	margin-right: 10px;
}

#comments .comment .author img {
	padding: 9px;
	padding-top: 3px;
}

#comments .comment .author strong {
	display: block;
	width: 60px;
	padding: 4px;
	font-size: 11px;
	background-color: #CCC;
	color: #333;
	text-align: center;
	border-radius: 3px;
}

#comments .comment .title {
	color: red;
	font-size: 14px;
}

#comments .comment p {
	padding-left: 80px;
	font-size: 14px;
}

.fb_iframe_widget span {
	vertical-align: baseline !important;
}

.twitter-follow-button {
	float: right;
}

.fb_edge_widget_with_comment {
	float: left;
}

.nomargin {
	margin-right: 0 !important;
}

.c1 h2 {
	background-color: #dead23;
}

.c2 h2 {
	background-color: #dc2621;
}

.c3 h2 {
	background-color: #1f70d8;
}

.c4 .title {
	background-color: #84133c;
}

#content #video {
	background-color: #333;
	padding: 10px;
}

#content #video h2 {
	color: #FFF;
	font-family: 'gb', sans-serif;
	font-size: 26px;
}

#content #video p {
	padding-top: 10px;
	color: #EEE;
	font-size: 14px;
}

#content #video #player {
	padding: 3px;
	background-color: white;
	margin-top: 15px;
	width: 655px;
	border-radius: 3px;
	float: left;
	text-align: center;
}

#content #video .a300 {
	width: 300px;
	height: 250px;
	float: right;
	margin-top: 15px;
}

#content .video_right .block {
	height: auto !important;
	margin-top: 0;
}

#content .video_right .block h2 {
	padding: 10px;
	background-color: #E02A25;
	color: white;
	font-size: 22px;
	font-family: 'gb', sans-serif;
}

#content .video_right .block .first h2 {
	padding-bottom: 5px;
	padding-top: 3px;
}

#content .video_right .block .first {
	color: #3A3A3A;
	padding-left: 3px;
	display: block;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 10px;
}

#content .video_right .block .first img {
	padding-bottom: 5px;
	max-width: 295px;
}

#content .video_right .block .video {
	width: 143px;
	display: block;
	height: 150px;
	font-size: 14px;
	float: left;
	padding-left: 4px;
	color: #444;
}

#content #video .a300 .special {
	background-color: white;
	margin-top: 8px;
	height: 80px;
	padding: 10px;
	font-size: 14px;
	color: #333;
}

.a300 .special .fb-like {
	margin-right: 5px;
}

.special .twitter-share-button {
	width: 105px !important;
}

.special #___plusone_0, .special #___plusone_0 iframe {
	width: 70px !important;
}

.special .social-buttons {
	margin: 10px 0;
}

.special .embed {
	width: 215px;
	height: 20px;
	font-size: 12px;
	overflow: hidden;
}

.special .embed-title {
	display: inline-block;
	margin-top: 5px;
	float: left;
}

#content #video_bottom {
	padding: 10px;
	background-color: white;
	width: 655px;
	padding-top: 0;
	float: left;
}

#content .video_right {
	width: 300px;
	float: right;
	background-color: white;
	padding: 10px;
}

#footer {
	clear: both;
}

#footer .bar {
	background-color: white;
	padding: 1px;
	border: 1px solid lightGray;
	margin-bottom: 5px;
}

#footer .bar .links {
	background-image: url("../img/footer_bar.png");
	height: 49px;
}

#footer .bar .links .haber7 {
	display: block;
	padding-left: 13px;
	padding-top: 13px;
	float: left;
}

#footer .right {
	float: right;
}

#footer .right a {
	display: block;
	padding: 4px 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid white;
	margin: 4px 0;
	float: right;
}

#footer .right .logos {
	padding-top: 7px;
}

#footer .info {
	font-family: sans-serif;
	float: left;
	padding-top: 19px;
	font-size: 12px;
	padding-left: 13px;
}

#footer .info a {
	padding-right: 40px;
	color: #06C;
}

.clear {
	clear: both;
}

#nextPopup {
	position: absolute;
	color: black;
	z-index: 9999999;
	background-color: white;
	padding: 10px;
	left: 117px;
}

#nextPopup a {
	color: #BE0000;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{display: inline-block;width:17px;height:15px;text-indent:-999em;cursor:pointer;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../img/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../img/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

#video .info a, #video .info { color: #747474 !important }