@import 'reset.css';
/*
* @author    : Mustafa VELİOĞLU <mustinet@mustinet.org>
* @url       : http://www.mustinet.org
* @company   : Veritek New Media Solutions http://www.veritek.net
*/
a, a:visited, a:link{
    text-decoration:none;
    color:#7A899C;
}
a:hover {
    text-decoration:none;
    color:#385266;
}

body {
    background:url(../images/background.gif) repeat-x;
    color:#7A899C;
    font:12px Arial, Helvetica, sans-serif;
}
#body {
    background:url(../images/main_con_bg.gif) repeat-x #dee1e6;
    min-height:360px;
    padding-bottom: 20px;
}
#content {
    /*border-top:6px solid #8C99AA;*/
    width:940px;
    margin:0 auto ;
    padding: 0 20px;
}
#entries {
    float:left;
    width:565px;
}
#u_entries {
    float:left;
    width: 680px;
}
#date {
margin-bottom:20px;
}
#date span {
display:inline-block;}
#news li {
    background:url(../images/hbr.png) no-repeat;
    height:40px;
    padding-left:50px;
    margin:0 0 10px;
}
.date {
    color:#385367;
    font-weight:bold;
    display:block;
}
#sidebar {
    background:url("../images/sidebar.png") no-repeat scroll 0 0 transparent;
    float:left;
    height:206px;
    padding-left:120px;
    width:220px;
    position: relative;
}
#u_sidebar {
    background:url("../images/sabg.png") no-repeat scroll 0 0 transparent;
    float:left;
    padding-left:30px;
    width:225px;
    min-height: 300px;
}
#tv {
    float:right;
    position:relative;
    left:50px;
}
#footer {
    background:#D3D7DE;
    height:150px;
    padding:10px 0 0;
}
#footer #partners {
    width:960px;
    margin:0 auto;
    text-indent:-999em;
}
#partners a {
    
}
#partners a.shenling {
    width:116px;
    float:left;
    display:block;
    height:38px;
    background:url(../images/partners.png) no-repeat;
}
#partners a.ansteel {
    background-position:right 0;
    margin-left:20px;
    width:150px;
}
.imgs {
width:120px;
height:85px;
margin-right:10px;
padding:9px;
background:url("../images/ibg.png") no-repeat;}
form span textarea {
height:130px;
}
#images {
margin-top:15px;
}
/* Form alanları */
form span textarea {
height:130px;
}
form input[type="submit"] {
width:90px;
}
form textarea, input {
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #E9E9E9;
color:#999999;
height:24px;
width:240px;
}
form span label {
display:inline-block;
width:100px;
}
form span {
display:block;
margin-bottom:7px;
}

/*	Sabitler	*/	
h1 {
    font-size:14px;
    color:#385367;
    font-weight:bold;
    padding:10px 0px 20px 0px;
}
p {
    margin: 10px 0;
}
h2 {
    color:#385367;
}

/*  Footer Linkler */

#links {
	width:960px;
    margin:0 auto;
	color:#8C99AA;
	}
#links div {
	min-width:140px;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	}
#links h2 {
        padding:6px;
	border-bottom:1px solid #AFB8C4;
	margin-bottom:1px;
	}
#links li {

	display:block;
	margin-bottom:1px;
	}
#links li a {
        padding-left:6px;
        padding-right:6px;
	height:16px;
	background-color:#CDD2DA;
	display:block;
	}
#links li a:hover{
	background-color:#CBD0D8;
	}