
/* genel */

html { overflow-y: scroll; }

body {
	background: #eaebea;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #424343;
}

a img { border: 0; }

a { color: #424343; font-weight: bold; text-decoration: none; }
a:hover { color: #ff3060; }

a, object { outline: 0; }

.clear { clear: both; }

div#content, div#footer {
	width: 950px;
	margin: auto;
	padding-bottom: 80px;
}

div#content {
	background: url(/_img/logo.png) no-repeat 55px 0;
}

div#content_sep {
	background: #00b5df url(/_img/content_sep.png) no-repeat bottom center;
}


/* video - logo ve arsiv butonlari */

a#logo, a#btn_arsiv {
	position: absolute;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	text-indent: -999px;
}

a#logo {
	margin-left: 115px;
	width: 134px;
	height: 108px;
}

a#btn_arsiv {
	position: absolute;
	margin: 25px 0 0 855px;
	width: 92px;
	height: 80px;
	background: url(/_img/btn_arsiv.png) no-repeat;
}
a#btn_arsiv:hover {
	background-position: 0 -80px;
}


/* video - tarih */

div#date {
	position: absolute;
	margin: 175px 0 0 770px;
	width: 111px;
	height: 124px;
	background: url(/_img/bg_date.png) no-repeat;
}
div#date div {
	width: 100px;
	color: #ff3060;
	text-align: center;
	font-weight: bold;
}
div#date div#date_month {
	font-size: 30px;
	margin-top: 12px;
}
div#date div#date_day {
	font-size: 50px;
	margin-top: -10px;
}


/* video - video */

div#video {
	width: 530px;
	margin-left: 225px;
}

div#video_top {
	height: 29px;
	background: url(/_img/bg_video_top.png);
}
div#video_mid {
	width: 480px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	color: #fff;
	text-align: center;
	overflow: visible;
	padding: 0 25px;
	background: url(/_img/bg_video_mid.png);
}
div#video_btm {
	height: 20px;
	padding: 8px 0 0 25px;
	margin-bottom: 2px;
	background: url(/_img/bg_video_btm.png);
}

div#video_btm a {
	outline: none;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	margin-left: 25px;
	font-size: 11px;
	line-height: 16px;
	background: url(/_img/btn_share.png) no-repeat;
}
div#video_btm a:hover {
	color: #ddd;
}
div#video_btm a#send_to_friend { margin-left: 35px; }
div#video_btm a#social_bookmark { background-position: 0 -16px; }
div#video_btm a#permalink { background-position: 0 -32px; }


/* video - paylasim */

div.share {
	width: 480px;
	margin-left: 250px;
	margin-bottom: 1px;
}

div.share div.top {
	height: 7px;
	overflow: hidden;
	background: url(/_img/bg_share_top.png);
}
div.share div.btm {
	height: 7px;
	overflow: hidden;
	background: url(/_img/bg_share_btm.png);
}
div.share div.mid {
	background: #4ed7ff;
	padding: 5px 10px;
}

div.share div.mid p {
	margin: 0;
	position: relative;
}
.error { color: #ff3060; }
.success { color: #093; }
div.error, div.success {
	margin-top: 5px !important;
	font-weight: bold;
}

div.share div.mid label {
	font-weight: bold;
	float: left;
	padding-top: 10px;
	color: #37443a;
}
div.share div.mid input.input_text {
	width: 215px;
	border: 1px solid #37443a;
	padding: 2px;
	margin-top: 3px;
}
div.share div.mid input.input_checkbox {
	margin: 0 2px 0 -4px;
}
div.share div.mid input.input_checkbox[class] {
	margin: 0 5px 0 -1px;
}
div.share div.mid input.input_submit {
	float: right;
	margin-top: 10px;
}
div.share div.mid a#btn_gonder {
	float: right;
	margin-top: 10px;
	width: 76px;
	height: 24px;
	text-indent: -999px;
	background: url(/_img/btn_gonder.png) no-repeat;
}
div.share div.mid a#btn_gonder:hover {
	background-position: 0 -24px;
}
div.share div.mid div#btn_gonder-disabled {
	float: right;
	margin-top: 10px;
	width: 76px;
	height: 24px;
	background: url(/_img/btn_gonder.png) no-repeat 0 -48px;
}

div#add_this a {
	float: left;
	margin-right: 9px;
}


/* video - navigasyon */

a.nav {
	display: block;
	width: 90px;
	height: 70px;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
}
a.nav#prev {
	background: url(/_img/onceki-sonraki.png) no-repeat 0 0;
	margin-left: 135px;
}
a.nav#next {
	background: url(/_img/onceki-sonraki.png) no-repeat -90px 0;
	margin-left: 755px;
}
a.nav#prev:hover {
	background: url(/_img/onceki-sonraki.png) no-repeat 0 -70px;
}
a.nav#next:hover {
	background: url(/_img/onceki-sonraki.png) no-repeat -90px -70px;
}


/* video - metin */

div#detail {
	width: 480px;
	background: #ece9e8 url(/_img/bg_detail_top.png) no-repeat;
	margin-left: 250px;
}
div#detail_bg {
	background: url(/_img/bg_detail_btm.png) no-repeat bottom;
	padding: 0 10px 10px;
}
div#title {
	color: #424343;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 5px;
}
div#desc p {
	margin: 7px 0;
}

div#aferin {
	float: right;
	width: 51px;
	margin: 10px 0 10px 10px;
}
div#aferin_sayac {
	width: 51px;
	height: 45px;
	text-align: center;
	font-size: 18px;
	color: #ece9e8;
	font-weight: bold;
	padding-top: 7px;
	background: url(/_img/bg_aferin.png) no-repeat;
}
a#btn_aferin, div#btn_aferin-disabled {
	width: 51px;
	height: 52px;
	margin-top: 4px;
	text-indent: -999px;
	display: block;
	background: url(/_img/btn_aferin.png) no-repeat;
	overflow: hidden;
}
a#btn_aferin:hover {
	background-position: -51px 0;
}
div#btn_aferin-disabled {
	background-position: -102px 0;
}
div#btn_aferin-loading {
	width: 51px;
	height: 52px;
	margin-top: 4px;
	background: url(/_img/btn_aferin_loading.gif);
}


/* arsiv */

div.row {
	font-weight: bold;
	color: #333;
}
div.date_range {
	width: 225px;
	float: left;
	padding-top: 50px;
	margin-right: 10px;
	font-size: 20px;
	text-align: right;
}
div.video, div.weekday {
	width: 120px;
	float: left;
	display: inline;
	margin-left: 20px;
	padding: 20px 0;
}
div.alpha {
	opacity: .3;
	filter: alpha(opacity=30);
}
div.weekday {
	padding: 10px 0;
	font-size: 12px;
	text-align: right;
}
div.video img {
	display: block;
	margin-bottom: 10px;
}


/* arsiv - ay listesi */

div#year_list {
	padding: 20px 0 40px;
	margin-top: 10px;
	background: url(/_img/arsiv_sep.png) no-repeat top center;
}
div.month_list {
	padding-top: 10px;
}
div.month_list span {
	color: #fff;
	font-size: 12px;
	float: left;
	line-height: 25px;
	display: block;
	width: 60px;
	padding: 0 6px;
	text-align: center;
}
div.month_list span.year {
	font-size: 18px;
	width: 70px;
}
div.month_list a {
	display: block;
	width: 60px;
	color: #fff;
}
div.month_list a:hover {
	background: #333;
	color: #fff;
}
div.month_list a#selected {
	background: #333;
	color: #fff;
}


/* footer */
div#footer {
	height: 100px;
}
div#footer div {
	height: 85px;
	padding-left: 90px;
	margin-left: 25px;
	float: left;
	display: inline;
}
div#f_eposta { background: url(/_img/bg_footer.png) no-repeat 0 0; width: 190px; }
div#f_rss { background: url(/_img/bg_footer.png) no-repeat 0 -85px; width: 150px; }
div#f_hakkinda { background: url(/_img/bg_footer.png) no-repeat 0 -170px; width: 260px; }
div#footer h1 {
	font-size: 18px;
	color: #ff3060;
	margin: 10px 0 5px;
}
div#footer a {
	font-weight: normal;
	text-decoration: underline;
}
div#f_eposta div { position: absolute; padding: 0; margin: 0; }

div#f_eposta a#btn_gonder2 {
	display: block;
	margin-top: 5px;
	width: 60px;
	height: 20px;
	text-indent: -999px;
	overflow: hidden;
	background: url(/_img/btn_gonder2.png) no-repeat;
}
div#f_eposta a#btn_gonder2:hover {
	background-position: 0 -20px;
}
div#f_eposta div#btn_gonder2-disabled {
	margin-top: 5px;
	width: 60px;
	height: 20px;
	background: url(/_img/btn_gonder2.png) no-repeat 0 -40px;
}


#subscribe_link, #subscribe_form, #subscribe_msg { position: absolute; width: 200px; margin: 0; }


/* scalable Inman Flash Replacement (sIFR) version 3, revision 419 */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-active div#date_month, .sIFR-active div#date_day, .sIFR-active div#aferin_sayac, .sIFR-active div#footer h1 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
}


/* 404 */

div#not_found {
	width: 500px;
	height: 550px;
	margin: 0 auto;
	background: url(/_img/404.png) no-repeat center bottom;
}