/*
 Theme Name:   Twenty Eleven Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Eleven Child Theme
 Author:       Andreas Hansel
 Author URI:   http://example.com
 Template:     twentyeleven
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-eleven-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	padding: 0px 20px !important;
	background: #a19b98 !important;
}

body, input, textarea {
    font: 300 14px/1.625 Arial,"Helvetica Neue",Helvetica,sans-serif !important;
		color: #443c38 !important;
}

/* Links */
a {
	color: #443c38 !important;
}

a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

#branding {
	border-top: 0px none #bbb !important;
}

#branding #searchform {
	display: none !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 0px !important;
}

#supplementary {
	border-top: 0px none #ddd !important;
}

#access {
	text-align: center !important;
	background: #443c38 !important; 
	background: -moz-linear-gradient(#443c38, #443c38) !important;
	background: -o-linear-gradient(#443c38, #443c38) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#443c38), to(#443c38)) !important;
	background: -webkit-linear-gradient(#443c38, #443c38) !important;
	box-shadow: none !important;
}

#access a {
	text-transform: uppercase !important;
	font-size: 110% !important;
	color: #fff !important;
	letter-spacing: 1px;
	padding: 0px 0.8em !important;

}

#access div {
	margin: 0px 5% !important;
}

#access li {
	float: left !important;
}


#access li:hover > a,
#access a:focus {
	background: #605753 !important; 
	background: -moz-linear-gradient(#605753, #605753) !important;
	background: -o-linear-gradient(#605753, #605753) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#605753), to(#605753)) !important;
	background: -webkit-linear-gradient(#605753, #605753) !important;
	color: #fff !important;
}

#access li.current-menu-item,
#access li.current-menu-ancestor,
#access li.current_page_item,
#access li.current_page_ancestor {
	background: #605753 !important;
}

/*Center Menu*/
#branding .only-search + #access div {
	padding: 0 !important;
}

#access ul {
	margin: 0px 0px 0px 40px !important;
}

#access {
	text-align: center !important;
}
/*
#access ul {
	display: inline-flex !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 90% !important;
}
/*
#access ul {
	display: inline-flex !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-bottom: 6px;
}
/*End Center Menu*/


/* Image */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
	border: 0px solid rgb(0, 0, 0) !important;
	padding: 0px !important;
}

.wp-caption {
	background: none !important;
}

.wp-caption img{
	background: none !important;
}
/* End Image */

#primary {
	min-height: 380px;
}

#content {
	padding: 0px 25px 0px 25px !important;
}

.singular .entry-title {
	display: none;
}

.singular .hentry {
    padding: 0px !important;
}

.entry-content h1,
.comment-content h1 {
	color: #443c38 !important;
	font-weight: bold !important;
	font-size: 16px !important;
	font-weight: bold !important;
	letter-spacing: 0.1em;
	line-height: 1em !important;
	text-transform: uppercase;
}

.entry-content h3,
.comment-content h3 {
	color: #a19b98 !important;
	font-size: 20px !important;
	font-weight: bold !important;
	letter-spacing: 0.1em;
	line-height: 1em !important;
	text-transform: uppercase;
	padding-bottom: 25px !important;
}

.singular .entry-meta .edit-link a {
    top: 0px !important;
}


#site-generator {
	padding: 0.7em 0.5em !important;
	background: #443c38 !important; 
	background: -moz-linear-gradient(#443c38, #443c38) !important;
	background: -o-linear-gradient(#443c38, #443c38) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#443c38), to(#443c38)) !important;
	background: -webkit-linear-gradient(#443c38, #443c38) !important;
	box-shadow: none !important;
	color: #fff !important;
	/*font-weight: normal !important;*/
	font: 300 11px/1.625 Arial,"Helvetica Neue",Helvetica,sans-serif !important;
	letter-spacing: 1px !important;
	/*display: none;*/
}

#site-generator a {
	color: #fff !important;
	/*font-weight: normal !important;*/
	font: 300 11px/1.625 Arial,"Helvetica Neue",Helvetica,sans-serif !important;
	letter-spacing: 1px !important;
	/*line-height: 1em;*/
	/*display: none;*/
}