#content .entry-title {
display:none;
}


.recent-posts {
display:none;
} 

#site-generator {
	display: none;
}

h1 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

#access a, #access2 a { font-size: 15px; }


#branding #searchform {
	display:none;
}

#branding .only-search + #access div {
	padding-right: 0px;
}




/* Menu Background */
#access  {
	background: #052669 !important; /* Tertiary to Primary */
	background: -moz-linear-gradient(#052669, #052669) !important;
	background: -o-linear-gradient(#052669, #052669) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#052669), to(#052669)) !important; /* older webkit syntax */
	background: -webkit-linear-gradient(#052669, #052669) !important;
}


#branding {
	border-top: none;
}


#page {
	-webkit-box-shadow:0 12px 12px #888;
	-moz-box-shadow:0 12px 12px #888;
	box-shadow:0 12px 12px #888;
	border-radius:5px 5px 0 0;
}