/*
Theme Name:     drivenbysound
Theme URI:      http://www.blog.drivenbysound.net/
Description:    drivenbysound child theme of twentyeleven
Author:         Marvin Peardon
Author URI:     
Template:       twentyeleven
Version:        0.1
*/

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

/* Modifications to h5 and h6 of the default heading styles */
#content h5 {
	font-size:1.375em;	 		 	/* Font size: 22px; 1em=16px */
	line-height:1.0; 				/* Adjust line height/spacing */
}

#conent h6{
	font-size:1.125em;	  			/* Font size 18px; 1em = 16px */
	line-height:.25;				/* Adjust line height/spacing */
}

#access ul {
	font-size: 16px;				/* Adjust font size of menu */
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}