/*
Theme Name: Twenty Twelve Child
Template:       twentytwelve
Version:        2.0.0
*/
.syntaxhighlighter {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.widget-area .widget h3 { margin-bottom: 0 }
.widget-area .widget { margin-bottom: 2rem }
.widget-area .widget p { 
	margin-bottom: 1rem;
	line-height: 1.5rem;
}
.entry-header .comments-link { margin-top: 0.1rem; }

.single-author .entry-meta .by-author { display: inline; }

.wp-caption.mini .wp-caption-text {
  text-align: left;
  font-size: .65em;
  line-height: 1.3;
}

.wp-caption.stacked-above .wp-caption-text {
  margin-bottom: .75em;
}

.comments-area .comment {
  margin-top: 0;
  margin-bottom: .25em;
  padding-bottom: 0;
}

.comments-area article header {
  margin-bottom: 1.25em;
}

.comments-area article header cite,
.comments-area article header time {
  margin-left: 0;
  font-size: .75em;
}

.comments-area article header cite,
.comments-area article header time,
.comments-area article header cite a.url {
  color: gray;
}

.comments-area .comment .reply span {
  display: none;
}

.comments-area .comment .comment-content p:last-child {
  margin-bottom: 0;
}

.comments-area .bypostauthor cite span {
  font-size: 0.5rem;
}

.comments-area .comment .reply {
  margin-bottom: 0.5rem;
}

a.comment-reply-link, a.comment-edit-link {
  font-size: 0.5rem;
  color: black;
  background-color: lightgray;
  border: 1px solid lightgray;
  border-radius: 2px;
  padding: 0.142857143rem 0.357142857rem;
}

.home article { 
  margin: 0;
  padding-bottom: 2em;
}

.home article:not(:first-child) { 
  padding-top: 2em;
}

.home footer.entry-meta {
  margin: 0;
}

header.entry-header h1.entry-title {
  font-size: 2.15em;
  line-height: 1.1em;
  font-weight: 500;
}

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

header.entry-header .post-details {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1em;
  margin-top: .4em;
  margin-bottom: 1em;
}

.site-header {
  margin-top: 3em;
  margin-bottom: 1.5em;
  padding-top: 2em;
  padding-bottom: 0;
}

.site-header h1 a {
  color: #21639b;
}

.site-header h2 {
  color: black;
}

.site-header h1.site-title {
  line-height: 1;
  font-family: 'Bad Script', sans-serif;
  font-weight: 600;
  font-size: 4em;
  margin-top: .5em;
  line-height: 0.75em;
}

.site-header h2.site-description {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.1em;
  line-height: .8em;
  color: #778899; 
  margin-top: .25em;
  margin-left: 1.5em;
}

.site-info {
  line-height: 1.2em
}

nav#site-navigation {
  margin-top: 0;
}

#site-logo {
  margin-top: 1em;
  padding-bottom: 0;
}


.main-navigation li a {
  line-height: 1em;
  font-size: .9em;
  color: black;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  border-top: thin solid rgb(68, 68, 68);
  border-bottom: none;
  margin-top: .15em;
  padding-top: .25em;
}

.main-navigation .sub-menu a {
    text-transform: none;
    line-height: 1.5em;
}

.main-navigation .searchform input, .main-navigation .searhform {
  border-radius: 0;
  font-size: 0.8em;
  padding: 0.2em
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  hyphens: none;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 0.1em; 
  margin-top: 1.5em;
}

.entry-content h1 {
  margin-top: 2.5em;
}

.entry-content h2 {
  margin-top: 2em;
}

.entry-content h1 + h2 {
  margin-top: 0.4em;
}

.entry-content p, .entry-content th, .entry-content td {
  line-height: 1.6em;
}

.entry-content hr {
  margin-top: 3em;
  margin-bottom: 3em;
}

.entry-content td {
  padding: 6px 0;
}

.entry-content th {
  vertical-align: top;
  padding: 8px 0;
}

.entry-content pre, .entry-content code, .entry-content var {
  font-family: 'Roboto Mono', Consolas, monospace;
  font-size: 0.9em;
}

.entry-content pre {
  line-height: 1.25em;
}

.entry-content code {
  line-height: inherit;
}

.entry-content blockquote {
  padding-top: 0;
  padding-bottom: 0;
}

.entry-content p, .entry-content blockquote {
  margin-bottom: 1em;
}

.site-content article {
  margin-bottom: 1em;
}

.site-content article {
  hyphens: manual;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  line-height: 1.25em;
}

.widget-area .widget li {
  margin-bottom: 0.7em;
}

a {
  color: #21639b;
}