/*
Theme Name:     Twenty Eleven Wen Spencer
Description:    Custom Child theme for the Twenty Eleven theme 
Author:         Don Kosak
Author URI:     http://www.kosakassocaites.com/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");


/* Move the search box up a bit */

.one-column #branding #searchform {
	right: 40px;
	top: 1em;
}

#branding #searchform {
	position: absolute;
	top: 1em;
	right: 7.6%;
	text-align: right;
}




/* Tighten the header a bit, vertical space is our friend */

#site-title {
	margin-right: 270px;
	padding: 1em 0 0;
}

#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 1em 0;
}

.singular.page .hentry {
	padding: 0em 0 0;
}



/* Get rid of header and footer on Twitter Widget */

.twtr-hd {
	display: none;	
}

.twtr-ft {
	display: none;
}


/* Lose the 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 #fff;
	padding: 0px;
}
.wp-caption img {
	border-color: #eee;
}
#content .gallery {
	margin: 0 auto 0.625em;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0.625em;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}



