/*
 * Theme Name:     Lifting Hopes
 * Description:    Custome theme for Lifting Hopes
 * Author:         Eddie Canales
 * Author URI:     http://www.fabledweb.com/
 * Template:       twentyeleven
 * Version:        0.1.0
 * */

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

#branding {
	border:0;
}
#page {
	margin: 0 auto;
}
#main {
	padding-top:0;
}

.home header.entry-header {
	display:none;
}
#branding hgroup {
	display:none;
}
#searchform {
	display:none;
}
/*-webkit-linear-gradient(#A0B965, #648B00)*/
#access {
	background: #A0B965; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#A0B965, #648B00);
	background: -o-linear-gradient(#A0B965, #648B00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A0B965), to(#648B00)); /* older webkit syntax */
	background: -webkit-linear-gradient(#A0B965, #648B00);
}
#access ul ul a {
	font-weight:bold;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
	background: #648B00;
	color:#EEE;
}
.entry-title {
	font-size: 120% !important;
	line-height: 24px !important;
}
.page .hentry {
	padding: 1em 0 0 !important;
}
.entry-content, .entry-summary {
	padding: 0.5em 0 0 !important;
}
.entry-meta .edit-link a {
	top: 7px !important;
}
#site-generator {
	padding: 1em 0.5em;
}
