@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/alegreya/v31/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbgv5qvmSA.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/alegreya/v31/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlYHuJqvmSA.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/alegreya/v31/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNG9hU49aqm.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/alegreya/v31/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGERI49aqm.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/alegreyasans/v24/5aUu9_-1phKLFgshYDvh6Vwt5fFPqER2jg.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/alegreyasans/v24/5aUu9_-1phKLFgshYDvh6Vwt5dlKqER2jg.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D4i1hNQ.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 140%;
  font-family: 'Alegreya', serif;
  font-weight: 400;
}
body {
  font-size: 1em;
  background-color: #7799CC;
  background-image: url("/theme/izmir.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
h1 {
  height: 17rem;
  margin: 0;
  padding: 0.5em;
  text-shadow: 0.1em 0.1em 0.2em rgba(55, 55, 55, 0.5);
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 900;
}
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  margin: 0.7em 0 0.3em 0;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-weight: 800;
}
p {
  margin-bottom: 1em;
}
#wrapper {
  width: calc(100%-2rem);
  max-width: 40rem;
  margin: 1rem auto 1rem auto;
  position: relative;
  padding: 0;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0.2rem 0.2rem 2rem #000000;
}
#logo {
  position: absolute;
  right: 0;
  top: 8rem;
  width: 12rem;
  height: 16rem;
  overflow: hidden;
  z-index: -1;
}
#logo > img {
  width: 16rem;
}
#main {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.7);
}
#foot {
  padding: 1.5em 0;
  text-align: center;
  font-size: 0.9em;
  font-style: italic;
}
#nav {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 300;
  height: 5rem;
  margin: -12rem 0 0 1em;
  padding: 0 0 0 1em;
}
#nav li {
  font-size: 1.1em;
  list-style: circle;
}
#nav li li {
  list-style-type: ltwo;
  font-size: 0.8em;
}
#nav li a {
  padding: 0.1em;
  border: none;
  text-shadow: 0.1em 0.1em 0.3em #88A;
}
#nav li a:hover {
  text-shadow: 0.1em 0.1em 0.3em #66C;
}
#nav ul {
  margin: 0.5em;
}
div.newsitebanner {
  text-align: center;
  padding: 2em;
  background: #440000;
  color: #dddddd;
  font-size: 1.1em;
  font-weight: bold;
}
div.newsitebanner a {
  color: yellow;
}
a {
  text-decoration: none;
  border-bottom: 1px dotted #A00;
  color: #A00;
}
a:hover {
  color: #F00;
}
a[rel="external"] {
  background: url("/images/external.png") 99% 40% no-repeat;
  padding-right: 15px !important;
}
textarea {
  border: 1px dotted #A00;
}
input {
  border: 1px dotted #A00;
}
p {
  margin-bottom: 1em;
}
ol {
  margin: 1em 1em 1em 2em;
}
ul {
  margin: 1em 1em 1em 2em;
}
ul li {
  list-style-type: circle;
}
dl {
  margin: 1em 1em 1em 2em;
}
dl span {
  font-variant: small-caps;
}
li {
  margin-bottom: 0.2em;
}
hr {
  border: none;
  border-bottom: 1px solid #AAA;
  width: 60%;
  margin: 1em auto 1em auto;
}
blockquote {
  border: 1px solid #DDD;
  background: #EEE;
  padding: 0.5em;
  margin: 0.5em 2em 1em 0.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 1em;
}
#map {
  font-size: 0.8em;
  width: 100%;
  height: 30rem;
  border: none;
}
@counter-style ltwo {
  system: cyclic;
  symbols: "»";
  suffix: " ";
}
img.right {
  float: right;
  padding: 2px;
  border: 1px solid #333;
  margin: 0 0 1em 1em;
}
img.left {
  float: left;
  padding: 2px;
  border: 1px solid #333;
  margin: 0 1em 1em 0;
}
div.left {
  float: left;
  width: 225px;
}
form label {
  display: block;
  float: left;
  padding: 0 0.2em 1rem 0;
  width: 30%;
  text-align: right;
}
form input {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 70%;
}
form br {
  clear: left;
}
form input[type="submit"] {
  float: right;
  width: 6em;
  border: 2px outset #CCC;
}
form textarea {
  display: block;
  width: 100%;
  height: 6em;
}
form:after {
  content: "";
  display: block;
  clear: both;
}
.hide {
  display: none;
}
ul.kutsal li {
  color: #600;
  line-height: 1.4;
}
ul.pb li {
  list-style: none;
  border-bottom: 1px dotted #DDD;
  margin-bottom: 0.5em;
}
ul.pb li span {
  display: inline-block;
  background: white;
  position: relative;
  top: 1px;
}
ul.pb li span:first-child {
  float: right;
}
.clear {
  clear: both;
}
div.yeni {
  float: right;
  font-size: 0.9em;
  width: 25em;
  background: #EEE;
  padding: 1em;
  margin: 0 0 0.5em 1em;
  border: 1px dotted #999;
}
sup.yeni {
  font-size: 0.7em;
  color: #F66;
  font-weight: 400;
}
.date {
  font-style: italic;
}
ul.dipnot {
  line-height: 1em;
  margin-left: 2em;
}
ul.dipnot li {
  list-style: none;
}
ul.dipnot a:first-child {
  border: none;
  color: #000;
}
ol.dipnot {
  line-height: 1em;
  margin-left: 2em;
}
.mejs__audio,
audio {
  width: 100%;
}
