/*
 Theme Name:   Trulia Info
 Description:  Extends Trulia Base Theme
 Author:       Jason Sherwin
 Template:     trulia-base
 Text Domain:  trulia
*/

@import url("../trulia-base/style.css");

.entry-title {
	font-size:20px;
	line-height: 1.4em;
	font-weight: 700;
	text-align: center;
	margin-top:0px;
}

.entry-content, p {
	font-size: 15px;
	line-height: 1.5em;
}

.entry-content {
	margin-top:10px;
	color:#000;
}

@media screen and (min-width: 1200px) {
	.entry-content {
		padding:0;
	}
}

.trulia-util {
	display: none;
}
