/*****************
 * Virtual Pages *
 *****************/

#bd
{
	margin-left: 5px;
	margin-right: 5px;
}

p, li
{
	color: #333;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
}

/***************
 * Text fields *
 ***************/

.helptext
{
	color: #888;
	display: inline-block;
	font-family: Arial;
	font-size: 14px;

	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 7px;
}

.helptext_password
{
	color: black;
}

input.editing, input.helptext
{
	width: 200px;
	margin-left: 15px;
}

textarea.editing, textarea.helptext
{
	width: 615px;
	height: 240px;
	margin-left: 15px;
}

/*******************
 * View Our Houses *
 *******************/

.house_info
{
	margin-bottom: 15px;
	margin-left: 5px;
}

.house_top_section
{
	position: relative;
	height: 450px;
}

.house_bottom_section
{
	clear: both;
	position: relative;
	height: 400px;
}

.house_info h2
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.house_floorplan
{
	position:absolute;
	bottom:0;
	left:0;
	width:200px;
}

.house_map
{
	position:absolute;
	top:0;
	right:0;
	width: 400px;
	height: 400px;
}

.house_photos
{
	position:absolute;
	top:0;
	left:0;
	width: 400px;
	height: 400px;
}

.house_rooms
{
	position:absolute;
	bottom:0;
	right:0;
	width: 400px;
	height: 400px;
}

.house_rooms table
{
	top:0;
	left:0;
}

#floorplans img
{
	display: none;
}

#floor_prev, #floor_next, #photo_prev, #photo_next
{
	margin-right: 5px;
}


/***********
 * Gallery *
 ***********/

.album_info
{
	margin-bottom: 15px;
	margin-left: 5px;
}
.album_info h2
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.album_admin
{
}

.album_admin li
{
	margin-bottom: 5px;
	margin-right: 20px;
	display: inline;
}

.album_admin li a
{
	/* FIXME: This will bork when I eventually change the link color */
	color:#CC0000;
	font-weight:bold;
	underline;
}

.albums_list
{
}

.photos_list
{
	clear: both;
}

.album
{
	margin: 15px;
	margin-top: 0px;
	position: relative;
	float: left;
	height: 200px;
	width: 100px;
}

.album img
{
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	width: 100px;
	height: 100px;
}

.album h4 a, .photo a h4
{
	margin-bottom: 0;
	font-weight: normal;
}

.section_header
{
	font-weight: bold;
	font-height: 180%;
	line-height: 0.9em;
	color: #0A4369;
	margin-bottom: 10px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #0A4369;
}

.photo
{
	margin: 30px;
	margin-right: 25px;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
	float: left;
	height: 250px;
	width: 200px;
}
.photo img
{
	border: solid 1px #ccc;
	padding: 4px;
	width: 200px;
	height: 200px;
}
.photo h4
{
	/* FIXME: This will bork when I eventually change the link color */
/*
	color: #C00;
	font-weight: bold;
	margin-bottom: 0;
 */
}

.pagination, .text
{
	clear: both;
}

/*********
 * Forms *
 *********/

/* 
 * Lovingly borrowed from:
 * http://www.alistapart.com/articles/prettyaccessibleforms
 */

form.cmxform fieldset
{
	margin-bottom: 10px;
}
form.cmxform legend
{
	padding: 0 2px;
	font-weight: bold;
}
form.cmxform label
{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form.cmxform fieldset ol
{
	margin: 0;
	padding: 0;
}
form.cmxform fieldset li
{
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.cmxform fieldset fieldset
{
	border: none;
	margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend
{
	padding: 0 0 5px;
	font-weight: normal;
}
form.cmxform fieldset fieldset label
{
	display: block;
	width: auto;
}
form.cmxform em
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.cmxform label
{
	width: 130px; /* Width of labels */
}
form.cmxform fieldset fieldset label
{
	margin-left: 133px; /* Width plus 3 (html space) */
}

fieldset.checkboxes label
{
	text-align: right;
}

fieldset.checkboxes input
{
	vertical-align: middle;
	margin-left: 2px;
}

fieldset.pages_dropdown p
{
	padding-top: 10px;
	padding-bottom: 10px;
}

