/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://example.com/twenty-thirteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

header.entry-header {
    position: relative;
}
h1.entry-title {
    position: absolute;
    bottom: 31px;
    margin: 0;
    padding: 8px 8px 4px;
    line-height: 1em;
    font-size: 26px;
    width: 100%;
    background: transparent url('white-transparent-bg.png') repeat top left;
    border-top: 1px solid #2f4f4f;
    color: #2f4f4f;
}

h1.entry-title a {
    display: block;
    color: #2f4f4f;
}

h1.entry-title a:hover {
    text-decoration: none;
    color: #112828;
}

.entry-thumbnail {
    border-top: 3px solid #2f4f4f;
}
.entry-thumbnail a {
    border-top: 2px solid #ffffff;
    display: block;
}

p + ul, p + ol {
    margin-top: -10px;
}
ul + p, ol + p {
    margin-top: 30px;
}
ol li {
    padding-bottom: 10px;
}
article.hentry + article.hentry {
    padding-top: 0;
}
.entry-header {
    margin-bottom: 20px;
}


@media (max-width: 643px) {
    h1.entry-title {
        font-size: 24px;
        font-weight: normal;
    }
}
@media (max-width: 500px) {
    h1.entry-title {
        font-size: 22px;
    }
}
@media (max-width: 420px) {
    h1.entry-title {
        font-size: 18px;
        position: relative;
        bottom: 10px;
        background: transparent url('dark-transparent-bg.png') repeat top left;
    }
    h1.entry-title a {
        text-shadow: 1px 1px 1px #ffffff;
    }
}
