/*
	Print styling for Antbird's Cinema Museum version of Cutline 1.4 (2-Column Right)
*/

/* B&W, sans headings, serif body, links undecorated, images in default posn with small margin */
body { 
	background:white; 
	color:black; 
	font-family: Georgia, "Times New Roman", Times, serif; 
}
h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; }
a { text-decoration: none; }
a img { border: none; }
img { margin-right: 15px; }

/* Things to hide */
object, 
#main_nav, #dcg_container, #sidebar, #social_links, 
.pagination, .forwardLink, .backLink, .eshopform, .addthis_toolbox { 
	display:none; 
}

/* Layout */
#content { margin-left:0; float:none; width:auto }
