/* 
Title:		Printer styles for OttawaJazzFestival.com 
Author:		jay.west for the Ottawa Jazz Festival Inc.
Contact:	creative@jaywest.com
Updated:	May 25, 2008 
*/



/* hide all the divs we dont want to print */
#nav_main,
#nav_sub,
#nav_skip,
#nav_language,
#nav_browse,
#content_sponsors,
#site_info {
display:none;
}


/* optimize the page content for print legibility */

body {
	background: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: black;
	text-decoration:none;
	}

#pageWrap,
#content {
	width:100%;
	margin: 0;
	padding: 0;
	float:none;
}
p {margin: 0 0 1em 0;}

img {display:none;}



#branding h2 {
font-weight: normal;
font-size: 120%;
border-bottom: 1px solid black;
}
#branding h2 a {
font-weight: normal;
}




/* LINKS ***************************/

a {
	color:black; 
	font-weight:bold; 
	text-decoration:none;
}
/* write out urls after their links - Moz only 
#content a:after {   
   content: " [" attr(href) "] ";
   font-size: 90%;
   font-weight:normal;
}
#content a[href^="/"]:after {
  content: " [http://www.geoconnections.org" attr(href) "] ";
}
*/


/* HEADINGS ****************************/

h1 {
	font-size: 200%;
	margin: 30px 0 0 0;
	font-weight:normal;
}

h2 {
	font-size: 150%;
	margin: 1em 0 .5em 0;
	border-bottom: 2px solid black;
}

h3 {
	font-size: 100%;
	margin: 2em 0 1em 0;
}



/* Schedule Listings
------------------------------------------------------------------------ */

#event_listing {width:100%; font-size:90%;}
#event_listing caption {display:none;}
#event_listing h3 {border-bottom: 1px solid black; font-size: 110%; margin: 1em 0 .2em 0;}
#event_listing a {font-weight:normal;}
/*#event_listing td.thumbnail {display:none;}*/
#event_listing .artist {font-weight:bold;}
#event_listing td.price {font-size:90%;}





