/*
Theme Name: Child 2011
Description: Child theme for the Twenty Eleven theme 
Author: Your name here
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

/* gets rid of annoying white pixel marks at top of pages */
#page {
margin-top: -2px;
}
#main {
	clear: both;
	padding: 0 0 0;
}
.singular .hentry {
	border-top: none; 
	border-bottom: none;
	padding: 0 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0 0 0;
}

#content table, #content tr td {border:none;}