/*
*************************************************
PA DOWNTOWN
Print Stylesheet

Author:		andCulture, info@andCulture.com
Updated:	April 26, 2010
*************************************************
*/


/* HIDE DIVS */
.hide, #nav, #sidebar1, #sidebar2, form#search { display: none; }

/* HIDING BACKGROUNDS */
body, #header, #footer, #wrap1, #wrap2 { background: none !important; }

/* RECONFIGURE ELEMENTS */
#wrap1,
#wrap2,
#content,
#primary,
#secondary,
#footer { margin: 0 !important; padding: 0 !important; width: auto !important; min-height: auto; float: none; }

#header { margin: 0 0 10px 0; padding: 0; height: auto; }
a#logo { margin: 0; float: none; }
#content { padding-top: 10px; }
#footer { padding-top: .5em; border-top: 1px solid #998 !important; left: 0; }

.accordion .content { display: block !important; }

/* FIX FOR PRINTING LONG TABLES IN FIREFOX */
body, #wrap1, #wrap2 { display: inline; overflow: visible; }

/* FIX FOR PRINT ISSUES IN IE6 & IE7 */
table thead, table tbody, table tbody { display: table-header-group; }
