/*
Theme Name: Really Nice Hope Rentals
Description: Chamness Properties' Theme
Version: 1.0
Author: Matt Slack
Author URI: http://integernoun.com


*/



/* Color Scheme
---------------------------------------
Gold: #ff860f
Eggshell: #fefce1
Rust: #a62110
Green: #6e7738
*/

body {
	position: relative;
	padding: 0;
	margin:0;
	color: #666;
	background-color: #fefce1;
}

a {
	color: #a62110;
}
	a:visited {
		color: #ff860f;
	}
h1, h2, h3, h4, h5, h6 {
	color: #6e7738;
}
h1 {
	text-align: center;
}

ul.clean {
	list-style-type: none;
}
ul.lightboxable {
	margin: 18px 18px 0;
	overflow: hidden;
}
	ul.lightboxable li {
		height: 138px;
		width: 138px;
		float: left;
	}
	ul.lightboxable a {
		display: block;
	}
	ul.lightboxable a img {
		border: 2px solid #a62110;
		margin-bottom: 0;
	}
.container {
	padding-top: 1em;
}
.vcard .fn,
.vcard .org,
.vcard .adr,
.vcard .street-address,
.vcard .email {
	display: block;
}

#footer {
	position: relative;
	width: 100%;
	text-align: center;
	clear: both;
}
#photos,
#photos p {
	text-align: center;
}