/*
	Terrapin Station Winery printer styles
	Developed by Saforian
*/



/*
	--- Hidden Objects ---
*/

#skipnav, #navigation, #sidebar, #subnav, #scroller, #topfader, #bottomfader, #bottle, #footer P
{ display:none }


/*
	--- Formatting ---
*/

BODY
{ color:#111; font:normal .7em/1.2em georgia,verdana,arial,helvetica,sans-serif }
TABLE, TR, TD, TH
{ font-size:100% }

/* Links */
A:link
{ color:#28527c; text-decoration:none }
A:visited
{ color:#38628c; text-decoration:none }

/* Show URL after links */
A[href^=http]:after
{ content: " (" attr(href) ") "; }


/* Paragraphs */
P
{ margin:0 0 1.3em 0; line-height:1.4em }
UL, OL, LI, DT, DD, TD, TH
{ line-height:1.4em }

/* Special text formatting */
.small /* Fine print */
{ font-size:91% }
.big /* Large print */
{ font-size:110% }
.note  /* Highlighted note */
{ font-weight:bold; color:#809c2f; background-color:#f4f4f4; padding:4px 3px }
.error  /* Simple error notice */
{ font-weight:bold; color:#a00 }


/* Images */
A IMG
{ border-width:0 }

.floatleft /* Flating images */
{ float:left; margin:0 8px 8px 0 }
.floatright
{ float:right; margin:0 0 8px 8px }


/* Separators */
HR
{ color:#284833; background-color:#284833; height:3px; margin:0 0 .4em 0; padding:0; border-width:0; overflow:hidden }
	HTML>BODY HR /* IE margin fix */
	{ margin:1.4em 0 }


/* Headings */
H1, H2, H3, H4, H5, H6
{ color:#7a8699; font-weight:bold; margin:0 0 .7em 0; line-height:1.3em }
H1
{ margin-bottom:.5em; font-size:125% }
H2
{ font-size:125% }
H3
{ font-size:120% }
H4
{ font-size:110% }
H5
{ font-size:100% }
H6
{ margin-bottom:1px; font-size:100% }


/* Forms */
FORM, FIELDSET
{ margin:0; padding:0; border-width:0 }
LABEL
{ vertical-align:middle }
INPUT, SELECT, TEXTAREA
{ font-family:verdana,arial,helvetica,sans-serif; font-size:100%; vertical-align:middle }


/* - Printer Object Formatting - */

#logo
{ margin-bottom:1.2em }

#scrollwrapper
{ overflow:visible !important }

#footer
{ clear:both; margin-top:2em; border-top:1px solid #ddd; padding-top:.5em }
#footer P#copyright
{ display:block }


.clear
{ clear:both }