/*
Theme Name: Twenty Eleven Child
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Description: Child theme for Twenty Eleven theme.
Author: Sam Gray
Author URI: http: //designbysamgray.com/
Template: twentyeleven
Version: 0.1.0
*/

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

h1#site-title {
	margin-right: 270px;
	padding: 1em 0 0;
}
h1#site-title a {
	color: #999999;
}

#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 1.75em 0;
}

#branding #searchform {
	position: absolute;
	top: 2em;
	right: 7.6%;
	text-align: right;
}
.wp-caption .wp-caption-text {
  text-align: center;
	margin-bottom: 0.6em;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
  content: none;
  text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
