/*

Theme Name: No Story Too Small
Description: Theme for No Story Too Small, based on Twenty Twelve
Author: Amy Johnson Crow
Version: 0.0.1
Template: twentytwelve

*/

/* Imports all styles from the Twenty Twelve stylesheet */
@import url('../twentytwelve/style.css');
html { margin-top: 5px !important; }
	* html body { margin-top: 5px !important; }

body {
	font-family: 'Oxygen', sans-serif;
}
.header-image {
    margin-top: 0px;
}

a {
outline: none;
color: #562baf;
}



.main-navigation li a:hover {
	color: #562baf;
}


body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 28px;
		/*margin-top: 3.428571429rem;*/
		margin-top: 1.7rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	
.archive-title, 
.page-title, 
.widget-title, 
.entry-content th, 
.comment-content th {
    font-size: 14px;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #636363;
}

/*.entry-content a:visited,
.comment-content a:visited {
	color: #757575;
}
*/
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 24px;
	margin-bottom: 1.7rem;
	word-wrap: break-word;
}

.widget-area .widget h3 {
	margin-bottom: 5px;
	/*margin-bottom: 0.9rem;*/
}

.post-meta {
    font-size: 12px;
}