/*   
Theme Name: ZANC Twenty Eleven
Description: A Child Theme of Twenty Eleven
Author: Darius Kasad
Template: twentyeleven
*/
@import url(../twentyeleven/style.css);

div#secondary.widget-area .widget-title {
	background-color: #E5EEED;
	text-align: center;
}

div#secondary.widget-area div.textwidget {
	border-bottom: 1px solid #E5EEED;
	padding: 5px 0px;
}

#branding #searchform {
	display:none;
}
#branding .only-search + #access div {
	padding-right: 0px;
}

/* remove the space between menu and title */
.singular.page .hentry {
    padding: 0.0em 0px 0px;
}

body, input, textarea {
    color: #32373c;
    font-weight: normal;
}

/* only show captcha badge on contact page, id 1315 */
body:not(.page-id-1315) .grecaptcha-badge {
    display: none;
}