/*
Theme Name:     2011-child
Description:    Learning tool for CSS and comparison to other 2010 / 2012 themes in functionality.
Author:         rick@rickdallas.com
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyeleven/style.css");

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
border: 0px solid #ddd;
padding: 0px;
}
.wp-caption img {
border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
background: none;
border: none;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
background: none;
border-color: none;
}


#branding #searchform {
	display:none;
}
#branding .only-search + #access div {
	padding-right: 0px;
}

#branding {
	border-top: none;
}


#content h1 {
	font-weight:bold;
	color:#2968b8;
	font-size:130%;
}

#access {
background: #6B6D5F;
}