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

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

body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-rendering: optimizeLegibility;
/*	color: #232323;*/
	color: #444;
}

body.custom-font-enabled {
/*	font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

body .site {
	border-radius: 3px;
}

.site-header {
	padding-bottom: 0px;
	padding-left: 100px;
}
.site-header h1 {
	letter-spacing: -1px;
	line-height: 1.0;
	font-size: 1.65714rem;
}
.site-header h1 a,
.site-header h2 a {
/*	color: #5151ff;*/
	color: #185DA0;
	line-height: 2;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.828571429rem;
	line-height: 1.846153846;
	color: #232323;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	text-align: justify;
	font-size: 0.95rem;
	line-height: 1.45;
	text-indent: 20px;
	color: #333333;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	margin: 0 0 5px;
}

.entry-content a:visited,
.comment-content a:visited {
        color: #757575;
}

.widget-area .widget a:visited {
        color: #757575;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.site-content {
		width: 79.104166667%;
	}
	.widget-area {
		width: 16.041666667%;
		border-left: 1px solid lightgray;
		padding-left: 15px;
	}
}

.site-content article {
	border-bottom: none;
	margin-bottom: 2.14286rem;
	padding-bottom: 1.71429rem;
}

.entry-header .entry-title {
/*	background-color: #f5f5f5;*/
	line-height: 1.0;
	margin-top: 20px;
	border-top: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-radius: 10px 0 0 0;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 100%;

}

.entry-header .entry-title a {
}

.archive-header, .page-header {
	border-bottom: none;
	margin-bottom: 1.14286rem;
}

.site-description {
	float: right;
}

.menu-main-container {
	text-align: left;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
/*	width: 42%;*/
/*	border: 0px;*/
}
.main-navigation {
	margin-top: 1.01429rem;
}
.main-navigation li {
	margin: 0px;
/*	border-bottom: 1px solid #EDEDED;*/
/*	border-top: 1px solid #EDEDED;*/
}
.main-navigation li a {
	line-height: 2.69231;
	padding: 0 10px 0 10px;
}
.main-navigation li a:hover {
	background-color: #e1e1e1;
}

footer.entry-meta {
	font-size: 0.828571rem;
	line-height: 1.54615;
	text-align: right;
}

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

.widget-area .widget p, .widget-area .widget li, .widget td, .widget th, .widget-area .widget .textwidget {
	font-size: 0.828571rem;
	line-height: 1.54615;
}

.site {
	max-width: 77.5714rem;
}

.comments-title {
	margin-bottom: 0;
	font-size: 1rem;
}

#respond {
	margin-top: 0;
}

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

.comments-area li.bypostauthor cite span {
	position: inherit;
}

li.bypostauthor cite span {
	border: none;
}

#_widget-2 h3 {
	margin-bottom: 0px;
	text-transform: none;
}
#_widget-2 li {
	font-size: 0.67rem;
}
#text-5 {
	margin-bottom: 0px;
}
#text-3 {
	margin-bottom: 0px;
}

.header-avatar {
	float: left;
	left: -18px;
	position: relative;
	top: 22px;
}

.FlattrButton {
	position: absolute;
	z-index: 5;
}

.comment-awaiting-moderation cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
