/****************************************************************************
* Coded By Alcazer | 11 Temmuz 2010
* E-Mail : admin@alcazer.com
****************************************************************************/
* {
	font-family: sans-serif, Arial;
}
#yukleniyor {
	width:100%;
	height:1000%;
	padding:0px;
	margin:0px;
	background:#000000;
	font-size:24px;
}
body {
	background:url(../img/bg.png) #000000 fixed repeat-x left bottom;
	text-align:center;
	margin:20px;
	font-size:12px;
	color:#A1A1A1;
}
img, table {
	border:none;
}
a {
	color: #999999;
	text-decoration:none;
}
input, select, textarea {
	background-color:#000000;
	color:#CCCCCC;
	font-size:12px;
	border-bottom:#CCCCCC thin solid;
	border-left:#CCCCCC thin solid;
	border-right:#CCCCCC thin solid;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	width:267px;
}
ul {
	margin-bottom:12px;
	margin-top:12px;
	font-size:12px;
}
li {
	list-style-image: url(../img/li.gif);
	margin-left:18px;
	font-size: 12px;
}
pre {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border: none;
	color: #888888;
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size:1.1em;
	line-height: 20px; /*--Height of each line of code--*/
	background: url(../img/pre_code_bg.gif) repeat-y left top; /*--Background of lined paper--*/
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ /*
	width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */

}
pre code {
	margin: 0 0 0 40px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
}

.main {
	background:#000000;
	width:803px;
	text-align:left;
	margin-bottom:4px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border-style:double;
	border-width:3px;
	border-bottom-color:#222222;
	border-left-color:#202020;
	border-right-color:#202020;
	border-top-color:#141414;
}
#header #banner {
	background: url(../img/banner.jpg) #000000 no-repeat; height:200px; width:800px; cursor:pointer;
}
#header #menu {
	width:800px;
}
#header #menu A {
	background:url(../img/bgmenu.png);
	border-top-color:#202020;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:#202020;
	border-bottom-width:1px;
	border-bottom-style:solid;
	color:#666666;
	text-align:center;
	float:left;
	width:20%;
	height:36px;
	border-right-color:#222222;
	border-right-width:1px;
	border-right-style:solid;
	padding-top:4px;
}
#header #menu A SPAN {
	padding-top:50px;
	padding-left:6px;
}
#header #menu A:hover {
	background-position: left bottom;
	color:#FFFFFF;
}
#header #menu A#son {
	border-right: medium none;
	width:19.5%;
}
#header #reklam {
	width:800px;
	border-bottom-color:#202020;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#content {
	background:#030303;
	width:800px;
	clear: both;
}
#content h1 {
	margin-bottom:4px;
    font-weight:bold;
	font-size:12px;
	color: #FFCC66; /*#85c226*/
}
#content P {
	margin-bottom:12px;
}
#content .item {
	background: url(../img/bgitem.gif) #030303 repeat-x;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
}
#content #alinti {
	background:url(../img/alinti.gif) no-repeat;
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size:1.1em;
	padding-left:28px;
	margin-bottom:12px;
}
#footer #copyright {
	width:790px;
	padding:5px;
	background:#0A0A0A;
	color:#666666;
	font-size:10px;
}