/*
 Theme Name:     MPP Child Theme
 Theme URI:      http://www.mpp.org
 Description:    MPP Child Theme
 Author:         Jon Brown
 Author URI:     http://www.mpp.org
 Template:       mpp
 Version:        1.1.0
*/
 
@import url("../mpp/css/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

.screen-reader-text {
    display:none;
}

input[type=submit] {

	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	position: relative;
	float: right;
    -moz-border-radius: 5px; /* or 50% */
    border-radius: 5px; /* or 50% */
	width: 40%;
    background-color: #2ECC71;
    color: white;
    text-align: center;
	margin-top: -5px;
	margin-bottom: 60px;
	border:none;
	padding: 5px;

}

small {

	margin-bottom: -15px;
	font-size: 14px;

}

#blog-post {

	border-style: thin;
    border-bottom: thin dotted #dcdcdc;
	padding-bottom: 20px; width: 95%;

}


h1 {

	line-height: 90%;
	letter-spacing: 3px;

}

#meta {

	padding-bottom: 20px;
}

span {
	padding-right: 10px;

}