/*
Theme Name: Twentyeleven Child
Author: KFisher
Description: PW Child theme for the twentyeleven theme
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

/* This makes the PPPC Med Release page content 500px wide. */
.page-id-4303 .one-column #content {
width: 500px;
}

#page {
	margin: 2em auto;
}

body, input, textarea {
	color: #373737;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

.entry-title {
	clear: both;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}

/* This removes the line at the bottom of the content. */
.hentry, .no-results { border-bottom: none; }

/* This removes the RECENT POSTS from the bottom of the Showcase Template. */
.recent-posts { display: none; }

/* Site Generator Line */
/* Site Generator details in footer.php of Twenty Eleven Child theme folder. */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 1.2em 0.5em;
	text-align: center;
}

