@import url('../twentyeleven/style.css');

/*
Theme Name: Child of Twenty Eleven
Theme URI: http://wordpress.org/extend/themes/childoftwentyeleven
Description: This is my child of twenty eleven theme
Author: Pasquale Palazzolo
Template: twentyeleven
*/

.singular.page .hentry {padding: 0 0 3.5em;}
#page { margin-top: -110px; }


/* Menu Background */
#access  {
	background: #574f39; /* Tertiary to Primary */
	background: -moz-linear-gradient(#c2b89a, #574f39);
	background: -o-linear-gradient(#c2b89a, #574f39);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c2b89a), to(#574f39)); /* older webkit syntax */
	background: -webkit-linear-gradient(#c2b89a, #574f39);
}

