/*
 * Theme Name:     Twenty Twelve Child
 * Theme URI:      http://example.com/
 * Description:    Child theme for the Twenty Twelve theme
 * Author:         Karl Monaghan 
 * Author URI:     http://karlmonaghan.com/about/
 * Template:       twentytwelve                             
 * Version:        0.1.0
 * */

@import url("../twentytwelve/style.css");

body {
    background-color: white;
}

body.custom-font-enabled {
	font-family: Helvetica,Arial,serif;
}

.entry-content blockquote,
.comment-content blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
}

body .site {
    box-shadow: none;
    margin-top: 0px;
}

a {
	text-decoration: none;
	color: #1982d1;
}

strong {
    font-weight: 700;
}

.site {
    padding: 0 10px;
}

.site-header {
    padding: 1rem 0;
}

.header-bar {
    background-color: #CC0000;
    height: 40px;
}

.header-bar img {
    padding: 5px;
}

.header-bar .strapline {
    color: white;
	font-size: 18px;
	padding: 11px;
}

.hide-small {
	display: inline;
}

@media screen and (max-width: 624px) {
    .hide-small {
        display: none;
    }

    .header-bar .strapline {
        font-size: 13px;
        padding: 13px 5px 12px 5px;
        font-weight: bold;
    }
    
	.commentlist .children {
		margin-left: 15px;
	}
}

@media screen and (min-width: 624px) {
    .hide-small {
        display: inline;
    }
	.show-large {
        display: none;
    }
}

@media screen and (max-width: 768px) {    
    .site-content,
    .widget-area {
    	width:100%;
    	float: none;
    }
}

@media screen and (min-width: 821px) {
    .show-large {
        display: inline;
    }
}

@media screen and (min-width: 960px) {
	.hide-large {
        display: none;
    }
    
	body .site {
		padding: 0px;
	}
	
	.site {
		max-width: 980px;
	}
	
	.site-content {
		width: 640px;
		/*padding-left: 10px;*/
	}
	
	.widget-area {
    	margin-right: 10px;
	}
}

.comments-area article {
    margin: 1rem 0;
}

.comments-area article header {
	margin: 0 0 1.5rem;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	border-radius: 0px;
	box-shadow: none;
}

.entry-content,
.entry-summary,
.comment-content,
.mu_register {
	font-size: 17px;
	font-weight: 300;
}

.entry-header .entry-title {
    font-size: 25px;
    font-size: 1.75rem;
    padding-bottom: 1rem;
    font-weight: bold;
}

.entry-header .entry-title a {
    color: black;
}

.entry-meta a {
	color: #1982d1;
}

.widget-area {
    min-width: 300px;
}

.widget-area .widget a {
    color: #1982d1;
}

.widget-area .widget,
.widget-area .widget h3 {
    margin-bottom: 15px;
    margin-bottom: 1rem;
}

.widget-area #s {
    width: 73%;
}

.widget-title {
    background: none repeat scroll 0 0 #CC0000;
    color: white;
    padding-left: 1em;
}

#respond {
	background-color: #e6e6e6;
	padding: 10px;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

.footer-info {
	text-align: center;
}

#authorlist li {
	clear: left;
	float: left;
	margin: 0 0 5px 0;
}

#authorlist img.photo {
	width: 40px;
	height: 40px;
	float: left;
}

#authorlist div.authname {
	margin: 20px 0 0 10px;
	float: left;
}


.fb-like iframe {
    max-width: inherit;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	float: right;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

.post-details {
	float: left; 
	margin-bottom: 10px;
}

.post-details-title {
	max-width:590px;
}

.entry-summary,
.entry-content {
	clear: both;
}