/*
Theme Name: Dunster (Twenty Eleven)
Description: A child theme of 2010-11 default WordPress theme.
Author: Bryan Kate
Version: 1.0
Template: twentyeleven
*/
@import url("../twentyeleven/style.css");

/* flip content to be on the left */
.page-template-showcase-php section.recent-posts {
	float: left;
	margin: 0 31% 0 0;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: right;
	margin: 0 0 0 -22.15%;
	width: 22.15%;
}

/* change z-index to be less than logo */
#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9998;
}

/* header with overlayed logo */
#logo {
	position: absolute;
	z-index: 9999;
}
#logo img {
	display: block;
	border: none;
	margin: 0;
	padding-right: 5px;
	padding-top: 0px;
	opacity: 1.0;
}
#logo h1 {
	color: rgb(112, 9, 6);
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	text-decoration: none;
        text-shadow: 2px 2px 0 rgb(186, 142, 48), 
                     -2px -2px 0 rgb(186, 142, 48), 
                     -2px 2px 0 rgb(186, 142, 48), 
                     2px -2px 0 rgb(186, 142, 48), 
                     2px 2px 4px rgb(0, 0, 0);
	margin: 15px;
	width: 400px;
}

/* single entries (pages and posts without a sidebar) should be nice and wide */
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

.singular .entry-meta .edit-link a {
	left: -50px;
	top: 25px;
}

/* less whitespace at the top of pages, posts */
.singular.page .hentry {
	padding: 0 0 0;
}

/* for meta-slider carousel slides */
.entry-content .metaslider img {
	max-width: 100%;
}

/* for spotlight sidebar widget */
.spotlight {
	text-align:center;
	margin-top: 5px;
}

.spotlight img {
	margin-bottom: 5px;
}


/* caption on featured image */
.cc-featured-image-caption {
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
	width: 90%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
