/*
Theme Name:     Twenty Twelve modified by raimue
Theme URI:      http://raimue.blog/blog
Description:    Child theme for the Twenty Twelve theme
Author:         Rainer Müller
Author URI:     http://raimue.blog/blog
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

h1.site-title {
    background: url(/wp-content/images/green-fish-20.gif) 99% center no-repeat;
}

#profiles a {
    text-decoration: none;
}

#profiles a img {
    vertical-align: text-bottom;
    margin-right: 0.5em;
    box-shadow: none;
    max-height: 16px;
}

.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 2.181818182;
    text-transform: none;
}

.widget-area .widget h3 {
    margin-bottom: 0.5em;
}

.main-navigation li a {
    text-transform: none;
}

/* ridicoulously specific selector to override importance in wp_syntax.css */
.wp_syntax table tr td pre {
    padding: 0.5em !important;
}

.entry-content blockquote,
.comment-content blockquote {
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef;
}
