/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Utt Nal
Author URI:     http://example.com/about/
Template:       te
Version:        0.1.0
*/

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

/* Without explicitly setting the margin we're inheriting
	a value of "0" which isn't allowing space for the sidebar */
	
.singular #primary {
	margin: 0 -26.4% 0 0;
}

/* Without explicitly setting the width we're inheriting
	a value of "68.9%" which stops the content from taking up the majority of the space available */
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	width: 100%;
}

#secondary {
	margin-right: 2%;
	width: 24.4%;
}

#content {
	margin: 0 28% 0 2%;
	width: 69%;
}

.entry-title {
	clear: both;
	color: #222;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: .3em;
	padding-top: 5px;
}

.entry-title {
	padding-right: 5px;
}

.entry-content,
.entry-summary {
	padding: 0 0 0;
}

.topmenu	{
	border-bottom: 3px solid grey;
}

#branding {
	padding-bottom: 5px;
}

#site-description {
	margin: 0 270px 1.65625em 0;
}

#site-title {
	padding: 1.65625em 0 0;
}

.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0em;
	text-transform: none;
}