/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://www.123myit.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         ETS Limited
Author URI:     http://www.123myit.com/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

.singular #content, .left-sidebar.singular #content {
    margin: 0 7.6% 0 34%;
    position: relative;
    width: 58.4%;
}
.left-sidebar #content {
    margin: 0 7.6% 0 34%;
    width: 58.4%;
}


/* Singular */
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 100%;
}
/* Singular content styles for Posts and Pages */
.singular .hentry, .no-results {
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.625em;
    padding: 0 0 1.625em;
    position: relative;
}
#nav-single {
	display: none;
    float: right;
    position: relative;
    top: -0.3em;
    text-align: right;
    z-index: 1;
}
.singular .entry-title {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.singular .entry-title, .singular .entry-title a {
    color: #222;
    text-decoration: none;
}
.singular .entry-title {
    clear: both;
    color: #222;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: .3em;
    padding-top: 15px;
}
.singular .entry-header .entry-meta {
	position: static;
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.singular blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}