/* CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Reset Son */

body {
	background: #403030 url(../images/body-background.jpg) repeat;
	font-size: 12px;
	color: #FFF;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
}

#wrapper {
	width:730px;
	margin:auto;
}

/* Kafa Bölümü */
#head {
	margin: auto;
	margin-top: 10px;
	background: url(../images/head.png) no-repeat;
	width: 730px;
	height: 140px;
}

#head .menu {
	z-index: 0;
	padding-top: 8px;
	width: 730px;
	height: 32px;
	clear: both;
}

#head .menu .links {
	float: left;
	width: 416px;
	padding-left: 5px;
}

#head .menu .links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#head .menu .links ul li {
	float: left;
}

#head .menu .links ul li a {
	float: left;
	display: block;
	height: 32px;
	position: relative;
	z-index: 300;
	text-indent:-10000px;
}

#head .menu .links ul li a#homepage { width: 110px; }
#head .menu .links ul li a#aboutme { padding-left:2px; width: 109px; }
#head .menu .links ul li a#gallery { padding-left:2px; width:90px; }
#head .menu .links ul li a#contactme { padding-left:2px; width:99px; }

#head .menu .search {
	float:left;
	width:224px;
	padding-left:82px;
}

#head .menu .search .searchbox {
	margin:5px 0 0 15px;
	padding:4px 0 0 22px;
	width:168px;
	background:transparent;
	border:0;
	font-size: 12px;
	color: #3C3230;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
}

/* Google Chrome için fix */
@media screen and (-webkit-min-device-pixel-ratio:0){ #head .menu .search .searchbox{ padding-top:8px; } }

#head .social {
	float: right;
	width: 200px;
	margin-right:28px;
}

#head .social ul {
	list-style: none;
	margin-top: 21px;
	padding: 0;
	right:640px;
}

#head .social ul li {
	float: left;
}

#head .social ul li a {
	float: left;
	background:url(../images/head_social.png) no-repeat;
	display: block;
	width:40px;
	height: 40px;
	position: relative;
	z-index: 300;
	text-indent:-10000px;
	margin-left:10px;
}

#head .social ul li a#feedburner { background-position:left top; }
#head .social ul li a#feedburner:hover { background-position:left -40px; }
#head .social ul li a#friendfeed { background-position:left -80px; }
#head .social ul li a#friendfeed:hover { background-position:left -120px; }
#head .social ul li a#facebook { background-position:left -160px; }
#head .social ul li a#facebook:hover { background-position:left -200px; }
#head .social ul li a#twitter { background-position:left -240px; }
#head .social ul li a#twitter:hover { background-position:left -280px; }

#head .user {
	float: right;
	width: 200px;
	margin-right:20px;
	clear:both;
}

#head .user ul {
	list-style: none;
	margin-top: 18px;
	padding: 0;
	right:640px;
}

#head .user ul li {
	float: left;
}

#head .user ul li a {
	float: left;
	background:url(../images/userbg.png) no-repeat;
	display: block;
	width:40px;
	height: 14px;
	font-size:12px;
	color:#352424;
	text-shadow: 1px 1px 1px #D9D6D5;
	font-weight:bold;
	text-decoration:none;
	position: relative;
}

#head .user ul li a#login { background-position:left top; padding:2px 0 0 20px; }
#head .user ul li a#login:hover { background-position:left -16px; text-decoration:underline; }
#head .user ul li a#register { background-position:left -32px; padding:2px 0 0 20px; margin-left:10px; }
#head .user ul li a#register:hover { background-position:left -48px; text-decoration:underline; }
#head .user ul li a#usermenu { background-position:left -64px; padding:2px 0 0 20px; }
#head .user ul li a#usermenu:hover { background-position:left -80px; text-decoration:underline; }
#head .user ul li a#logout { background-position:left -96px; padding:2px 0 0 20px; margin-left:10px; }
#head .user ul li a#logout:hover { background-position:left -112px; text-decoration:underline; }

/* Kafa Bölümü Son */

/* Ana İçerik Bölümü */
#content {
	margin: auto;
	margin-top: 25px;
	width: 730px;
	height: auto;
}

#content .i_ust {
	width:730px;
	height:26px;
	background:url(../images/content_top_bg.png) no-repeat;
}

#content .main_content {
	min-height:300px;
	float: left; width: 100%;
	background:transparent url(../images/content_bg.png) top left repeat-y;
}

h1 {
	font: 4em normal Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	padding: 20px;
	margin: 0;
}
h1 small{
	font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
}


.post {
	margin: 0 0 20px 0; padding: 104px 20px 20px;
	position: relative;
	float: left;
	width: 700px;
}

.post .postcontent {
	color:#352424;
	text-shadow: 1px 1px 1px #FFF;
	width:705px;
	background: url(../images/main_content_bg.png) no-repeat top left;
	display:block;
	position:relative;	
	overflow:hidden;
	float:left;
	padding-bottom:6px;
	margin-left:-5px;
}

.post .postcontent div {
	padding:24px 24px 0 24px;
	font-size:13px;
	line-height:16px;
	letter-spacing:-1px;
}

.post .postcontent div a, .post .postcontent div a:visited {
	background:url(../images/link.png) right center no-repeat;
	padding-right:9px;
	color:#600;
	text-decoration:none;
	border-bottom:1px dotted #600;
}

.post .postcontent div a:hover {
	color:#352424;
	text-decoration:none;
}

.post .postcontent_bottom {
	width:705px;
	height:16px;
	position:absolute;
	left:20px;
	bottom:4px;
	margin-left:-5px;
	background: url(../images/main_content_bg.png) no-repeat bottom left;
}

.post .postheader {
	background: url(../images/postheader_bg.gif) repeat-x;
	float: left;
	width: 720px;
	position: absolute;
	left: 0; top: 0;
	margin-left:7px;
}

.date {
	background: url(../images/date_bg.png) no-repeat;
	color:#333;
	width: 46px; height: 57px;
	float: left;
	padding: 10px 5px 3px 2px;
	text-align: center;
	font-size: 1.8em;
	position: absolute;
	left: -50px; top: 0;
	text-shadow: 1px 1px 1px #CCC;
}
.date strong, .date small {
	font-size: 0.5em;
	text-transform: uppercase;
	display: block;
}
a.comments {
	position: absolute;
	right: 10px; top: -10px;
	background: url(../images/comment.png) no-repeat;
	width: 34px; height: 39px;
	padding: 7px 0 0;
	text-align: center;
	color: #fff;
	font-size: 1.6em;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
}
.post .postheader h2 { 
	margin: 0; padding: 0 25px 0 10px; 
	font: normal 2.0em 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	min-height: 62px; line-height: 62px;
	text-shadow: 1px 1px 1px #EFE4E0;
	font-weight:bold;
	letter-spacing:-2px;
}
.post .postheader h2 a {
	text-decoration: none;
	color: #352424;
	display: block;
}
.post .postheader p{ 
	font-size: 0.9em; 
	background:#3c3230 url(../images/author_bg.png) no-repeat 10px bottom; 
	height: 27px; line-height: 27px; 
	margin: 0; padding: 0 10px 0 60px; 
	color: #fff;
	text-shadow:1px 1px 1px #1b1b1b;
/*	border-left:1px solid #FFF;
	border-right:1px solid #FFF;*/
}
.postheader p a {color: #fff;}
.postheader p span {float: right;}
/* Ana İçerik Bölümü Son */

/* İçerik Detay */
#post_detail {
	width:690px;
	float:left;
	margin-left:24px;
}

#post_detail h2 {
	background:url(../images/title_bg.png) no-repeat;
	padding-left:48px;
	margin-bottom:10px;
	font-size:2.2em;
	text-shadow: 1px 1px 1px #FFF3EF;
	font-weight:bold;
	letter-spacing:-2px;
	line-height:38px;
	color:#352424;
}

#post_detail h2.about {
	background:url(../images/about.png) no-repeat;
}

#post_detail h2.page {
	background:url(../images/page.png) no-repeat;
}

.post_details {
	width:110px;
	float:left;
	height:auto;
}

.post_details p {
	background:url(../images/avbg.png) top center no-repeat;
	width:100px;
	height:98px;
	margin:5px 0 0 12px;
}

.post_details p img {
	padding:10px 10px 10px 10px;
}

.post_details h6 {
	padding:4px 0 0 10px;
	color:#352424;
	text-align:center;
	text-shadow: 1px 1px 1px #FFF3EF;
}

.post_details h6 a, .post_details h6 a:hover, .post_details h6 a:visited {
	color:#352424;
	text-shadow: 1px 1px 1px #FFF3EF;
	text-decoration:none;
	font-size:13px;
	letter-spacing:-1px;
}

.postdate {
	margin:12px 0 0 10px;
	text-align:center;
	font-size:11px;
	color:#888;
	text-shadow: 1px 1px 1px #FFF3EF;
}

.tags {
  	margin: 12px 0 0 10px;
}

.tags .tag {
	margin-left: 2px;
	display: block;
	padding-left: 19px;
	background: url(../images/tag_bg.png) no-repeat;
	height: 20px;
	color:#D9D6D5;
	margin-bottom: 3px;
}

.tags .tag strong {
	display: block;
	float: left;
	height: 20px;
	font-size: 11px;
	font-weight:normal;
	line-height: 18px;
	background-color: #503c3c;
	padding: 0 6px 0 2px;
	text-shadow:1px 1px 1px #1b1b1b;
}

.tags .tag strong a, .tags .tag strong a:hover, .tags .tag strong a:visited {
	font-size: 11px;
	font-weight:normal;
	line-height: 18px;
	color:#D9D6D5;
	background-color: #503c3c;
	text-decoration:none;
}

.sharepost {
	margin:12px 0 0 12px;
}

.sharepost ul {
	list-style: none;
	padding: 0;
}

.sharepost ul li {
	float: left;
}

.sharepost ul li a {
	float: left;
	padding-left:4px;
	display: block;
	width:20%;
	height: 20px;
	position: relative;
	z-index: 300;
}

.post_details .rating {
	padding:8px 0 0 6px;
	color:#352424;
	text-align:center;
	text-shadow: 1px 1px 1px #FFF3EF;
}

.post_content {
	float:left;
	width:578px;
}

.post_content .p_content {
	background:url(../images/postcontent_bg.png) top left no-repeat;
	min-height:80px;
	padding:20px 20px 10px 42px;
	text-shadow: 1px 1px 1px #FFFFFF;
	color:#352424;
}

.post_content .p_content div {
	padding:4px 0;
	font-size:13px;
	line-height:16px;
	letter-spacing:-1px;
}

.post_content .p_content div a, .post_content .p_content div a:visited {
	background:url(../images/link.png) right center no-repeat;
	padding-right:9px;
	color:#600;
	text-decoration:none;
	border-bottom:1px dotted #600;
}

.post_content .p_content div a:hover {
	color:#352424;
	text-decoration:none;
}

.post_content_bottom {
	width:580px;
	background:url(../images/postcontent_bg.png) bottom left no-repeat;
	height:18px;
}
/* İçerik Detay Son */

/* Yorumlar Bölümü */
.total_comments {
	width:720px;
	background:url(../images/total_comments_bg.png) no-repeat;
	height:62px;
	margin:24px 7px;
}

.total_comments h2 {
	color:#352424;
	font-size:24px;
	text-shadow: 1px 1px 1px #666;
	padding:18px 0 0 90px;
}

.add_comment {
	width:720px;
	background:url(../images/add_comment_bg.png) no-repeat;
	height:62px;
	margin:12px 7px 24px 7px;
}

.add_comment h2 {
	color:#352424;
	font-size:24px;
	text-shadow: 1px 1px 1px #666;
	padding:18px 0 0 90px;
}

.comment {
	width:680px;
	float:left;
	margin-bottom:16px;
}

.comment_body {
	float:left;
	background:url(../images/comment_body_bg.png) top left repeat-x;
	width: 680px;
	min-height:80px;
	margin:0 26px;
}

.comment_body_bottom {
	float:left;
	background:url(../images/comment_body_bg.png) bottom left no-repeat;
	width: 680px;
	height:14px;
	margin:0 26px;
}

.author_comment_body {
	float:left;
	background:url(../images/comment_body_bg_author.png) top left repeat-x;
	width: 680px;
	min-height:80px;
	margin:0 26px;
}

.author_comment_body_bottom {
	float:left;
	background:url(../images/comment_body_bg_author.png) bottom left no-repeat;
	width: 680px;
	height:14px;
	margin:0 26px;
}

.author_avatar {
	float:left;
	width:45px;
	padding:16px 10px 10px 10px;
}

.author_avatar p {
	background:url(../images/avbg_com.png) no-repeat;
	width:50px;
	height:50px;
}

.author_avatar p img {
	padding:5px 0 0 5px;
}

.comment_con {
	float:left;
	width:610px;
	min-height:40px;
	margin:14px 0 0 0;
}

.comment_content {
	background:url(../images/comment_content_bg.png) top left no-repeat;
}

.comment_content p.comment_detail {
	margin-bottom:8px;
	padding:12px 14px 0 24px;
	color:#666;
	font-size:11px;
}

.comment_content p.comment_detail strong {
	color:#352424;
	font-size:13px;
}

.comment_content p.comment_detail strong a, .comment_content p.comment_detail strong a:hover, .comment_content p.comment_detail strong a:visited {
	color:#352424;
	text-decoration:none;
}

.comment_content p {
	padding:4px 14px 4px 24px;
	color:#352424;
	text-shadow: 1px 1px 1px #FFF;
}

.comment_content div {
	padding:0 14px 4px 24px;
	color:#352424;
	font-size:13px;
	letter-spacing:-1px;
	text-shadow: 1px 1px 1px #FFF;
}

.comment_content_bottom {
	float:left;
	width:610px;
	height:14px;
	background:url(../images/comment_content_bg.png) bottom left no-repeat;
}

#add_comment {
	width:680px;
	float:left;
	margin:0 26px 30px 26px;
}

#add_comment .comment_form {
	width:410px;
	float:left;
}

#add_comment .comment_notice {
	width:260px;
	float:left;
	margin-left:4px;
}

#add_comment .comment_notice p {
	font-size: 13px;
	color: #352424;
	text-shadow: 1px 1px 1px #FFF;
	padding:8px 12px 0 12px;
}

#add_comment fieldset {
	padding: 8px 0 0 24px;
	border-top: 1px solid #352424;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin: 10px 8px 0 14px;
}

#add_comment legend {
	font-size: 14px;
	font-weight:bold;
	padding-right: 5px;
	padding-left: 5px;
	color: #352424;
	text-shadow: 1px 1px 1px #FFF;
}

#add_comment div.input {
	padding-left: 4px;
	margin-bottom: 6px;
	margin-top: 8px;
}

#add_comment div.input #dle-captcha {
	margin-left:270px;
}

#add_comment label.title {
  	position: absolute;
	font-size:14px;
	font-weight:bold;
	color:#352424;
	text-shadow: 1px 1px 1px #FFF;
	padding:10px;
	display:block;
}

#add_comment label.title strong {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
}

#add_comment input {
	background:url(../images/input_bg.png) top left no-repeat;
 	width:238px;
	border:0;
	color:#352424;
	font-weight:bold;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	padding:8px 6px 16px 6px;
	margin-left:150px;
}

/* Google Chrome için fix */
@media screen and (-webkit-min-device-pixel-ratio:0){ #add_comment input{ height:32px; padding-top:0; } }

#add_comment input:hover, #add_comment input:focus {
	background:url(../images/input_bg_hover.png) no-repeat;
}

#add_comment div.textarea {
	margin:8px 0 8px 14px;
}

#add_comment textarea {
	background:url(../images/textarea_bg.png) no-repeat;
 	width:376px;
	height:188px;
	border:0;
	color:#352424;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	padding:8px 6px 4px 6px;
}

#add_comment textarea:hover, #add_comment textarea:focus {
	background:url(../images/textarea_bg_hover.png) no-repeat;
}

#add_comment input[type=submit] {
	background:url(../images/comment_button.png) no-repeat;
 	width:149px;
	height:32px;
	border:0;
	color:#555;
	font-weight:bold;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	padding:0 6px;
	margin:4px 0 0 120px;
	cursor:pointer;
}

#add_comment input[type=submit]:hover, #add_comment input[type=submit]:focus {
	background:url(../images/comment_button_hover.png) no-repeat;
	color:#352424;
}
/* Yorumlar Bölümü Son */

/* Alt Kısım */
#footer {
	background:url(../images/foot_bg.png) no-repeat;
	width:730px;
	height:305px;
	margin:0;
	padding:34px 0 0 36px;
}

.footer_box {
	width:230px;
	float:left;
	margin-top:10px;
}

.footer_box h5.l_comments {
	background:url(../images/footerbox_title.png) no-repeat;
	width:202px;
	height:30px;
	padding:9px 0 0 20px;
	text-shadow: 1px 1px 1px #333;
}

.footer_box h5.l_posts {
	background:url(../images/footerbox_title.png) no-repeat;
	width:202px;
	height:30px;
	padding:9px 0 0 36px;
	text-shadow: 1px 1px 1px #333;
}

.footer_box h5.p_posts {
	background:url(../images/footerbox_title.png) no-repeat;
	width:202px;
	height:30px;
	padding:9px 0 0 26px;
	text-shadow: 1px 1px 1px #333;
}

.footer_box ul {
	list-style:none;
	width:225px;
	margin-left:4px;
}

.footer_box ul li {
	width:192px;
	height:24px;
	overflow:hidden;
}

.footer_box ul li a {
	background:url(../images/point.png) no-repeat top left;
	color:#FFF;
	text-shadow: 1px 1px 1px #333;
	text-decoration:none;
	padding:0 0 4px 18px;
}

.footer_box ul li a:hover {
	background:url(../images/point_hover.png) no-repeat top left;
	color:#352424;
	text-shadow: 1px 1px 1px #BFBFBF;
	padding-left:18px;
}

#fblinks {
	float: left;
	width: 230px;
}

#fblinks ul {
	list-style: none;
	margin-top: 12px;
	padding: 0;
}

#fblinks ul li {
	float: left;
}

#fblinks ul li a {
	float: left;
	background:url(../images/links.png) no-repeat;
	display: block;
	width:60px;
	height:60px;
	position: relative;
	z-index: 300;
	text-indent:-10000px;
	margin:4px 14px 10px 0;
}

#fblinks ul li a:hover { background:url(../images/links_hover.png) no-repeat; }

#fblinks ul li a#home { background-position:left top; }
#fblinks ul li a#about { background-position:left -60px; }
#fblinks ul li a#contact { background-position:left -120px; }
#fblinks ul li a#gallery { background-position:left -180px; }
#fblinks ul li a#stats { background-position:left -240px; }
#fblinks ul li a#feed { background-position:left -300px; }

#fblinks ul.copyright {
	list-style: none;
	margin: 16px 0 0 4px;
	padding: 0;
}

#fblinks ul.copyright li {
	padding: 4px 0;
	color:#FFF;
	text-shadow: 1px 1px 1px #333;
} 

#fblinks ul.copyright li a, #fblinks ul.copyright li a:visited {
	background:url(../images/valid.png) no-repeat;
	margin-top:-2px;
	display:block;
	height:16px;
	width:16px;
	color:#FFF;
	text-shadow: 1px 1px 1px #333;
	text-indent:-10000px;
}

#fblinks ul.copyright li a#valid_xhtml { background-position:left top; }
#fblinks ul.copyright li a#valid_css { background-position:left -16px; }
#fblinks ul.copyright li a#valid_rss { background-position:left -32px; }
#fblinks ul.copyright li a#page_top { background-position:left -48px; }

#copyright {
	width:730px;
	margin:-54px 0 20px 0;
	padding:0 0 0 26px;
	color:#B3A49F;
	text-shadow: 1px 1px 1px #444;
}
/* Alt Kısım Son */

/* Diğer Kısımlar */
#pagewrap {
	width:690px;
	float:left;
	margin:0 0 30px 26px;
}

#pagewrap h2 {
	font-size:2.5em;
	text-shadow: 1px 1px 1px #FFF3EF;
	font-weight:bold;
	letter-spacing:-2px;
	line-height:52px;
	color:#352424;
}

#pagewrap h2.registration {
	background:url(../images/register_bg.png) no-repeat;
	padding-left:76px;
	margin:0 0 20px 162px;
}

#pagewrap h2.contact {
	background:url(../images/contact.png) no-repeat;
	padding-left:66px;
	margin:0 0 20px 250px;
}

#pagewrap h2.profile {
	background:url(../images/profile.png) no-repeat;
	padding-left:66px;
	margin:0 0 20px 10px;
}

#pagewrap h2.inbox {
	background:url(../images/mail_in.png) no-repeat;
	padding-left:66px;
	margin:10px 0 10px 10px;
}

#pagewrap h2.outbox {
	background:url(../images/mail_out.png) no-repeat;
	padding-left:66px;
	margin:10px 0 10px 10px;
}

#pagewrap h2.new {
	background:url(../images/mail_new.png) no-repeat;
	padding-left:66px;
	margin:10px 0 10px 10px;
}

#pagewrap h2.stats {
	background:url(../images/stats.png) no-repeat;
	padding-left:66px;
	margin:10px 0 10px 10px;
}

#pagewrap h2.lostpwd {
	background:url(../images/lostpwd.png) no-repeat;
	padding-left:60px;
	margin:10px 0 20px 150px;
}

#pagewrap h2.search {
	background:url(../images/search.png) no-repeat;
	padding-left:60px;
	margin:10px 0 10px 10px;
}

#pagewrap h2.editprofile {
	background:url(../images/editprofile.png) no-repeat;
	padding-left:60px;
	margin:20px 0 10px 10px;
}

#myform .myform_form {
	width:410px;
	float:left;
}

#myform .myform_info {
	width:260px;
	float:left;
	margin-left:4px;
}

#myform .myform_info p.avatar {
	background:url(../images/profile_avatar_bg.png) top center no-repeat;
	width:200px;
	height:196px;
	margin:-30px 0 0 42px;
}

#myform .myform_info p.avatar img {
	padding:21px 20px;
}

#myform .myform_info p.username {
	margin:10px 0 8px 22px;
	text-align:center;
	font-size:1.6em;
	text-shadow: 1px 1px 1px #FFF3EF;
	font-weight:bold;
	letter-spacing:-1px;
	color:#352424;
}

#myform .myform_info p.group {
	margin:0 0 8px 22px;
	text-align:center;
	font-size:1.1em;
	text-shadow: 1px 1px 1px #FFF3EF;
	font-weight:normal;
	color:#352424;
}

#myform .myform_info p.star {
	margin:0 0 8px 22px;
	text-align:center;
}

#myform .myform_info p.sex {
	margin:0 0 8px 22px;
	text-align:center;
}

#myform .myform_info p.star strong {
	background:url(../images/star.png) center repeat-x;
	position:absolute;
	text-align:center;
	height:24px;
}

#myform .myform_info p.link {
	margin:0 0 8px 22px;
	text-align:center;
	font-size:1.0em;
	text-shadow: 1px 1px 1px #FFF3EF;
	font-weight:normal;
	color:#352424;
}

#myform .myform_info p.link a {
	text-align:center;
	font-size:1.0em;
	text-shadow: 1px 1px 1px #FFF3EF;
	font-weight:normal;
	color:#352424;
	text-decoration:none;
}

#myform .myform_info p.link a#sendpm { background:url(../images/mail.png) no-repeat; padding-left:20px; }
#myform .myform_info p.link a#showcomments { background:url(../images/balloon.png) no-repeat; padding-left:20px; }
#myform .myform_info p.link a#edituser { background:url(../images/edituser.png) no-repeat; padding-left:20px; }

#myform .myform_notice {
	width:260px;
	float:left;
	margin-left:4px;
}

#myform .myform_notice p {
	font-size: 13px;
	color: #352424;
	text-shadow: 1px 1px 1px #FFF;
	padding:8px 12px 0 12px;
}

#myform fieldset {
	padding: 8px 0 0 24px;
	border-top: 1px solid #352424;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin: 10px 8px 0 14px;
}

#myform legend {
	font-size: 14px;
	font-weight:bold;
	padding-right: 5px;
	padding-left: 5px;
	color: #352424;
	text-shadow: 1px 1px 1px #FFF;
}

#myform div.title {
	padding-left: 4px;
	margin-top: 8px;
}

#myform div.title label {
  	position: absolute;
	font-size:14px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#2F1414;
	text-shadow: 1px 1px 1px #FFF;
	padding:0 10px;
	display:block;
}

#myform div.title p {
	margin-left:200px;
	padding-top:1px;
	height:32px;
	font-size:14px;
	font-weight:normal;
	color:#2F1414;
	text-shadow: 1px 1px 1px #FFF;
}

#myform div.title p a, #myform div.title p a:visited {
	font-size:14px;
	font-weight:normal;
	color:#2F1414;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration:none;
}

#myform div.textarea p {
	font-size:14px;
	font-weight:normal;
	color:#352424;
	text-shadow: 1px 1px 1px #FFF;
}

#myform div.input {
	padding-left: 4px;
	margin-bottom: 6px;
	margin-top: 8px;
}

#myform div.input #dle-captcha {
	margin-left:270px;
}

#myform div.input #dle-captcha a {
	color:#352424;
	text-decoration:none;
}

#myform label.title {
  	position: absolute;
	font-size:14px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#352424;
	text-shadow: 1px 1px 1px #FFF;
	padding:10px;
	display:block;
}

#myform label.title strong {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
}

#myform select {
 	width:238px;
	height:28px;
	border:0;
	background:#F0F0F0;
	color:#352424;
	font-weight:bold;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	padding:4px 0 0 4px;
	margin-left:150px;
	border:1px solid #858585;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#myform input, #myform input[type=file] {
	background:url(../images/input_bg.png) no-repeat;
 	width:238px;
	border:0;
	color:#352424;
	font-weight:bold;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	padding:8px 6px 16px 6px;
	margin-left:150px;
}

/* Google Chrome için fix */
@media screen and (-webkit-min-device-pixel-ratio:0){ #myform input{ padding-top:0; } }

#myform input:hover, #myform input:focus {
	background:url(../images/input_bg_hover.png) no-repeat;
}

#myform div.textarea {
	margin:8px 0 8px 14px;
}

#myform textarea {
	background:url(../images/textarea_bg.png) no-repeat;
 	width:376px;
	height:188px;
	border:0;
	color:#352424;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	padding:8px 6px 4px 6px;
}

#myform textarea:hover, #myform textarea:focus {
	background:url(../images/textarea_bg_hover.png) no-repeat;
}

#myform input[type=submit] {
	background:url(../images/comment_button.png) no-repeat;
 	width:149px;
	height:32px;
	border:0;
	color:#555;
	font-weight:bold;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	padding:0 6px;
	margin:8px 0 0 120px;
	cursor:pointer;
}

#myform input[type=submit]:hover, #myform input[type=submit]:focus {
	background:url(../images/comment_button_hover.png) no-repeat;
	color:#352424;
}

.infomessage {
	float:left;
	width:670px;
	border:1px solid #858585;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	background:#EBE8E7;
	padding:10px 5px;
}

.infomessage .warning {
	float:left;
	background:url(../images/warning.png) no-repeat;
	width:60px;
	text-align:center;
	line-height:50px;
	margin-left:8px;
}

.infomessage .warning_content {
	float:left;
	width:590px;
	margin-left:8px;
	padding-top:4px;
}

.infomessage .warning_content p {
	font-size:2.0em;
	text-shadow: 1px 1px 1px #FFF3EF;
	font-weight:bold;
	letter-spacing:-1px;
	color:#352424;
}

.infomessage .warning_content span {
	font-size:1.2em;
	text-shadow: 1px 1px 1px #FFF3EF;
	font-weight:bold;
	color:#352424;
}

.infomessage .warning_content span a, .infomessage .warning_content span a:visited {
	text-shadow: 1px 1px 1px #FFF3EF;
	font-weight:bold;
	color:#3C3230;
}

.infomessage .warning_content span a:hover {
	text-shadow: 1px 1px 1px #FFF3EF;
	font-weight:bold;
	color:#352424;
	text-decoration:underline;
}

/* Kullanıcı Girişi Menüsü */
#signin_menu {
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	display:none;
	background:#B4ACA8 url(../images/sign_bg.jpg) repeat-y;
	position:absolute;
	width:210px;
	z-index:100;
	border:1px solid #352424;
	text-align:left;
	padding:12px;
	top: 125px;
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#352424;
	font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #352424;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	font-size:13px;
	margin:5px 0;
	padding:5px;
	width:203px;
}

#signin_menu p {
	margin:0 0 8px 0;
}

#signin_menu a {
	color:#352424;
}

#signin_menu label {
	font-weight:bold;
	font-size:13px;
	letter-spacing:-1px;
	text-shadow:1px 1px 1px #D9D6D5;
	display:block;
}

#signin_menu p a {
	color:#352424!important;
}

#signin_menu p.lost_pwd {
	margin:12px 0 6px 0;
}

#signin_menu p a#resend_password {
	color:#352424!important;
	text-decoration:none;
	background:url(../images/lost_pwd.png) no-repeat top left;
	padding-left:20px;
	font-size:13px;
	letter-spacing:-1px;
	text-shadow:1px 1px 1px #D9D6D5;
}

#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#715656 url(../images/bg-btn-blue.png) repeat-x scroll 0 0;
	border:1px solid #352424;
	color:#fff;
	text-shadow:1px 1px 1px #352424;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}

#signin_submit::-moz-focus-inner {
	padding:0;
	border:0;
}

#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#signin_menu .sm_left {
	float:left;
	width:100px;
}

#signin_menu .sm_left p a {
	background:url(../images/usermenubg.png) no-repeat;
	height:16px;
	padding-left:20px;
	text-decoration:none;
	font-size:13px;
	letter-spacing:-1px;
	text-shadow:1px 1px 1px #D9D6D5;
}

#signin_menu .sm_left p a#profile {
	background-position:top left;
}

#signin_menu .sm_left p a#favourites {
	background-position:left -32px;
}

#signin_menu .sm_right {
	float:left;
	width:90px;
}

#signin_menu .sm_right p a {
	background:url(../images/usermenubg.png) no-repeat;
	height:16px;
	padding-left:20px;
	text-decoration:none;
	font-size:13px;
	letter-spacing:-1px;
	text-shadow:1px 1px 1px #D9D6D5;
}

#signin_menu .sm_right p a#inbox {
	background-position:left -16px;
}

#signin_menu .sm_right p a#stats {
	background-position:left -48px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration: none;
	color: #352424;
	background-color: #EBE8E7;
	border: 1px solid #B0A099;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding: 3px 6px;
	font-size: 11px
}

.navigation a:hover {
	background-color: #685857;
	color: #ffffff;
	border-color: #b1b1b1;
}

.navigation span {
	text-decoration: none;
	background-color: #ffffff;
	padding: 3px 6px;
	border: 1px solid #B0A099;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	color: #352424;
	font-size: 11px;
}

.mybutton {
	border:1px solid #352424;
	font-size:13px;
	color:#352424;
	background:#D9D6D5;
	padding:2px 4px;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	font-weight:bold;
}

#pmmenu {
	float:left;
	width:670px;
	padding:10px 5px;
	margin-bottom:10px;
	text-align:center;
}

#pmmenu a, #pmmenu a:visited {
	font-size:13px;
	font-weight:bold;
	color:#352424;
	padding-right:12px;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration:none;
}

#pmmenu a#inbox {
	background:url(../images/inbox.png) no-repeat;
	padding-left:22px;
}

#pmmenu a#outbox {
	background:url(../images/inbox_out.png) no-repeat;
	padding-left:22px;
}

#pmmenu a#newmsg {
	background:url(../images/inbox_new.png) no-repeat;
	padding-left:22px;
}

#pmmenu a#replymsg {
	background:url(../images/inbox_reply.png) no-repeat;
	padding-left:22px;
}

#pmmenu a#delmsg {
	background:url(../images/inbox_del.png) no-repeat;
	padding-left:22px;
}

#pmtable {
	float:left;
	width:674px;
	padding:10px 5px;
}

#pmtable a, #pmtable a:visited {
	font-size:13px;
	font-weight:bold;
	color:#352424;
	padding-right:12px;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration:none;
}

#pm-list
{
	font-size: 13px;
	letter-spacing:-1px;
	width: 674px;
	text-align: left;
	border-collapse: collapse;
	-moz-box-shadow: 0 0 4px #555;
	-webkit-box-shadow: 0 0 4px #555;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#pm-list thead th.rounded-top-left { background: #CFC5C2; }
#pm-list thead th.rounded-top-right { background: #CFC5C2; }
#pm-list th
{
	padding: 8px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing:0px;
	color: #352424;
	text-shadow: 1px 1px 1px #EBE8E7;
	background: #CFC5C2;
}
#pm-list td
{
	padding: 8px;
	background: #EBE8E7;
	border-top: 1px solid #858585;
	color: #352424;
	text-shadow: 1px 1px 1px #FFF;
}
#pm-list td a, #pm-list td a:hover, #pm-list td a:visited { color:#352424; text-decoration:none; font-weight:normal; }
#pm-list tfoot td.rounded-foot-left { background: #EBE8E7; }
#pm-list tfoot td.rounded-foot-right { background: #EBE8E7; }
#pm-list tbody tr:hover td { background: #D9D6D5; }

#user-info
{
	font-size: 13px;
	letter-spacing:-1px;
	width: 420px;
	text-align: left;
	border-collapse: collapse;
	-moz-box-shadow: 0 0 4px #555;
	-webkit-box-shadow: 0 0 4px #555;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#user-info thead th.rounded-top-left { background: #CFC5C2; }
#user-info thead th.rounded-top-right { background: #CFC5C2; }
#user-info th
{
	padding: 8px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing:0px;
	color: #352424;
	text-shadow: 1px 1px 1px #EBE8E7;
	background: #CFC5C2;
}
#user-info td
{
	padding: 8px;
	background: #EBE8E7;
	border-top: 1px solid #858585;
	color: #352424;
	text-shadow: 1px 1px 1px #FFF;
}
#user-info tfoot td.rounded-foot-left { background: #EBE8E7; }
#user-info tfoot td.rounded-foot-right { background: #EBE8E7; }
#user-info tbody tr:hover td { background: #D9D6D5; }

#dynatip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:35px;
	width:160px;
	padding:22px 25px;
	color:#FFF;
	text-shadow: 1px 1px 1px #352424;
	z-index:400;
	position:absolute;
}

#dynatip.bottom { 
    background:url(../images/black_arrow_bottom.png);     
    padding-top:30px; 
    height:32px;
	color:#D9D6D5;
	font-weight:bold;
	text-shadow: 1px 1px 1px #352424;
	margin-left:-5px;
} 
 
#dynatip.bottom { 
    background:url(../images/black_arrow_bottom.png); 
}

pre.code {
	background:#CFC5C2;
	color:#1F0A00;
	width:94%;
	overflow:auto;
	border-left:4px solid #AFA099;
	font: 12px "Courier New", Courier, monospace;
	padding:10px;
	text-shadow:none;
	-moz-border-radius-topright:5px; -moz-border-radius-bottomright:5px;
	-webkit-border-top-right-radius:5px; -webkit-border-bottom-right-radius:5px;
}