/*
Theme Name: ppversiontwentytwelve
Description: Pivotal Parenting child theme based on Twenty Twelve
Author: Kendall Laird
Version: 0.0.1
Template: twentytwelve
*/

@import url('../twentytwelve/style.css');

body.custom-font-enabled {
	font-family: "Times New Roman", Times, serif;
}

.site {
	background-color: #ffffff;
	border-radius: 5px;
}

.archive-header,
.page-header {
	border-bottom: 1px solid #757575;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 1px solid #757575;
    border-top: 1px solid #757575;
}

footer[role="contentinfo"] {
    border-top: 1px solid #757575;
}

.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:
    font-weight:
}

.site-content {
    margin:
}

.site-content article {
    border-bottom: none;
}

a {
    color: #117177;
}

a:hover {
	color: #cc3366;
}

.entry-content a:link, .entry-content a:visited {
	color: #557982;
}

.entry-content a:hover, .entry-content a:active {
	color: #cc3366;
}

p a:hover {
	color: #cc3366;
}

.site-header h1 a:hover {
	color: #cc3366;
}

.comments-link a:link, .entry-meta a:link, 
.comments-link a:visited, .entry-meta a:visited {
	color: #557982;
}

.comments-link a:hover, .entry-meta a:hover, 
.comments-link a:active, .entry-meta a:active {
	color: #cc3366;
}

.widget-area .widget a:link, .widget-area .widget a:visited {
	color: #557982;
}

.widget-area .widget a:hover, .widget-area .widget a:active {
	color: #cc3366;
}

.textwidget {
background-color: #e58627;
border-radius: 5px;
padding: 20px;
}

.main-navigation li a:hover {
	color: #cc3366;
}

footer[role="contentinfo"] a:link, footer[role="contentinfo"] a:visited {
	color: #557982;
}

footer[role="contentinfo"] a:hover, footer[role="contentinfo"] a:active {
	color: #cc3366;
}

<!--This is a comment. Comments are not displayed in the browser-->