/* --------------------------------------------------------------

    print.css

    Author: Greg Dalrymple
    Date: 03/09/2008

    This is the print stylesheet for philip johnston

    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

body { margin: 0; padding: 0; }

img { border: 0; }

#nav,
#logo span,
#header #right-area,
#refine-search,
#info-bar,
#brochure-controls,
#brochure-images .center,
#brochure-options,
#footer,
td.pager,
.span-2 { display: none; }

#content { float: left; }

#brochure-details { width: 290px; float: left; margin-right: 20px; }
#brochure-images { width: 320px; float: left; }

.result-item { width: 610px; margin-bottom: 30px; }
.property-image { float: left; margin-right: 20px; width: 180px; }
.result-item .details { float: left; width: 400px; }
h3.address { margin: 0; }
h4.price { margin: 0; }

.result-item p { font-size: 10pt; margin: 10px 0 10px 0; }

.stats { margin-bottom: 15px; font-size: 10pt;}

ul.summary { padding: 0; list-style: none; font-size: 10pt; }
ul.summary li { float: left; margin-right: 20px; font-weight: bold; }

.thumbnail { float: left; margin-right: 10px; margin-top: 15px; }

.clear-floats { clear: both; }