@font-face {
    font-family: 'narkisim';
    src: url('../fonts/nrkis-webfont.woff2') format('woff2'),
         url('../fonts/nrkis-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background: url('../img/body.jpg');
    font-family: narkisim;
}

a {
    color: #968574;
}
a:hover {
    color: #968574;
}

h3, h4 {
    margin: 20px 0;
    padding: 0;
    color: #968574;
}
h3 {
    font-size: 17px;
}
h4 {
    font-size: 15px;
}

ul, ol {
    padding-right: 20px;
}
li {
    margin: 0 0 10px 0;
}

#main {
    width: 700px;
    padding: 0;
    min-height: 100%;
    background: url('../img/main.png');
}

#menu {
    margin: 25px 75px;
    overflow: hidden;
}

#logo {
    float: left;
    width: 300px;
    height: 200px;
}

#title {
    float: right;
    width: 250px;
    height: 75px;
    margin: 50px 0 0 0;
}

#links {
    float: right;
    width: 250px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
#links a {
    color: #968574;
    margin: 0 7px;
}

#submenu {
    margin: 0 90px;
}

#search {
    padding-top: 5px;
}
#search:focus {
    outline: none;
    outline-style: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    border-color: #968574;
}
#submenu .glyphicon {
    color: #968574;
}

.post-item {
    display: block;
    cursor: pointer;
    margin: 0 90px;
    padding: 10px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #ccc2b8;
}
.post-item:hover {
    background: #faf6f2;
    text-decoration: none;
}

#post {
    margin: 0 90px;
    padding: 10px;
}

.post-head {
    float: right;
    width: 420px;
    height: 20px;
    margin: 0 0 10px 0;
}

.post-head h2 {
    height: 20px;
    margin: 0;
    padding: 0;
    color: #968574;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.post-date {
    float: left;
    width: 80px;
    margin: 0 0 10px 0;
    color: #968574;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}

.post-body {
    clear: both;
    text-align: justify;
}
.post-body p:last-child {
    margin-bottom: 0;
}

.post-attachments {
    margin: 10px 0 0 0;
    padding: 10px 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #ccc2b8;
}
.post-attachments a {
    display: block;
    cursor: pointer;
    margin: 5px 0;
    color: #000;
}
.post-attachments a:hover {
    background: #faf6f2;
    text-decoration: none;
}
.post-attachments a img {
    margin: 0 0 0 10px;
}
