/*
Theme Name: Twentytwelve Child
Description: Child theme for the twentytwelve theme 
Author: Dylan Meister
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

.entry-title {
	color: #424242; 

}

.entry-title a {
	color: #008bcc; 

}

.entry-title a:hover {
	color: #00abfb;

}

.comments-link a, .entry-meta a {
	color: #008bcc;

}

.comments-link a:hover, .entry-meta a:hover {
	color: #00abfb;

}

body .site {
	border-radius: 15px;

}

.entry-header .comments-link { 
	display: none; 

}

.nav-previous, .nav-next {
	display:none;

}

.form-allowed-tags {
	display: none;

}


footer.entry-meta {

	background:url(http://www.meisterhouse.com/wp-content/uploads/2013/03/stripe6.png) left top repeat #fff;
	width: 100%;
	height: 25px;
	clear: both;
	margin: 0 10px 5px 0;
	color: #424242;
	
	
}

footer[role="contentinfo"] {
	width: 100%;
	height: 40px;
	padding-top: 30px;
	text-align: center;
	position: relative;
	background: #eff1f1 url(http://www.meisterhouse.com/wp-content/uploads/2013/03/footerBG1.png) 0 0 repeat-x;
	color: #DDD;
	text-shadow: 0 1px #353f4b;

}