/*
Theme Name: Anonyme Koeche
Theme URI: http://www.kubusmedia.com
Description: Theme for anonymekoeche.net
Version: 1.0
Author: kubus media
Author URI: http://www.kubusmedia.com
*/
/*************************************
 +Fonts
 *************************************/
/**
 * @license
 * MyFonts Webfont Build ID 3623412, 2018-08-17T02:35:38-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AachenTL-Bold by Tilde
 * URL: https://www.myfonts.com/fonts/tilde/aachen/bold/
 *
 * Webfont: AachenTL-Roman by Tilde
 * URL: https://www.myfonts.com/fonts/tilde/aachen/regular/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3623412
 * Licensed pageviews: 200,000
 * Webfonts copyright: Copyright 1990-2007 Bitstream Inc. All rights reserved. Modification for European languages. Copyright 1995-2007 Tilde, SIA.
 *
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3749f4");

@font-face {
    font-family: 'AachenTL-Bold';
    src: url('fonts/3749F4_0_0.eot');
    src: url('fonts/3749F4_0_0.eot?#iefix') format('embedded-opentype'),
    url('fonts/3749F4_0_0.woff2') format('woff2'),
    url('fonts/3749F4_0_0.woff') format('woff'),
    url('fonts/3749F4_0_0.ttf') format('truetype');
}

/*************************************
 +Containers
 *************************************/

html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 85%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: center;
}

img {
    border: none;
}

.clear {
    clear: both;
}

#wrap {
    padding: 0 20px;
    margin: 358px auto 0 auto;
    text-align: left;
    width: 600px;
}

#content {
    font-size: 1.2em;
}

#sidebar {
    padding-top: 2em;
}

#footer {
    background: #333;
    border-top: 1px solid #777;
    color: #888;
    clear: both;
    font-size: 0.9em;
}

#comment {
    width: 100%;
}

.navigation {
    font-family: 'AachenTL-Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 27px;
}

.navigation a {
    font-weight: normal;
    display: block;
    color: #000000;
}

.navigation a:hover {
    color: #23bad9;
}

/*************************************
 +Hn and p
 *************************************/

h1, h2, h3 {
    font-family: 'AachenTL-Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

h1 a, h2 a, h3 a {
    font-weight: normal;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

#bottom {
    padding-bottom: 2em;
}

.entrytitle h2 {
    margin-top: 2em;
}

.entrytitle h2 a {
    display: block;
    color: #000;
}

.entrytitle h2 a:hover {
    color: #23bad9;
}

hr {
    background: #ffffff url('./images/hr.png') left top no-repeat;
    color: #ddd;
    border: #ddd;
    height: 17px;
    margin: 1.5em 0 1.5em 0;
}

.postinfo {
    font-size: 120%;
}

#head_link {
    display: block;
    position: absolute;
    height: 328px;
    width: 600px;
    top: 30px;
    z-index: 20;
    background: #ffffff url('./images/logo.jpg') center top no-repeat;
}

/*************************************
 +Entry
 *************************************/

.entry {
    width: 100%;
}

.entrymeta {
    font-size: 0.9em;
}

.entrybody img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border: none;
    margin-bottom: 1em;
    display: block;
}

.entrybody p {
    margin: 1em 0 0 0;
}

.filedto {
    display: none;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar {
    margin: 1em 0;
    font-family: 'AachenTL-Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 19px;
}

#sidebar a {
    font-weight: normal;
    display: inline-block;
    color: #000000;
}

#sidebar a:hover,
#sidebar a.active {
    color: #23bad9;
}

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    float: left;
}

#sidebar ul li:after {
    content: "/";
    display: inline-block;
    padding: 0 5px;
}

#sidebar ul li:last-child:after {
    content: "";
    padding: 0;
}

/*************************************
 +Comments
 *************************************/

.commentsblock {
    margin: 0em;
}

.commentsblock input[type="text"] {
    float: right;
    width: 50%;
}

.commentsblock .clear {
    clear: both;
}

.commentsblock label {
    line-height: 2em;
}

.commentsblock textarea {
    width: 35em;
}

.commentsblock input,
.commentsblock textarea {
    padding: 6px;
    border: 1px solid #d1d1d1;
}

.commentsblock textarea:focus {
    background: #eee;
    border: 1px solid #a1a1a1;
}

.commentsblock textarea:focus,
.commentsblock input:focus {
    background: #eee;
    border: 1px solid #a1a1a1;
}

.commentsblock input[type="submit"] {
    padding: 10px 10px 6px 10px;
    font-family: 'AachenTL-Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    color: #ffffff;
    background: #000000;
    border: none;
}

.commentsblock input[type="submit"]:hover {
    background: #23bad9;
}

.commentauthor {
    display: block;
    font-size: 1.5em;
}

ol.commentlist {
    color: #000;
    list-style-type: none;
    margin: 0;
    margin-top: 1.5em;
    padding: 0;
}

ol.commentlist p {
    margin: 0;
}

.commentlist li {
    margin-bottom: 0.5em;
}

.alt {
}

h3#comments,
h3#respond {
    margin-top: 1.5em;
}

.authorization {
    display: block;
    text-align: right;
}

/*************************************
 +Misc
 *************************************/

a {
    font-weight: bold;
    text-decoration: none;
    color: #23bad9;
}

a:hover {
    color: #000000;
}

blockquote {
    font-style: italic;
    font-size: 90%;
    padding: 0;
    margin: 0.5em 0 0 0;
}

ul#categories {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul#categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ddpl-form select {
    width: 100%;
}

.options {
    border: 5px solid #23bad9;
}

.options legend {
    font-weight: bold;
}

.addthis_tool {
    display: block;
    margin-top: 20px;
}
