/* standard elements */
* {
    margin: 0;
    padding: 0;
}
a {
    color: black;
    text-decoration:underline;
}
img {
    border:none;
    vertical-align:text-bottom;
}
body {
    background: white;
    color: black;
    margin: 0;
    font: 75% serif;
}
/* misc */
.clearer {
    clear: both;
}
/* top header */
#header {
    position: static;
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 20px;
}
#header h1{
    position: relative;
    font-style:italic;
    font-size: 1.8em;
    color: black;
    font-weight:normal;
    right: auto;
    bottom: auto;
    top: 5px;
    left: 5px;
    border-bottom: 1px solid black;
}
#header h1 span {
    color: #999999;
    font-size: 0.8em;
    font-style: italic;
}
/* structure */
.outer {
    width: 100%;
    margin: 0;
    background: none;
}
.container {
    background: white;
    width: 100%;
    padding: 0;
}
/* horizontal menu */
#topmenu {
    display: none;
}
/* main navigation left */
.sidenav {
    display: none;
}
/* content section */
.content  {
    float: left;
    width: auto;
    background:white;
    border: none;
}
/* content contains item */
.item {
    padding: 0 5px;
    background: none;
}
/* item general */
.item h1, .item h2, .item h3{
    color: black;
    font-family: Georgia,"Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
}
.item h1 {
    margin: .3em 0 .5em;
    font-size: 1.7em;
    text-transform: uppercase;
}
.item h2 {
    margin: 0.3em 0 0.6em;
    font-size: 1.6em;
}
.item h3 {
    margin: 0.3em 0;
    font-size: 1.5em;
}
.story h1, .story h2, .story h3 {
    text-align: center;
}
.poem {
    padding-top: 15px;
    margin-left: 80px;
}
.inpoem {
    font-style: italic;
}
.story {
    padding-top: 15px;
}
/* news div */
.date, .tools {
    display: none;
}
/* category listing */
.item ul {
    margin: 2em 2em 1em 5em;
}
.item li {
    list-style-image:url('../img/letter.gif');
    padding: 0.2em;
    font-size: 1.4em;
}
.item li span {
    font-size: .95em;
    font-style: italic;
}
#page h1{
    text-align:center;
}
/* suratlara degishli */
#surat {
    text-align: center;
}
#surat img {
    border: 1px solid #dadada;
    padding: 5px;
    margin: 0 auto;
}
#surat p{
    text-align:center;
    margin: 0.5em 2em;
}
/* paragraph related */
.item p {
    padding-bottom: 1.5em;
    font-size: 1.3em;
}
.poem p {
    white-space: pre;
}
.story p {
    line-height: 120%;
    text-align: justify;
}
.pretext {
    color: black;
    font-size: 0.95em;
    font-style:italic;
    padding: 1em 40% 1em 0;
}
.posttext {
    font-size: 1em;
    font-style: italic;
    color: black;
    padding-right: 30%;
}
.dowamy {
    font-style:italic;
}
#search{
    display: none;
}
#bellikbox {
    display: none;
}
/* footer */
.footer {
    display: none;
}

