/* sdknostalgia — 2005 hatirina */

html {
  background: #4b4b66;
}

body {
  margin: 0;
  padding: 22px 0 48px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #2c2c2c;
}

a { color: #0033cc; }
a:visited { color: #663399; }
a:hover { color: #cc0000; }

/* ortadaki sayfa kutusu */
.wrap {
  width: 700px;
  max-width: 94%;
  margin: 0 auto;
  background: #fbf8ee;
  border: 2px solid #15151f;
}

/* basliktan sonraki <hr>'lar artik gereksiz */
hr { display: none; }

/* baslik bandi */
header {
  background: #2a2a3d;
  border-bottom: 2px solid #15151f;
  padding: 16px 24px;
}
header h1 {
  margin: 0;
  font-size: 19px;
  letter-spacing: 0.04em;
}
header h1 a,
header h1 a:visited {
  color: #f0ecd8;
  text-decoration: none;
}
header h1 a:hover { color: #ffffff; }
header .tagline {
  margin: 5px 0 0;
  font-size: 11px;
  font-style: italic;
  color: #9a96b8;
}

/* govde */
main {
  padding: 20px 24px;
}

.notice {
  color: #888888;
  font-style: italic;
}

/* yazi listesi */
.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-list li {
  padding: 12px 0;
  border-bottom: 1px dashed #c4bda6;
}
.post-list li:last-child {
  border-bottom: 0;
}
.post-list .title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
.post-list .title::before {
  content: "\00bb\00a0";
  color: #999999;
}
.post-list .title:hover {
  text-decoration: underline;
}
.post-list .summary {
  margin: 4px 0 0;
  font-size: 12px;
  color: #555555;
}

.date {
  font-size: 11px;
  color: #8a8a8a;
}

/* yazi detayi */
.back {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 11px;
}
article h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 4px;
  color: #1a1a1a;
}
article .date {
  display: block;
  margin-bottom: 14px;
}
article p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 14px;
}

/* alt bilgi */
footer {
  padding: 14px 24px 16px;
  border-top: 1px dashed #c4bda6;
  background: #f3eedd;
  text-align: center;
}
footer .contact {
  margin: 0;
  font-size: 12px;
}
