/*
 *	Philip Baker & Co Print Stylesheet
 *	philipbaker.co.uk
 *	Feb 2010
 *
 *	Site designed by Longplay Designs
 *	longplaydesigns.co.uk
 *
 *	Copyright © 2009 Longplay Designs, all rights reserved.
 */

/* ******** *
 *	Basics
 * ******** */
html {
  overflow-y: scroll !important;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image: none;
}
h1 {
	font-family: 'ITC Berkeley Oldstyle Std', 'Times New Roman', serif;
	color: #ffffff;
	margin: 5px 0px 15px 0px;
	font-size: 28pt;
	font-weight: normal;
}
h2 {
	font-family: 'ITC Berkeley Oldstyle Std', 'Times New Roman', serif;
	font-size: 16pt;
	font-weight: normal;
	background-color: #751717;
	color: #ffffff;
	height: auto;
	text-shadow: none;
	margin: 10px 0px;
	padding: 8px 20px 0px 10px;
	display: block;
}

/* ******** *
 *	Layout
 * ******** */
#center {
	width: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#baseTop {
	display: none;
}
#base {
	background-image: none;
	padding: 0px;
}
#baseBottom {
	display: none;
}
#page {
	background-image: none !important;
	position: relative;
	padding: 0px;
	background-color: transparent !important;
	border: none;
	position: relative;
}
#header {
	padding: 0px;
}
#header #title {
	display: block;
	padding: 10px 15px;
	position: relative;
	background-color: #751717;
	margin: 5px 0px 5px 0px;
	width: auto;
}
#header h1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#header #logo {
	display: none;
	float: left;
	margin: 0px;
}
#header #contactDetails {
	font-size: 8pt;
	text-align: right;
	position: absolute;
	top: 16px;
	right: 20px;
	color: #ffffff;
}
#header #contactDetails #phoneNumber {
	position: relative;
	top: 2px;
}
#header #contactDetails #eMail {
	font-size: 10pt;
	display: block;
	color: #ffffff;
	padding: 0px 0px 1px 0px;
}
#navigation {
	display: none;
}
#content {
	overflow: visible;
	padding: 0px;
}
#sideNav {
	display: none;
}
#footer {
	font-size: 8pt;
	color: #a0a0a0;
	padding: 10px 25px;
	overflow: hidden;
	text-align: center;
}
#footer #copyright, #footer #signature {
	float: none;
	display: block;
	width: auto;
	text-align: center;
	padding: 5px;
}


/* ********** *
 *	Controls
 * ********** */

.columnAndSideNav .sideNav {
	display: none;
}
.columnAndSideNav .column {
	width: auto;
	float: none;
	overflow: visible;
}
.twoColumn .column {
	width: auto;
	float: none;
}

/* Frames */
.frameHeader {
	background-image: none !important;
	padding: 0px;
	height: auto;
}
.frameHeader h2 {
	background-image: none !important;
	background-color: #751717;
	color: #ffffff;
	height: auto;
	text-shadow: none;
	margin: 10px 0px;
	padding: 8px 20px 0px 10px;
	display: block;
}
.frameContent {
	background-image: none !important;
	overflow: visible;
	padding: 10px;
	position: relative;
}
.frameFooter {
	display: none;
}

/* Frames - Specifics */
.frameLarge {
	width: auto;
	float: none;
}
/* Medium Frame */
.frameMedium {
	width: auto;
	float: none;
}
/* Small Frame */
.frameSmall {
	width: auto;
	float: none;
}
/* Side Frame */
.frameSide {
	width: auto;
	float: none;
}

/* Images */
.thumbnail {
	padding: 5px;
	background-color: #751717;
	-moz-border-radius: 5px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.thumbnail:hover {
	text-decoration: none;
}
.thumbnail.large {
	width: 232px;
}
.thumbnail.medium {
	width: 150px;
}
.thumbnail.small {
	width: 69px;
}
.thumbnail.right {
	float: right;
	margin: 0px 0px 15px 15px;
}
.thumbnail img {
	padding: 0px;
	display: block;
}

.floorplans {
	display: none;
}


/* *********** *
 *	Specifics
 * *********** */

/* Properties */
.propertyListing {
	padding: 0px 5px 15px 5px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #808080;
	position: relative;
}
.propertyListing .price {
	font-family: 'ITC Berkeley Oldstyle Std', 'Times New Roman', serif;
	font-size: 22pt;
	font-weight: bold;
	color: #751717;	
	position: absolute;
	top: 0px;
	right: 5px;
}
.propertyListing .thumbnailLink {
	float: right;
	margin: 0px 0px 0px 10px;
}
.propertyListing .propertyState {
	position: absolute;
	top: 40px;
	right: 80px;
}

#propertyDetails {
	position: relative;
	margin: 0px;
}
#propertyDetails h3 {
	font-size: 20pt;
	margin: 0px;
}
#propertyDetails h4 {
	font-size: 11pt;
	margin: 0px 0px 10px 0px;
}
#propertyDetails #price {
	font-family: 'ITC Berkeley Oldstyle Std', 'Times New Roman', serif;
	font-size: 30pt;
	font-weight: bold;
	color: #751717;	
/*	position: absolute;
	top: 10px !important;
	right: 10px !important;*/
	position: static;
}
#propertyDetails #priceDetail {
	position: static;
}
#propertyDetails #thumbnail {
	float: right;
	margin: 0px 0px 10px 10px;
}
#propertyDetails .propertyState {
	position: absolute;
	top: 100px;
	right: 170px;
}
#propertyDetails #features {
	overflow: hidden;
	padding: 15px 5px 0px 5px;
	border: 1px #a0a0a0;
	border-style: dotted none none none;
	margin: 15px 0px 0px 0px;
	background-color: #ffffff;
	-moz-border-radius: 0px;
	clear: both;
	word-spacing: -1em;
	page-break-inside: avoid;
}
#propertyDetails #features h5 {
	margin: 0px 0px 5px 0px;
}
#propertyDetails #features ul {
	display: inline-block;
	word-spacing: normal;
	vertical-align: top;
	width: 45%;
	padding: 0px;
	font-size: 9pt;
	font-weight: bold;
}
#propertyDetails #location {
	overflow: hidden;
	padding: 15px 5px 0px 5px;
	border: 1px #a0a0a0;
	border-style: dotted none none none;
	margin: 15px 0px 0px 0px;
	page-break-inside: avoid;
}
#propertyDetails #location h5 {
	margin: 0px;
}
#propertyDetails #location .thumbnail {
	display: block;
	float: right;
	margin: 0px 0px 12px 12px;
}
#propertyDetails #map {
	/*height: 250px;*/
}
#propertyDetails #details {
	padding: 15px 5px 0px 5px;
	border: 1px #a0a0a0;
	border-style: dotted none none none;
	margin: 15px 0px 0px 0px;
}
#propertyDetails #details h5 {
	margin: 0px;
}
#propertyDetails .room {
	margin: 15px 0px;
	padding: 2px 0px 2px 8px;
	border-left: none;
	overflow: hidden;
	clear: both;
	page-break-inside: avoid;
}
#propertyDetails .room .dimensions {
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
}
#propertyDetails .room p {
	margin: 8px 0px 0px 0px;
}
#propertyDetails .room .thumbnail {
	clear: right;
	float: right;
	margin: 0px 0px 5px 10px;
}
#propertyDetails #terms {
	text-align: center;
}
#propertyDetails .buttonBar {
	display: none;
}
