/*
Theme Name: Twenty Twelve Child
Theme URI:      http://kmarsden.com
Description:    Child theme for the Twenty Twelve theme 
Author:         Kevin Marsden
Author URI:     http://kmarsden.com
Template:       twentytwelve
Version:        1.0
*/

@import url("../twentytwelve/style.css");

.site-header {
	padding-bottom: 0.7rem;
}


.site-content article {
	margin-bottom: 2.5rem
}

/* Edit the width of the audio media player*/
.mejs-container {
	max-width: 400px;
	
}

.sd-title {
display:none;  /* Removes the "Like This:" text from the sharing section below the posts */
}

.post-likes-widget {
width: 100%;  /* Increases width from 82.5% since the text above is removed */
}

.entry-summary, .entry-content {
padding-top: 15px;
}

.entry-content code {
  margin: 0 2px;
  padding: 2px 5px;
  white-space: pre-wrap;
  border: 1px solid #EAEAEA;
  background-color: #F8F8F8;
  border-radius: 3px;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  color: #e14d43;
  }
  
  
  .entry-content a, .comment-content a {
	color: #7f7f7f;
}

h1.entry-title a:hover, .logged-in-as a:hover, .nav-previous a:hover, .nav-next a:hover,
#colophon .site-info a:hover {
	color: #b24a43;
}

h1.entry-title a, h1.entry-title,
.site-header h1 a:hover, .site-header h2 a:hover,
.main-navigation li a:hover, .main-navigation li a:focus,
.comments-link a:hover, .entry-meta a:hover, 
.entry-content a:hover, #colophon .site-info a, 
.logged-in-as a, .nav-previous a, .nav-next a {
	color: #e14d43;
}


.entry-content pre, .comment-content pre {
       border: none !important;
	margin: 0;
	padding: 0.5em 0;
}


.entry-content a, .comment-content a {
	color: #7f7f7f;
}

h1.entry-title a:hover, .logged-in-as a:hover, .nav-previous a:hover, .nav-next a:hover,
#colophon .site-info a:hover {
	color: #b24a43;
}

h1.entry-title a, h1.entry-title,
.site-header h1 a:hover, .site-header h2 a:hover,
.main-navigation li a:hover, .main-navigation li a:focus,
.comments-link a:hover, .entry-meta a:hover, 
.entry-content a:hover, #colophon .site-info a, 
.logged-in-as a, .nav-previous a, .nav-next a {
	color: #e14d43;
}


.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
    margin: 0.5rem 0;
}

.entry-header {
	margin-bottom: 0.5rem;
}