/*
Theme Name:     Twenty Twelve gehrcke.de
Author:         Jan-Philip Gehrcke
Author URI:     http://gehrcke.de/
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

/* =========================================
   Style twenty12 selectors.
   ========================================= */

/* Hide page titles. */
.page .entry-title {
    display: none;
}

/* https://wordpress.org/support/topic/bug-in-twenty-twelve-and-chrome-31 */
body.custom-font-enabled {
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* http://css-tricks.com/removing-the-dotted-outline/ */
a {
   outline: 0 !important;
}

img.alignleft {
    margin-top: 0;
}

img {
    border-radius: 0 !important;
}

p {
    margin-bottom: 8px !important;
}

.widget_recent_entries ul li {
    border-left: 3px solid #81abea;
    padding-left: 6px;
    margin-bottom: 7px;
    padding-top: 0;
    margin-top: 2px;
    line-height: 1.4 !important;
}

.widget_recent_entries ul li a {
    text-decoration: none;
}

.widget_recent_entries ul li a:hover {
    color: #81abea;
}

.widget-area .textwidget li {
    margin-left: 0;
}

.widget-area .textwidget ul {
    list-style: none;
}

.widget-area .widget h3 {
    margin-bottom: 5px;
}

.widget-area .widget a {
    margin-right: 10px;
}

.widget_recent_entries .post-date, .widget_rss .rss-date {
    margin-left: 0;
}

.entry-content blockquote, .comment-content blockquote {
    padding: 10px 35px;
    margin: 0 0 20px;
    font-size: 110%;
    font-style: normal;
    border-left: 5px solid #81ABEA;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* Slightly increase <code> font size and do not change line height */
.entry-content code, .comment-content code {
    font-size: 97%;
    line-height: inherit;
}

/* Automatic hyphenation is flaky. Disable it for now. */
.site-content article {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

/* =========================================
   Other tweaks, related to 3rd party plugins
   ========================================= */

#pingtrackback li {
    padding: 5px 0 15px 5px;
}

#pingtrackback ul {
    margin-left: 10px;
}

/* =========================================
   Style self-defined selectors.
   ========================================= */

div.bylinemod {
    margin-top: 5px;
}


