﻿/* Print.css - for printing web pages --------------------------------------- */

@import "Reset.css";
@import "Default.css";


/* Layout ------------------------------------------------------------------- */

ul.menu_horz, ul.menu_vert, ul.menu_sub, ul.menu_footer {
	display: none;
}

#container {
	border: none;
	width: 100%;
	margin: 0;
	box-shadow: none;
}

#content {
	width: auto;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	float: none;
	border-top: 1px #12283C solid;
}

#footer {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px #12283C solid;
}

img.logo {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

* { overflow: visible; }


/* Text --------------------------------------------------------------------- */

#header h1 { margin-left: 0; }

.page_title { text-align: left; }	/*! Experimental */


/* Color -------------------------------------------------------------------- */

* { color: #000000 !important; background: #FFFFFF !important; }


/* Links -------------------------------------------------------------------- */

/*a:link:after {
	content: " (http://www.SeattleWindSymphony.org" attr(href) ") ";	! Site Specific 
}

#content a[href^="http://"]:after,
#content a[href^="https://"]:after {
    content: " (" attr(href) ") ";
}
*/
#content a[href^="mailto:"] {
	background: none;
	padding: 0;
}

#content a[href^="mailto:"]:after {
    content: "";
}


/* Print or No Print -------------------------------------------------------- */

.print_only {
	display:  inherit;
}

span.print_only {
	display: inline;
}

.no_print {
	display: none;
}

ul.personnel_list
	{
	display: block;
	page-break-inside: avoid;
	}	

.section_title, .section_subtitle {
	page-break-after: avoid;
}

p, table {
	page-break-inside: avoid;
}

div.image_gallery {
	page-break-inside: avoid;
}