/**
 * Theme Name:        blogaritma
 * Theme URI:         https://semihcebrail.dev/
 * Description:       design of a software developer's blog
 * Version:           2.0.0
 * Author:            SemihCebraiL
 * Author URI:        https://semihcebrail.dev/@semihcebrail
 * Tags:              custom,dev,blog
 * Text Domain:       blogaritma
 * Domain Path:       /languages
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           -
 * License URI:       -
 * Copyright © all rights reserved.
 */
  
 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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  --sb-track-color: #001500;
  --sb-thumb-color: #004a00;
  --sb-size: 11px;
}
html::-webkit-scrollbar {
  width: var(--sb-size)
}
html::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 25px;
}
html::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 25px;
  border: 1px solid #000000;
}
html::-webkit-scrollbar-thumb:hover {
  background: #00bd00;
  border-radius: 25px;
  border: 1px solid #102d0a;
}
@supports not selector(::-webkit-scrollbar) {
  html {
  scrollbar-color: var(--sb-thumb-color) 
  var(--sb-track-color);
  }
}

body {
  background: #000000;
  color: #00ff00af;
  font-size: 16px;
  font-family:'Google Sans Flex','Google Sans', sans-serif;
  overflow-x: hidden;
}

/* ------------------------------------------------ */

/*Genel*/

@font-face {
	font-family: 'eurofurence';
	font-style: normal;
	font-weight: normal;
	src: local('eurofurence'), url('./font/eurof55.woff') format('woff'), url('./font/eurof55.woff2') format('woff2');
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'eurofurence';
  font-weight: normal;
  font-optical-sizing: auto;
  line-height: 0.8em;
}
h1 {
  font-size: 3.0em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.1em;
}

a {
  text-decoration: none;
  color: #BEBEBE;
}

a:hover {
  color: #ff0048;
}

p {
  font-size: 1em;
}

dl {
  padding: 10px;
  margin: 0;
}

ul,ol {
  margin: 10px 20px;
  padding: 0 20px;
}

ul {
  list-style: none;
}

dt {
  font-weight: bold;
  color: #fff;
}

dd {
  padding-left: 25px;
}

img {
  border: none;
  background: transparent;
  max-width: 100%;
  height: auto;
  display: block;
}

code {
  margin: 5px;
  padding: 5px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 1.0625em 'Google Sans Code', monospace;
  white-space: normal; 
  border: 1px dotted #ff0048;
}

blockquote {
  margin: 5px 5px;
  padding: 10px 10px 10px 40px;
  background: #070707 url(images/quote.gif) no-repeat 10px 10px;
  border: 1px dotted #ff0048;
  font-weight: normal;
  font-size: 1.0625em;
  line-height: 1.6em;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #808080;
}

/* ------------------------------------------ ISKELET // SABLON------------------------------------------- */

#wrap {
  width: 900px;
  margin: auto;
}

header {
  overflow: hidden;
  width: 900px;
  height: 155px;
  background: #000 url(images/blogaritma.jpg) no-repeat top center;
}

#content-wrap {
  overflow: hidden;
  clear: both;
  padding: 0;
  width: 900px;
  background: #000 url(images/cerceve.gif) top center repeat-y;
}

/* ------------------------------------------------ */

/* Main */
#tikel {
  float: left;
  width: 565px;
  padding: 0;
  margin: 10px 0 0 10px;
  display: block;
}

/* ------------------------------------------------ */

/*  Navigation  */
nav {
  margin: 10px;
  padding: 0px;
}

nav ul {
  float: left;
  list-style: none;
  height: 50px;
  margin: 0 0 0 5px;
  padding: 0;
  display: inline;
}

nav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

nav ul li a {
  float: left;
  margin: 0;
  padding: 0 12px;
  font: bold 15px/50px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
  text-decoration: none;
  color: #c95723;
  text-transform: uppercase;
}

nav ul li a:hover,
nav ul li a:active {
  color: #eee;
  background: none;
  border: none;
}

nav ul li#current a {
  color: #D33972;
}

/* ------------------------------------------------ */

/*MENU*/
#sictiminmenusu {
  background: url("images/menu/orta.png");
  height: 36px;
  margin:155px 0px 0px 0px;
}

#sictiminmenusutab {
  margin: 0;
  top: 0;
}

#sictiminmenusutab ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#sictiminmenusutab li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

#sictiminmenusutab a {
  background: url("images/menu/sag.png") no-repeat right top;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0;
  display: block;
  float: left;
}

#sictiminmenusutab a span {
  display: block;
  background: url("images/menu/sol.png") no-repeat left top;
  padding: 0 15px 3px 15px;
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 33px;
}

#sictiminmenusutab a:hover,
#sictiminmenusutab li.item_active a {
  background: url("images/menu/sag.png") no-repeat right bottom;
  float: left;
}

#sictiminmenusutab a:hover span,
#sictiminmenusutab li.item_active a span {
  background: url("images/menu/sol.png") no-repeat left bottom;
  padding: 0 15px 3px 15px;
}

/* ------------------------------------------------ */

/* navi */
.navi {
  background-color: #037092;
  background-image: url("images/navi.png");
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 50%;
  display: none;
  height: 55px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-indent: 100%;
  top: auto;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 55px;
  z-index: 100001
}

/* ------------------------------------------------ */

/*POST  & ENTRY*/
.post {
/*border: 1px dashed #002900;*/
  width: 570px;
  margin: 0px 10px 10px 0px;
  padding: 10px 0px 0px 0px;
  overflow: hidden;
}

.post h1 {
  border-bottom: 1px solid #4b4b4b;
  color: #fd0f93;
  display: block;
  padding: 5px 5px 10px 5px;
  margin: 0px;
  text-align: left;
  word-wrap: break-word;
}

.post h1 a {
  padding: 0 0 0 3px;
  color: #fd0f93;
}

.post h1 a:hover {
  color: #45D5E6;
  border: none;
}

/* Geleneksel Yöntem (Tüm tarayıcılarla tam uyumlu) */
h1[id]:hover::after,
h2[id]:hover::after,
h3[id]:hover::after,
h4[id]:hover::after,
h5[id]:hover::after,
h6[id]:hover::after {
  content: "#";
  color: #fd0f93;
  margin: 10px;
  cursor: pointer;
  opacity: 0.8;
}

.entry {
  border-bottom: 1px solid #4b4b4b;
  margin: 0px 10px 0px 10px;
  padding: 5px 0 5px;
  overflow: hidden;
  color: #13e000;
  font-family: 'Google Sans Flex','Google Sans', sans-serif;
  line-height: 1.4em;
}

.entry li {
  list-style: url(images/li.png);
}

/* ------------------------------------------------ */

/* postmeta */
.postmeta {
  padding: 7px 5px;
  margin: 10px 10px 10px 10px;
  font-size: 1em;
  color: #545454;
  border: 1px solid #111;
  background: #070707;
  overflow: hidden;
}

.postmeta:hover {
  border: 1px solid #45D5E6;
}

span.index-kategori {
  background: url(images/kategori.png) no-repeat left center;
  padding: 0px 0 4px 20px;
  margin-right: 10px;
}

.index-yorum a {
  background: url(images/simge/yorum.png) no-repeat left center;
  padding: 0px 0 4px 20px;
  margin-right: 10px;
} 

.index-yorum a:hover {
  background: url(images/simge/yorum2.png) no-repeat left center;
  border: none;
}

.devami a {
  background: url(images/simge/devami.png) no-repeat left center;
  padding: 0px 0 4px 20px;
}

.devami a:hover {
  background: url(images/simge/devami2.png) no-repeat left center;
  border: none;
}

.index-okunma {
  background: url(images/simge/okunma.png) no-repeat left center;
  padding: 0px 0 4px 20px;
  margin-right: 10px;
  color: #BEBEBE;
}

.index-tarih {
  background: url(images/simge/tarih.png) no-repeat left center;
  padding: 0px 0 4px 20px;
  color: #45D5E6;
  margin-right: 10px;
}

.single-kategori {
  background: url(images/kategori.png) no-repeat left center;
  padding: 0 0 2px 20px;
}

.single-etiket {
  background: url(images/tag.png) no-repeat left center;
  padding: 0 0 2px 20px;
}

.single-okunma {
  background: url(images/singleokunma.png) no-repeat left center;
  padding: 0 0 2px 20px;
}

.single-tarih {
  background: url(images/singletarih.png) no-repeat left center;
  padding: 0 0 2px 20px;
}

.single-rss {
  background: url(images/singlerss.png) no-repeat left center;
  padding: 0 0 2px 20px;
}

.single-paylas {
  background: url(images/paylas.png) no-repeat left center;
  padding: 0 0 2px 20px;
}

/* ------------------------------------------------ */

/*Zamazingo */
.zamazingolar {
  border: 1px solid #4b4b4b;
  width: 550px;
  margin: 0px 10px 10px 0;
  padding: 5px 10px 5px 10px;
  background: #000;
  overflow: hidden;
}

.zamazingolar ul {
  padding: 0 0 0 20px;
  margin: 0px;
}

.wp-smiley {
  border: 0;
  padding: 0;
  margin: 0;
}

.indir a {
  display: block;
  background: #e2ecee url(images/indir.png) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  margin: 10px 0 5px;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #9ddae6;
  border-bottom: 2px solid #9ddae6;
  text-align: justify;
  text-decoration: none;
  color: #000;
}

.indir a:hover {
  border-right: 2px solid #9ddae6;
  border-left: 2px solid #9ddae6;
  text-decoration: underline;
}

.demo a {
  display: block;
  background: #fbe3e4 url(images/demo.png) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  margin: 10px 0 5px;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #e0011b;
  border-bottom: 2px solid #e0011b;
  text-align: justify;
  text-decoration: none;
  color: #000;
}

.demo a:hover {
  border-right: 2px solid #e0011b;
  border-left: 2px solid #e0011b;
  text-decoration: underline;
}

.kaynak a {
  display: block;
  background: #fff6bf url(images/kaynak.png) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  margin: 10px 0 5px;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #ffd324;
  border-bottom: 2px solid #ffd324;
  text-align: justify;
  text-decoration: none;
  color: #000;
}

.kaynak a:hover {
  border-right: 2px solid #ffd324;
  border-left: 2px solid #ffd324;
  text-decoration: underline;
}

.smileybg {
  padding: 0;
  margin: 0 0 0 15px;
}

.previous {
  float: left;
}

.next {
  float: right;
}

.gununsozu {
  padding: 0;
  margin: 0;
  font: 10px Verdana;
  color: #bebebe;
  text-align: center;
}

.reytingtext {
  font: bold 16px "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
  color: #fff;
}

.reytingson {
  font: bold 16px "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
  color: #45d5e6;
}

/* ------------------------------------------------ */

/*ARŞİV Sonuçları*/
.arsiv {
  border: 1px solid #4b4b4b;
  width: 570px;
  margin: 0px 10px 10px 0;
  background: #000;
  overflow: hidden;
}

.arsiv:hover {
  border: 1px solid #ff0048;
}

.arsiv h2 {
  display: block;
  border-bottom: 1px solid #4b4b4b;
  padding: 5px;
  margin: 0px 10px 0px 10px;
  font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

.arsiv h2 a {
  background: url(images/a.jpg) no-repeat left center;
  color: #45D5E6;
  padding: 0 0 0 40px;
}

.arsiv h2 a:hover {
  background: url(images/b.jpg) no-repeat left center;
  color: #ff0048;
  border: none;
}

/* ------------------------------------------------ */

/* Sidebar */
aside {
  display: block;
}

#sidebar {
  display: block;
  float: right;
  margin: 5px;
  overflow: hidden;
  width: 300px;
}

.sid {
  width: 292px;
  margin: 0;
  padding: 0;
}

.sidustgnnsozu {
  background: url(images/sidmenu/gnnsozu.png) no-repeat;
  height: 40px
}

.sidbilgi {
  background: url(images/sidmenu/bilgi.png) no-repeat;
  height: 40px
}

.sidustrklm {
  background: url(images/sidmenu/rklm.png) no-repeat;
  height: 40px
}

.sidortagnnsozu {
  background: url(images/sidmenu/orta.png) repeat-y;
  overflow: hidden;
  padding: 0 10px 0 10px;
  margin: 0;
  text-align: center;
}

.sidorta {
  background: url(images/sidmenu/orta.png) repeat-y;
  overflow: hidden;
  padding: 0 10px 0 10px;
  margin: 0;
}

.sidalt {
  background: url(images/sidmenu/alt.png) no-repeat;
  height: 16px;
  margin-bottom: 10px;
}

/* ------------------------------------------------ */

/*AQ ACCor Menu*/
.arrowlistmenu {
  width: 291px;
  border: 1px solid #ff0048;
  margin-bottom: 10px
}

.arrowlistmenu .menuheader {
  font: 0.8em "Google Sans Flex";
  color: white;
  background: url(images/accordion/2.gif) no-repeat center left;
  margin-bottom: 0;
  padding: 5px 0 5px 20px;
}

.menuheader:hover {
  background: url(images/accordion/3.gif) no-repeat center left;
}

.arrowlistmenu .openheader {
  background: url(images/accordion/1.gif) no-repeat center left;
}

.expandable {
  margin: 0;
}

.arrowlistmenu  ul {
  margin: 0;
  padding: 0;
  background: #000;
}

.arrowlistmenu ul li {
  list-style: none;
  border-bottom: 1px solid #530000;
}

.arrowlistmenu ul li a {
  display: block;
  font: 0.9em "Google Sans Flex";
  padding: 5px;
  text-decoration: none;
  color: #fff;
}

.arrowlistmenu ul li a:hover {
  color: #45d5e6;
  border: none;
}

/* ------------------------------------------------ */

/*Tab Menu*/
.tab-yapi {
  margin: 0 0 10px;
  padding: 0;
  width: 293px;
}

.s-tab {
  margin: 0 0 10px;
  padding: 0;
  width: 570px;
}

ul.tabs {
  margin: 4px 0 3px;
  padding: 0px;
}

ul.tabs li {
  list-style: none;
  display: inline;
}

ul.tabs li a {
  color: #ffd324;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
  font-size: 0.6em;
  font-family: "Google Sans Flex", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #ff0048;
  border-right: 1px solid #ff0048;
  border-left: 1px solid #ff0048;
  background: url(images/tab2.gif) repeat-x top;
}

ul.tabs li a:hover {
  background: url(images/tab3.gif) repeat-x top;
  color: #fff;
}

ul.tabs li a.active {
  color: #fff;
  border-top: 1px solid #ff0048;
  border-right: 1px solid #ff0048;
  border-left: 1px solid #ff0048;
  background: url(images/tab1.gif) repeat-x top;
}

ul.tabs li a.only {
  color: #fff;
  border-top: 1px solid #ff0048;
  border-right: 1px solid #ff0048;
  border-left: 1px solid #ff0048;
  background: url(images/tab1.gif) repeat-x top;
}

ul.tabs li a.ac {
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background: url(images/tab1.gif) repeat-x top;
}

.aq-1-icerik {
  height: auto;
  background: #000;
  padding: 0;
  margin: 0;
  border-top: 2px solid #ff0048;
  border-bottom: 1px solid #ff0048;
  border-right: 1px solid #ff0048;
  border-left: 1px solid #ff0048;
}

.aq-1-icerik ul {
  margin: 0px;
  padding: 0px;
}

.aq-1-icerik ul li {
  list-style: none;
  border-bottom: 1px solid #530000;
}

.aq-1-icerik ul li a {
  display: block;
  font: 0.9em "Google Sans Flex";
  padding: 5px;
  text-decoration: none;
  color: #fff;
}

.aq-1-icerik ul li a:hover {
  color: #45d5e6;
  border: none;
}

.aq-2-icerik {
  height: auto;
  background: #000;
  padding: 0;
  margin: 0;
  border-top: 2px solid #ff0048;
  border-bottom: 1px solid #ff0048;
  border-right: 1px solid #ff0048;
  border-left: 1px solid #ff0048;
}

.aq-2-icerik ul {
  margin: 0;
  padding: 0;
}

.aq-2-icerik ul li {
  list-style: none;
  border-bottom: 1px solid #530000;
}

.aq-2-icerik ul li a {
  display: block;
  font: 0.9em "Google Sans Flex";
  padding: 5px;
  text-decoration: none;
  color: #fff;
}

.aq-2-icerik ul li a:hover {
  color: #45d5e6;
  border: none;
}

.s-tab-1 {
  margin: 0;
  padding: 10px 10px 10px 10px;
}

.aq-3-icerik {
  background: #000;
  padding: 0;
  margin: 0;
  border-top: 2px solid #ff0048;
  border-bottom: 1px solid #ff0048;
  border-right: 1px solid #ff0048;
  border-left: 1px solid #ff0048;
}

.aq-3-icerik ul {
  margin: 0;
  padding: 0;
}

.aq-3-icerik ul li {
  list-style: none;
  border-bottom: 1px solid #530000;
}

.aq-3-icerik ul li a {
  display: block;
  font: 10px Arial, Helvetica, sans-serif;
  background: url(images/a.gif) no-repeat left center;
  padding: 4px 0 5px 16px;
  text-decoration: none;
  color: #fff;
}

.aq-3-icerik ul li a:hover {
  color: #C3D9FF;
  background: #202020 url(images/b.gif) no-repeat left center;
  border: none;
}

/* ------------------------------------------------ */
/*Dost Bağlantılar*/
.dostlar {
  padding: 7px;
}

.dostlar img {
  padding: 2px;
  margin-right: 8px;
  margin-bottom: 4px;
  border: 1px solid #FFFFFF;
  opacity: 0.4;
  filter: alpha(opacity=40)
}

.dostlar img:hover {
  border: 1px solid #FF0048;
  opacity: 100;
  filter: alpha(opacity=100)
}

/*Tultip :D*/
.t_baslik {
  font: bold 13px "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
  color: #FFF;
}

/* ------------------------------------------------ */

/*Yazı Paylaş*/
.yzpyls {
  margin: 10px 5px 10px;
  padding: 0;
}

.yzpyls img {
  margin: 2px 0 2px 5px;
  border: 2px solid #eee;
  display: inline-block;
}

.yzpyls img:hover {
  text-decoration: none;
  border: 2px solid #ff0048;
}

/*Geri İzleme*/
.geriizleme {
  font: bold 13px "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
  color: #fff;
  background: url(images/geriizleme.png) no-repeat left center;
  margin: 10px 5px 10px 5px;
  padding: 0 0 0 18px;
}

.geriizleme input {
  font: bold 13px "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
  color: #ff0048;
  background: #0c0c0c;
  padding: 2px 2px 2px 2px;
  border: 1px solid #202020;
}

.geriizleme input:hover {
  border: 1px solid #ff0048;
}

.geriizleme input:focus {
  border: 1px solid #ff0048;
}

/* ------------------------------------------------ */

/* header quick search */
.aramakutusu {
  padding: 0;
  margin: 0;
}

.aramasonuc {
  border: 1px solid #ff0048;
  width: 570px;
  padding: 0 0 10px;
  margin: 0px 0px 10px 0;
  background: #000;
  overflow: hidden;
}

form#quick-search {
  padding: 5px;
  margin: 10px 0 10px 0;
  border: 1px solid #ff0048;
  background: #000;
  width: 281px;
  height: 24px;
}

form#quick-search input {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  float: left;
  border: none;
  background: transparent;
  color: #00ff00;
  margin: 0;
}

form#quick-search label {
  display: none;
}

form#quick-search p {
  margin: 0;
  padding: 0;
}

input#s.tbox {
  margin: 5px 0 0 5px;
  width: 250px;
  display: inline;
}

input#searchsubmit.btn {
  background-image: url(images/arama.png);
  width: 24px;
  height: 24px;
}

/* ------------------------------------------------ */

/* COMMENTS TEMPLATE */

li[id^="comment"] {
  border: 1px solid #2f031a;
  margin: 5px;
  padding: 5px;
  word-wrap: break-word;
}

/*[class^="comment"] {
  margin:5px;
  padding:0px;
  word-wrap: break-word;
}
*/
.Comments {
  margin: 5px 0px 0px 0px;
  position: relative;
}

.Comments h3 {
  border-bottom: solid 2px #ff0048;
  margin: 0 0 5px;
  padding: 4px;
  width: 562px
}

.List ol {
  padding: 0px;
  margin: 0px;
}

.List li {
  position: relative;
  border: 1px solid #202020;
  background: #000 url(images/yrm-ok.png) no-repeat top right;
  padding: 5px 5px 0px 5px;
  margin: 10px 0px;
  list-style-type: none;
  width: 558px
}

.List .LUsr {
  color: yellow;
  font-size: 1.1em;
  margin: 0px;
  padding: 0px;
  
}

.List .LUsr a {
  color: #ff0048;
  text-decoration: none;
}

.List .LUsr a:hover {
  border: none;
}

.List .LUsr strong {
  font-weight: bold;
  letter-spacing: -1px;
  color: #BEBEBE;
}

.List .LUsr strong a {
  color: #fff;
  text-decoration: none;
}

.List .LUsr strong a:hover {
  color: #ff0048;
  border: none;
}

.List .LCon {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 1em;
  line-height: 16px;
  border-top: solid 1px #202020;
}

.List .LCon p {
  font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
  margin: 0px;
  padding: 5px 0px;
  font-size: 1em;
  line-height: 16px;
  color: #b7b7b7;
}

.List .Author {
  background: #fff;
}

.AvatarAQ {
  float: left;
  margin-right: 5px;
  margin-top: 1px;
}

.AvatarAQ img {
  border: 1px solid #BEBEBE;
}

.yrm-nmbr {
  color: #222;
  float: right;
  margin-right: 10px;
  margin-top: 8px;
  font-family: "Courier New", Courier, monospace;
  font-size: 38px;
  line-height: 24px;
  font-weight: bold;
  font-size: px;
  letter-spacing: -1px;
  padding: 0px;
  left: 10px;
}

.yorumkapali {
  background: url(images/yorumkapali.png) no-repeat left center;
  margin: 0 0 5px;
  padding: 4px 0 4px 24px;
  font: bold 20px Arial;
  color: #fff;
  border-bottom: solid 2px #ff0048;
  width: 548px
}

.yorumyap {
  background: url(images/yorumyap.png) no-repeat left center;
  margin: 0 0 5px;
  padding: 4px 0 4px 24px;
  font-family: 'eurofurence';
  font-size: 1.8em;
  color: #fff;
  border-bottom: solid 2px #ff0048;
  width: 546px
}

.yorum_onay {
  display: block;
  background: url(images/yorumkapali.png) center no-repeat;
  background-color: #070707;
  background-position: 15px 50%;
  text-align: left;
  margin: 0 0 5px;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #FFA7C0;
  border-bottom: 2px solid #FFA7C0;
  text-align: justify;
  text-decoration: none;
  color: #FFA7C0;
}

/* COMMENT FORM */
#yorum-tablosu {
  margin: 5px 0 15px;
  padding: 0px;
  position: relative;
  border: 1px solid #202020;
  background: #000;
  width: 568px;
}

#yorum-tablosu input {
  width: 50%;
  padding: 5px;
  margin: 0px 5px 0 0;
  background: #0c0c0c;
  border: 1px solid #202020;
  color: #fff;
}

#yorum-tablosu input#author {
  width: 255px;
  font-family: "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
  font-weight: bold;
  padding-right: 45px;
  position: relative;
  background: #0c0c0c url(images/yorum/isim.gif) no-repeat right;
}

#yorum-tablosu input#email {
  width: 240px;
  font-family: "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
  font-weight: bold;
  padding-right: 60px;
  background: #0c0c0c url(images/yorum/mail.gif) no-repeat right;
}

#yorum-tablosu input#url {
  width: 260px;
  font-family: "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
  color: #ff0048;
  font-weight: bold;
  padding-right: 40px;
  background: #0c0c0c url(images/yorum/url.gif) no-repeat right;
}

#yorum-tablosu textarea#comment {
  width: 490px;
  height: 150px;
  font-family: "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
  color: #0ff000;
  font-weight: bold;
  padding-right: 52px;
  border: 1px solid #202020;
  background: #0c0c0c url(images/yorum/yorum.gif) no-repeat right top;
}

#yorum-tablosu input.submit-comment,
.button {
  border: none;
  width: 106px;
  height: 24px;
  padding: 8px 0px 5px 0px;
  margin-right: 10px;
  background: url(images/yrm_gndr.png) no-repeat;
}

#yorum-tablosu input.reset-comment {
  padding: 8px 0px 5px 0px;
  margin-right: 10px;
  border: none;
  width: 106px;
  height: 24px;
  background: url(images/tmzle.png) no-repeat;
}

#yorum-tablosu textarea#comment:focus,
#yorum-tablosu input[type="text"]:focus {
  border: solid 1px #ff0048;
}

#yorum-tablosu textarea#comment:hover,
#yorum-tablosu input[type="text"]:hover {
  border: solid 1px #ff0048;
}

/* ------------------------------------------------ */

/* Yorum Sayfalama */
.comment-page-numbers {
  padding: 0;
  margin: 0 0 0 5px;
}

.comment-page-numbers a {
  border: 1px solid #ff0048;
  background: #000;
  padding: 2px 4px 2px 4px;
}

.comment-page-numbers a:hover {
  border: 1px solid #ff0048;
  background: #ff0048;
}

/* ------------------------------------------------ */

.no-border {
  border: none;
}

.clearer {
  clear: both;
}

.clear {
  display: inline-block;
}

.clear:after {
  display: grid;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* ------------------------------------------------ */

/*SAYFALAMA*/
.Nav {
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
}

.Nav a {
  padding: 4px 8px;
  margin: 3px;
  background: #000;
  border: solid 1px #ff0048;
  text-decoration: none;
}

.Nav a:hover {
  padding: 4px 8px;
  border: solid 1px #ff0048;
  text-decoration: none;
}

.Nav span {
  padding: 4px 8px;
  margin: 3px;;
  border: solid 1px #ff0048;
  background: #000;
  text-decoration: none;
}

.Nav span.current {
  font-weight: bold;
  color: #7cf8ff;
  border: solid 1px #29edd0;
}

.Nav .on {
  padding: 4px 8px;
  border: solid 1px #ff0048;
  background: #000;
  text-decoration: none;
  color: #ff0048;
}
/* ------------------------------------------------ */

.top-sukrul {
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 91;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  cursor: pointer;
}

.top-sukrul:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
}

.top-sukrul:hover {
  background-color: transparent;
  color: #cd01e0;
}

.top-sukrul.aktif {
  background: url(images/top-sukrul.png);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.top-sukrul:before {
  content:unset;
}

/*Footer */
#footer {
  background: #000 url(images/footer.gif) no-repeat;
  height: 38px;
  color: #4E4E4E;
  width: 100%;
  float: left;
}

#footer a {
  color: #fff;
  border: none;
}

#footer a:hover {
  color: #000;
}

#footer .rssfeed {
  background: url(images/rss.png) no-repeat left 1px;
  padding-left: 17px;
}

#footer-left {
  color: #45D5E6;
  float: left;
  padding: 10px;
}

#footer-right {
  color: #FFFFFF;
  float: right;
  padding: 10px
}

/* ------------------------------------------------ */

/* Responsive Stilleri */
/* @media screen and (max-width: 600px) and (min-width: 601px) */
/* ortaca (769<=width<=960) */
@media screen and (max-width: 960px) {
  #wrap,
  #content-wrap,
  header {
    width: 100%;
}
header {
    height: 70px;
    background-size: cover;
}
#tikel {
    width: 100%;
    margin: 10px 0 0 0;
    float: none;
}
.post,
.arsiv,
.aramasonuc {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
}
#sidebar {
    width: 100%;
    margin: 10px 0 0 0;
    float: none;
    padding: 0;
}
form#quick-search {
    padding: 5px;
    margin: 10px;
    border: 1px solid #ff0048;
    background: #000;
    height: 24px;
}
.tab-yapi,
.sid,
.arrowlistmenu{
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
}
.navi{
  display: block;
}
}

/* minik (width <= 768px) */
@media screen and (max-width: 768px) {
  #wrap,
  #content-wrap,
  header {
    width: 100%;
}
header {
  height: 70px;
  background-size: cover;
}
#tikel {
  width: 100%;
  margin: 10px 0 0 0;
  float: none;
}
#sidebar {
  width: 100%;
  margin: 10px 0 0 0;
  float: none;
  padding: 0;
}
form#quick-search {
  border: 1px solid #ff0048;
  background: #000;
  height: 24px;
  width: auto;
  padding: 5px;
  margin: 10px;
}
input#s.tbox{
  width: 90%;
}
.tab-yapi,
.sid,
.arrowlistmenu {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
}
.Comments h3,
.List li,
.yorumkapali,
.yorumyap,
#yorum-tablosu {
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
}
#yorum-tablosu textarea#comment,
#yorum-tablosu input,
#yorum-tablosu input#author,
#yorum-tablosu input#email,
#yorum-tablosu input#url {
  width: 90%;
  padding-right: 10px;
  background-image: none;
}
.navi{
  display: block;
}
#footer {
  height: auto;
  background-size: cover;
}
#footer-left,
#footer-right {
  text-align: center;
  padding: 5px;
}
}