/*
Theme Name:     52 Songs Child Theme
Description:    Customisations to the default Wordpress theme
Author:         Lliam
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyeleven/style.css");

/*Takes away page title on Home Page only*/
body.home .entry-title {
	display: none;

body, input, textarea {
	font: 15px "Garamond", Helvetica Neue, Helvetica, Arial;
}