/*
 Theme Name:     Twenty Eleven Child
 Theme URI:      http://example.com/twenty-eleven-child/
 Description:    Twenty Eleven Child Theme
 Author:         John Doe
 Author URI:     http://example.com
 Template:       twentyeleven
 Version:        1.0.0
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */

/* enhance maximum page width for wide-screen terminals */ 
#page {
	margin: 2em auto;
	max-width: 1500px;
}
/* This prevents sidebar from moving down, but narrows Showcase template */
.singular #primary {
	float: left;
	width: 70%;
	margin: 0;
}
/* This removes the wide margin from the Sidebar Template */
.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: 90%;
}

/* fancy menu bar with gradient */
#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#777777, #0a0a0a);
	background: -o-linear-gradient(#777777, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777777), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#777777, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}

/* don't show recent posts in showcase template */
.page-template-showcase-php section.recent-posts {
display: none;
}

