﻿@import url("base.css?2");

#content .property
{
	background: #fff1c5;
	border: 1px #000 solid;
	float: left;
	margin-top: 1em;
	padding: 1em;
	width: 96.5%;
}

.property.single > p
{
	float: right;
	width: 65.5%;
	clear: both;
}

#content .property h2, #content .property .rent
{
	text-align: center;
}

#content .property .cabin-picture
{
	text-align: center;
	margin-bottom: 1em;
}

#content .property .more-pictures
{
	font-size: 0.85em;
	text-align: center;
}

#content .property ul.cabins
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#content .property.single ul
{
	float: none;
	width: auto;
}

#content .property ul.cabins > li
{
	background: #fff9e5;
	border: 1px #d0750a dashed;
	float: left;
	margin: 1em 1% 1em 1%;
	padding: 1em 0;
	width: 31%;
}

#content .property.single ul.cabins > li
{
	float: none;
}

#content .property ul.cabins li p
{
	margin: 1em;
}

#content .property .rates p
{
	clear: both;
	text-align: center;
	margin: 0;
}

#content .property .rates
{
	background: #fff9e5;
	border: 1px #d0750a dashed;
	clear: both;
	padding: 1em 0;
}

#content .property .rates h2
{
	font-size: 1.25em;
}