/*
Theme Name:     Twenty Eleven Child with Sidebar Support
Theme URI:      http://futurewebblog.com/add-sidebar-support-posts-twenty-eleven-theme/
Description:    Child theme for the Twenty Eleven which includes support for sidebars on posts
Author:         Chris Aprea
Template:       twentyeleven
Version:        1.1
*/

/* We must first include the original css from the parent theme */
@import url("../twentyeleven/style.css");

.textwidget ins {
	background: none;
}

.project-progress > div {
	height: 20px;
	border: 1px solid #888;
	background: #999;
	border-radius: 4px;
	position: relative;
}

.project-progress > div span {
	position: absolute;
	z-index: 10;
	text-align: center;
	font-size: 12px;
	top: 2px;
	width: 165px;
	color: #fff;
	font-weight: bold;
}

.project-progress > div div {
	position: absolute;
	border: 1px solid #444;
	border-radius: 4px;
	height: 19px;
	background: #555;
}

.project-progress a {
	display: block;
}

.project-progress a.no-page {
	color: #777;
}

.project-progress > div+a {
	margin-top: 10px;
}