﻿@import url("base.css");

.home { margin-bottom: 1em; }

img.home
{
	background: transparent url("images/homeframe1.png") no-repeat;
	float: left;
	margin: 0 0 1em 75px;
	padding: 2px;
}

.gallery
{
	float: right;
	margin: 0 15px 0 0;
	/* width: 185px; */
	width: 275px;
}

.gallery ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery li
{
	float: left;
	margin: 5px;
	padding: 0;
	white-space: nowrap;
	width: 79px;
	height: 60px;
}

.gallery li img
{
	background: transparent url("images/thumbframe1.png") no-repeat;
	display: block;
	margin: 0 auto;
	padding: 2px;
}

.gallery li.tall img { background-image: url("images/thumbtallframe1.png"); }

.description
{
	clear: both;
	margin: 0 auto;
	padding: 25px 0 0 0;
	/* width: 525px; */
	width: 80%;
}

.description .details
{
	font-weight: bold;
	text-align: right;
}

.description .details .status
{
	color: #ff0;
	font-size: 135%;
}

.additional-photos { text-align: center; }

#home-gallery
{
	margin: 2em auto 0 auto;
	text-align: center;
	width: 80%;
}

#more-info
{
	font-weight: bold;
	margin-top: 1em;
	text-align: center;
}