/*
--------------------------------------------------------
Title: Puma Yoga - Print Style Sheet
Author: Bradford Dielman - www.braddielman.com
Last Updated: November 22, 2008
--------------------------------------------------------
*/

/* Global Print Styles */

h1, h2, h3, h4, h6 {color: #333;}

/* Schedule Styles */

body#schedule div#sidebar, body#descriptions div#sidebar, body#pricing div#sidebar, div#footer, ul#utility-nav, ul#main-nav {display: none;}
body {font-family: Arial, Helvetica, sans-serif;}
h1 {margin-bottom: -.5em;}
a {
	color: #333;
	text-decoration: none;
}
body#schedule table, body#pricing table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
	page-break-after: auto;
}
body#pricing table {text-align: left;}
body#schedule caption, body#descriptions dt {
	text-align: left;
	margin-bottom: .5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}
body#descriptions dd {margin-bottom: .5em;}
body#schedule th {
	text-align: left;
	border-bottom: 1px solid #555;
}
body#schedule table th.time {width: 30%}
body#schedule table th.style {width: 30%}
body#schedule table th.instructor {width: 30%;}
body#schedule h3 {text-decoration: underline;}
body#pricing td.purchase {display: none;}