
/* Top Elements */

* { margin: 0; padding: 0;}

body {
	background: #fff;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	/*text-align: center;*/
	margin: 0 0 15px 0;	
}
.clear{
clear:both;
}
/* links */

a {
	text-decoration: none;	
	color: #990000; 
	border: none;
		font-weight: bold;
		
}

a:visited {	
	color: #996666; 
	text-decoration: none;	
		font-weight: bold;
	
}
a:hover {
	color: #333333;
	padding-bottom: 0;
	font-weight: bold;
}

//given by Iain on 31072008
/* headers */ h1, h2, h3, h4 { font-family: 'Trebuchet MS',Tahoma, Sans-serif; font-weight: Bold; color: #333; } h1 { font-size: 160%; font-weight: normal; } h2 { font-size: 130%; text-transform: uppercase; } h3 { font-size: 130%; } h4 { font-size: 100%; } h1, h2, h3, h4, p { margin: 0; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; padding-top: 5px; }



ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	/*background: #FAFAFA;*/
}

.test {
	/*background: #FAFAFA;*/
  	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}


td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #999999;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:200px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	width: 175px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 110px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 40px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 960px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/content.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 900px;
	margin-left: 30px;
	display: inline;
	padding: 0;
	border-top: 5px solid #fff;
		background: #fff url(../images/content-wrap.jpg) repeat-x;
}
#header {
	position: relative;
	height: 5px;
	width:960px;
	padding: 0;
	color: #fff;
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/content.jpg);
}

/* header links Now moved to header-photo section depracated
#header #header-links {
	position: absolute;
	top: 8px; right: 45px;	
	color: #838181;
	font-size: 10px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}
*/

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 200px;
	width: 900px;
	background-image: url(../images/logo-header.jpg);
	background-color: #fff;
}
/* header links moved these links into the header-photosection */

#header-photo #header-links {
	position: absolute;
	top: 14px;
	right: 8px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	width: 311px;
}
#header-photo #header-links p {	
	padding: 0;	margin: 0;	
		font-weight: normal;

}
#header-photo #header-links a {	
	color: #FFFFFF;
	text-decoration: none;
		font-weight: normal;
	
}
#header-photo #header-links a:hover {
	color: #CCCCCC;	
		font-weight: normal;
	
}

#header-photo h1#logo-text a {
	position: absolute;
	margin: 0;
	letter-spacing: -4px;
	color: #CEBCAE;
	text-transform: none;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 12px;
	left: 14px;
	font-family: "Arial Black", "Trebuchet MS", Verdana;
	font-size: 50px;
	font-weight: normal;
	width: 400px;
	z-index: auto;
	overflow: visible;
	visibility: hidden;
	font-style: normal;
	height: 55px;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

	
#header-photo logo-seriftext a {
	font-family: 'Trebuchet MS', Arial, Sans-serif;

}
#header-photo h2#slogan {
	position: absolute;
	margin: 0;
	text-transform: none;
	color: #eeedd5;
	/* change the values of top and left to adjust the position of the slogan*/
	

	top: 12px;
	left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	height: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#beta {
	position: absolute;
	margin: 0;
	top: 91px;
	right: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-right: none;
	border-left: none;	
	border-bottom: none;
	text-transform: none;
}

#ustreklam {
	position: absolute;
	margin: 0;
	top: 121px;
	left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-right: none;
	border-left: none;	
	border-bottom: none;
	text-transform: none;
}

#logos {
	position: absolute;
	margin: 0;
	top: 35px;
	right: 130px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-right: none;
	border-left: none;	
	border-bottom: none;
	text-transform: none;
z-index:99999;
}

#header-photo #header-search {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #555;
	/* change the values of top and left to adjust the position of the search box*/
	top: 58px;
	left: 703px;
	height: 20px;
	width: 197px;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {

	float: left;
	list-style: none;
	background: #E4E4E4 url(../images/nav.jpg) repeat-x;	
	width: 900px;		
	padding: 0;	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;	
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	
	border-bottom: none;
	color: #555;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #CC0000;
}
#nav ul li#current a {	
	background: #DBDBDB url(../images/nav-current.jpg) repeat-x;		
}

/* Main Column */
.three-col #main {
	margin-top: 10px;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 185px;
}
.two-col #main {
	margin: 10px 5px 0 200px;
}

#main h1 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	border-bottom: 1px solid #dadada;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	
}



#main p {
	text-align:left;
}

/*maindetail end*/


/* maindetail Column */
.three-col #maindetail {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 185px;
}
.two-col #maindetail {
	margin: 10px 5px 0 200px;
}

#maindetail h1 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	border-bottom: 1px solid #dadada;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	margin:0 0 0 60px;
}

#maindetail p {
	text-align:left;
}

/*maindetail end*/

/* Sidebar */	
#sidebar {
	float: left;
	width: 180px;
	margin-top: 10px;
	background: #fff url(../images/content-wrap.jpg) repeat-x;

}	
/* right column */
#rightcolumn {
	float: right;
	width: 230px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	padding: 0;
	border-top: 1px solid #E5E5E5;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
ul.sidemenu li {
	list-style: none;
	padding: 1px 0 2px 5px;
	margin: 0 2px;
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #cc0000; 
	border: none;
		font-weight: normal;
		
}
ul.sidemenu li a:visited {
	text-decoration: none;	
	color: #cc0000; 
	border: none;
		font-weight: normal;
		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
	border-bottom: 2px solid #cc0000;
			font-weight: normal;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 960px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(../images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #383d44;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 900px;
	padding: 5px 0;
	text-align: center;
	background: #F8F7F7;
	border-top: 1px solid #F2F2F2;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px;
	font-size: 95%;
	color: #666666;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}
.post-footer .tag a{
	margin: 0 10px 0 5px;
	text-decoration: none;	
	color: #cc0000; 
	border: none;
		font-weight: normal;
}
.post-footer a {
	text-decoration: none;	
	color: #cc0000; 
	border: none;
		font-weight: normal;
}
.post-footer a:visited {
	text-decoration: none;	
	color: #cc0000; 
	border: none;
		font-weight: normal;
		
}
.post-footer  a:hover{
	color: #383d44;
	border: none;
	font-weight: normal;
}
/*added by Iain July 6th 2008*/


#filter-header {
	padding: 5px;
	font-size: 100%;
	color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #E4E4E4;
	border: 1px solid #dadada;
	
}
#filter-header img{
border: 0;
outline: none;
}
#filter-header a {
	display: inline;
	font-size: 100%;
	margin: 0 10px 0 5px;
	text-decoration: none;	
	color: #cc0000; 
	border: none;
		font-weight: normal;
}

#filter-header a:visited {
	font-size: 100%;
	text-decoration: none;	
	color: #cc0000; 
	border: none;
		font-weight: normal;
		
}
#filter-header  a:hover{
	font-size: 100%;
	color: #383d44;
	border: none;
	font-weight: normal;
}



/*added by Saheel*/
/*for subscription */

#subscription{
	border:1px solid #DADADA;
	}

#subscription h3{
	background-color:#DADADA;
	}

/*Pager css*/
#searchPage{

}

#searchPage .pager a{
font-size: 1em;
color:#993333;
padding-left: 4px;
padding-right: 4px;
}

#searchPage strong{
font-size: 1em;
padding-left: 4px;
padding-right: 4px;
}

/*end pager*/
/*comment form start*/

.errmsg{font-family:Arial, Helvetica, sans-serif; color:#ff0000; font-size:14px;}

/*comment form end*/

/*comment render start*/

.comment_body{font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:400;}

/*comment render end*/

/*addded by Saheel for bookmark block*/
#seybold_bookmark{
	padding: 5px;
	font-size: 95%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
}


#seybold_bookmark li{
	display:inline;
	padding-right:20px;
}
#anket_ana{
	padding: 5px;
	font-size: 95%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
}
#anket_cevap{
	padding: 5px;
	font-size: 95%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
}
#anket_durum{
	padding: 5px;
	font-size: 95%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
}

.solYAZI {
width:300px;
vertical-align:middle;
}

.makaledegerlendir{margin:0 0 0 60px;} 
.makaletext{color:#666666;font:18px;font: Tahoma;margin:0 0 0 5px;} 

.etiketler{color:#CCC;font:11px/18px Arial;margin:0 0 0 60px;} 

.etiketler a{color:#BBBEC0;border-bottom:1px solid #D3D5D6;text-decoration:none;} 
.etiketler a:hover{color:#000;border-bottom:1px solid #000;text-decoration:none;} 



#yorums {
width:96%;
background-color:#f5f5f5;
	font: bold 1.0em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;

}
#yorumisim {
width:100%;
background-color:#f5f5f5;
color:#000000;
text-align:right;
}
#yorumsyanit {
width:85%;
background-color:#f5f5f5;
	font: bold 1.0em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;

}

#yorumsyanitisim {
width:100%;
background-color:#f5f5f5;
color:#000000;
text-align:right;
}

#Userimage {
background-color:#f5f5f5;
color:#000000;
padding-right:20px;
width:700px;
}
#Usermail {position: absolute;top:280px;}
#UserMsn {position: absolute;top:310px;}
#UserTel {position: absolute;top:340px;}

/*bookmark block end*/

/*Css Menu icin*/

/*Css Menu icin end*/