#content {
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}

#content .header h1, 
#content .header h1 span {
	font-size: 28px;
	font-family: "futura_ltheavy";
	font-weight: normal;
	color: #646464;
	letter-spacing: 1px;
	line-height: 30px;
	margin-bottom: 20px;
}

#content .body {
	position: relative;
	padding-top: 340px;
}

#content .body a {
	color: #4d9ffc;
}

#content .body p,
#content .body > ul {
	color: #7A7A7A;
	font-size: 19px;
	font-family: "futura_ltlight";
	line-height: 30px;
	margin-bottom: 20px;
}

#content .body > p {
	text-align: justify;
}

#content .body > ul {
	list-style: none;
}

#content .body > ul li {
	font-family: "futura_ltlight";
	text-align: justify;
	line-height: 26px;
	margin-bottom: 14px;
	margin-left: 20px;
}

#content .body > ul li .check { 
	display: block; 
	float: left; 
	margin-left: -20px; 
}

#content .body p strong {
	font-family: "futura_ltbook";
}



#content .body h3 {
	font-family: "futura_ltheavy";
	font-weight: normal;
	line-height: 23px;
	color: #777;
	font-size: 22px;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

/* MAP
 * * * * * * * * * * * * * * * * * * * * * * */

#content .body .map {
	position: absolute;
	top: 0px;
	left: -30px;
	right: -30px;
	height: 300px;
	background-color: #EEEEEE;
}

#content .body .map .map-frame {
	height: 300px;
}

/* LISTING ITEM 
 * * * * * * * * * * * * * * * * * * * * * * */

#content .body .listings {
	margin-bottom: 30px;
}

#content .body .listings .listing {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0px;
	padding: 15px 20px;
	min-height: 160px;
}

#content .body .listings .listing.odd {
	background-color: #f4f4f4;
	background-color: #ffffff;
}

#content .body .listings .listing.even {
	background-color: #e8e8e8;
	background-color: #ffffff;
}

#content .body .listings .listing h4 {
	margin-bottom: 10px;
}

#content .body .listings .listing h4 div.street {
	font-size: 15px;
	font-family: "futura_ltregular";
	font-weight: normal;
	color: #777;
	border-bottom: 1px solid #CCC;
	margin-right: 155px;
	margin-bottom: 5px;
	margin-left: -5px;
	padding-left: 5px;
}

#content .body .listings .listing h4 div.type,
#content .body .listings .listing h4 div.type span {
	font-size: 18px;
	font-family: "futura_ltheavy";
	font-weight: normal;
	color: #777;
	letter-spacing: 1px;
}

#content .body .listings .listing h4 div.type span {
	white-space: nowrap;
}

#content .body .listings .listing p {
	margin-bottom: 0px;
}

#content .body .listings .listing p.size {
	position: absolute;
	font-size: 12px;
	font-family: "futura_ltregular";
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #AAA;
	top: 10px;
	right: 190px;
	padding-right: 0px;
}

#content .body .listings .listing p.size span {
	padding-left: 7px;
	color: #AAA;
}

#content .body .listings .listing p.size span.sf {
	float: right;
	color: #8F8F8F;
	font-family: "futura_ltheavy";
}

#content .body .listings .listing p.sizes {
	font-size: 16px;
	font-family: "futura_ltcondensedlight";
	color: #888;
	margin-right: 20px;
}

#content .body .listings .listing p.sizes strong {
	font-weight: normal;
	color: #888;
	font-family: "futura_ltcondensed";
}

#content .body .listings .listing p.description {
	font-family: "futura_ltcondensedlight";
	color: #999;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 170px;
	line-height: 22px;
	text-align: justify;
}

#content .body .listings .listing p.links {
	font-family: "futura_ltlight";
	color: #AAA;
	font-size: 14px;
}

#content .body .listings .listing p.links a {
	color: #4d9ffc;
	font-family: "futura_ltbold";
	font-size: 12px;
}

#content .body .listings .listing .photo {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 130px;
	height: 150px;
	background-position: center center;
	border: 5px solid #F9F9F9;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}

#content .body .listings .listing.no-photo .photo {
	display: none;
}

#content .body .listings .listing .photo img {
	opacity: 0.0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 780px) { 
	
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 450px) { 
	
	#content {
		margin: 0px;
		padding-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#content .body {
		margin: 20px 0px;
		padding-top: 0px;
		margin-top: 10px;
	}
	
	#content .body .map {
		display: none;
	}
	
	#content .header h1 {
		font-size: 22px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	#content .body h3 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	
	#content .body p {
		font-size: 17px;
		line-height: 23px;
	}
	
	#content .body .listings {
		margin-top: 0px;
	}
	
	#content .body .listings .listing {
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px 15px;
	}
	
	#content .body .listings .listing h4 {
		margin-bottom: 0px;
	}

	#content .body .listings .listing h4 div.street {
		margin-right: -5px;
		font-size: 14px;
	}
	
	#content .body .listings .listing h4 div.type, 
	#content .body .listings .listing h4 div.type span {
		letter-spacing: 0px;
		line-height: 20px;
		font-size: 17px;
	}
	
	#content .body .listings .listing p.size {
		position: static;
		top: auto;
		right: auto;
		font-size: 12px;
		color: #888;
	}
	
	#content .body .listings .listing p.size span.sf {
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		color: #999;
	}
	
	#content .body .listings .listing p.description {
		color: #999;
		margin-top: 6px;
		margin-bottom: 6px;
		margin-right: 0px;
		line-height: 22px;
		line-height: 23px;
		text-align: justify;
	}
	
	#content .body .listings .listing.no-photo p.description {
		margin-right: 0px;
	}

	#content .body .listings .listing .photo {
		position: relative;
		top: auto;
		right: auto;
		float: right;
		margin-top: 10px;
		margin-bottom: 7px;
		margin-left: 17px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 380px) { 

	#content .header h1 {
		font-size: 20px;
	}
	
	#content .body > p {
		font-size: 14px;
		line-height: 20px;
	}
	
	#content .body h3 {
		font-size: 19px;
		letter-spacing: 0px;
	}
	
	#content .body .listings .listing .photo {
		border: 1px solid #AAA;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 320px) { 
	
	#content .header h1 {
		font-size: 18px;
	}
	
	#content .body h3 {
		font-size: 17px;
		letter-spacing: 0px;
	}
	
}