
/*
 Theme Name:   Tonal Child
 Description:  Tonal Child Theme
 Author:       Randy Jones
 Author URI:   http://scribble.farm
 Template:     tonal
 Version:      1.0.0
 License:      MIT
 Text Domain:  tonal-child
*/

body 
{
	text-transform: none;
	font-family: "Cardo", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 
{
	text-transform: none;
	font-family: "Cardo", serif;
	font-weight: 300;
}


h1.site-title 
{
  	font-size: 64px;
  	font-size: 6.4rem;
}

h1.entry-title 
{
  	font-size: 48px;
  	font-size: 4.8rem;
}

@media only screen and (max-width: 40em) 
{
  	h1.site-title,
  	h1 
	{
    		font-size: 200%;
  	}
  	h1.entry-title,
  	h1 
	{
    		font-size: 150%;
  	}
}
blockquote:before
{
	content: none;
	float: left;
}


div.site-branding.site-headerfix
{
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
}

.site-info,
.site-info a,
.site-info a:visited,
.site-info a:hover
{
	color: #AAAAAA;
}	
