/*
Title:      Studio 1219 print styles
Author:     Ryan Essmaker (www.designingmonsters.com)
Updated:    March 31, 2007
*/

body {
	margin: .6in;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", serif;
}
#nav_main,
#supp_note,
#supp_photos,
#supp_shops,
#search,
body#news-page #content_sub,
body#news-more-page #content_sub,
body#news-archive #content_sub {
	display: none;
}
a:link, a:visited {
	color: #666;
}	

/* CLASSES */
.entry_list_classes dl {
	margin: 15px 0;
	padding-bottom: 5px;
	font-size: 85%;
	line-height: 1.4em;
	border-bottom: 1px solid #F5F5F5;
}
.entry_list_classes dt {
	padding: 3px 0;
}
.entry_list_classes dd {
	margin: 0;
}
.entry_list_classes .class_cost {
	font-size: 115%;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}
.class_start,
.class_daytime {
	font-weight: bold;
}
dd.details {
	margin: 0 0 0 0;
	padding: 2px 0 2px 10px;
	background: #F5F5F5;
	color: #555;
	border-bottom: 1px solid #C4C4C4;
}
dd.desc {
	margin: 5px 0 0 0;
}
.entry dt {
	font-weight: bold;
}

/* print URLs after link text */
#content_main p a:link:after, 
#content_main p a:visited:after,
#content_sub p a:link:after,
#content_sub p a:visited:after {
	content: " (" attr(href) ") ";
}