/* HTML STYLES */
*
{
	margin: 0;
	padding: 0;
}

p
{
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
}

.storytext
{
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 10px;
}

.promobox_text
{
	font-size: 16px;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 10px;
}

.promobox_cutline
{
	font-size: 12px;
	line-height: 14px;

}


.redtext { color: red; }

body { background-image: url(http://media.ohio.com/designimages/bg.gif); }

#container
{
	margin: 0 auto;
	width: 991px;
	background-image: url(http://media.ohio.com/designimages/container_bg.gif);
	background-repeat: repeat-y;
}

#leaderboard
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

#leaderboard-center
{
	padding-bottom: 10px;
	padding-top: 20px;
}

#leaderboard-center2
{
	padding-bottom: 10px;
	padding-top: 20px;
}

#container-top
{
	margin-top: 10px;
	text-align: center;
}


#container-bottom
{
	margin-bottom: 10px;
	text-align: center;
}


#wraper
{
	padding-left: 5px;
	padding-right: 5px;
}

.clear-both { clear: both; }

a
{
	color: #003399;
	text-decoration: none;
}

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

/*** HEADER ***/

#header { height: 110px; }


#logo
{
	width: 230px;
	float: left;
	padding-left: 25px;
	padding-top: 20px;
	text-align: center;
}

#header-space /***This is modified from the original tag***/

{
	width: 40px;
	float: left;
	margin-top: 10px;
	padding-top: 74px;
}

#generic_box
{
	font-size: 11px;
	border: 1px solid #CCCCCC;
	margin-bottom: 12px;
}

#generic_header
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

#blogs { line-height: 14px; }

#header-ads
{
	text-align: center;
	width: 940px;
}

#newsletter /***This changed for the New Weather bug***/
{
	width: 144px;
	float: left;
	margin-top: 10px;
	padding-top: 25px;
}

#weather
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	width: 120px;
	float: left;
	padding-top: 30px;
	text-align: center;
	line-height: 19px;
	padding-right: 20px;
}

#weather .cold { color: #3366CC; }
#weather .hot { color: #FF6600; }

#weather a
{
	font-size: 10px;
	color: #000099;
	text-decoration: none;
}

#weather a:hover
{
	font-size: 10px;
	color: #000099;
	text-decoration: underline;
}

#shoplocal
{
	width: 160px;
	float: left;
	padding-top: 25px;
}

/* Added for the full leader board on the header */

#local_top_ad {
float:left;
padding-top:10px;
width:728px;
}

#local-logo {
float:left;
padding-left:10px;
padding-right:10px;
padding-top:20px;
text-align:center;
width:224px;
}

/* End leaderboard in header */

/*End Header*/ 




 /*NAVIGATION MENU*/ 
#navigation
{
	background-image: url(http://media.ohio.com/designimages/redmenu_bg.gif);
	height: 34px;
	padding-left: 35px;
	font-size:14px;
}

#navigation ul
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	color: #FFFFFF;
	float: left;
	width: 100%;
}

#navigation ul li { display: inline; }

#navigation ul li a
{
	font: bold 80%/normal Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top: 7px solid #E0171D;
	text-decoration: none;
	float: left;
	padding: 2px 15px;
}

#navigation ul li a:hover
{
	background-color: #EBEDDF;
	border-top: 7px solid #E0171D;
	padding-bottom: 9px;
	color: #000000;
}

#navigation ul li a.selected
{
	background-color: #EBEDDF;
	border-top: 7px solid #E0171D;
	padding-bottom: 9px;
	color: #000000;
}

#navigation ul li a.selected:hover
{
	background-color: #EBEDDF;
	border-top: 7px solid #E0171D;
	color: #000000;
}

/* CONTENT */
#content
{
	background-image: url(http://media.ohio.com/designimages/ctop_gradient_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#view-complete-story
{
	font-size: 10px;
	padding-bottom: 20px;
}

#breadcrumb
{
	font-size: 10px;
	float: right;
	padding-right: 15px;
}

#breadcrumb-arrow { color: #999; }

#newsletter-signup
{
	margin-top: 10px;
	margin-bottom: 15px;
	border-top: 5px solid #e0171d;
	border-bottom: 5px solid #e0171d;
	background-color: #ececdf;
	4 text-align: middle;
	padding-left: 15px;
}

#content-center-left
{
	width: 270px;
	padding: 10px;
	margin-left: 2px;
	float: left;
}

#content-center-left img
{
padding-left: 0px;

}

#content-center-right
{
	width: 270px;
	padding: 10px;
	margin-left: 7px;
	float: right;
}

.section-title
{
	font-weight: bold;
	font-size: 24px;
	border-bottom: solid 1px #FF0000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 12px;
}


.cutline
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	line-height: 12px;
}

.section-lead-headline
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.section-subhead-headline
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 3px;
}

.story-blurb
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 10px;
}

.story-blurb a { font-weight: bold; }

.lead-story-header
{
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
}

.header-storydigest
{
	font-weight: bold;
	font-size: 11px;
	border-bottom: solid #CCCCCC 1px;
	padding-bottom: 0px;
}

/* .cutline
{
	font-size: 10px;
	line-height: 12px;
}

not sure how we wound up with two styles the same. will keep this just in case. this was being read since it was last.
*/

.double-red-arrows
{
	font-weight: bold;
	font-size: 10px;
	color: #e0171d;
	padding-left: 2px;
}

#next-previous_page_links
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	float: right;
	padding-right: 25px;
	font-size: 13px;
}

#imware-center 

{ 
	width: 400px;
	padding-left: 20px; 
	font-size: 11px;
	border: 1px solid #CCCCCC;
	line-height: 10px;
	padding-right: 10px;
	background-color: #EEEEEE;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	color: #333333;
	text-decoration: none;


}

#content-top
{
	width: 400px;
	height: 10px;
	padding-right: 10px;
}

#top_src
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 10px;
}

#top_src .inpfield
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-left: 20px;
}

#top_src .btn
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-right: 5px;
}

#storydigest, #storydigest1, #storydigest2, #storydigest3, #storydigest4, #storydigest5, #storydigest6, #storydigest6, #storydigest7, #storydigest8, #storydigest9, #storydigest10, #storydigest11, #storydigest12, #storydigest13, #storydigest14, #storydigest15, #storydigest16, #storydigest17, #storydigest18, #storydigest19, #storydigest20, #storydigest21, #storydigest22,  #storydigest23,  #storydigest24,  #storydigest25,  #storydigest26,  #storydigest27,  #storydigest28,  #storydigest29,  #storydigest30
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin: 0 0 0 5px;
	margin-bottom: 10px;
}

#latetophead
{
	margin-left: 9px;
	margin-bottom: 5px;
}

#breakingnews
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(http://media.ohio.com/designimages/breakingnews_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	height: 23px;
	text-align: center;
}

#breakingnews strong

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

#left
{
	float: left;

	width: 775px;
}

#cont_left
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	float: left;
	width: 165px;
}

.story-kicker
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 15px;
	font-style: italic;
	padding-bottom: 5px;
}

.story-title
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
}

.story-deck
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
}

.post-credit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	line-height: 15px;
	
}

.post-date
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #999;
	
}

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

#left-story-page h2
{
	font-size: 16px;
	font-weight: bold;
}

#right-story-page h2
{
	font-size: 16px;
	font-weight: bold;
}

#cont_left .author
{
	font-size: 11px;
	color: #666666;
	padding-bottom: 10px;
}

#in_this_section
{
	font-size: 11px;
	border: 1px solid #CCCCCC;
	line-height: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #EEEEEE;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
}

#related_content
{
	font-size: 11px;
	border: 1px solid #CCCCCC;
	line-height: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	background-color: #EEEEEE;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
}

.more_photos
{
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
}

#most_read
{
	font-size: 11px;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	border: 1px solid #CCCCCC;
}

#most_read .cont
{
	line-height: 11px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

#most_read .nhead
{
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#most_read .tab
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 4px;
}

#most_read .tab:hover
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#most_read .tab_current
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.sub_menu
{
	border-top: 0px solid #ececdf;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	background-color: #ececdf;
	position: absolute;
	top: 159px;
	width: 961px;
	z-index:100;
}

#story-links
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 11px;
}

#cont_right
{
	float: right;
	width: 595px;
}

#left-story-page
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	float: left;
	width: 165px;
	padding-top: 15px;
	margin-right: 15px;
}

#full-page
{
	width: 960px;
	margin-top: 0;
	margin-bottom: 15px;
	margin-right: 10px;
	font-family: arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	line-height: 21px;
	float: left;
}


#center-story-page
{
	width: 460px;
	margin-top: 14px;
	margin-bottom: 15px;
	margin-right: 10px;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 13px;
	line-height: 21px;
	float: left;
}

#misc_center_page_no_rightrail
{
	width: 700px;
	margin-top: 14px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 13px;
	line-height: 21px;
	float: left;
}

#center-story-page-wide
{
	width: 630px;
	margin-top: 14px;
	margin-bottom: 15px;
	margin-right: 10px;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 13px;
	line-height: 21px;
	float: left;
}

#center-story-page-no-left
{
	width: 680px;
	margin-top: 14px;
	margin-bottom: 15px;
	margin-right: 10px;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 13px;
	line-height: 21px;
	float: left;
}

#columnists_onerail
{
	width: 575px;
	margin-top: 14px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 20px;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 13px;
	line-height: 21px;
	float: left;
}

.columnist-title
{
	font-weight: bold;
	font-size: 24px;
	border-bottom: solid 1px #FF0000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 0px;
}

#right-story-page
{
	width: 300px;
	float: left;
	margin-top: 14px;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
}


#r-right-story-page {
float:right;
font-family:helvetica,arial,Trebuchet,Verdana,Lucida Grande,tahoma,geneva,Verdana,sans-serif;
font-size:10px;
line-height:16px;
margin-top:14px;
width:300px;
}

#right-story-page-thin
{
	width: 200px;
	float: right;
	margin-top: 14px;
	font-size: 10px;
	line-height: 16px;
	padding-right: 12px;
	text-align:center;
}

#cont_right .feat_area
{
	background-color: #EEEEEE;
	width: 288px;
	height: 300px;
	float: left;
}

#cont_right .feat_area_flexi
{
	width: 288px;
	float: left;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
}


#topnews .nhead
{
	padding-top: 6px;
	padding-bottom: 6px;
}

#topnews .tab
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CED8C6;
	border-top: 1px solid #CED8C6;
	background-color: #F8F9F6;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-left: -4px;
}

#topnews .tab:hover
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #CED8C6;
	border-top: 1px solid #CED8C6;
	background-color: #c8c9b8;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-left: -4px;
}

#topnews .tab_current
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CED8C6;
	background-color: #F2F3E9;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-left: -4px;
}

#topnews .cont
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #CED8C6;
	background-color: #F2F3E9;
	padding: 15px;
}

.cont_left
{
	float: left;
	width: 280px;
	margin-right: 15px;
}

.cont_right
{
	float: left;
	width: 265px;
}

.cont_right_l
{
	float: left;
	width: 126px;
	margin-right: 13px;
}

.cont_right_r
{
	float: left;
	width: 126px;
}

#inside_ohio {
	width: 775px;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-right: auto;
	margin-left: auto;
	background-image:url(http://media.ohio.com/designimages/feat_bg_big.gif); }

#inside_ohio h2 {
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;

	font-size: 18px;
	color: #000000;
	padding-top:5px;
	padding-left:10px;
	background-color:#EEEEEE;
	border-bottom:1px solid #CCCCCC; }

#inside_ohio h3
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 10px;
}

#inside_ohio p
{
	padding-right: 10px;
	padding-left: 10px;
}

.in_ohio {
	float:left;
	width:155px; }

#in_movies {
	background-color: #FFFFFF;
	float: left;
	border-right: 1px solid #CCCCCC;
	width: 154px;
	height: 210px;
}

#in_entertainment
{
	background-color: #FFFFFF;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 154px;
	height: 210px;
}

#in_sports
{
	background-color: #FFFFFF;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 154px;
	height: 210px;
}

#in_music
{
	background-color: #FFFFFF;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 154px;
	height: 210px;
}

#in_feat
{
	background-color: #FFFFFF;
	float: left;
	border-top: 1px solid #CCCCCC;
	width: 153px;
	height: 210px;
}

#inside_section
{
	width: 588px;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	line-height: 13px;
	background-image:url(http://media.ohio.com/designimages/feat_bg_small.gif);
}

#inside_section h2
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 18px;
	color: #000000;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color:#EEEEEE;
	border-bottom:1px solid #CCCCCC;
}

#inside_section h3
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 10px;
}

#inside_section p
{
	padding-right: 7px;
	padding-left: 7px;
}

.in_feature {
	float: left;
	width: 147px; }


#in_feature1
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	width: 146px;
	height: 210px;
}

#in_feature2
{
	background-color: #FFFFFF;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 146px;
	height: 210px;
}

#in_feature3
{
	background-color: #FFFFFF;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 146px;
	height: 210px;
}

#in_feature4
{
	background-color: #FFFFFF;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 145px;
	height: 210px;
}

#in_feature5
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	width: 146px;
	height: 210px;
}

#in_feature6
{
	background-color: #FFFFFF;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 146px;
	height: 210px;
}

#in_feature7
{
	background-color: #FFFFFF;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 146px;
	height: 210px;
}

#in_feature8
{
	background-color: #FFFFFF;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 145px;
	height: 210px;
}

#ask_the_expert
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	width: 300px;
	margin-right: 15px;
}

#ask_the_expert p
{
	background-color: #CED8C6;
	padding: 5px;
	margin-bottom: 1px;
}

#ask_the_expert img { padding-right: 10px; }
#ask_the_expert h3 { font-size: 18px; }

#ask_the_expert .sub_title
{
	font-size: 12px;
	font-weight: bold;
}

#ask_the_expert .qa { background-color: #F2F3E9; }

#wnews
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 11px;




	float: left;
	width: 265px;
	border: 1px solid #CCCCCC;
	padding-bottom: 7px;
	margin-right: 15px;
}

#wnews .nhead
{
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 3px;
}

#wnews .wnews_head
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
}

#wnews .wnews_head:hover
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#wnews .wnews_head_current
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
}

#wnews ul
{
	line-height: 20px;
	padding-left: 25px;
}

#wnews li { color: #DF171F; }

#stock_box
{
	float: left;
	width: 161px;
}

#right
{
	float: right;
	width: 160px;
}

#login
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(http://media.ohio.com/designimages/login_bg.gif);
	background-repeat: no-repeat;
	/* MAKES LOGIN BOX FIXED HEIGHT height: 90px;*/
	width: 160px;
}

#login form { margin: 0px; }

#login label
{
	float: left;
	width: 75px;
	height: 38px;
	margin-top: 7px;
	margin-left: 2px;
}

#login p { margin-left: 2px; }

#login .inpfield
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 70px;
	border: 1px solid #666666;
}

#login .btn
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	width: 60px;
	background-color: #FF0000;
}

#tabbed-story-page-wide 
{
    width: 600px;
    margin-top: 14px;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px;
    font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
    font-size: 13px;
    float: left;
}

/* FOOTER */
#footer
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0 auto;
	width: 980px;
	margin-top: 10px;
}

#foot_left
{
	float: left;
	width: 140px;
	margin-right: 15px;
}

#rc-logo { margin-left: 12px; }

#foot_right
{
	float: right;
	width: 825px;
}

#foot_links
{
	float: left;
	width: 650px;
	padding-left: 15px;
	text-align: center;
	padding-top: 5px;
}


#foot_links_10
{
	float: left;
	width: 500px;
	padding-left: 15px;
	text-align: center;
	padding-top: 5px;
}
#foot_logo
{
	float: right;
	width: 150px;
}

#zventfoot_logo{
	float:  right;
	width: 90px;
	font: small-caps bold 9px/10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.roundcont { background-color: #FFFFFF; }

.roundtop
{
	background: url(http://media.ohio.com/designimages/top_right_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.roundbottom
{
	background: url(http://media.ohio.com/designimages/bottom_right_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

img.corner
{
	width: 10px;
	height: 10px;
	display: block !important;
}

/* This is for the most popular page */

#mostpopular
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 11px;
	float: left;
	width: 585px;
	border: 1px solid #CCCCCC;
	padding-bottom: 7px;
	margin-right: 15px;
}

#mostpopular .nhead
{
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 3px;
}

#mostpopular .mostpopular_head
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
}

#mostpopular .mostpopular_head:hover
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#mostpopular .mostpopular_head_current
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
}

#mostpopular ul
{
	line-height: 20px;
	padding-left: 25px;
}


/* start of css for promo box */

/* set the image to use and establish the lower-right position */ 

.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(http://media.ohio.com/designimages/box.png) no-repeat bottom right; 
}

.cssbox { 

    width: 270px !important; /* intended total box width - padding-right(next) */

    width: 249px; /* IE Win = width - padding */

    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */

    margin: 0px auto; /* use to position the box */ 

}

/* set the top-right image */ 

.cssbox_head { 

    background-position: top right;

	margin-right: -15px; /* pull the right image over on top of border */

    padding-right: 40px; /* right-image-gap + right-inside padding */ 

    font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;

    color: #fff;

}

/* set the top-left image */ 

.cssbox_head h2 { 

    background-position: top left; 

    margin: 0; /* reset main site styles*/ 

    border: 0; /* ditto */ 

    padding: 20px 0 10px 25px; /* padding-left = image gap + interior padding ... no padding-right */ 

    height: auto !important; height: 1%; /* IE Holly Hack */ 

}

/* set the lower-left corner image */ 

.cssbox_body { 

    background-position: bottom left; 

    margin-right: 10px; /* interior-padding right */ 

    padding: 10px 0 20px 25px; /* mirror .cssbox_head right/left */ 

    font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;

    color: #000;

    font-size: 11px;

    line-height: 12px;

}


h2 { 

font-size: 14px;

}

.promo_headline { 

font-size: 14px;

font-weight: bold;

font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;

}

/* end of promo box css */

/* start of css for white promo box */

/* set the image to use and establish the lower-right position */ 

.cssbox_white, .cssbox_body_white, .cssbox_head_white, .cssbox_head_white h2 {
	background: transparent url(http://media.bclocalnews.com/images/box_white.png) no-repeat bottom right; 
}

.cssbox_white { 

    width: 270px !important; /* intended total box width - padding-right(next) */

    width: 249px; /* IE Win = width - padding */

    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */

    margin: 0px auto; /* use to position the box */ 

}

/* set the top-right image */ 

.cssbox_head_white { 

    background-position: top right;

	margin-right: -15px; /* pull the right image over on top of border */

    padding-right: 40px; /* right-image-gap + right-inside padding */ 

    font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;

    color: #fff;

}

/* set the top-left image */ 

.cssbox_head_white h2 { 

    background-position: top left; 

    margin: 0; /* reset main site styles*/ 

    border: 0; /* ditto */ 





    padding: 20px 0 10px 25px; /* padding-left = image gap + interior padding ... no padding-right */ 

    height: auto !important; height: 1%; /* IE Holly Hack */ 

}

/* set the lower-left corner image */ 

.cssbox_body_white { 

    background-position: bottom left; 

    margin-right: 10px; /* interior-padding right */ 

    padding: 10px 0 20px 25px; /* mirror .cssbox_head_white right/left */ 

    font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;

    color: #000;

    font-size: 11px;

    line-height: 12px;

}
/* end of white promo box css */

/* coding for virtual digest pages */


.digest-headline 

{

font-weight: bold;

font-size: 14px;

font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;

line-height: 15px;



}

a:hover 

{

text-decoration: underline;

}

a 

{

color: #000099;

}

a:hover 

{

color: #cc0000;

}

.digest-headline2 

{

font-weight: bold;

font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;

line-height: 15px;

}


.textdigest
{
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 10px;
}



.byline, .creditline 

{

font-size: 10px;

font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;

color: #666666;

line-height: 10px;

}

/* End of coding for virtual digest pages */


/* rss feeds page */
#content-center-left-rss
{
	width: 274px;
	padding: 10px;
	margin-left: 2px;
	float: left;
}

#content-center-right-rss
{
	width: 274px;
	padding: 10px;
	margin-left: 7px;
	float: left;
}


/* Planet Discover Text Box */



#pdiscover_box{
text-decoration: none;
font-family: verdana, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva; 
float: left;
width:385px;
margin-top: 5px;
margin-right:0px;
padding-right: 0px;
padding-top: 0px;
margin-left: 10px}

#vertical_buttons{
margin-top: 7px;
float: left;
width: 300px;
}

#info_buttons{
margin-top: 7px;
float: right;
}

#ohio_bar{
padding-bottom: 30px;
text-decoration: none;}

.search_text{
font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
margin:0px;
padding; 0px;
width: 15px;

}

.inputfield{
margin:0px;
padding: 0px;
width: 120px;

	height: 14px;
}

.search_button_pd{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 2px
}

/* End Planet Discover */



/* Start featured advertisers */
.featured_advertisers_header style1
{
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}
	

.featured_advertisers_box {
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 18px;
	font-style: normal;
	text-align: left;
	text-decoration:none;
	
}

.featured_advertisers_box A:link;

{text-decoration:none;}
.featured_advertisers_box .featured_advertisers_header {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #000000;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.featured_advertisers_column_link {
	color: #000000;
	margin-bottom: 10px;
	margin-left: 8px;
	line-height: 12px;
}
/* End featured advertisers */

/*** COMMENTS ***/
#comments {
	margin-top:10px; }
.comments-head {
	background-image:url(http://media.ohio.com/designimages/comment_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:7px 0px 7px 15px; }
.ctitles {
	font-size:20px;
	font-weight:bold; }
#comments-head img {
	vertical-align:middle; }
.comments-post {
	width:200px;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	float:right;
	right:15px;
	padding-right:15px; }
.left {
	width:200px;
	float:left; }
.red {
	color:#FF0000; }
.comments-post a {
	text-decoration:underline; }
.comments-post a:hover {
	text-decoration:none; }
.comments-box {
	padding:10px;
	line-height:16px;
	border:1px solid #CCCCCC;
	background-color:#f2f2f2;
	margin-top:10px; }
.comments-box p {
	color:#000000;
	line-height:16px;
	padding-left:30px; }
.comment-author {
	color:#999999; }
.comment-author .name {
	color:#000000;
	font-weight:bold; }
.comment-author img {
	vertical-align:middle;
	padding-right:5px; }
.comment-forget {
	text-align:right; }
.comment-field {
	font-size:18px;
	width:90px;
	vertical-align:middle; }
.comment-submit {
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
	border:0px;
	vertical-align:middle;
	background-color:#FF0000; }
	
/*Most commented*/

#most_comment
{
	font-size: 11px;
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

#most_comment .cont
{
	width: 240px;
	line-height: 11px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 10px;
	background-color: #ffffff;
	
	
}



#most_comment .cont li

{
margin-top: 0px;
display: block;
width: 280px;

}




#most_comment .cont a
{
	display: block;
	padding-right: 60px;
}


#most_comment .nhead
{
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#most_comment .tab
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 4px;
}

#most_comment .tab:hover
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#most_comment .tab_current
{
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 4px;
}



#most_comment .numberofcomment
{
	float: right;
	color: #000000;
	background-color: #cccccc;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -25px;
	margin-right: -35px;
}



#mclast_week .numberofcomments
{
float: right;
color: #000000;
background-color: #cccccc;
padding-left: 7px;
padding-right: 7px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: -25px;
margin-right: -45px;

}


/*End Most Commented*/



/*** EXTRA COMMENTS ***/


.ohio-comment {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	width: 460px;
	border: 1px solid #cccccc;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}


.ohio-comment #comment-container { 
	width: 460px;  
	background: #FFFFFF;
	text-align: left;
	margin: 0px;!important
	
} 


.ohio-comment #comment-sidebar {
	float: left; 
	width: 120px; 
	background: #ffffff; 
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

.ohio-comment #comment-sidebar h3, .ohio_comment #comment-sidebar p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
	
}


.ohio-comment #c-mainContent {
 	margin: 0px 10px 0px 145px;
 	padding-top: 4px;
 	line-height: 18px;
} 


.ohio-comment #c-mainContent i{
 	color: #666666;
} 


.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}


.c-clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.time-post {
	font-size: 11px;
	font-style:italic
	color: #666666;
}

.comment-poster {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

.comment-location {
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
/*** END EXTRA COMMENTS ***/
	
	
/***Start photo in story***/	
	


.section-lead-photo { 
	padding-bottom: 10px;

	border: solid 1px #DFE4EB;
	display: block; /*** removing this because it causes the printDesc id to show up.***/
	width: 270px;
	padding: 5px 2px 10px 2px;
	margin: 5px 10px 5px 0px;
	background: #f2f3e9;
	float: left;
	}
	

	
.section-full-photo {
	border: solid 1px #DFE4EB;
	width: 440px;
	padding: 5px 5px 12px;
	margin: 5px; 
	float: left;
	background: #f2f3E9;

}
	
.section-lead-photo img {
vertical-align: top;

}


.section-storydigest
{
	width: 200px;
	border: solid #CCCCCC 1px;
	margin: 8px;
	padding: 4px;
	float: left;
	background: #f2f3E9;
}

/***Start new header***/


#newsletter /***This is modified from the original tag***/
{
	width: 144px;
	float: left;
	margin-top: 10px;
	padding-top: 35px;
}

#header-space /***This is modified from the original tag***/
{
	width: 40px;
	float: left;
	padding-top: 74px;
}

#beacon-journal-digital
{
	width:  263px;
	float: left;
	margin-top: 10px;
	padding-top: 35px;
}

/*this is the new weather stuff	*/


#weather-widget
{
padding: 20px;

}


#weather2
{	background: url(http://media.ohio.com/images/weather_header.jpg);
	font-family: helvetica, arial, Trebuchet, Verdana, Lucida Grande, tahoma, geneva, Verdana, sans-serif;
	font-size: 10px;
	width: 182px;
	height: 82px;
	text-align: center;
	line-height: 8px;
	margin:0px 0px 0px 0;
	color: #666666;
	position: relative;
	float: right;
	
	
	
}


#weather2 a

{

    position: absolute;
	top: 0;
    left: 0;
	width: 182px;
    height: 82px;
	text-decoration: none;
}


.weather-header
{
	font: bold 14px sans-serif;
	color: #42762C;
	line-height: 18px;

}

#weather-icon
{
float: left;
width: 50px;
margin: 3px 0 2px 6px;
}

#weather-icon a
{
float: left;
width: 50px;
margin: 15px 0 2px 6px;
}

.curr-conditions
{
padding-top: 15px;
margin: 0px 2px 8px 2px;
font: bold 14px sans-serif;
color: #666666
}

#weather-temp
{
display: block;
line-height: 12px;
padding: 15px 0 0 30px;
margin: 5px 0 0 0;
color: #000000;
}

#weather-tag
{
padding: 0 0 -0px 0;
margin: -5px 0 -3px 0;
}

.severe-conditions
{
background: #DF171F;
color: #FFFFFF;
font-weight: bolder;
padding: 6px;
margin-top:6px;
}

#weather-temp .curr-conditions

{
margin-top: 25px;
}

/***End New header***/

	
	

