/*
Theme Name: Twenty Eleven Child
Template: twentyeleven
*/

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



#branding {
	border-top: 0;
} 



#access { text-align:center; }
#access ul { display:inline-block; }
/*
*/

#page {
	margin: 0em auto;
}

#access {
	box-shadow: none;
}

#access ul {
	font-size: 16px;
}

#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	color: #f00000;
}





	#access a {
	/*	border-top: 1px solid #000000;		*/
	border-bottom: 1px solid #000000;
	}





div.art-content-layout-row {
	display:table-row;
}


#main {
	padding-top: 0;
}


/* remove titles from pages */
.page .entry-title { display: none; }


/* reduce width of sidebar 
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 29% 0 5.6%; 
	width: 63.4%;
}
#secondary {
	float: right;
	margin-right: 5.6%; 
	width: 13.8%;
}
*/


/* add sidebar to posts */
.singular #primary {
	margin: 0 -26.4% 0 0;
}
#nav-single {
	display: none;
}
.singular .entry-header .entry-meta {
	position: relative;
}
.singular .hentry {
	padding: 0;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	width: 100%;
}
.singular #content, .left-sidebar.singular #content {
	margin: 0 34% 0 7.6%;
}
.singular article .entry-title {
	padding-top: 0;
}
.singular .entry-meta .edit-link a {
	right: 0;
	top: 0;
	left: auto;
}


/* remove grey line at bottom */
.hentry { border: none; }

/* remove junk from facebook share? */
.form-allowed-tags { display:none; }

/* remove WordPress Stats smiley face */
img#wpstats { display: none; }

