/*
Theme Name:     Twenty Eleven 1.2 Child Varesenews
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Paolo
Author URI:     http: //example.com/about/
Template:       twentyeleven
Version:        1.2
*/


@import url("../twentyeleven/style.css");

/* Search Form */
#branding #searchform {
	display: none;
}

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
}