body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
}
HTML {
	FONT-FAMILY:"Trebuchet MS"; font-size:12px; color:#666
}

DIV {
	LINE-HEIGHT: 1.6; WIDTH: 550px; FONT-FAMILY:"Trebuchet MS"; FONT-SIZE: 12px
}
DIV A {
	BORDER-BOTTOM: #ff00ff 1px solid
}
HTML P A:hover {
	BORDER-BOTTOM: #ffff00 1px dotted;
	color: #ff6c02;
}
HTML P A {
	BORDER-BOTTOM: #ffff00 1px dotted;
	color: #ff8933;
}
HTML DIV A:hover {
	BORDER-BOTTOM: #ffff00 1px dotted;
	COLOR: white
}

DIV A {
	FONT-STYLE: italic
}
H1 .dot {
	TOP: 30%
}
P A {
	PADDING-BOTTOM: 0px !important; PADDING-LEFT: 3px !important; PADDING-RIGHT: 3px !important; COLOR: white; TEXT-DECORATION: none; PADDING-TOP: 0px !important
}
P EM {
	PADDING-BOTTOM: 0px !important; PADDING-LEFT: 3px !important; PADDING-RIGHT: 3px !important; COLOR: white; TEXT-DECORATION: none; PADDING-TOP: 0px !important
}
DIV EM {
	PADDING-BOTTOM: 0px !important; PADDING-LEFT: 3px !important; PADDING-RIGHT: 3px !important; COLOR: white; TEXT-DECORATION: none; PADDING-TOP: 0px !important
}
DIV A {
	PADDING-BOTTOM: 0px !important; PADDING-LEFT: 3px !important; PADDING-RIGHT: 3px !important; COLOR: white; TEXT-DECORATION: none; PADDING-TOP: 0px !important
}
H1 A {
	COLOR: #ff00ff
}
.icerik {
	COLOR: #FF9900
}
#blog {
	Z-INDEX: 1000; POSITION: absolute; TEXT-ALIGN: center; FONT-STYLE: italic; WIDTH: 220px; BACKGROUND: url(/images/blog.png) no-repeat left top; HEIGHT: 90px; COLOR: white; TOP: 0px; RIGHT: 120px; TEXT-DECORATION: none; PADDING-TOP: 30px; opacity: 0.3
}
#blog:hover {
	BACKGROUND-POSITION: 0px -143px; PADDING-TOP: 50px; opacity: 1
}
.baslik {
	font-family:"Trebuchet MS";
	font-size:16px;
	COLOR: #FF9900
}
.referanslar {
	font-family:"Trebuchet MS";
	font-size:12px;
	COLOR: #000;
	text-align:left;
}

.blog {
	font-family:"Trebuchet MS";
	font-size:12px;
	COLOR: #000;
	text-align:left;
	
}
.blog A {
	font-family:"Trebuchet MS";
	font-size:12px;
	COLOR: #FFF;
	background-color:#FF9900;
	text-align:left;
}
.blog A:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	COLOR: #000;
	text-align:left;
}

.blog_baslik {
	font-family:"Trebuchet MS";
	font-size:18px;
	COLOR: #000;
	text-align:left;
	text-decoration:none;
}
.blog_baslik A {
	font-family:"Trebuchet MS";
	font-size:18px;
	COLOR: #000;
	text-align:left;
	text-decoration:none;
}
.blog_baslik A:hover {
	font-family:"Trebuchet MS";
	font-size:18px;
	COLOR: #FF9900;
	text-align:left;
	text-decoration:none;
}

.blog_tarih_ekleyen {
	font-family:"Trebuchet MS";
	font-size:12px;
	COLOR:#CCC;
	text-align:left;
}
.blog_tarih_ekleyen A {
	font-family:"Trebuchet MS";
	font-size:12px;
	COLOR: #CCC;
	text-align:left;
}
.blog_tarih_ekleyen A:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	COLOR: #CCC;
	text-align:left;
}

.pagination {
	font-family:"Trebuchet MS";
	font-size:12px;
	COLOR: #000;
	text-decoration:none;
}
.pagination A {
	font-family:"Trebuchet MS";
	font-size:12px;
	COLOR: #000;
	background-color:#FF9900;
	text-decoration:none;
}
.pagination A:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	COLOR: #000;
	background-color:#FF9900;
	text-decoration:none;
}
.pagination_pasif {
	font-family:"Trebuchet MS";
	font-size:12px;
	COLOR: #000;
	background-color:#CCC;
}

/*REFERANSLAR IÇIN CSS*/

.qitem {
	width:126px;
	height:126px;	
	border:1px solid #CCC;	
	margin:5px 11px 5px 0;
	background:url(../bg.gif) no-repeat;
	
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#666;
		display:block;
	}

		.qitem .caption h4 {
			font-size:12px;
			padding:10px 5px 0 8px;
			margin:0;
			color:#ff842a;
		}

		.qitem .caption p {
			font-size:10px;	
			padding:3px 5px 0 8px;
			margin:0;
		}



/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clear {
	clear:both;	
}


