/*

Theme Name: twentytwelvechild
Theme URI: http://wordpress.dappledshade.com/wordpress
Description: Modification of twenty twelve theme
Author: Tabitha
Version: 0.0.1
Template: twentytwelve

*/

@import url('../twentytwelve/style.css');

/*
Links - section 482
-------------------------------------
*/

a {
	outline: none;
	color: #2f863e;
}

a:hover {
	color: #7cb833;
}


/*
Header - section 548
-------------------------------------
*/

.site-header h1 a,
.site-header h2 a {
	color: #2f863e;
	display: inline-block;
	text-decoration: none;
}

.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #2f863e;
}

/*
Sidebar - 621
-------------------------------------
*/

.widget-area .widget a {
	color: #2f863e;
	text-decoration: none;
}

.widget-area .widget a:hover {
	color: #7cb833;
}

.widget-area .widget a:visited {
	color: #569f39;
}


/*
Links below post (Main content and comment content) - 691
-------------------------------------
*/

.comments-link a:hover,
.entry-meta a:hover {
	color: #7cb833;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #569f39;
}