/*
Theme Name:     Twenty Eleven Child
Description:    Child theme for the Twenty Eleven theme 
Author:         Virginia DeBolt
Template:       twentyeleven
*/

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

body {
	padding: 0;
}

#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
	background: url(http://www.webteacher.ws/img/twentyelevenhgroupbg2.jpg) no-repeat center bottom;
}


#branding h1, #branding h2 {
	padding-left: 0.5em;
}

#site-description {
	color: #333333;
}

#branding #s {color: #222;}

#page {
	margin: 1px auto;
}

.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-weight:bold;
	line-height: 1.6em;
	text-transform: none; 
}

.entry-content h2,
.comment-content h2 {
	font-size: 18px;
}



p {
	margin-bottom: 1em;
}

.widget-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
}

blockquote {
	background-color: #E3E3E3;
	font-style: italic;
	border-radius: 15px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 120px;
	background-image: url(http://www.webteacher.ws/img/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}

.disclosure {
	font-size: 80%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

#content {
	width: 100%;
}

#secondary {
	float: none;
	width: 100%;
	}
#topad {
	display: none;
}

}