/*
Theme Name:	Twenty Eleven Child
Template:	twentyeleven
*/

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

/* no CSS rules above this */

/* remove grey */

body {
	background: #fff
}

/* remove top bar */

#branding {
	border-top: none;
}

/* bigger title */

#site-title a {
	font-size: 35px;
}
/* menu font */

#access ul {
	font-size: 15px;
	font-weight: bold;
}