/*
	Print Stylesheet for LP Field 2007 redesign
	This is old, and should be burned to the ground and recreated.
*/

/* color overrides */
/*
#logo h1 a {
	color: #900 !important;
	}
#content h1, #inventory h2.binv {
	color: #063838 !important;
	}
.brd img, img#mainimage {
	border-color: #063838 !important;
	}
#content h2, #content h2 a, .invlistdesc h3 a {
	color: #900 !important;
	}
*/

/* globals */
/*
* { margin:0; padding:0; border: 0; }
img { border: 0; }
td { padding-right: 10px; }
*/

/* typography */
/*
body {
	font: 76% Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	}
p { line-height: 1.8; }
h1 { font-size: 2.1em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
sup { font-size: 0.8em; }
acronym, abbr { cursor: help; }
blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
	}
#content p {
	margin-bottom: 0.5em;
	}
#content h1  {
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	}
#content h2  { 
	margin: 1.0em 0 0.40em 0;
	text-transform: uppercase;
	}
*/

/* floats and borders */
/*
.floatright {
	float: right;
	padding: 3px;
	margin: 0 0 10px 10px;
	}
.floatleft {
	float: left;
	padding: 3px;
	margin: 0 10px 10px 0;
	}
.clearboth { clear:both; }
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-table;}
.clearfix {display: block;}
.brd img, img#mainimage { border: 8px solid #000; }
.brd p {
	width: 50%;
	font-size: 0.9em;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid  #eee;
	}
*/

/* forms */
/*
.formelement {
	width: 98%;
	margin: 20px auto;
	position:relative;
	}
.formelement input, .formelement select {
	width: 400px;
	border: 1px solid #000;
	padding: 5px;
	color: #063838;
	position: absolute;
	right: 0;
	}
.formelement textarea {
	width: 98%;
	border: 1px solid #000;
	padding: 5px;
	height: 150px;
	color: #063838;
	}
.formelement select { width: 411px; }
.formelement input:hover,
.formelement input:focus { border: 1px solid #900; }
input.submitbutton {
	background: #fff;
	color: #900;
	cursor: pointer;
	border: 1px solid #333;
	padding: 3px;
	display: none;
	}
input.submitbutton:hover,
input.submitbutton:hover,
input.submitbutton:hover { background: #E8B619; color: white; }
*/

/* SPECIFIC RULES */
/* Override default styles with print-appropriate ones */
/* Note these rules are oddly specific to make sure they override default styles */

/*
* {
	background: none !important;
	}
a {
	color: #000 !important;
	}
#nav, #specialwrapper, #search, #footer .line {
	display: none !important;
	}
#wrapper, #container, #mainwrapper, #content {
	}
#logo {
	padding: 10px 20px;
	border-top: 1px solid #999;
	border-bottom: 1px dashed #999;
	text-align: center;
	margin: 60px 0 .75em;
	}
#logo h1 a {
	text-decoration: none;
	}
#content h1 {
	padding: 0 20px 10px;
	border-bottom: 1px solid #999;
	text-align: center;
	margin-bottom: .75em;
	}
#content h2 {
	color: #000;
	}
#content h2 a {
	text-decoration: none;
	}
.leadtxt {
	font: 1.3em/1.5em Georgia, "Times New Roman", Times, serif;
	}
#content ul {
	list-style-image: none; list-style-type: disc;
	}
#content ul li {
	padding-left: 0;
	margin: 10px 0 0 20px;
	}
html #footer {
	padding: 10px 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	font-size: .9em;
	margin-top: 1em;
	}
#footer #phone {
	position: absolute;
	width: 40%;
	text-align: center;
	top: 0;
	left: 60%;
	font-size: 2.5em;
	line-height: 50px;
	font-weight: bold;
	}
#footer .femail, #footer #address {
	position: absolute;
	width: 60%;
	top: 0;
	left: 0;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	}
#footer #address { top: 25px; }
*/