/*
Theme Name:     Twenty Eleven Child for Marian Bingham
Theme URI:      http://theartofbing.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Dana Evans - Two Sisters Design
Author URI:     http: //www.twosistersdesign.com/
Template:       twentyeleven
Version:        0.1.0
*/

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

body {
	background-color: #D3CCBE;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #7C6F5D; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#7C6F5D, #7C6F5D);
	background: -o-linear-gradient(#7C6F5D, #7C6F5D);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7C6F5D), to(#7C6F5D)); /* older webkit syntax */
	background: -webkit-linear-gradient(#7C6F5D, #7C6F5D);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	text-align:center;
	margin: 0 auto 6px;
	width: 100%;
	line-height: 0;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	display:inline-block;
}
#access li {
	float: left;
	position: relative;
	text-align:left;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #6A7559;
	border-bottom: 1px dotted #ddd;
	color: #DDD;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #6A7559;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

#branding .only-search + #access div {
    padding-right: 0;
}
#access div {
	margin: 0 0 0 0;
}
/*=Search Box*/
#branding .only-search #s {
	background-color: #CCC;
	border-color: #000000;
	color: #222222;
}
/*footer style*/
#site-generator {
	color: #897A67;
	font-size: 10px;
	line-height: 2em;
	text-align: right;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6A7559;
	border-right-color: #6A7559;
	border-bottom-color: #6A7559;
	border-left-color: #6A7559;
}
/*page titles*/
.entry-title, .entry-title a {
	color: #6A7559;
	text-decoration: none;
}
.singular .entry-title {
	color: #6A7559;
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
}
#main {
	clear: both;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.hentry, .no-results {
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Widget Area*/
.widget-area {
	font-size: 12px;
	border: 1px solid #A6937C;
	-moz-border-radius: 15px;
	border-radius: 15px;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #F4EFE0;
}
.widget-title {
	color: #897A67;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: none;
	text-align: center;
}
/*Page Background & Border*/
#page {
	background: none repeat scroll 0 0 #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6937C;
	border-right-color: #A6937C;
	border-bottom-color: #A6937C;
	border-left-color: #A6937C;
	max-width: 999px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}
/*Header Style*/
div.header {
	float: left;
	left: 50%;
	position: absolute;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A6937C;
	border-right-color: #A6937C;
	border-bottom-color: #A6937C;
	border-left-color: #A6937C;
}
#branding {
    border-top: 2px solid #A6937C;
    padding-bottom: 10px;
    position: relative;
    z-index: 9999;
}
.widget-title {
	color: #897A67;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: none;
}
.widget li {
	color: #777777;
	font-size: 13px;
	list-style-type: none;
}
.widget ul {
	list-style-type: square;
}
#secondary {
	float: right;
	margin-right: 2.6%;
	width: 18.8%;
	margin-bottom: 15px;
	margin-top: 25px;
}
/*Takes away page title on Home Page only*/
body.home .entry-title {
	display: none;
}.sm-text {
	font-size: 11px;
	font-style: italic;
}
.line-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6A7559;
	border-right-color: #6A7559;
	border-bottom-color: #6A7559;
	border-left-color: #6A7559;
}
.one-column #page {
    max-width: 1000px;
}
hr {
	background-color: #6A7559;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
/*Respond Form*/
#respond {
	border: 1px solid #7C6F5D;
	border-radius: 3px 3px 3px 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
	background-attachment: scroll;
	background-color: #C8B499;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
#reply-title {
	color: #6A7559;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#respond input[type="text"], #respond textarea {
	border: 4px solid #6A7559;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(204, 204, 204, 0.95) inset;
	padding: 10px;
	position: relative;
	text-indent: 80px;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
	box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	color: #E6E6E6;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
	background-attachment: scroll;
	background-color: #6A7559;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
#respond input#submit {
    background: none repeat scroll 0 0 #6A7559;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #EEEEEE;
    cursor: pointer;
    font-size: 15px;
    left: 30px;
    margin: 20px 0;
    padding: 5px 42px 5px 22px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
    width: 100%;
}