/*
Theme Name: Great Escape Vacation Properties
*/
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF url(_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #262261;
    text-decoration: underline;
}
a:hover, a:active {
    color: #6a6fb4;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top-menu {
	height: 33px;
	line-height: 33px;
	color: #FFF;
	text-align: right;
	font-size: 12px;
	margin: 0 0 5px 0;
}
	#top-menu a:link, #top-menu a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#top-menu a:hover, #top-menu a:active {
		text-decoration: underline;
	}

#top {
	height: 120px;
}
	#top img {
		float: left;
		margin-top: 20px;
		display: inline;
	}
	/* MENU */
	#menu {
		background: url(_images/menu.gif) 0 0 no-repeat;
		width: 477px;		/* Width of entire image */ 
		height: 120px;		/* Height of buttons */
		margin: 0;
		float: right;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 120px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-renters 	{ width: 151px; }
	#menu-owners 	{ width: 127px; }
	#menu-deals 	{ width: 100px; }
	#menu-blog 		{ width: 99px; }

	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-renters a:hover	{ background: transparent url(_images/menu.gif) 0px -120px no-repeat; }
	#menu-owners a:hover	{ background: transparent url(_images/menu.gif) -151px -120px no-repeat; }
	#menu-deals a:hover		{ background: transparent url(_images/menu.gif) -278px -120px no-repeat; }
	#menu-blog a:hover		{ background: transparent url(_images/menu.gif) -378px -120px no-repeat; }

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#banner {
	height: 125px;
	background: transparent url(_images/banner.jpg) 0 0 no-repeat;
	padding: 75px 0 25px 0;
	margin: 0 0 20px 0;
}
	#banner p {
		margin-left: 42px;
		margin-right: 452px;
		font-size: 14px;
		color: #262261;
	}

#intros {
	border-bottom: 3px double #e6e4e4;
	margin-bottom: 25px;
}
	#intros p {
		margin: 0;
		font-size: 11px;
		line-height: 14px;
		color: #6a6fb4;
	}
	#intro-renters, #intro-owners {
		padding: 0 25px 15px 0;
		width: 329px;
		float: left;
		padding-left: 125px;
	}
	#intro-renters {
		border-bottom: 1px solid #e6e4e4;
		margin-bottom: 15px;
		background: transparent url(_images/header-travelers.gif) 0 0 no-repeat;
	}
	#intro-owners {
		background: transparent url(_images/header-owners.gif) 18px 0 no-repeat;
	}
	#intro-blog {
		border-left: 1px solid #e6e4e4;
		padding: 0 0 20px 150px;
		width: 270px;
		float: right;
		background: transparent url(_images/header-blog.gif) 35px 0 no-repeat;
	}
		#intro-blog p {
			margin: 0 0 15px 0;
		}
		

#featured-container {
	padding-bottom: 20px;
	background: transparent url(_images/featured.jpg) left bottom repeat-x;
	margin: 0 0 10px 0;
}
#featured {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
	#featured h2 {
		height: 24px;
		text-indent: -3000px;
		background: transparent url(_images/featured-properties.gif) center top no-repeat;
		margin: 0 0 15px 0;
	}
	.featured-property {
		width: 140px;
		float: left;
		margin: 0 20px;
		display: inline;
	}
		.featured-property img {
			margin: 0 0 5px 0;
		}
		.featured-property p.title {
			font-size: 15px;
			margin: 0 0 5px 0;
		}
		.featured-property p.description {
			font-size: 11px;
			line-height: 14px;
			color: #484736;
			margin: 0 0 5px 0;
		}
		.featured-property li {
			list-style: none;
			font-size: 11px;
			padding-left: 20px;
		}
			.featured-property li a:link, .featured-property li a:visited {
				color: #484736;
				text-decoration: none;
			}
			.featured-property li a:hover, .featured-property li a:active {
				text-decoration: underline;
			}
			.featured-property li#more, a#more { background: transparent url(_images/icon-house.gif) 0 3px no-repeat; }
			.featured-property li#photos, a#photos { background: transparent url(_images/icon-camera.gif) 0 3px no-repeat; }

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#main {
	border-top: 1px solid #e6e4e4;
	border-bottom: 1px solid #e6e4e4;
	padding: 15px 0;
	margin: 0 0 15px 0;
}
#content {
	width: 650px;
	float: left;
	margin: 0 0 30px 0;
	display: inline;
}
	#breadcrumb, #breadcrumb a {
		color: #5d5d5d;
		margin-bottom: 7px;
		font-size: 11px;
	}
	
	#content li {
		margin-left: 25px;
	}

	#content h1 {
		font-size: 23px;
		font-weight: normal;
		color: #262261;
		padding: 0 0 6px 0;
	}
	#content h2 {
		font-size: 16px;
	}
	
	/* Properties */
	.property-intro {
		border-bottom: 1px solid #e6e4e4;
		margin: 0 0 15px;
	}
		.property-intro img {
			float: left;
		}
		.property-intro h2 {
			margin-bottom: 5px;
		}
		.property-intro h2, .property-intro p {
			margin-left: 175px;
		}
		.property-intro p.property-links a {
			font-size: 14px;
			padding: 0 0 0 20px;
			margin: 0 20px 0 0;
		}
	
	p.location {
		font-size: 14px;
		color: #5d5d5d;
		text-decoration: none;
	}
		p.location a {
			font-size: 11px;
			margin: 0 0 0 15px;
		}
	
	#content #property-info li {
		font-size: 12px;
		list-style: none;
		margin: 0;
	}
	
	#gallery {
		margin-bottom: 25px;
	}
		#gallery #tour {
			font-size: 16px;
			font-weight: bold;
			text-align: center;
			margin-top: 15px;
		}
		.gallery-caption {
			font-size: 11px;
		}
		
	#property-actions {
		width: 200px;
		float: right;
	}	
		#property-actions li {
			list-style: none;
			margin: 0 0 5px 0;
			padding-left: 22px;
		}
		#property-actions li#book {
			font-size: 16px;
			font-weight: bold;
			background: transparent url(_images/icon-star.gif) 0 0 no-repeat;
		}
		#property-actions li#availability { background: transparent url(_images/icon-calendar.gif) 0 2px no-repeat; }
		#property-actions li#contact { background: transparent url(_images/icon-contact.gif) 0 2px no-repeat; }
		#property-actions li#feedback { background: transparent url(_images/icon-comments.gif) 0 2px no-repeat; }
	
	p.request-info {
		text-align: center;
	}
		p.request-info a.highlight:link, p.request-info a.highlight:visited {
			background: #262261;
			color: #FFF;
			padding: 3px 5px;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none !important;
		}
		p.request-info a.highlight:hover, p.request-info a.highlight:active {
			background: #6a6fb4;
		}
	
	#property-details {
		width: 100%;
	}
		#property-details th {
			background: #6666cc;
			width: 150px;
			vertical-align: top;
		}
		#property-details td {
			background: #e5edf8;
			vertical-align: top;
		}
	
	#comments {
		border-top: 1px solid #e6e4e4;
		padding-top: 15px;		
	}
	.comment {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #e6e4e4;
	}
		.comment-data {
			width: 100px;
			float: left;
			font-size: 11px;
		}
		.comment-text {
			margin-left: 125px;
		}

#side {
	width: 200px;
	float: right;
	margin: 0 0 30px 0;
	display: inline;
}
	#side .featured-property {
		float: none;
		margin: 0;
	}
	
	#side h2 {
		font-size: 11px;
		text-transform: uppercase;
		color: #6a6fb4;
		font-weight: normal;
	}
	
	#side li {
		list-style: none;
	}
		#side li a {
			text-decoration: none;
		}
	
	.submenu {
		margin: 0 0 40px 0;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	padding-bottom: 30px;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
	#footer p {
		color: #262261;
		font-size: 11px;
		line-height: 14px;
	}
	#footer p span {
		float: right;
		text-align: right;
	}
	