/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme 
Author: Your name here
Template: twentyeleven
*/

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


#content h1 { font-size:200%;}
#content h2 { font-size:180%;}
#content h3 { font-size:160%;}
#content h4 { font-size:140%;}
#content h5 { font-size:120%;}
#content h6 { font-size:110%;}

#access ul {
	font-size: 11px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}