﻿/*   
Theme Name: Twenty Thirteen Child Theme
Theme URI: 
Description: A child theme for the Twenty Thirteen theme
Author: Brent Cyrus
Author URI: http://quietevents.org
Template: twentythirteen
Version: 1.0.0
*/

@import url('../twentythirteen/style.css');

/* Basic elements */
h1 {
	font-size: 36px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, serif;
}

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

button, input, textarea {
	border-width: 1px;
}

/* Site header */
.site-title {
	color: #711;
	text-shadow: 1px 1px #ccc;
}

.site-description {
	color: #fff;
	text-shadow: 1px 1px #555;
}

/* Site footer
.sidebar .site-footer .widget-area {
	left: auto !important;
	max-width: auto !important
}*/

/* Remove hyphens */
code, kbd, pre, samp, blockquote, q, .entry-content, .widget {
    -moz-hyphens: none !important;
    word-wrap: unset !important;
}

/* Article Headers */
article h2 {
    color: #642;
}

article h3 {
    color: #c63;
}

article h4 {
    color: #eb4;
}

/* Widget adjustments */
.widget_recent_entries a {
    font-weight: bold;
}

.widget_recent_entries .post-date {
    display: block;
}

aside.widget_categories ul li {
    display: inline-block;
    padding: 1px 0;
}

/* Comment List */
.comment-list li {
	border: none;
	border-left: 1px dotted #ccc;
	margin: 15px 0;
	padding-left: 20px;
}

.comment-list .children {
    margin-left: 0 !important;
}

.comment-author .fn, .comment-author .fn a {
	font-weight: bold !important;
}

.comment-body {
    padding: 15px 0 !important;
}

.comment-body .comment-metadata {
	margin-bottom: 15px;
}

.comment-content p {
    margin-bottom: 15px;
}

.comment-list > li::after, .comment-list .children > li::before {
    background: none !important;
    height: 0;
}

.bypostauthor {
    border-left: 1px dotted #c50 !important;
}

/* Subscribe widget */
form.prompt-subscribe .inputs input[type="text"] {
    margin-bottom: 10px;
    width: 270px;
}

/* Fixing footer issue */
.sidebar .site-footer .widget-area {
	left: auto !important;
	max-width: 1040px !important;
}

/* Thumbnails */
.entry-thumbnail {
    float: right;
    margin: 0 0 30px 10px;
}
.entry-title, .entry-meta {
    clear: left;
}
.entry-thumbnail img {
    border: 1px solid #fff;
    box-shadow: 1px 1px 5px 2px #ccc;
}

/* America My Home */
.amhlyrics {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    color: #555;
    font-style: italic;
    margin-bottom: 10px;
    padding: 15px 25px 0;
}

.testimonials > p {
    font-style: italic;
    color: #777;
    margin-left: 20px;
}

.testimonials blockquote {
    border-left: 3px solid #ccc;
    margin: 24px 20px 5px 0;
    padding-left: 15px;
}

.testimonials blockquote:hover {
    background-color: #f8f8f8;
    border-left-color: #e90;
    color: #379;
}

.testimonials blockquote p {
    margin-bottom: 0;
}