/*
http://www.cineworks.ca
Cineworks Independent Filmmakers' Society
Print Styles

Developed 2009-05-22 by Peter Hebert
http://www.peterhebert.com
*/

/* show only main content area */
.skip-nav,
#banner, #menu-main,
div.img-banner,
#menu-secondary,
#feature-banners
{ display:none; }

/* equipment rates */
table.equipment-rates { width: 100%; }
table.equipment-rates tbody th,
table.equipment-rates tbody td
{
border-bottom: 1px solid #cccccc;
}
table.equipment-rates tbody th { font-weight: normal; }

/* links */
a, a:link, a:hover, a:active, a:visited
{
color: #000000; text-decoration: none;
}

.block { margin-bottom:1em; clear:both;}
.block:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
	 }
.block { display: inline-block; }
/* start commented backslash hack \*/
* html .block { height: 1%; }
.block { display: block; }
/* close commented backslash hack */

.image-left { float: left; margin: 0 2em 1em 0; }
.image-right { float: right; margin: 0 0 1em 2em; }
