/*
 Theme Name:   Twenty TwelveChild
 Theme URI:    http://transascity.org/wp-content/themes/twentytwelve/twenty-twelve-child/
 Description:  Twenty Twelve Child Theme
 Author:       Fiona Nowling
 Author URI:   http://transascity.org
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, fluid-layout, full-width-template, gray, light, microformats, one-column, post-formats, responsive-layout, right sidebar, rtl-language-support, sticky-post, theme-options, translation-ready, two columns, white, my-header-colours
 Text Domain:  twenty-twelve-child
*/

/* =Repeatable patterns
-------------------------------------------------------------- */
.bypostauthor cite span {
	color: #fff;
	background-color: #DD9933;
	background-image: none;
	border: 1px solid #DD9933;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
a {
	outline: none;
	color: #dd9933;
}

a:hover {
	color: #dd9933;
}

/* Header */
.site-header h1 a,
.site-header h2 a {
	color: #dd9933;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #dd9933;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #dd9933;
}


/* Navigation Menu */
.main-navigation a:hover,
.main-navigation a:focus {
	color: #dd9933;
}

/* Sidebar */
.widget-area .widget a:hover {
	color: #dd9933;
}

/*footer area*/
footer[role="contentinfo"] a:hover {
	color: #dd9933;
}

/* =Main content and comment content
-------------------------------------------------------------- */
.entry-header .entry-title {
	font-size: 20px;
	color: #dd9933;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}

.comments-link a:hover,
.entry-meta a:hover {
	color: #dd9933;
}

/* Quote posts */
.format-status .entry-header header a:hover {
	color: #dd9933;
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	color: #dd9933;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article header a:hover {
	color: #DD9933;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #DD9933;
}

/* =Front page template
-------------------------------------------------------------- */

.template-front-page .widget-area .widget li a:hover {
	color: #DD9933;
}
