﻿/*
Theme Name: twentytwelvechild
Description: Child of Twenty Twelve Theme for Ezra Translation site
Author: Amanda Myers
Version: 0.0.1
Template: twentytwelve
*/


@import url('../twentytwelve/style.css');

/* Makes Nav Links Blue and the Font Baskerville */
.main-navigation li a {
	color: #21759b;
	font-family: Baskerville;
	}
	
/* Makes Current Page Being Viewed a Bold Blue */
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	color: #21759b; 
	}
	
/*Makes Header text double the size and the Font Baskerville */
.site-header h1 {
font-size: 26px;
font-size: 3.557142857rem;
font-family: Baskerville;
line-height: 1;
margin-bottom: 0;
}

/*Makes Header Text Green */
.site-header h1 a, .site-header h2 a {
color: #007c00;
	}
/*Makes Entry Header Right Font/ Distance/Color*/
.entry-header {
	font-family:Baskerville;
	color:#007c00; 
	margin-bottom: .2rem;
}
.entry-header .entry-title {
	line-height: 1.2;
}
	
/* Makes Tag Line Font Baskerville and Color Green */
.site-header h2 {
	font-family: Baskerville;
	color: #007c00;
	}

/*Makes Body Text Times New Roman */
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
font-family: Times New Roman;
}

.entry-content h1,
.comment-content h1 {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #007c00;
	font-family: "Times New Roman", Times, serif;
}


	
