/*	Desc: *Ekspres Gazetesi* Screen Style Sheet
	Author: *Magnet Web*
	Date: *31 Ocak 2008*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	margin:0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #707070;
}
#main {
	width:980px;
}

/*=HEADER
=== === === === === === === === === === */
#sondakika {
	background-image: url(../images/son_dakika.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 35px;
	position: relative;
	width:902px;
}
#sondakika .title {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
}
#header {
	position: relative;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height:125px;
	width:980px;
	margin:0 0 5px 0;
	_margin:0;
}
#header #logo {
	float:left;
	padding-left:90px;
	padding-top:10px;
}
#header #navigasyon {
	float:left;
	position: relative;
	top:100px;
	left:-275px;
}
#header #navigasyon a:link, a:visited, a:active{
	color: #2A457C;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
 
#header #navigasyon a:hover {
	color: #CC0000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#header #tarih {
	float:right;
	position: relative;
	top:100px;
	padding-right:22px;
	color:#666666;
	font-weight:bold;
	
}
#header #arama {
	float:right;
	font-size: 10px;
	padding:30px;
	position:relative;
}
/** CLASSES **/
.kutuheader{
	background:url(../images/headbg_blue.png) repeat-x scroll ;
	padding:8px;
	text-align:left;
	color:#EFEFEF;
	font-size:18px;
	font-weight:bold;
}
.kutuheader_red{
	background:url(../images/headbg_red.png) repeat-x;
	padding:8px;
	text-align:left;
	color:#EFEFEF;
	font-size:18px;
	font-weight:bold;
}
.kutuayrac{
	background:url(../images/headbg_blue.png) repeat-x scroll 100px;
	padding:8px;
	text-align:left;
	color:#EFEFEF;
	font-size:18px;
	font-weight:bold;
}
.kutuayrac_red{
	background:url(../images/headbg_red.png) repeat-x scroll 75px;
	padding:8px;
	text-align:left;
	color:#EFEFEF;
	font-size:18px;
	font-weight:bold;
}
#doviz{
	padding:3px;
}
#doviz p{
	margin:0;
	padding:0;
}
#doviz label{
	width:33%;
	float:left;
}
#istatistik{
	padding:3px;
}
#istatistik p{
	margin:0;
	padding:0;
}
#istatistik label{
	width:45%;
	float:left;
}

/* CONTENT */
#content{
	width:980px;
}
#content #left{
	float:left;
	width:185px;
	padding:5px;
	display:inline;
}
#content .solkutu{
	border: 1px solid #A5A5A5;
	background-image: url(../images/kutubg.jpg);
	background-repeat: repeat-x;
	text-align:left;
	color: #6F6F6F;
	margin-bottom: 10px;
	
}

#content .kututitle{
	color: #2A457C;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#content a:link, a:visited, a:active{
	color: #2A457C;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#content a:hover {
	color: #CC0000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#content .solkutu ul{
	list-style-type: none;
	text-align:left;
	margin:0;
	padding:0;
	position:relative;
}
#content .solkutu ul li{
	line-height: 25px;
	margin:6px 0;
	text-indent:5px;
	overflow:hidden;
}
#content .solkutu ul li a{
	display: block;
	color: #2A457C;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	height: 100%;
}
#content .solkutu ul li a img{
	float:left;
	width:55px;
	height:60px;
	border:1px solid #000;
	margin:2px;
}
#content .solkutu ul li a span{
	display:block;
	margin:0 0 0 65px;
	line-height:1em;
	text-indent:0;
	font-weight:normal;
}
#content .solkutu ul li a:hover{
	background-color: #2A457C;
	color: #FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#content #orta{
	float:left;
	width:578px;
	padding-left:2px;
	padding-top:5px;
	padding-right: 0px;
}
#content .mansetkutu{
	padding:8px;
	border: 1px solid #A5A5A5;
	background-image: url(../images/mansetbg.jpg);
	background-repeat: repeat-x;
	background-position:bottom left;
	text-align:left;
	color: #6F6F6F;
	margin-bottom: 10px;
	height:260px;
	text-align:center;
}
#content .mansetkututitle{
	color: #2A457C;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}

#content .ortakutu{
	padding:10px;
	border: 1px solid #A5A5A5;
	background-repeat: repeat-x;
	text-align:left;
	color: #6F6F6F;
	margin-bottom: 10px;
}
#content .ortakutu .ortakutusol{
	float:left;
	width:160px;
	display:inline;
	margin:0 10px;
	
}

#content .ortakutu .ortakutuhaber{
	text-align:center;
	border-bottom:1px solid #ddd;
	padding:3px;
	width:160px;
	margin:0 auto;
	font-size:11px;
}


#content .ortakutu .ortakutuhaber img{
	border:1px solid #AAA;
	background:#EEE;
	padding:2px;
	width:115px;
	height:90px;
}
#content .ortakutu .ortakutusag{
	float:right;
	width:160px;
	display:inline;
}
#content .ortakutu .ortakutuozet{
	text-align:left;
}
#content .ortakutu .ortakutuozet a{
	color:#333;
}
#content .ortakutu .ortakutuozet a:hover{
	color:#CC0000;
	text-decoration:underline;
}
#content #right{
	display:inline;
	float:right;
	width:185px;
	padding:5px;
}
#footer {
	background: url(../images/headbg.png);
	height:58px;
	width:980px;
	padding:10px 0;
	color:#DDD;
}

#footer a{
	color:#DDD;
}
#footer a:link, #footer a:visited, #footer a:active{
	color:#DDD;
}

/* TABBED CONTENT */
#bestof{
	margin:10px 0;
}
#content #nav a, #content #nav a:active, #content #nav a:visited {
	display:block;
	float:left;
	padding:7px;
	background:#315899;
	color:#efefef;
	margin-right:7px;
	text-decoration:none;
	outline:none;
	font-weight:bold;
	}
#content #nav a.selected, #content #nav a.selected:active, #content #nav a.selected:visited {
	background:url(../images/kutubg.jpg) repeat-x;
	color:#333333;
	text-decoration:none;
	outline:none;
	}
.hiddencontent {
	padding:12px;
	background:url(../images/kutubg.jpg) repeat-x;
	display:none;
	text-align:left;
}

.hiddencontent ul{
	margin:0;
	padding:3px;
}

/* MANSET */
.mansetkutu .slider{
	width:390px;
	float:left;
	margin:0;
	position:relative;
	overflow:hidden;
}
.mansetkutu .txt{
	position:absolute;
	left:0;
	bottom:0;
	width:302px;
	height:42px;
	text-align:left;
	margin:5px 8px 7px 5px;
	opacity:0.8;
	background:#000;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:4px;
}
.mansetkutu ul.thumb {
	list-style-type:none;
	margin:2px;
	padding:0;
	float:left;
	width:65px;
}

.mansetkutu  ul.thumb li {
	display:inline;
	margin-top:-2px;
	padding:0;
}

.mansetkutu ul.thumb li img {
	border:1px solid #7083A0;
	margin:0;
	width:55px;
	height:46px;
	cursor:pointer;
}

.mansetkutu .big {
	background:#CCCCCC;
	padding:4px;
	border:1px solid #666;
	float:left;
	width:310px;
	height:247px;
}

.mansetkutu  .selected {
	font-weight:bold;
}

#mansetler{
	float:left;
	display:inline;
	width:170px;
	position:relative;
}
#mansetler h3{
	margin:3px;
	text-align:left;
	font-size:14px;
}
#mansetler ul{
	margin:0;
	padding:0 0 0 10px;
	text-align:left;
	letter-spacing:0;
}
#mansetler ul li{
	padding:3px 0;
	height:46px;
}
/* HABER YAZI*/
.okukutu{
	border:1px solid #A5A5A5;
	padding:3px;
	font-size:12px;
	color:#333;
	text-align:left;
	overflow:hidden;
}

.okukutu img {
	float:left;
	margin:5px;
}

#haberextra{
	padding:8px;
	margin-bottom:10px;
	color:#EFEFEF;
	font-size:12px;
	overflow:hidden;
	background:url(../images/headbg.png) repeat-x;
}

/* LISTE */
#liste{
	text-align:left;
	font-size:120%;
}
#liste h2{
	margin:3px 0;
}
#liste .listekutu{
	padding:2px;
	margin:5px 0;
	border-bottom:1px solid #CCC;
}
#liste .tarih{
	color:#CC0000;
}
#liste .ozet{
	text-align:justify;
}
#liste h3{
	border:4px double #999;
	padding:4px;
	margin:4px 0;
	background:#EEE;
}
#liste h3 a{
	font-size:100%;
	color:#900;
}
#liste h3 a:hover{
	font-size:100%;
	text-decoration:underline;
}
/*----PAGINATION----*/
div.pagination {
	padding: 3px;
	font-size:12px;
	font-weight:bold;
}
div.pagination a {
	padding: 1px 5px;
	margin: 2px;
	border-top: 2px solid #2A457C;
	text-decoration: none; /* no underline */
	color: #2A457C;
}
div.pagination a:hover, div.pagination a:active {
	border-top: 2px solid #CC0000;
	color: #CC0000;
	text-decoration:none;
}
div.pagination span.current {
	padding: 1px 5px ;
	margin: 2px;
	border-top: 2px solid #CC0000;
	color: #CC0000;
}
div.pagination span.disabled {
	padding: 1px 5px;
	margin: 2px;
	border-top: 2px solid #EEE;
	color: #DDD;
}

/*SEXY BUTTONS*/
.clear {
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #333;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
#arsiv a.button:hover{
	font-weight:bold;
	color: #333;
}
#anketkutu a.button{

}
#anketkutu a.button:hover{
	font-weight:bold;
	color: #333;
}
a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight:bold;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
/* Tooltip */
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#666;
	padding:2px 5px;
	color:#EFEFEF;
	display:none;
	width:200px;
}

/* YORUMLAR */
#yorumlar {
	text-align:left;
	color:#08053A;
}
#yorumlar h2{
	border-bottom:1px solid #999;
}
#yorumlar .yorum-tek{
	padding:3px;
	border:1px solid #666;
	background:#DFDFDF url(../images/yorumbg.png) repeat-x;
	margin-bottom:3px;
}
#yorumlar .yorum-cift{
	padding:3px;
	border:1px solid #666;
	background:#FFF;
	margin-bottom:3px;
}
#yorumlar p.yorumisim{
	font-size:12px;
	color:#CC0000;
	margin:1px;
}
#yorumlar p.yorumisim span{
	font-size:10px;
	color:#666;
}

#yorumform{
	text-align:left;
	color:#08053A;
}
#yorumform h2{
	border-bottom:1px solid #999;
}
#yorumform input[type=text]{
	width:250px;
	border:1px solid #999;
	background:#EEE;
}
#yorumform textarea{
	width:400px;
	border:1px solid #999;
	background:#EEE;
}