/*
Theme Name: Trulia
Theme URI: http://www.trulia.com
Description: A clean, two-column blog theme created for Trulia with ease-of-use and content delivery being the primary focus. This theme features a right sidebar with multiple widget areas for displaying content and media.
Version: 1.0
Author: 10up LLC
Author URI: http://10up.com
*/

@font-face {
	font-family: 'OpenSans';
	src: url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Light-webfont.eot');
	src: url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Light-webfont.woff') format('woff'), url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Light-webfont.ttf') format('truetype'), url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Regular-webfont.eot');
	src: url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'), url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'), url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Semibold-webfont.eot');
	src: url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Semibold-webfont.woff') format('woff'), url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Semibold-webfont.ttf') format('truetype'), url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Bold-webfont.eot');
	src: url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Bold-webfont.woff') format('woff'), url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Bold-webfont.ttf') format('truetype'), url('http://static.trulia-cdn.com/images/fonts/OpenSans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: 600;
	font-style: normal;
}

body {
	background: #fafafa url(images/bg.gif) center repeat-y;
	font: 14px/21px "OpenSans", "Open Sans", sans-serif;
}

body.page-template-full-width-php {
	background: #ffffff;
}

h1, h2, h3, h4 {
	color: #5eab1f;
}

p {
	color: #444444;
	line-height: 1.5625em;
	font-size: 16px;
	margin-bottom: 13px;
}

/* =============================== */
/*              Header             */
/* =============================== */
.logo {
	background: url(images/trulia-logo.jpg) no-repeat left;
	width: 360px;
	height: 44px;
	float: left;
	overflow: hidden;
	text-indent: -999px;
}

.header {
	padding: 40px 0 5px 0;
}

.cta-banner-on .header {
	margin-top: 120px; /* to make room for the Trulia Call to Action banner */
}

.header h2 {
	color: #cccccc;
	font-size: 40px;
	height: 44px;
	line-height: 44px;
	float: left;
	text-transform: lowercase;
	margin: 0 0 0 10px;
}

.header h2 a {
	color: #cccccc;
	text-decoration: none;
}

.header span.description {
	color: #888888;
	float: right;
	padding: 19px 25px 0 7px;
	font-size: 14px;
}

#search-results {
	text-transform: lowercase;
	margin: 10px 0 5px 5px;
	color: #888;
}

#search-results strong {
	color: #5EAB1F;
}

.trulia-link {
	width: 240px !important;
}

.top .trulia-link ul.menu li {
	float: right
}

/* =============================== */
/*             Main Nav            */
/* =============================== */
.top {
	position: fixed;
	background: #5eab1f;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #559900;
	z-index:2;
	top: 0;
}

.admin-bar .top {
	top: 28px;
}

.top ul.menu {
	list-style-position: outside;
	position: relative;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	height: 28px;
	padding: 0;
	margin: 0;
}

.top ul.menu a:link, .top ul.menu a:active, .top ul.menu a:visited {
	display: block;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

.top ul.menu li {
	list-style-type: none;
	padding: 0;
	border: 1px solid #5eab1f;
	border-width: 0 1px;
	height: 28px;
	line-height: 28px;
	float: left;
	margin: 0;
}

.top ul.menu li li a:link, .top ul.menu li li a:active, .top ul.menu li li a:visited {
	font-weight: normal;
}

.top ul.menu a {
	color: #ffffff;
	font-size: 12px;
	padding: 0 15px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #448c14;
	font-family: Arial, Helvetica, sans-serif;
}

.top ul.menu li:hover, .top ul.menu li.current_page_item {
	background: #7ebc4c;
}

.top ul.menu li.current_page_item {
	border-color: #448c14;
}

.top ul.menu li:hover a {
	color: #ffffff;
	text-decoration: none;
}

.top ul.menu li.current_page_item a {
	font-weight: bold;
}

/* =============================== */
/*              Content            */
/* =============================== */
.container .columns {
	margin: 0;
	padding-left: 0;
}

.container .sixteen.columns {
	width: 960px;
}

.content {
	border-right: 1px solid #d7d7d7;
	padding: 0 0 100px 10px;
	background-color: #ffffff;
}

.page-template-full-width-php .content {
	border-right: none;
}

.post-container {
	padding: 30px 0 40px 0;
	border-top: 1px solid #D7D7D7;
}

.post-container img {
	border: 0;
}

.container .post-container .post {
	position: relative;
	float: none;
	margin-left: 125px;
	display: block;
}

.container .post-container .post.page {
	margin: 0 20px 0 5px;
}

.page-template-full-width-php .container .post-container .post.page {
	margin: 0;
}

.content h1 {
	font-size: 37px;
	font-weight: bold;
	font-family: "OpenSans", "Open Sans", sans-serif;
	margin-bottom: 10px;
}

.content h1 a, .content .post h1 a {
	color: #5eab1f;
	text-decoration: none;
}

.content h1 a:hover {
	color: #559900;
}

.post-container .post {
	font-size: 16px;
}

.post-container .post h2 {
	font-size: 20px;
	font-weight: bold;
	color: #5eab1f;
}

.post-container .post a {
	color: #ff5c00;
}

.post-container .post a:hover {
	color: #ed5500
}

.post-container .post img {
	max-width: 100%;
	height: auto;
}

.post-container .post ul, .post-container .post ol {
	margin: 0 0 20px 25px;
}

.post-container .post ul {
	list-style: disc;
}

.post-container .post li {
	line-height: 1.6em;
}

.post table {
	margin: 20px 0;
}

.post table td {
	padding: 5px 10px;
	border-top: 1px solid #eee;
}

.post table p {
	margin: 0;
	line-height: 1.25 !important;
}

a.comment {
	background: url(images/comment-icon.jpg) no-repeat left;
	padding: 0 0 0 22px;
	margin: 0 0 5px 0;
	color: #888888;
	font-size: 14px;
	text-decoration: none;
}

a.more-link {
	color: #ff5c00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
}

a.comment:hover, a.more:hover {
	text-decoration: underline;
}

.gravatar img {
	padding: 2px;
	border: 1px solid #cccccc;
	margin: 0 0 0 0;
}

.author {
	color: #000;
	font-size: 12px;
	line-height: 15px;
}

.author a {
	text-decoration: none;
}

.date {
	color: #aaaaaa;
	font-size: 12px;
	line-height: 15px;
}

.post-container .featured-image {
	text-align: center;
	/*margin-left: 135px;*/
	width:610px;
}

.post-container .featured-image a {
	display: block;
	text-align: center;
}

.post-container .featured-image img {
	display: block;
	border: 1px solid #ccc;
	margin: 2px;
	margin-bottom: 15px;
	width: 649px;
	max-width:100%;
	height:auto;
}

.post-container .MsoNoSpacing {
	margin: 0;
}

.post-content:after {
	content: ' ';
	display: block;
	clear: both;
}

.social {
	float: right;
	width: 70px;
	border-right: 1px solid #e9e9e9;
	margin-top: 35px;
	position: relative;
}

.social .right-arrow {
	position: absolute;
	right: -11px;
	top: 40%;
	border: 10px solid #fff;
	border-width: 10px 5px;
	border-left-color: #e9e9e9;
}

.social .google-plus, .social iframe, .social .linkedin, .social .pinterest {
	float: left;
	clear: both;
	margin: 5px 0;
}

.social .linkedin, .social .google-plus {
	margin-bottom: 0;
}

.social .pinterest {
	margin-top: 0;
}

.twitter {
	margin-top: 10px;
}

.page-social {
	border-top: 1px solid #D7D7D7;
	padding-top: 10px
}

.page-social .google-plus, .page-social iframe, .page-social .linkedin, .page-social .pinterest {
	float: left;
	margin: 5px 5px 0 0;
}

.about-author {
	font-size: 12px;
	color: #555555;
	font-style: italic;
	padding: 10px 0 0 0;
	border-top: 1px solid #e6e6e6;
	margin-top: 30px;
	clear: both;
}

.about-author img {
	float: left;
	margin: -11px 10px 5px 0;
	padding: 1px;
	border: 1px solid #ccc;
}

.about-author h5 {
	font-weight: bold;
	font-size: 15px;
	font-style: normal;
}

#author-loop .post-container {
	padding: 20px 0 0;
}

#author-loop .post-container .post {
	margin-left: 0;
}

#author-loop .post-container .post p {
	font-size: 13px;
}

#author-loop .post h2 a {
	color: #5EAB1F;
	text-decoration: none;
}

#author-loop .post h2 a:hover {
	color: #ED5500;
}

#pagination {
	margin-top: 15px;
	padding-left: 125px;
	width: 520px;
}

.home a {
	background: url(images/previous-button.png) no-repeat;
	width: 130px;
	height: 59px;
	line-height: 59px;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #ff5c00;
	text-decoration: none;
	padding-left: 21px;
}

.next-post a {
	background: url(images/next-post.png) right no-repeat;
	width: 335px;
	height: 49px;
	border-left: 1px solid #ccc;
	float: right;
	padding: 10px 0 0 20px;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	opacity: .95;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

#pagination.allposts .next-post a {
	height: 59px;
	line-height: 59px;
	padding-top: 0;
	font-weight: bold;
}

.next-post a:hover {
	opacity: 1;
}

#comments {
	margin: 50px 0 25px 125px;
	width: 520px;
}

#comments h4 {
	background: #f2f2f2;
	padding: 7px 10px;
	color: #666666;
	font-size: 11px;
	font-family: Arial, sans-serif;
	letter-spacing: 0px;
	margin-top: 5px;
	line-height: 1.3em;
}

#comments ul {
	padding-left: 10px;
}

#comments ul li.comment {
	padding: 7px 0;
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
}

#comments .comment img {
	padding: 0;
	border: 0;
	float: left;
}

#comments .inner-comment {
	margin-left: 60px;
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

#comments .inner-comment p {
	margin: 7px 0;
	padding: 0;
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

#comments .bull {
	font-size: 10px;
}

#comments .comment-author {
	font-weight: bold;
}

#comments .comment-time {
	color: gray;
}

.post-img, .post-img a {
	display: block;
	position: relative;
}

.post-img {
	margin-bottom: 13px;
}

.post-img img {
	padding: 0 !important;
}

.post-img a:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	margin: 0;
}

.post-img a:hover:after {
	background-color: #000;
	opacity: 0.2;
}

.post-img p {
	position: absolute;
	bottom: 6px;
	right: 0;
	margin: 0;
	color: #fff;
	font-size: .8em;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 0 .25em;
}

.subhead {
	font-size: 16px;
	line-height: 25px;
	font-style: italic;
	color: #999;
	margin-top: 0;
}

/* =============================== */
/*              Sidebar            */
/* =============================== */
.sidebar {
	border-left: 1px solid #D7D7D7;
	margin-left: -1px !important;
	width: 240px !important;
}

/*form.search { margin:0 auto; height:auto; padding:15px 0 10px; margin:21px 0 10px 0; }*/

form.search {
	margin: 0 auto;
	height: 89px;
	padding: 0;
	margin: 0;
}

input[type="text"].search {
	padding: 8px 10px 9px 10px;
	color: #777;
	border-radius: .3em;
	border: 1px solid #e3e3e3;
	float: left;
	outline: none;
	width: 70%;
	font-size: 11px;
	background: #fff;
	margin: 0 0 0 19px;
	font-family: Arial, Sans-Serif;
}

input[type="image"].search-button {
	margin: 10px 0 0 -25px;
	border: none;
	float: left;
	outline: none;
	width: 12px;
}

input[type="text"].search {
	margin-top: 29px;
}

input[type="image"].search-button {
	margin-top: 39px;
}

.widget-featured, .widget {
	color: #696969;
	font-size: 14px;
	margin-bottom: 30px;
}

.widget-featured h4 {
	color: #ffffff;
	text-shadow: 1px 1px #d94d00;
	background: #ff9900;
	font-size: 16px;
	padding: 0 0 0 30px;
}

.widget h4 {
	color: #444444;
	text-shadow: 1px 1px #ffffff;
	background: #d7d7d7;
	font-size: 16px;
	padding: 0 0 0 30px;
	font-family: "OpenSans", "Open Sans", sans-serif;
}

.widget-featured ul, .widget ul {
	padding: 10px 0 5px 30px;
}

.widget ul ul {
	margin: 0;
	padding-left: 0;
}

.widget-featured a, .widget a {
	color: #696969;
	text-shadow: 1px 1px #ffffff;
	text-decoration: none;
}

.widget ul .has-children > a {
	font-size: 1.2em;
	font-weight: bold;
}

.widget-featured a:hover, .widget a:hover {
	text-decoration: underline;
}

.widget ul .no-link > a:hover {
	text-decoration: none;
	cursor: default;
}

.sidebar .textwidget img {
	padding: 0;
	border: 0;
}

.sidebar .textwidget p {
	font-size: 14px;
	margin: 15px 0 15px 30px;
}

.sidebar .textwidget p a {
	color: #FF5C00;
}

.arrow {
	width: 0px;
	height: 0px;
	border-bottom: 17px solid transparent; /* left arrow slant */
	border-top: 17px solid transparent; /* right arrow slant */
	border-right: 17px solid #fafafa; /* bottom, add background color here */
	font-size: 0px;
	line-height: 0px;
	float: right;
	margin: -36px -2px 0 0;
}

.widget .tagcloud {
	margin: 15px 0 30px 30px;
	font-size: .8em;
}

.sidebar .socialmedia-buttons {
	padding-left: 15px;
}

.sidebar ul.blog-posts li {
	margin-bottom:20px;
}

.sidebar ul.blog-posts img {
	display:block;
	margin-bottom:8px;
	max-width:75%;
	height:auto;
}

/** gallery widget **/
.widget_trulia_promo_gallery_widget h4 {
	margin-bottom: 0;
}

.trulia-gallery-images-wrap {
	width: 240px;
	overflow: hidden;
	position: relative;
	height: 350px;
}

a.trulia-promo-image {
	display: block;
	width: 240px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.trulia-promo-image img {
	border: 0;
	padding: 0;
	display: block;
	width: 240px;
	height: auto;
}

/* =============================== */
/*              Footer             */
/* =============================== */
.footer {
	background: #5eab1f;
	padding: 15px 0 20px 0;
	border-top: 3px solid #88b84d;
	font-size: 13px;
}

.container .widget-footer {
	margin-right: 30px;
}

.widget-footer, .widget-footer p {
	color: #dfeed2;
	font-size: 13px;
	text-shadow: 1px 1px 1px #3e8112;
	margin-bottom: 10px;
}

.widget-footer h4 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "OpenSans", "Open Sans", sans-serif;
}

.widget-footer ul li {
	margin: 5px 0;
}

.widget-footer ul li:hover a:hover {
	text-decoration: none;
	color: #ffffff;
}

.widget-footer a {
	color: #dfeed2;
	text-decoration: none;
}

.widget-footer a:hover {
	text-decoration: underline;
}

.bottom {
	background: #559900;
	border-top: 1px solid #88b84d;
	padding: 11px 0 20px 0;
	text-align: center;
	color: #d4e5bf;
	font-size: 13px;
}

.bottom .copyright, .bottom .menu-footer-container {
	display: inline;
}

.bottom ul.menu {
	list-style: none;
	padding: 0;
	margin: 0 0 0 60px;
	margin-left: 60px;
	display: inline;
}

.bottom ul.menu a:link, .bottom ul.menu a:active, .bottom ul.menu a:visited {
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

.bottom ul.menu li {
	padding: 0px 5px;
	position: relative;
	display: inline;
	float: none;
	border-left: 1px solid #d4e5bf;
}

.bottom ul.menu li:first-child {
	border-left: 0;
}

.bottom ul.menu a {
	color: #d4e5bf;
	display: inline;
	padding: 0px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #448c14;
	font-weight: normal;
}

.bottom ul.menu a:hover {
	color: #d4e5bf;
	text-decoration: underline;
}

a.fb-icon {
	background: url(images/fb-icon.jpg) no-repeat left;
	float: left;
	width: 18px;
	height: 21px;
	padding: 0px 5px;
	margin-left: 10px;
	margin-top: 5px;
}

a.twitter-icon {
	background: url(images/twit-icon.jpg) no-repeat left;
	float: left;
	width: 25px;
	height: 19px;
	padding: 1px 5px;
	margin-top: 5px;
}

a.google-icon {
	background: url(images/google-icon.jpg) no-repeat left;
	float: left;
	width: 28px;
	height: 22px;
	padding: 0px 5px;
	margin-top: 5px;
}

a.rss-icon {
	background: url(images/rss-icon.jpg) no-repeat left;
	float: left;
	width: 25px;
	height: 24px;
	padding: 0px 2px;
	margin-top: 5px;
}

a.youtube-icon {
	background: url(images/youtube-icon.jpg) no-repeat left;
	float: left;
	width: 48px;
	height: 26px;
	padding: 0px 2px;
	margin-top: 5px;
}

.cta-banner-on .trulia-call-to-action-banner {
	position: fixed;
	width: 645px;
	height: 120px;
	z-index: 5;
}

.page-template-full-width-php.cta-banner-on .trulia-call-to-action-banner {
	left: 50%;
	margin-left: -322.5px;
}

.cta-banner-on .trulia-call-to-action-banner .close {
	background-image: url('images/close.png');
	background-repeat: no-repeat;
	background-size: 20px auto;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	position: absolute;
	right: -13px;
	top: 7px;
	width: 20px;
	height: 20px;
}

.cta-banner-on .trulia-call-to-action-banner img {
	border: 0;
	float: left;
	margin-left: -25px;
}

.cta-banner-on .trulia-call-to-action-banner .sign-up-link {
	background-color: #ff5c01;
	border-radius: 5px;
	border: 1px solid #df5b0d;
	box-shadow: 1px 1px 1px #df5b0d;
	color: white;
	padding: 0 1em;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -25px;
	line-height: 35px;
	white-space: nowrap;
}

/* =============================== */
/*             Defaults            */
/* =============================== */
.alignleft {
	float: left;
	margin: 10px 15px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 15px;
}

img {
	padding: 2px;
	border: 1px solid #cccccc;
}

/* =============================== */
/*           Responsive            */
/* =============================== */

.index-loop-post-container {
	position: relative;
}

.index-loop-post-container .two.columns {
	position: absolute;
	top: 2em;
}

@media only screen
and ( min-width : 960px ) {
	
	.post-container .featured-image {
/*		margin-left:125px; */
		width:520px;
	}
}

@media only screen
and ( min-width : 1100px ) {
	
	.post-container .featured-image {
/*		margin-left:135px;*/
		width:610px;
	}
}

@media only screen
and ( max-width : 960px ) {

	body {
		background: #fafafa;
	}

	.top .twelve.columns {
		display: none;
	}

	.header {
		padding: 15px 0 5px 0;
	}

	.logo {
		width: 100%;
	}

	.header span.description {
		float: left;
		padding: 0;
		clear: both;
	}

	.container,
	.container .sixteen.columns,
	.container .nine.columns,
	.container .two.columns,
	.container .eleven.columns {
		display: block;
		float: none;
		width: auto;
		clear: both;
	}

	.container .two.columns {
		height: auto !important;
	}

	.author a {
		font-size: 16px;
		line-height: 1;
		margin-bottom: 5px;
		display: block;
	}

	.container .twelve.columns {
		width: 68%;
		padding: 0 2%;
	}

	.container .feature-tag-header-wrap {
		width: 100%;
	}

	.container .twelve.columns .social {
		display: none;
	}

	.container .four.columns {
		width: 26% !important;
	}

	.container .post-container .post {
		margin: 0;
	}

	.index-loop-post-container .two.columns {
		position: static;
	}

	.index-loop-post-container .gravatar img,
	.index-loop-post > h2,
	.index-loop-post > h4,
	.index-loop-post > p,
	.index-loop-post > ul,
	.comments-link-container,
	.index-loop-post .comment {
		display: none;
	}

	.index-loop-post-container .author {
		float: left;
	}

	.index-loop-post-container .date {
		float: right;
	}

	.post two.columns {
	}

	.gravatar img {
		width: 50px;
		height: auto;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	.post-container .featured-image {
		margin:0;
		width:auto;
	}

	.featured-image img, .post-container .featured-image img {
		width: 100% !important;
		height: auto;
	}

	.feature-tag-header {
		display: none;
	}

	.container .post-container {
		padding: 1em 0 1em 0;
	}

	.container .has-feature-tag h1,
	.container .index-loop-post h1 {
		text-align: left;
		font-size: 24px;
		line-height: 24px;
	}

	.container .index-loop-post h1 {
		margin-bottom: 0.5em;
		line-height: 1.2;
		font-size: 22px;
		font-family: "OpenSans", "Open Sans", sans-serif;
	}

	.container .post-container .post h2 {
		margin-bottom: 0;
		line-height: 1.5;
	}

	.content .post h1 a {
		color: #545454;
	}

	.more-link {
		display: none;
	}

	.responsive-container {
		max-width: 100%;
		overflow: scroll;
	}

	#pagination {
		padding-left: 0;
		margin-bottom: 15px;
		overflow: hidden;
		width: 100%;
	}

	.container .next-post a {
		width: 96%;
		padding: 5px 1%;
		margin-bottom: 15px;
		max-width: 575px;
	}

	#pagination .next-post {
		display: none;
	}

	.container .standalone-next-post a {
		margin-left: 0;
		width: 98%;
		max-width: 580px;
		float: left;
	}

	.container .related-articles,
	.container #comments,
	.fb_iframe_widget > span {
		margin-left: 0;
		width: auto;
	}

	.related-articles .article p {
		display: none;
	}

	.fb_iframe_widget,
	.fb_iframe_widget > span,
	.fb_iframe_widget > span > iframe {
		width: 100% !important;
		clear: both;
		display: block;
	}

	.trulia-gallery-images-wrap,
	a.trulia-promo-image,
	.trulia-promo-image img {
		width: 100%;
		max-width: 239px;
		margin: 0 auto;
	}

	.footer {
		padding: 15px 2% 20px;
	}

	.footer .container .four.columns {
		width: 20% !important;
	}

	.bottom .copyright,
	.bottom .menu-footer-container {
		display: block;
	}

	.bottom ul.menu {
		margin-left: 0;
	}

	.arrow {
		margin-right: 0;
	}


}

@media only screen and (max-width: 768px ) {

	body {
		margin-top: 0;
	}

	.top {
		position: static;
	}

	.header {
		margin-top: auto;
	}

	.cta-banner-on .trulia-call-to-action-banner {
		display: none;
	}

}

@media only screen
and ( max-width : 720px ) {

	.container .twelve.columns {
		width: 96%;
	}

	.container .sixteen.columns {
		padding: 1.5%;
	}

	.post-container img {
		padding: 0;
	}

	.container .four.columns {
		width: 100% !important;
	}

	.footer .container .four.columns {
		width: 45% !important;
	}

	.container .next-post a {
		width: 92%;
		padding: 5px 4%;
		font-size: 14px;
		line-height: 1.2;
	}
}

.in-print-only {
	display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {

	.cta-banner-on .trulia-call-to-action-banner .close {
		background-image: url( "images/close-2x.png" );
	}

}