@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../assets/template_images/filmstrip_bkgd.jpg);
	background-repeat: repeat;
}
/*fixes PNG transparency issue for IE*/
img { behavior: url(iepngfix.htc); }

.wicinema #masthead {
}
.wicinema #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	margin-top: 52px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wicinema #canvas {
	background-color: #FFFFFF;
	width: 720px;
	margin-top: 40px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 0px;
}
.wicinema #verticalbleed_2col {
	background-image: url(../assets/template_images/417_gradient_2col.jpg);
	background-repeat: repeat-y;
}
.wicinema #navigation {
	background-color: #FFFFFF;
	width: 723px;	
}
.wicinema #navigation a img {
	border: none;	
}
.wicinema #dots {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	clear: both;
}
.wicinema #contentarea {
	width: 720px;
	margin-top: 24px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.wicinema #left_sidebar {
	width: 148px; /* extra width given */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 0px;
	vertical-align: top;
}
.wicinema #main_content {
	width: 518px;
	margin-top: 0px;
	margin-left: 22px;
	margin-right: 0px;
	vertical-align: top;
}
.wicinema #footer {
	margin: 0;
	padding: 0 10px;
} 
.wicinema #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.watermark_2col {
	background-image: url(../assets/template_images/watermark_2col.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.container_margins {
	left: 0px;
	top: 0px;
	right: 20px;
	bottom: 20px;
}
.join_filmstripBox {
	margin-bottom: 12px;	
}
.TradeGothic_subheads_socialres {
	margin-top: 0px;
	margin-bottom: 6px;
	}
.TradeGothic_subheads {
	margin-top: 18px;
	margin-bottom: 6px;
	}
.TradeGothic_subheads_newsletter {
	margin-top: 5px;
	margin-bottom: 6px;
	}
.TradeGothic_film-categories {
	margin-top: 8px;
	}
.Clarendon_head {
	margin-top: 6px;
	margin-bottom: 0px;
	}
.left_sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #000000;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #CC3333;
}
.listItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../assets/graphics/red-bullet_4listonly.gif);
	margin-left: -24px;
	padding-bottom: 6px;
}
.ul_suckitup {
	margin-top: -12px;
}
.main_contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
.main_content_bold-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #CC3333;
}
.main_contentText_bold-centered{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.secondary_heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	text-align: left;
	color: #CC3333;
	font-weight: bold;
}
.secondary_head_lessLead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	color: #CC3333;
	font-weight: bold;
}
.centered_splash-heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #CC3333;
	font-weight: bold;
}
.centered_splash-heads_Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 52px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
.centered_splash-heads_solid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	color: #CC3333;
	font-weight: bold;
}
.centered_splash-heads_lessLead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #CC3333;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0px;
}
.left_splash-heads_Red_lessLead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #cc3333;
	font-weight: bold;
}
.testimonial_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	font-style: italic;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	color: #000000;
	font-style: italic;
}
.citation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	margin-left: 45px;
	color: #000000;
}
.citation_invisibleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
}
.citation_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: right;
	color: #000000;
}
.photoCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	font-weight:bold;
	color: #757561;
}
/**
 * png-fixed version in wic_all.css
.arrows {
	float:left;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 0px;
}
*/
.red_dots {
	margin-top: 30px;
	margin-bottom: 0px;
}
.joinTix {
	width: 134px;
	height: 83px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.creativeAcknowl_subheads {
	margin-top: 18px;
	margin-bottom: 6px;
}
.acknowledgementText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-align: left;
	color: #545454;
}
.questions_area {
	margin-top: -2px;
}
.nav_link_colors a:link {
	color: #CC3333
}
.nav_link_colors a:visited {
	color: #CC3333
}
.nav_link_colors a:hover {
	color: #ACACA0
}
.nav_link_colors a:active {
	color: #ACACA0
}

a img {border: none;}

.default_link_colors a:link {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: text-bottom;
	line-height: 22px;
	text-decoration: none;
}
.default_link_colors a:visited {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: text-bottom;
	line-height: 22px;
	text-decoration: none;
}
.default_link_colors a:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: text-bottom;
	line-height: 22px;
	text-decoration: none;
}
.default_link_colors a:active {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: text-bottom;
	line-height: 22px;
	text-decoration: none;
}

.inlineText_link a:link {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	vertical-align: baseline;
}
.inlineText_link a:visited {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	vertical-align: baseline;
}
.inlineText_link a:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	vertical-align: baseline;
}
.inlineText_link a:active {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	vertical-align: baseline;
}

/* Miscellaneous classes for reuse */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a
