/*
    Theme Name: Type Core Child
    Template: typecore-master
 */

@import url('../typecore-master/style.css');

/*
a {
    text-decoration: dotted underline;
}
 */

/*
 *  Japanese style text indent
 */
.entry p,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    text-indent: 1em;
}

.entry h2 {
    background-color: #cc3333;
    color: white;
    padding: 10px 1em 10px 1em;
}

.entry h3 {
    border-bottom: #cc3333;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.site-title a img {
    display: inline;
    vertical-align: text-bottom;
}

.content-standard-tags {
    margin-top: 10px;
}

/*
    Google ad layout
 */
.google-ad-single {
    margin-bottom: 30px;
}

.google-ad-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
}