/* Start of CMSMS style sheet 'Print' */
/*
 * Author: Stephanie Harte - Frank Lloyd Wright Preservation Trust
 * Contact: www.gowright.org
 * File: ie6.css
 * 
 * Description:
 * Print Layout rules.
 *
 */

body {
	color: #000;
	font: 70%/1.3em Verdana, Arial, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}

h1 {display: block }

#mnav, #snav, .skipper, #enav, .hr, .col2 .calendar, #cgcal_searchform, #footer, .random, #intro, .sponsorLogo, .sponsorBox, a.close, #houseList p, .socialNetworking
{display: none;}

#mainColumn {
	float: none;
	width: 100%;
	padding: 1em 1.25em 1em 0;	
	}	
	
#sideColumn {
	float: none;
	width: inherient;
	padding: 1em;
	border-bottom: 1px solid #ccc;
	}	
h1 {
font-size: 135%;
}

h2 {
font-size: 115%;
}

h3 {
font-size: 100%;
font-weigth: bold;
}

.copywright, .phone {
display: none;
}

#footer ul {
	list-style: none;
	margin: 1em 0 0;
	padding: 1em 0 0;
	border-top: 1px solid #ccc;
}

#footer ul li {
	margin: 0;
	padding: 0;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

img.alignLeft, p.alignLeft {
	margin: 0 1em .25em 0;
}

img.alignRight, p.alignRight {
	margin: 0 0 .25em 1em;

}

/* Collections */

.collections {
	margin-right: 2em;
}

.collectionItem {
	float: left;
	margin: 0 1em 1em;
	border: 1px solid #e7e7e7;
	padding: 1em;
}

.collectionItem h3 {
	font-size: 90%;
	text-align: center;
}

/* Cataloger */

.catnav {
	float: right;
	display: none;
}

.category_items {

	margin-top: 1em;
}

.category_item {
	margin: .5em .5em 1em;
	padding: .5em;
	float: left;
	text-align: center;
	border: 1px solid #e7e7e7;
	width: 125px;
	height: 150px;
}

#imageRights #item_image {float: left; margin: 0 2em 1em 1em;}

h1.catalog {
	font-size: 120%;
	font-weight: bold;
}
#imageRights .item_attribute_val { float: left; width: 300px; text-align: left;}

p.returnLink {
	border-top: 1px solid #ccc;
	padding-bottom: 2px;
	margin: 2em 1em 1em; 
}

.map, #point_1, #point_2_text, #point_3, #point_4, #point_5 #point_6 {
	display: block;
}

.textBackground {
	display: block;
}

.accessibility { display: none;
}

/* ARO0 */
.tableTotal {
font-weight: bold;
}

tr.tableTotal td {
border-top: none;
}

.tableTotal, .total { font-weight: bold; }

th {
border-bottom: none;
}

table { margin-bottom: 1em }

.underline {
	text-decoration: underline;
}

#signature {
	float: left;
	width: 49%;
}

#tabs #snav{
display: block;
margin: 0;
}

#tabs #snav li {
display: block;
list-style: none;
margin: 0;
}

#tabs #snav li a {
display: none;
list-style: none;
margin: 0;
}

#tabs #snav li.currentpage a{
display: block;
list-style: none;
color: black;
font-weight: bold;
text-decoration: none;
font-size: 125%;
margin-left: -40px;
}
/* End of 'Print' */

