/*
Theme Name:     Spacious Child
Theme URI:      http://dooling.com/
Description:    Child theme for the Spacious theme 
Author:         Richard Dooling
Author URI:     http://dooling.com/about/
Template:       spacious
Version:        0.1.0
*/

@import url("../spacious/style.css");


/*
Added Xmas 2012. This is the css to create a paragraph style like the Twenty Twelve Theme's Aside format. 
Call in body of post with <p class="bluenote"> 
-----------------------------------------------
*/

p.bluenote {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}

/*
The layouts for random quotes from zombierobots 
-----------------------------------------------
*/

#wp_quotes
{
	line-height: 1.5;
	margin-right: 10px;
}
	
div.wp_quotes_quote
{
	margin-top: 1px;
}
	
div.wp_quotes_author
{
	text-align:right;
	font-style: italic;
	margin-top: 5px;
	margin-right: 10px;
}


/*
Span style for small caps to use at beginning of paragraph, added Xmas 2012 call in post with:

<span class="italic">This text is italic</span>
-----------------------------------------------
*/

span.smallcaps {
font-variant: small-caps;
}

/* ----- blockquote reduce space  ----- */
.entry-content blockquote,
.comment-content blockquote {
	padding-top: 0;
	padding-bottom: 0;
}




wp-content/themes/spacious-child/font

/* =TEXT ELEMENTS
----------------------------------------------- */
p { 
	line-height: 25px;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

