
/* CSS Document */

body {
	margin: 0;
	background-color: #000;
	background-image: url(http://cinweekly.com/graphics/background/bg_header_revise.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

body#print_tip {
	background-color: #fff;
	background-image: none;
	margin-top: 0;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

body#cinscenepod {
	background-color: #000;
	background-image: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}


a:link, a:active, a:visited {
	color: #BBD36E;
	text-decoration: underline;
}

a:hover {
	color: #c33;
	text-decoration: underline;
}

p {
	font: 12px/18px Arial, Helvetica, sans-serif;
}

.red {
	color: #c33;
}

.green {
	color: #BBD36E;
}

.pink {
	color: #E4ABCB;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	width: 100%;
	height: 1px;
	color: #555;
	background-color: #555;
	border: 0;
}

.hr_clear {
	width: 100%;
	height: 1px;
	color: #fff;
	background-color: #fff;
	border: 0;
	clear: both;
}

td {
	font-size: 12px;
}

/* header */

div#header_wrap {
	width: 900px;
	height: 181px;
	margin: 0 10px;
	padding: 0;
	border-bottom: 2px solid #666;
	border-top: 1px solid transparent;
}

#header_topnav {
	height: 10px;
}

#header_topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#header_topnav li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	}

#header_topnav a {
	float: left;
	display: block;
	padding: 0;
	margin: 0 11px;
	text-align: left;
	letter-spacing: 1px;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	
#header_topnav a:hover {
	text-decoration: underline;
	}

#header_topnav ul li#01 a {margin-left: 0;}
#header_topnav ul li#10 a {margin-right: 0;}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header_topnav a {float:none;}
/* End IE5-Mac hack */

div#header_ad {
	width: 728px;
	height: 90px;
	margin: 7px 0 0 171px;
}

div#header_topnav {
	margin: 3px 0 0 215px;
}

div#header_botnav {
	width: 900px;
	height: 53px;
	margin: 18px 0 0 0px;
	background-image: url(http://cinweekly.com/graphics/background/bg_botnav_900.gif);
	background-repeat: no-repeat;
}

#header_botnav_top {
	height: 27px;
	width: 900px;
	margin: 0 0 0 0px;
}

#header_botnav_top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#header_botnav_top li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	}

#header_botnav_top a {
	display: block;
	float: left;
	padding: 0;
	padding-top: 2px;
	margin: 0 9px;
	text-align: left;
	line-height: 2em; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	}
	
#header_botnav_top ul li a:hover {
	color: #fff;
	}
	
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header_botnav_top a {float:none;}
/* End IE5-Mac hack */
	
/*#header_botnav_top ul li#01 a {margin-left: 12px;}*/

div#header_botnav_bot {
	margin: 0 0 0 3px;
}

#header_botnav_bot ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#header_botnav_bot li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	}

#header_botnav_bot a {
	display: block;
	float: left;
	padding-top: 2px;
	margin: 0 .4em;
	line-height: 1.6em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #BBD36E;
	text-decoration: none;
	}
	
#header_botnav_bot a:hover {
	color: #fff;
	}
	
#header_botnav_bot ul li#01 a {margin-left: 10px;}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header_botnav_bot a {float:none;}
/* End IE5-Mac hack */

/* end header */

/* front page content */

div#content {
	width: 910px;
	background-image: url(http://cinweekly.com/graphics/background/bg_content.gif);
	background-repeat: repeat-y;
	background-color: #000;
}

#front_ltgut {
	width: 14px;
}

#front_ltcol {
	width: 375px;
	padding-top: 10px;
}

#front_cngut {
	width: 10px;
}

#front_rtcol {
	width: 375px;
	padding-top: 10px;
}

#front_ads {
	width: 140px;
	padding-top: 10px;
	text-align: center;
}

	/* front page content pods */
	
div#content_pod {
	width: 375px;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #444;
	margin-bottom: 15px;
}

div#content_pod_guts {
	width: 375px;
	padding: 25px 0 5px 0;
	background-image: url(http://cinweekly.com/graphics/background/bg_pod_bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
}

#content_pod_guts hr {
	width: 95%;
	height: 1px;
	color: #555;
	background-color: #555;
	border: 0;
	margin-bottom: 12px;
}

div#content_pod_foot {
	clear: both;
}

/* T1 position styles */

#t1 {
	width: 375px;
	margin: 0;
	padding: 0 0 10px 0;
}

#t1 ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#t1 li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#t1 a {
	display: block;
	background: #BBD36E;
	width: 75px;
	height: 1.5em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 1.5em;
	}
	
#t1 a:hover {
	color: #fff;
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #c33;
	}

html>#t1 ul li a  {
	font-size: 13px;
	}

body#t1 li#01 a,
body#t1 li#02 a, 
body#t1 li#03 a,
body#t1 li#04 a,
body#t1 li#05 a {
	color: #000;
	background: #BBD36E;
	}
	
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#t1 a {float:none;}
/* End IE5-Mac hack */
	
#content_pod_guts h1 {
	margin: 0;
	padding: 2px 5px;
}

#content_pod_guts h1 a:link, #content_pod_guts h1 a:active, #content_pod_guts h1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #BBD36E;
	text-decoration: none;
}

#content_pod_guts h1 a:hover {
	color: #fff;
	text-decoration: underline;
}

#content_pod_guts p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-top: 0;
	padding: 0 5px;
}

div#content_pod_gutslist {
	width: 375px;
	padding: 25px 0 5px 0;
	background-image: url(http://cinweekly.com/graphics/background/bg_pod_bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
}

#content_pod_gutslist h4 {
	margin: 0;
	padding: 10px 5px 0 5px;
}

#content_pod_gutslist ul {
	padding: 0 0 0 10px;
	margin: 0 0 .6em 0;
	list-style-type: none;
}

#content_pod_gutslist li {
	background-image: url(http://cinweekly.com/graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.3em;
	padding-bottom: .4em;
}

#content_pod_gutslist li a  {
	font-size: 12px;
}




div#content_pod_events {
	width: 375px;
	padding: 0px 0 5px 0;
	color: #fff;
	font-weight: bold;
}

#content_pod_events h4 {
	margin: 0;
	padding: 10px 5px 0 5px;
}

#content_pod_events ul {
	padding: 0 0 0 10px;
	margin: 0 0 .6em 0;
	list-style-type: none;
}

#content_pod_events li {
	background-image: url(http://cinweekly.com/graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.3em;
	padding-bottom: .4em;
}

#content_pod_events li a  {
	font-size: 13px;
}




.listdate  {
	font-size: 10px;
}
	/* end T1 */
	
	/* today's best */
	
#content_pod_todaysbest {
	margin: 5px;
}

#content_pod_todaysbest ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content_pod_todaysbest ul li {
	padding: 2px 0;
	margin: 0;
}

#content_pod_todaysbest ul li a {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	}
	
#content_pod_todaysbest ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}

#content_pod_todaysbest .cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BBD36E;
}
	
	/* end today's best */
	
	/* features */

.content_pod_feature {
	margin: 10px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.content_pod_feature h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
}

.content_pod_feature h2 a:link, .content_pod_feature h2 a:active, .content_pod_feature h2 a:visited {
	text-decoration: none;
}

.content_pod_feature h2 a:hover {
	text-decoration: underline;
}

.content_pod_feature img {
	float: left;
	margin-right: 5px;
}

.content_pod_cinscene {
	margin: 10px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	min-height: 115px;
}

.content_pod_cinscene h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
}

.content_pod_cinscene h2 a:link, .content_pod_cinscene h2 a:active, .content_pod_cinscene h2 a:visited {
	text-decoration: none;
}

.content_pod_cinscene h2 a:hover {
	text-decoration: underline;
}

.content_pod_cinscene img {
	float: left;
	margin-right: 5px;
}

.content_pod_morefeatures {
	margin: 0px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 215px;
}

.content_pod_morefeatures h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
}

.content_pod_morefeatures h2 a:link, .content_pod_morefeatures h2 a:active, .content_pod_morefeatures h2 a:visited {
	text-decoration: none;
}

.content_pod_morefeatures h2 a:hover {
	text-decoration: underline;
}

/*.content_pod_morefeatures img {
	border: 1px;
	float: left;
	padding-right: 5px;
}*/

.cover_image {
	float: right;
	margin: 10px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}
	
	/* end features */

	/* inner frontpage nav */
	
div#content_pod_innernav {
	float: right;
	width: 120px;
	/*background-image:url(http://cinweekly.com/graphics/background/bg_translucent.gif);*/
	background-color: transparent;	
}

#content_pod_innernav ul {
	list-style: none;
	padding: 0;
	margin: 5px 0px;
	border: 0;
	}

#content_pod_innernav li {
	text-align: right;
	width: 120px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

#content_pod_innernav li a {
	display: block;
	width: 120px;
	font-weight: bold;
	padding: 3px 8px 4px 0;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	}
	
#content_pod_innernav li a:hover {
	font-weight: bold;
	padding: 3px 0px;
	background-color: #000;
	border-bottom: 1px solid #c33;
	color: #fff;
	text-decoration: none;
	}
	
	/* end inner nav */

	
	/* search box */

/* T1 position styles */

div#content_pod_search {
	width: 365px;
	padding: 35px 5px 5px 5px;
	background-image: url(http://cinweekly.com/graphics/background/bg_pod_bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 180px;
	min-height: 180px;
}

#search_pod {
	width: 75px;
	margin-top: 25px;
	padding-right: 10px;
	float: right;
}

#search_pod ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#search_pod ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#search_pod ul li a {
	background: #fff;
	width: 75px;
	height: 1.5em;
	padding: 0;
	margin: 2px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 1.5em;
	border: 1px solid #BBD36E;
	}
	
#search_pod ul li a:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #c33;
	}

html>#search_pod ul li a  {
	font-size: 13px;
	}
	
.searchfield {
	margin-bottom: 8px;
}

.btn {
	margin-bottom: 8px;
}

	/* end search box */
	/* end front page content pods */
/* end front page content */

/* event lists */
table#dgEvents {
	width: 100%;
}

.trlisttop {
	background-color: #000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
}

.trlist01 {
	background-color: #555;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
}

.trlist02 {
	background-color: #333;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
}

.trlistbot {
	font-size: 14px;
	text-align: right;
}
/* end event lists */

/* article */

	/* rounded corners */
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 5px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 10px; height: 10px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: 0px 0px 0px 0px; }
.borderTR { margin: 0px 0px 0px 0px; }
.borderBL { margin: -10px 0px 0px 0px; }
.borderBR { margin: -10px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -3px;
}
html>body .borderTL {
    margin-left: 0px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -3px;
}
html>body .borderTR {
    margin-right: 0px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: -4px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: -4px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
div#article_left {
    margin: 0px;
    padding: 0 10px 0 5px;
    border-right: 1px dotted #ccc;
	width: 550px;
	float: left;
	color: #000;
}
div#article_container {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
	width: 900px;
	margin: 10px 10px 0 10px;
	background-color: #fff;
}

div#article_right {
	width: 315px;
	margin-left: 576px;
}

div#article_foot {
	padding: 0;
	margin: 10px 0 0 0;
	width: 900px;
	clear: left;
}

div#flexad {
	float: left;
	margin: 0 10px 5px 0;
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bbb;
}

#article_container a:link, #article_container a:active, #article_container a:visited {
	color: #c33;
	text-decoration: none;
}

#article_container a:hover {
	color: #BBD36E;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 14px;
	margin-bottom: .3em;
}

h5 {
	font-size: 14px;
}

p+h5 {
	font-size: 14px;
	margin-top: 30px;
}

div#article_date {
	margin: 0 0 5px 2px;
	font-size: 11px;
	color: #444;
}

.byline {
	margin-top: 15px;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.byline_outer {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div#article_head {
	height: 10px;
}

div#article_head_inside {
	margin: 5px 10px;
	font-size: 11px;
}

#article_head_inside a:link, #article_head_inside a:active, #article_head_inside a:visited {
	color: #33f;
	text-decoration: none;
}

#article_head_inside a:hover {
	color: #33f;
	text-decoration: underline;
}

div#headlines {
	margin: 10px 0;
	font: 11px Arial, Helvetica, sans-serif;
}

.headlines_head {
	color: #000;
	font-weight: bold;
}

a.headlines_head:link, a.headlines_head:active, a.headlines_head:visited {
	text-decoration: none
}

a.headlines_head:hover {
	text-decoration: underline;
}

#article_tools {
	margin-bottom: 10px;
	padding: 5px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

#article_tools a:link, #article_tools a:active,  #article_tools a:visited {
	color: #333;
	text-decoration: none;
}

#article_tools a:hover {
	color: #333;
	text-decoration: underline;
}

.photobyline {
	font-size: 10px;	
	color: #666;
}

.caption {
	font-size: 11px;	
	color: #000;
}

#headleadbar {
	font-size: 16px;
	font-weight: bold;
}

#side_column {
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}

#side_column ul {
	padding: 0 0 0 .2em;
	margin: 10px 0 .6em 0;
	list-style-type: none;
	}

#side_column li	{
	background-image: url(http://cinweekly.com/graphics/bullet_black.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.3em;
	padding-bottom: .4em;
	}

/* end article */



/* begin print article styles */

#print_logos {
	width: 80px;
	padding: 10px 5px;
	float: left;
}

#print_head {
	margin-left: 100px;
	padding: 5px;
}

.print_date {
	font-size: 11px;	
	color: #444;
}

#print_story {
	width: 670px;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}

#print_story a:link, #print_story a:active, #print_story a:visited {
	color: #c33;
	text-decoration: none;
}

#print_story a:hover {
	color: #BBD36E;
	text-decoration: underline;
}

#print_facts {
	font-size: 12px;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	margin-bottom: 15px;
}

#print_facts a:link, #print_facts a:active, #print_facts a:visited {
	color: #c33;
	text-decoration: none;
}

#print_facts a:hover {
	color: #BBD36E;
	text-decoration: underline;
}

#print_facts ul {
	padding: 0 0 0 .2em;
	margin: 10px 0 .6em 0;
	list-style-type: none;
	}

#print_facts li	{
	background-image: url(http://cinweekly.com/graphics/bullet_black.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.3em;
	padding-bottom: .4em;
	}

#print_toolstop {
	width: 656px;
	padding: 8px 7px;
	background-color: #000;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 8pt;	
	color: #fff;
}

a.print_tools:link, a.print_tools:active, a.print_tools:visited {
	font-weight: bold;
	color: #fff;
}

a.print_tools:hover {
	font-decoration: underline;
}


a.print_tools_bt:link, a.print_tools_bt:active, a.print_tools_bt:visited {
	font-weight: bold;
}

a.print_tools:hover {
	font-decoration: underline;
}

#print_toolsbottom {
	width: 660px;
	padding: 8px 5px;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 8pt;	
	color: #000;
}

/* end print article styles */


/* photo zoom */

#photo_zoom {
	width: 670px;
	padding: 5px 0;
	height: 600px;
	border-bottom: 1px #ccc dotted;
}

.photo_zoom_img {
	padding-right: 10px;
	padding-bottom: 10px;
}

#photo_zoom_cap {
	float: right;
}

/* end photo zoom */


/* staff page */

#staff_header {
	width: 540px;
	border: 1px dotted #ccc;
	background-color: #eee;
	padding: 5px;
	margin-bottom: 10px;
}

#staff_wrap {
	width: 550px;
	margin-bottom: 30px;
	min-height: 250px;
}

#staff_left {
	width: 190px;
	float: left;
}

#staff_right {
	margin-left: 195px;
	width: 350px;
}

#staff_foot {
	clear: both;
}

/* end staff page */

/* you tell us */

#youtellus_wrap {
	width: 550px;
	margin-bottom: 20px;
	min-height: 170px;
	border-bottom: 1px dotted #ccc;
}

#youtellus_left {
	width: 155px;
	float: left;
}

#youtellus_right {
	margin-left: 160px;
	width: 360px;
}

#youtellus_foot {
	clear: both;
}

/* end you tell us */


/* footer */
#footer {
	width: 900px;
	margin: 10px 0 40px 10px;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 11px;
	color: #ccc;
}

#footer_row {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px #666 solid;
	color: #ccc;
}

#footer_row_copy {
	color: #ccc;
}

#footer_row_gannett {
	text-align: right;
}

a.footer_inside:link, a.footer_inside:active, a.footer_inside:visited  {
	color: #ccc;
	text-decoration: none;
}

a.footer_inside:hover  {
	text-decoration: underline;
}

.footer_top {
	color: #ccc;
	font-weight: bold;
}

a.footer_top:link, a.footer_top:active, a.footer_top:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

a.footer_top:hover {
	text-decoration: underline;
}
/* end footer */
