/* @override 
	http://www.artsbiz-chicago.org/_css/blueprint/screen.css
	http://www.artsbiz-chicago.org/_css/print.css
	http://www.artsbiz-chicago.org/_css/master.css
	http://www.artsbiz-chicago.org/_css/sub.css
*/

/* Blueprint's Print styles */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}


/* Layout */
.container {
	margin: 0 3%;
}

#header{
	margin-bottom: 24pt;
}

#footer {
	border-top: 3pt double #aaa;
	margin: 24pt auto 12pt;
	padding: 3pt 18pt;
	font-size: 9pt;
	font-family: helvetica, arial;
	color: #444;
}


/* Links */
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
.content a:link:after {content:" (" attr(href) ")";font-size:90%;}

#comments a:link:after {content:""}


/* Hide a lot of areas */
#nav, #search, #left-sidebar, #right-sidebar { display:none }
#comments-open { display: none }
#content-wrap a.button, #footer a.button, a.event_link { display: none }



/* Print logo */
img#print_logo {
	width: 260px;
	height: 67px;
	display: block;
}

h1#logo { display: none }


/* Typography */

h2, h3 {
	font-weight: normal;
	font-family:'Transport New Light',helvetica,sans-serif;
	color: #222;
}

h2 {
	margin-top: 24pt;
	border-bottom: 1pt solid #bbb;
}

h3, h4 {
	color: #036499;
}

h4 {
	margin: 0;
}

.event_card h4 {
	font-family:Georgia,Times,serif;
	font-weight: normal;
}

.content p {
	text-align: justify;
}

.content p.entry-date {
	font-weight: bold;
	color: #333;
}


