/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://blog.thecybershadow.net/2013/07/26/new-blog-theme/
Description:    Minimalistic child theme for the Twenty Twelve theme
Author:         Vladimir Panteleev
Author URI:     http://thecybershadow.net/
Template:       twentytwelve
Version:        0.1.0
*/

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

html {
	font-size: 100%;
}

body {
	background-color: white;
}

body, body.custom-font-enabled {
	font-family: /*"Linux Libertine", */"Georgia", "Droid Serif", "Times New Roman", "Times", serif;
	color: #333;
}

body.custom-background {
	background-color: inherit !important;
}

body .site {
	box-shadow: none;
}

h1.site-title {
	text-align: center;
	font-weight: normal;
	font-size: 250% !important;
}

h1.site-title {
	display: none;
}

h1.entry-title {
	text-align: center;
	font-size: 200% !important;
}

.site-header h1 a,
.site-header h2 a {
	color: #557;
}

.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #334 !important;
}

a {
	color: #557;
}

a:hover {
	color: #334;
}

@media screen and (min-width: 600px) {
	.site {
		max-width: 800px;
		max-width: 50rem;
	}
}

header#masthead, nav.nav-single {
	display: none;
}

footer .site-info {
	float: right;
}

ul.archives {
	list-style: disc outside none;
}

.comments-area article header {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

div#page div.syntaxhighlighter {
	margin-top: 0 !important;
	margin-bottom:   24px  !important;
	margin-bottom: 1.71rem !important;
}

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

.site-content article {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
	text-align: justify;
}

tt {
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}

img {
	box-shadow: none !important;
}

.entry-content pre,
.comment-content pre {
	border: none;
	color: black;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;

	-o-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
