/* ---------------------------------------------------------------------------

	World Golf Village Print Styles
	http://worldgolfrealestate.com
	
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

body {
	margin: .2in .6in;
	font-size: 11pt;
}

a:link, a:visited { 
	color: #999; 
}

h1, h2, h3 {
}
	
ul, ol {
	margin-left: 0;
}
	
li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ITEMS HERE DO NOT PRINT */

#skip, 
#nav, 
#nav_utility,
#nav_secondary,
#nav_findhome,
#feature,
#sidebar,
#foot,
#sort,
#messages,
#emailAgent,
#email_agent,
#emailFriend,
#email_friend,
#virtual_tour,
#map_link,
#contact_form,
.event_key,
body.home #content img,
body.village_life #content img,
body.neighborhoods #content img,
body.builders #content img,
body.location #content img,
body.about #content img,
body.calendar #content img,
body.property h1,
body.contact #content img {
	display: none;
}

/* print URLs after link text */

#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}
	
/* property listings */

p.pagination_total { clear: both; }

#listing_container {
	border-top: 1pt solid #ccc;
	border-bottom: 1pt solid #ccc;
	overflow: hidden;
}

dl.listing {
	clear: both;
	padding: 5pt 5pt 10pt 0;
}

dl.even {
	border-top: 1pt solid #ccc;
}

dl.listing dt {
	float: left;
	width: 220px;
}

dl.listing dd {
	margin-left: 220px;
	margin-bottom: 5pt;
	padding-bottom: 5pt;
}

dl.listing dt a {
	border: none;
}

dl.listing dt img {
	width: 180px;
	padding: 4pt;
	border: 1pt solid #ccc;
}

dl.listing dd label,
#listing_detail label {
	color: #000;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	text-transform: uppercase;
}

/* property details */

#detail_imgs {
	float: right;
	width: 300px;
}

#listing_detail img#propertyImage {
	width: 300px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #ccc;
}

#listing_detail img.propertyImages {
	float: left;
	width: 62px;
	margin: 0 4px 10px 4px;
	border: 1px solid #ccc;
}

#detail_info,
#detail_desc,
#detail_agent {
	margin-right: 320px;
	margin-bottom: 5px;
	padding: 5px 0;
	border-top: 1pt solid #ccc;
}

#detail_info {
	border: none;
}

#detail_desc p {
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#detail_info ul,
#detail_desc ul,
#detail_agent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#detail_info ul li,
#detail_pool_new li,
#detail_location li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* calendar */

body.calendar table {
	width: 100%;
	border: 1pt solid #ccc;
}

body.calendar caption {
	text-align: left;
}

body.calendar th, body.calendar td {
	width: 14%;
	border: 1pt solid #ccc;
	vertical-align: top;
}

body.calendar td {
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 8pt;
}

body.calendar table ul {
	margin-left: 0;
}

body.calendar table ul li {
	padding: 2px 0;
	margin-left: 0;
}


/* journal & press room */

#content_main p.posted {
	font-style: italic;
	font-size: 9pt;
}

div.post {
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 4px solid #e5e5e5;
}

/* div.post_detail {
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
#content div.post h2 a:link,
#content div.post h2 a:visited,
#content div.post h2 a:hover {
	font-weight: normal;
}

div.post_detail .posted {
	text-align: right;
	border-bottom: 2px solid #e5e5e5;
} */