/*
Theme Name: Svoysky-child
Version: 1.0
Description: A child theme of Twenty Eleven
Template: twentyeleven
Author: Serg
*/
@import url("../twentyeleven/style.css");
/* Your awesome customization starts here */

body {
	padding: 0 2em;
}
#page {
	margin: 2em auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 4% 0 2.6%;
	width: 100%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

/* One column */
.one-column #page {
	max-width: 1000px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 0px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 0.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 0px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 0px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}
/* Site Generator Line */
#site-generator {
	background: rgba(102, 102, 102, 0.5);
	border-top: 1px solid #ddd;
	color: #f7f7f7;
	font-size: 12px;
	line-height: 1em;
	padding: 0.5em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #5aa1e3;
	font-weight: bold;
}

