/*
Theme Name: Twentytwelve Child
Description: Child theme for the twentytwelve theme 
Author: Your name here
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

h1.site-title a {
    color: #009900;
}
body, input, textarea, p {
color: #00000;
font-family: 'helvetica';
font-size: 14px;
}



/*line height*/
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.4;
}

/* margins */
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 2.0rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.site-content {
    margin: 0rem;
}

/* get rid of space above leave a reply*/
.entry-header .comments-link {
	margin-top: 0px;
	margin-top: 0rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}

/* change post titles to be black */
.entry-header .entry-title a {
	color:#000000;
}