/* Global reset for browser compatibility */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	background-color: #000;
}

a {	text-decoration: none; color:#000;}
a:hover {color:#f00; }

ul { list-style: none; }

a img, fieldset,table 	{ border: none; }
img		{display:block;}

input	{border:0px;}

.button1 {
	background-color: #f00;
	color:#fff;
	font-weight: bolder;
	padding:5px 10px 5px 10px;
	margin-right:5px;
}

.button1:hover{
	background-color: #999;
	color: #000;
}

.bullet {
	background-color: #f00;
	width:7px;
	height:7px;
	float:left;
	margin:4px;
}

.clear {clear:both;}
.sep1 {margin-bottom:10px;}

/* main div definitions */
#outer {
	position:relative;
	left:50%; 
	width: 974px;
	margin-left:-487px;
	background: url('/images/back.jpg');
	background-repeat: no-repeat;
}

#top-ad{
	position:relative;
	left:50%; 
	width: 974px;
	margin-left:-487px;
	border-bottom:4px solid #f00;
	text-align:center;
}


/* login */
#login{
	position:relative;
	color:#fff;
	padding-top: 4px;
	width:300px;
	height:45px;
	float:right;
}

#login a{
	color: #FFF;
	background-color:#f00;
	font-size:19px;
	font-weight:bolder;
	font-style:italic;
	letter-spacing: -2px;
}

#login .textbox{
	width:90px;	
	font-weight:bold;
	font-size:15px;
	padding:3px;
}

#login span{
	display:block;
	font-weight:bold;
	font-size:14px;
	margin-top:3px;
}



#remember{	
  padding: 0;
  margin: 0;
  width:14px;
  height:14px;
  margin-top:4px;
  margin-right:4px;
  float:left;
  
  
}

#logo-line {
	width: 974px;
	height: 150px;
}

#logo {
	margin-top: 20px;
	float: left;
}

#current-issue {
	float:right;
	width:475px;
	height:119px;	
}

html>body #current-issue {
	/*background: url('/images/current.png') no-repeat;*/	
}


#current-issue-pic{
	position:absolute;
	z-index:1;
}


#current-issue-info{
	clear:both;
	top:60px;
	z-index:2;
	position:absolute;
	width:475px;
	
}

#current-issue-info h1{
	width:100%;
	text-align:right;
	color:#fff;
	font-size:22px;
	font-weight:bolder;
	font-style:italic;
}

#current-issue-info p{
	width:100%;
	text-align:right;
	color:#fff;
	font-style:italic;
}

#contact {
	float:right;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

#contact a{
	color:#fff;
}

#contact a:hover{
	color:#f00;
}

#content {
	position: relative;
	width:974px;
	overflow:hidden;
}

#support {
	width:974px;
	height: 105px;
	overflow:hidden;
}

#split-left{
	float:left;
	width:610px;
	overflow:hidden;
}

#split-right{
	float:left;
	width:364px;
	overflow:hidden;
}

/* menu */
#search {
	float:right;
	width:124px;
	position:relative;		
}

#search-link {
	padding-top:5px;
	position:relative;
}

#search input{
	position:absolute;
	width:100px;
	height:22px;
	font-size:16px;
	padding-top:2px;
	top:4px;
	left:0px;	
}

#search a{
	position:absolute;
	top:4px;
	left:100px;	
	color: #FFF;
	background-color:#f00;
	font-size:19px;
	font-weight:bolder;
	font-style:italic;
	letter-spacing: -2px;
}


#menu {
	height:45px;
	padding-left: 0px;
	float:left;
}

.menu-item {
	float:left;
	margin-top:4px;
	background-color:#f00;
	padding:2px;
}

html>body .menu-item {
	margin-right:4px;
}

.menu-item a{
	color: #FFF;
	
	font-size:18px;
	font-weight:bold;
	letter-spacing: -2px;
	
	font-style:italic;
	
}

.menu-item a:hover{
	color: #000;
}

#sub-menu {
	top:0px;
	position:absolute;
	height:20px;
	padding-left: 0px;
	clear:both;
}

.sub-menu-item {
	float:left;
	padding-top:4px;
}

html>body .sub-menu-item {
	padding-right:4px;
}


.sub-menu-item a{
	color: #000;
	background-color:#fff;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	letter-spacing: -1px;
}

.sub-menu-item a:hover{
	color: #f00;
}

/* paging */
.pages {
	padding-top:10px;
	padding-bottom:30px;
	clear:both;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    background: #fff;
}

.pages span {
    border: 1px solid #bbb;
    font-weight: bold;
    background: #f00;
    color: #fff;
}

.pages a {
    border: 1px solid #bbb;
    text-decoration: none;
}

.pages a:hover {
    border-color: #f00;
}

#article-header a{
	color:#fff;
	font-size:19px;
	font-weight:bolder;
	font-style:italic;
	letter-spacing: -1px;
}

.article p img, .article div img {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	margin:auto;
}

/* box model */
.content-last {
	margin-right:0px;
}

.content-box{
	position:relative;
	background-color: #fff;
	margin-right:10px;
	margin-bottom:10px;
	overflow: hidden;
	float:left;
}

.content-box-background {
	position:absolute;
	width:100%; 
	height:100%;
	top:0px;
	left:0px;
	display:none;
}

html>body .content-box-background{
	display: block;
}


.content-box-header{
	position:relative;
	padding:10px;
	width:100%;
	height: 18px;
}

.content-box-mark {
	background-color: #f00;
	width:5px;
	height:25px;
	float:left;
	margin-right: 5px;
}

.content-box-columnist {
	position:relative;	
	/*height:50px;*/
	padding:10px;
	background-color: #fff;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}

.content-box-columnist h1{
	font-size:19px;
	font-weight:bolder;
	font-style:italic;
	letter-spacing: -2px;
	margin-top:15px;

}

.content-box-topic {
	position:relative;
	margin-left:-5px;
}

.content-box-topic h1{
	font-size:19px;
	font-weight:bolder;
	font-style:italic;
	letter-spacing: -2px;

}

.content-box-title {
	position:absolute;
	font-size:19px;
	font-weight:bolder;
	font-style:italic;
	/*letter-spacing: -1px;*/
	margin-right:25px;
	top:12px;
	left:18px;
	float:left;	
}

.content-box-title h1{
	display: inline;
	font-size:19px;
	font-weight:bolder;
	font-style:italic;
	/*letter-spacing: -1px;*/
}

.content-box-link{
	position:absolute;
	width:200px;
	right:30px;
	text-align:right;
	height: 24px;
	font-weight:bolder;
}

.content-box-link a{
	display:inline-block; 
	vertical-align:middle;
}

.content-box-link img{
	display:inline;
	
}

.content-box-content {
	position:relative;
	margin:3px 10px 10px 10px;
	clear: both;
	font-size:12px;
}

.home-black-box {
	float:left;
	color: #fff;
}

/* home box definitions */
#home-box-ajans {
	width: 463px;
	height: 385px;
	margin-right: 0px;
}

#home-box-tv{
	width: 360px;
	height: 355px;
}

#home-box-son-yazilar{
	width: 604px;
	height: 355px;
	margin-right: 0px;
}

#home-box-album-tanitim{
	width: 360px;
	height: 250px;
}

#home-box-anket{
	width: 268px;
	height: 250px;
}

#home-box-caydanlik{
	width: 268px;
	height: 247px;
}

#home-box-etkinlik {
	width: 325px;
	height: 250px;
	margin-right: 0px;
}

#home-box-caydanlik{
	width: 268px;
	height: 247px;
}

#home-box-galleries {
	margin-top:5px;
	width: 360px;
	height:130px;
	margin-right: 10px;
}

#home-box-bands {
	margin-top:5px;
	width: 270px;
	height:130px;
	margin-right: 8px;
}

#home-mini-ad {
	float:left;
	width:325px;
	height:130px;
	overflow:hidden;
}

#home-box-forum-basliklar {
	width: 360px;
	height: 247px;
}

#home-box-facebook{
	width: 325px;
	height: 247px;
	overflow:hidden;
	float:left;
}

/* highlights */
#highlights {
	position:relative;
	width:506px;
	height:390px;
	overflow: hidden;
	float:left;
	margin-right:5px;
}

.highlight-box {
	padding:2px; 
	width:62px; 
	height:68px; 
	float:left; 
	margin-right:6px;
	font-size:10px;
	letter-spacing:-0.03em;
	font-weight:bolder;
	overflow:hidden;
}

.highlight-box a {
	color: #fff;
	width:62px; 
	height:60px; 
	display:block;
}

.highlight-box-active {
	background-color:#f00; 
}

.highlight-box-passive {
	background-color:#888888; 
}

.highlight-info-mark {
	position:absolute;
	width:5px;
	height:74px;
	top:205px;
	left:10px;
	background-color: #f00;
}

.highlight-info-box {
	filter:alpha(opacity=75);
    opacity: 0.75;
	position:absolute;
	width:470px;
	height:70px;
	top:205px;
	left:15px;
	background-color: #000;
	color: #FFF;
	padding:2px;
}

.highlight-info-box a {
	color: #fff;
}

.highlight-info-title {
	font-size:22px;
	font-weight:bolder;
	letter-spacing:-1px;
}

.highlight-info-desc {
	font-size:13px;
	margin-top:5px;
}

.highlight-arrow {
	position:absolute; 
	top:301px;
}

.highlight-list li {
	display:none;
}

/* ajans */
#home-ajans li {
	width:450px;
	margin-bottom: 6px;
}

#home-ajans li a {
	width:100%; 
	height:50px; 
	display:block;
}

#home-ajans li h1 {
	font-size: 11px;
	margin-left:84px;
}

#home-ajans li p {
	margin-left:84px;
	font-size: 10px;
}

/* yazilar */
#home-yazilar li {
	width:281px;
	margin-bottom: 6px;
	float:left;
}

#home-yazilar li a {
	width:100%; 
	height:95px; 
	display:block;
}

#home-yazilar li img {
	float:left;
	margin-right: 4px;
}

#home-yazilar li h1 {
	font-size: 12px;
	margin-left:84px;
}

#home-yazilar li p {
	margin-left:84px;
	font-size: 10px;
	line-height: 16px;
}

/* album */
#home-album {
	width:160px;
	height:190px;
	margin-right:5px;
	border-right: 1px dotted #666;	
	float: left;
}

#home-album h1 {
	font-size: 14px;
	margin-top:5px;
}

#home-album-list li{
	margin-bottom:6px;
}

/* gruplar */
.home-black-box .title {	
	font-size: 19px;
	font-style: italic;
	font-weight: bolder;
	margin-bottom: 5px;
}

.home-black-box a {
	color: #fff;
}

.home-black-box a:hover {
	color: #f00;
}


.home-black-box li {
	width:90px;	
	float:left;
}

.home-black-box li a {	
	width:80px; 
	height:55px; 
	display:block;
}

.home-black-box li h1 {
	font-size: 12px;
	margin-left:0px;
	padding-top:60px;
}

/* survey */
#home-survey-option li {
	margin-bottom: 5px;
}

#home-survey-option {
	margin-top: 5px;
	margin-bottom: 15px;
	overflow:hidden;
}

/* event */
#home-event li {
	border-top: 1px dotted #666;
	margin-bottom: 2px;
}

#home-event h1 {
	font-size:12px;

}

/* forum */
#home-forum-list li {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	height:19px;
	overflow: hidden;
}

/* caydanlik */
#home-caydanlik-list li {
	font-size:12px;
	margin-bottom:10px;
}

#home-caydanlik-list li span{
	font-size:10px;	
}


/* home-sep-1 */
#home-sep-1 {
	margin-top:10px;
	width:974px;
	height:160px;
	float:left;
}

#talking-heads {
	width:484px;
	height:140px;
	float:left;
	background: url('/images/bubble.gif') no-repeat;
}

html>body #talking-heads {
	color:#000;
	background: url('/images/bubble.png') no-repeat;
}

#talking-heads-container {
	width:305px;
	height:80px;
	margin-left:20px;
	margin-top:19px;
	overflow: hidden;
}

#talking-heads-inner {
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	width:100%;
	height:80px;
}

#talking-heads-owner{

	font-size:13px;
	line-height:15px;
	width:200px;
	height:15px;
	margin-left:70px;
	text-align:center;
	overflow: hidden;
	letter-spacing: -1px;
}

#columnists {
	width:490px;
	height:140px;
	float:left;
	overflow: hidden;
}

#columnists li {
	width:235px;
	height:50px;
	padding:5px 0px 15px 10px;
	float:left;
	display:block;	
	position:relative;
}

#columnists li a {
	display:block;	
	width:235px;
	height:50px;
}

#columnists li h1 {
	font-size:14px;
	line-height:13px;
	padding-left:65px;
	padding-top:5px;
}

#columnists li p {
	position:absolute;
	width:230px;
	font-size:10px;
	text-align:right;
	top:40px;	
}

/* article */
#article-box-main {
	width: 600px;
	margin-right: 10px;
	text-align: justify;
}

#article-box-comment {
	width: 600px;
	margin-right: 10px;
	text-align: justify;
}


#article-box-share {
	width: 364px;
	height:100px;
	margin-right: 0px;
}

#article-box-list {
	width: 364px;
	margin-right: 0px;
}

#article-box-main .content-box-content {
	font-size:13px;
	font-family:Verdana;
}

#article-box-main p {
	margin-bottom: 15px;
	line-height:19px;
}

#article-box-main .info {
	position:relative;
	margin:0px 10px 10px 0px;
	clear: both;
	text-align:right;
}

#article-box-share li {
	float:left;
	padding-top: 5px;
	padding-right: 5px;
}

#article-box-list div.item {
	height:50px;
	clear:both;
	overflow:hidden;
	margin-bottom: 10px;
	font-weight: bold;
}

#article-box-list div.item img{
	padding-right:5px;
}

#article-box-comment .user {
	float:left;
	font-weight:bold;
}

#article-box-comment .date {
	text-align:right; 
	font-style:italic
}


#article-box-comment .comment-avatar {
	width:80px; 
	float:left; 
	text-align:center; 
	margin-top:3px; 
	padding-right:10px;
}

#article-box-comment .sep {
	border-bottom: 1px dotted #999;
	clear:both;
	height:5px;
	margin-bottom:5px;
}

#article-box-comment textarea  {
	width:578px;
	height:80px;
	font-size:11px;
}

/* survey */
#survey-box-main {
	width: 980px;
	margin-right: 10px;
	text-align: justify;
}

.survey-item {	
	width: 460px;
	height:300px;
	margin-right: 20px;
	margin-bottom: 10px;
	float:left;
	border-bottom:2px dashed #999;
}

.survey-item h1{
	font-size:18px;	
}

.survey-item ul{	
	margin-bottom: 15px;
}

.survey-item li span{
	display: block;
	margin-bottom:5px;
}

.survey-item .note{	
	text-align:right;
	font-style: italic;
	font-size:10px;
}


/* category */
.category-title{
	width:40px;
	height:600px;
	color: #fff;	
	position:relative;
	font-size:50px;
	overflow:hidden;
	font-weight:bold;
	font-style:italic;
	letter-spacing: -1px;
	float:left;
}

.category-title div{
	-moz-transform:rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	text-align:right;
	width:400px;
	height:400px;
}


#category-box-list {
	width: 600px;
}

#category-box-comment {
	width: 364px;
	margin-right: 0px;

}

#category-list li {
	width:580px;
	margin-bottom: 6px;
}

#category-list li a {
	width:100%; 
	height:150px; 
	display:block;
}

#category-list li h1, #category-list li h2 {
	padding-top: 7px;
	font-size: 19px;
	margin-left:160px;
	line-height:18px;
	letter-spacing:-1px;
}

#category-list li .info {
	font-size: 12px;
	margin-left:160px;
}

#category-list li .note {
	font-size: 12px;
	font-style:italic;
	margin-left:160px;
	margin-bottom:10px;
}

#category-box-comment li {
	margin-bottom: 10px;
}

#category-box-comment li p{
	font-weight:bold;
}

/* delikasaptv */
#delikasaptv-box-list {
	width: 600px;
}

#video-list li {
	width:290px;
	margin-bottom: 6px;
	float:left;
}

#video-list li a {
	width:100%; 
	height:290px; 
	display:block;

}

#video-list li h1 {
	padding-top: 7px;
	font-size: 19px;
	line-height:18px;
	letter-spacing:-1px;
}

#video-list li .info {
	font-size: 12px;
}

#video-list li .note {
	font-size: 12px;
	font-style:italic;
	margin-bottom:10px;
}

#writer-list li {
	width:275px;
	margin-bottom: 6px;
	float:left;
}

#writer-list li a {
	width:100%; 
	height:80px; 
	display:block;
}

#writer-list li h1 {
	padding-top: 7px;
	font-size: 19px;
	line-height:18px;
	letter-spacing:-1px;
}

#writer-list li .note {
	font-size: 12px;
	font-style:italic;
	color:#666;
	margin-top:5px;
}

#userform input, #userform textarea {
	border:1px solid #999;
}

#userform div {
	margin-top:20px;
}

#userform input {
	width:400px;
}

#userform textarea {
	width:575px;
	height:400px;
}

#userform ul {
	list-style: disc;
	margin-left: 20px;
}

#rss-box img{
	margin-right:10px;
}

#rss-box div{
	margin:10px;
	clear:both;
}

/* footer */
#footer {
	border-top: 4px solid #f00;
	height:130px;
	background-color: #fff;
	margin-top:10px;
}

#footer-follow {
	width:250px;
	margin:15px;
	float:left;
}

#footer-follow li {
	float:left;
	padding-top: 5px;
	padding-right: 5px;
}

#footer-share {
	width:300px;
	margin:15px;
	float:left;
}

#footer-share li {
	float:left;
	padding-top: 5px;
	padding-right: 5px;
}

#footer-nav {
	width:974px;
	clear: both;
	text-align:center;
}


/* dropshadow elements */
html>body .outerpair1 {
	background: url('/images/upperrightfade.png') right top no-repeat;
}

.outerpair1 {
	width:506px;
}

html>body .outerpair2 {
	background: url('/images/lowerleftfade.png') left bottom no-repeat;
}

.outerpair2 {
	padding-top: 8px;
	padding-left: 8px;
}


html>body .shadowbox {
	background: url('/images/shadow.png') bottom right;
}

.innerbox {
	position: relative;
	left: -8px;
	top: -8px;
}

html>body .shadowbox img {
	vertical-align: bottom;
}
	
/* slider */
.loopedSlider {
	width:506px;
}
.container {
	width:498px; 
	height:300px; 
	overflow:hidden; 
	position:relative; 
	cursor:pointer; 
}
.slides { 
	position:absolute; 
	top:0; 
	left:0; 
}
.slides div { 
	position:absolute; 
	top:0; 
	width:498px; 
	display:none; 
}

ul.pagination {
	margin-top:13px; 
	width:506px;
}

ul.pagination li  {
	float:left; 
}
ul.pagination li.active {
	background-color:#f00;  
}

/*add this*/
.addthis_toolbox .custom_images a
{
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 3px;
	float:left;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
	width: 30px;
    height: 30px;
    opacity: 0.75;
}

