/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Site:	Grand Theatre
 * File:	Master/Default Stylesheet
 *
 *
 * Updated:	April/09 [ Created - SRB - The Web Paving Company Ltd.]
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@import url("/css/grand_content.css");     /* Content syles */
@import url("/css/grand_layout.css");      /* Layout styles */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Font and 'body' defaults
 *
 */


body {
    font-family:  Verdana, Geneva, Helvetica, Arial,  sans-serif;                             
    font-size: 0.8em;
    line-height: 1.4em;
    color: #444;
    margin: 0;
    padding: 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Print overrides
 *
 */
 
@media print { 

    body {
        background-color: #fff;
        color: #000;
        background-image: none;
        font-size: 10pt;
    }

    div#container {
        padding: 0;
	margin: 0;
        border-bottom: 0;
        border-right: 0;
	width: 100%;
	background-color: #fff;
        background-image: none;
        overflow: visible;         /* Undo 'hidden' to fix FF print  */
    }

    div#wrapper, div#columnContent  {
        float: none;
        border: 0;
        margin: 0 1em 0 0;
	padding: 0;
	width: 100%;
	padding: 0;
    }

    h1, h2, h3, h4, h5 {
        color: #000;
    }

    .noprint, div#topBanner, div#columnSidebar, div#breadcrumbs, .eventNav, div.viewTools, .insetBox, #wrapper #relatedLinks  {
        display: none;
    }

    .ticketInfo, .description {
        display: block;
        visibility: visible;
    }

    img#bwLogo {
        display: block; 
        margin-bottom: 1.2em;
        border: 0;
    }
}



