/*
Theme Name: 2-4 Unit Thesis Child Theme
Theme URI: http: //www.garydubois.com
Description: This is a custom child theme I have created based on the Twenty Eleven WordPress Theme. Notable changes include: activating the excerpt function.
Author: Rance Graham-Bailey
Author URI: http: //www.garydubois.com
Template: twentyeleven
Version: 0.1
*/

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

/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}

/* Adding space below title on home page where recent posts will show in full

section.recent-posts .other-recent-posts li { padding-top:1.3125em; }*/

/* Removes author from posts
*/
.by-author { display: none; }

/* Hides bar at top of page
*/
#branding {
border-top: 10px solid #000;
}

.showcase-heading {
display: none;
}