/*
Theme Name:     Small Voice
Author:         Andrew Hateley-Browne (via Elmastudio)
Description:    Small-voice theme is the child-theme of Cocoa.
Template:       cocoa
Version:        1.0.3
*/

/*--------------------------------------------------------------
Table of Contents:
----------------------------------------------------------------
1.0  -  Header styles
2.0  -  Content styles
2.1  -  Post styles
2.2  -  Voice styles
2.3  -  Work styles
2.4  -  Page styles
3.0  -  Other styles
4.0  -  Footer styles
--------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1.0 Header styles
/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/
/*	2.0 Content styles
/*-----------------------------------------------------------------------------------*/

h1 {
	font-size: 2.0rem;
	}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
    margin: 22px 0 8px;
}

ul {
    list-style: none;
}

ul, ol {
    padding-left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	4.0 Footer styles
/*-----------------------------------------------------------------------------------*/


wp-credit {
	display: none;
}