/* reset.css */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

table,td,th {
	vertical-align: middle;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

a img {
	border: none;
}

/* Layout */
body {
	margin: 0;
	padding: 0;
	font: 70% 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

#oneColLayout {
	background: #000 url(../images/background.jpg) no-repeat fixed center
		top;
}

#footer {
	background: #000;
	color: #fff;
	margin-top: 5px;
	padding: 5px;
}

#header {
	
}

#header h2 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#ad {
	width: 100%;
	height: 95px;
	background: #fff;
}

#ad2 {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	height: 600px;
	left: 702px;
	position: absolute;
	width: 160px;
	margin-top: 29px;
}


#left {
	background: transparent url(../images/navigation-bg.png) no-repeat scroll -30px 0;
	height: 115px;
	left: -130px;
	position: absolute;
	width: 120px;
}
#navigation {
	margin-top: 150px;
	height: 180px;
	width: 120px;
}
#quicknav {
	margin-left: 10px;
	width: 120px;
}
#navigation ul {
	height: 35px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}

#navigation ul li {
	float: left;
}

#navigation ul a {
	display: block;
	height: 30px;
	width: 120px;
	line-height: 2.5em;
	text-decoration: none;
	color: #fff;
}
#navigation ul a.socials {
color:#BFBCB3;
margin-right:10px;
width: 50px;
}

#navigation ul a.inlineLink {
	display: inline;
	height: 35px;
	width: 90px;
	line-height: 2.5em;
	text-decoration: none;
	color: #fff;
}
/*
.home a { background: transparent url(test.png) 0 0px; }
.home a:hover {	background: transparent url(test.png) 0 35px;}
.comic a { background: transparent url(test.png) -95px 0px;}
.comic a:hover {background: transparent url(test.png) -95px 35px;}
.contact a {background: transparent url(test.png) -200px 0px;}
.contact a:hover {background: transparent url(test.png) -200px 35px;}
*/
.boxTop {
	background: transparent url(../images/top.png) no-repeat 0 0 !important;
	background: transparent url(../images/top.gif) no-repeat 0 0;
	height: 35px;
}

.box {
	background: transparent url(../images/middle.png) repeat-y 0 0
		!important;
	background: transparent url(../images/middle.gif) repeat-y 0 0;
	min-height: 520px;
	clear: both;
	margin: 0px 0 0;
	padding: 5px;
}

.boxBottom {
	background: transparent url(../images/bottom.png) no-repeat 0 0
		!important;
	background: transparent url(../images/bottom.gif) no-repeat 0 0;
	height: 35px;
	clear: both;
}

.imageBox {
	background: #000000 none repeat scroll 0 0;
	margin: 0 5px;
	padding: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.nofloat {
	float: none;
}

.imageBox img {
	display: block;
}

#cbSide {
	color: #BEA483;
	padding: 0 10px;
	line-height: 1.2em;
}

#cbSide p {
	text-align: left;
	text-indent:20px;
	padding:3px 0;
}

#cbSide h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 5px;
}
#cbSide h2.chapterHeader {
	padding: 15px;
}

#cbSide.chapters ol {
	margin-left: 0;
	padding-left: 40px;
	list-style:upper-roman;
}

#cbSide.chapters ol li {
	text-align: left;
	font-size: 1.3em;
	color: #BEA483;
	padding: 5px;
}

#cbSide.chapters ul {
	margin-left: 0;
	padding-left: 40px;
	list-style:lower-roman;
}

#cbSide.chapters ul li {
	text-align: left;
	font-size: 1.1em;
	color: #BEA483;
	padding: 5px;
}
#cbSide.chapters ul li a {
	text-decoration: none;
	color: #BEA483;
}

#cbSide.chapters ol li a {
	text-decoration: none;
	color: #BEA483;
}

#cbSide.contact ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin: auto;
	width: 530px;
}

#cbSide.contact ul li {
	text-align: center;
	font-size: 1.4em;
	color: #BEA483;
	padding: 0 0 70px;
}

#cbSide.contact ul li.headLine {
	font-size: 1em;
	color: #9E8A6E;
	padding: 10px 0;
}

#cbSide.contact ul li span.sright {
	text-align: right;
	font-size: 1.3em;
	margin-left: 5px;
}

#cbSide.contact ul li a {
	text-decoration: none;
	color: #BEA483;
	font-size:0.9em;
}

#cbSide.home p {
	line-height:1.2em;
}
#cbSide.home a {
	text-decoration: underline;
	color: #BEA483;
	font-weight:bold;
}

/* Back Forward Links */
#navLinks {
	width: 400px;
	margin: auto;
	text-align: center;
	clear: both;
}

#navLinks a {
	padding: 0 2em;
	line-height: 2.1em;
	text-decoration: none;
	color: #c7be99;
}

#navLinks a:hover {
	padding: 0 2em;
	line-height: 2.1em;
	text-decoration: none;
	color: #000;
	background: #c7be99;
}

/* other versions */
#oneColLayout #primaryContent {
	width: 100%;
}

#oneColLayout #wrapper {
	width: 700px;
	position: relative;
	left: 50%;
	margin-left: -375px;
}

#threeColLayout #primaryContent {
	float: left;
	width: 270px;
	margin: 0 0 20px 195px;
}

#secondaryContent {
	float: left;
	width: 270px;
	margin: 0 0 20px 15px;
}

#sideContent {
	float: left;
	width: 180px;
	margin: 0 0 20px -750px;
}

.btn_digg {
background:transparent url(../images/digg.gif) no-repeat scroll left center;
padding-left:40px;
}

/* COMMENTS */
.single_comment {margin-bottom:1em;}
.comment_text{color:#fff;padding-left:1em;}
#yorumlar p {text-indent:0px;padding:2px 0;}
/* .comment_text{padding:10px 8px 0 75px;} */
.comment_header{padding:6px 8px 0 0.7em;clear:right;}
.clear {border:0 none;clear:both;display:block;height:10px;}
	
/* FORMS & INPUTS*/
input, input.title, textarea, select, button {border:1px solid #BBBBBB;margin:0.5em 0;background:#BEA483}
input.submitbutton {float:left;margin-left:0.7em;}
div#yorum_ekle p{margin:0 10px 0px;font-size: 90%}
label{clear:left;font-weight:bold;margin:0.7em;padding-right:10px;text-align:left;}
label.yorum{display:block;width:5em;float:left;}
label.yorumtext{display:block;}
textarea.yorum{margin:0.7em;width:400px;height:250px;}	

/* FEEDBACK BOXES */
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.error2, .notice2, .success2 {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error2 {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
