/*
Theme Name: BNI WordPress Template
Theme URI: http://wordpress.org/
Description: This is the newest version of the template that is being developed for Boone Newspapers.
Version: 4.0
Author: Marlin Caddell
Tags: three columns, header, footer

*/


/*______________________________*/
/*  GENERAL RULES FOR THE SITE  */
/*______________________________*/

body {
	margin:0;
	padding:0;
	color:#000000; 									/* General Font Color is Black */
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;								/* General line height for elements is 16pts */
	background-color:#dfdbd3; 						/* Background gray-brown color */
	text-align:center;								/* This is to fix problems in IE6 and IE7. It's a bummer, but you do what you have to. */
	}

body a {
	text-decoration:none;							/* Links do not underline by themselves. You can change this to "underline" if needed. */
	color:#000000; 									/* General Font Color for Links is Black */
	}

body a:hover {
	text-decoration:underline;
	}

body a:visited {
	color:#000000;									/* BLACK */
	}

	
.clearboth {										/* If floating objects, this clears anything to the left and right */
	clear:both;
	}

.clearleft {										/* If floating objects, this clears anything to the left */
	clear:left;
	}

.clearright {										/* If floating objects, this clears anything to the right */
	clear:right;
	}
	
#body_wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	}
	

#story_postcontent {
	display:block;
	float:left;
	text-align:left;
	width:715px;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	}

#story_postcontent h2 {
	font-size:24px;
	font-weight:bold;
	line-height:29px;
	}

#story_postcontent object {
	float:right;
	padding:10px;
	}

#story_block_advertisement {
	float:right;
	margin:10px;
	}

#story_postcontent p {
	width:715px;
	}

.commentText p {
	width:600px !important;
	}

.wp-caption {
	display:inline-block;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.alignright {
	float:right !important;
	margin-left:10px;
	}

.alignleft {
	float:left;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-text {
	width:inherit !important;
	font-size: 11px;
	line-height: 17px;
	padding: 5px 4px 5px 5px;
	margin: 0;
	text-align:left;
	}
	

#category_header {
	display:block;
	float:left;
	margin-top:30px;
	margin-bottom:15px;
	}

#category_header h3 {
	display:block;
	float:left;
	width:730px;
	overflow:hidden;
	background-color:#c6223c;
	font-size:16px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	text-align:left;
	color:#ffffff;
	}

.photo_credit {
	font-weight:bold !important;
	}


/*______________________________*/
/*        HEADER SECTION        */
/*______________________________*/

	

#header_container {									/* This is the containing element for the header masthead and navigation bar */
	margin:0 auto;									/* The margin centers the element. Shorthand for this is top, right, bottom and left margins (EX: 0 10px 20px 10px) */
	padding:0;
	width:960px;
	height:151px;
	background-image: url(images/header_nameplatenav.jpg);
	background-repeat:no-repeat;
	}
	
#header_top_buttons {								/* This is the container for the first tab at the top of the site. */
	text-align:left;								/* This overcomes the center IE6 effect implemented with the body tag. */
	}
	
#header_top_buttons a {
	display:block;
	width:100px;
	margin:0px;
	padding-top:18px;
	padding-left:8px;
	font-size:14px;
	color:#444444;									/* GREYISH BLACK */
	}

#header_top_buttons a:hover {
	color:#000000;									/* BLACK */
	}

#header_loginlinks {
	display:block;
	width:880px;
	margin-left:80px;
	margin-top:-20px;
	padding-top:5px;
	margin-bottom: -5px;

	text-align:left;
	}

#header_loginlinks p {
	margin:0;
	padding:0;
	}
	
#header_loginlinks p a {
	padding-left:15px;
	}
	

/*______________________________*/
/*       MASTHEAD STYLES        */
/*______________________________*/

#header_masthead {
	display:block;
	float:left;
	width:368px;
	height:56px;
	padding-left:13px;								/* IN IE6, Apparently you have to use padding if you float. */
	margin-top:18px;
	}

#header_masthead p {
	margin:0;
	padding:0;
	}

#header_masthead p a img {
	margin:0;
	padding:0;
	text-decoration:none;
	border:none;
	}

#header_weathersponsor {
	display:block;
	float:left;
	width:366px;
	height:73px;
	margin-top:11px;
	margin-left:30px;
	background-image: url(images/header_weathersponsor.jpg);
	background-repeat: no-repeat;
	}

#header_weathersponsor a img {
	display:block;
	float:left;
	margin-top:10px;
	margin-left:90px;
	}
	
#header_weathercontainer {
	display:block;
	float:left;
	margin-top:14px;
	padding-left:15px;
	}

#header_weathergraphic {
	display:block;
	float:left;
	width:81px;
	height:65px;
	margin:0;
	padding:0;
	}
	
#header_weathercontainer p {
	display:block;
	float:left;
	margin-left:-49px;
	margin-top:23px;
	font-weight:bold;
	}

#header_extraweatherlinks {
	display:block;
	float:left;
	text-align:left;
	margin-top:27px;
	}


/*______________________________*/
/*       NEWS CONTENT           */
/*______________________________*/

#index_contentwrapper {
	width:960px;
	background-image:url(images/index_totalbackground.jpg);
	background-repeat:repeat-y;
	}

#index_newscontent {
	display:block;
	float:left;
	width:730px;
	padding-left:15px;
	padding-top:15px;
	margin:0;
	text-align:left !important;
	}

#index_news_leftcolumn {
	display:block;
	float:left;
	clear:left;
	width:400px;
	margin:0;
	padding:0;
	}

#index_news_rightcolumn {
	display:block;
	float:left;
	width:300px;
	margin-left:15px;
	padding:0;
	}

#breakingnews {
	margin:0;
	margin-bottom:12px;
	padding:0;
	width:730px;
	height:50px;
	background-image:url(images/site_breakingnews.jpg);
	background-repeat:no-repeat;
	border:1px solid #555555;
	}

#breakingnews a {
	font-size:16px;
	font-weight:bold;
	display:block;
	float:left;
	padding-left:230px;
	padding-top:15px;
	}
	
#index_mainstory {
	display:block;
	float:left;
	width:395px;
	padding-top:15px;
	text-align:left;
	}

#index_mainstory a img {
	border:1px solid #555555;
	width:395px;
	}
	
#index_mainstory h2 a {
	font-size:22px;
	text-align:left;
	line-height:25px;
	}
	
#index_mainstory p {
	text-align:left;
	}
	
#index_mainstory span a{
	text-align:left;
	color: #B10021;
	}
	
#index_tabbednews_1, #index_tabbednews_2, #index_tabbednews_3 {
	display:block;
	float:left;
	width:395px;
	overflow:hidden;
	margin-top:20px;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	background-image:url(images/index_tabbedbackground.png);
	background-repeat:no-repeat;
	text-align:left;
	}

#index_tabbednews_1 h3, #index_tabbednews_2 h3, #index_tabbednews_3 h3 {
	display:block;
	float:left;
	width:395px;
	height:21px;
	overflow:hidden;
	font-size:14px;
	margin:0;
	padding-top:5px;
	padding-left:5px;
	text-align:left;
	color:#ffffff;
	}
	
.active {
	display:block;
	float:left;
	background-image:url(images/index_tabtriangle.png);
	background-position:top;
	background-repeat:no-repeat;
	height:32px;
	padding-left:5px;
	padding-right:5px;
	color:#ffffff;
	}

#index_tabbedmenu_1_ul, #index_tabbedmenu_2_ul, #index_tabbedmenu_3_ul {
	list-style:none;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:5px;
	padding:0;
	clear:right;
	}

#index_tabbedmenu_1_ul li, #index_tabbedmenu_2_ul li, #index_tabbedmenu_3_ul li {
	display:block;
	float:left;
	margin-right:10px;

	cursor:pointer;
	cursor:hand;
	}

#tabbedmenu_1_news, #tabbedmenu_2_sports, #tabbedmenu_3_opinion {
	padding-left:5px;
	}

#tabbedmenu_1_birthdays_content, #tabbedmenu_1_births_content, #tabbedmenu_1_celebrations_content, #tabbedmenu_2_columnists_content, #tabbedmenu_3_columnists_content, #tabbedmenu_3_letters_content {
	display:none;
	}
	
#colored_background {
	display:block;
	float:left;
	clear:left;
	width:395px;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}

#colored_background a, #no_colored_background a {
	display:block;
	float:left;
	padding-top:7px;
	padding-left:10px;
	padding-bottom:7px;
	width:375px;
	}

#no_colored_background {
	display:block;
	float:left;
	width:395px;
	clear:left;
	}

#tabbedmenu_1_news_content p, #tabbedmenu_1_birthdays_content p, #tabbedmenu_1_births_content p, #tabbedmenu_1_celebrations_content p, #tabbedmenu_2_sports_content p, #tabbedmenu_2_columnists_content p, #tabbedmenu_3_opinion_content p, #tabbedmenu_3_columnists_content p, #tabbedmenu_3_letters_content p {
	clear:left;
	display:block;
	float:left;
	width:375px;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	line-height:20px;
	}

#tabbedmenu_1_news_content p br {
	line-height:10px;
	}
	

.index_morenewstab {
	display:block;
	/*float:left;*/
	clear:both;
	width:395px;
	height:25px;
	background-color:#dddddd;
	margin:0;
	padding:0;
	text-align:center;
	}

.index_morenewstab a {
	display:block;
	/*float:left;*/
	clear:left;
	margin-top:5px;
	margin-left:160px;
	}
	

#index_topnews {
	display:block;
	float:left;
	margin-top:15px;
	width:300px;
	
	text-align:left;
	overflow:hidden;
	}

.ui-accordion .ui-accordion-content { overflow: hidden; display: none !important;}
.ui-accordion .ui-accordion-content-active { display: block !important;  }

#index_topnews div {
	width:300px;
	}

#index_topnews h3 {
	width:300px;
	background-color:#c6223c;
	font-size:14px;
	margin:0;
	padding:5px;
	border-bottom:1px solid #ffffff;
	
	}

#index_topnews h3 a {
	color:#ffffff;
	}
	

#index_topnews div p {
	width:270px;
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
	padding:0;
	}

#index_topnews div p br {
	line-height:8px;
	}

#index_topnews div p a {
	display:block;
	clear:left;
	padding-bottom:5px;
	}


#colored_background_topnews {
	display:block;
	float:left;
	clear:left;
	width:300px;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}

#colored_background_topnews a, #no_colored_background_topnews a {
	display:block;
	float:left;
	padding-top:7px;
	padding-left:10px;
	padding-bottom:7px;
	width:280px;
	}

#no_colored_background_topnews {
	display:block;
	float:left;
	width:300px;
	clear:left;
	}

#index_moretopnews {
	display:block;
	float:left;
	clear:both;
	width:300px;
	background-color:#dddddd;
	border-top:1px solid #cccccc;
	margin:0;
	padding:0;
	text-align:center;
	}

#index_moretopnews a {
	display:block;
	float:left;
	margin-left:110px;
	padding-top:5px;
	padding-bottom:5px;
	}


#index_adblock1 {
	display:block;
	float:left;
	margin-top:30px;
	}
	
#index_calendarblock {
	display:block;
	float:left;
	width:300px;
	overflow:hidden;
	margin-top:30px;
	}

#index_calendarblock h3 {
	display:block;
	float:left;
	width:300px;
	overflow:hidden;
	background-color:#c6223c;
	font-size:14px;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	text-align:left;
	color:#ffffff;
	}

#index_calendarblock iframe {
	display:block;
	float:left;
	width:298px;
	border:1px solid #dddddd;
	margin:0;
	padding:0;
	}
	
#index_moresubmitevent {
	display:block;
	float:left;
	clear:both;
	width:300px;
	height:25px;
	background-color:#dddddd;
	margin:0;
	padding:0;
	text-align:center;
	}

#index_moresubmitevent a {
	display:block;
	float:left;
	margin-top:5px;
	margin-left:50px;
	}

#index_lifeblock {
	display:block;
	float:left;
	clear:left;
	margin-top:20px;
	width:730px;
	overflow:hidden;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	}

#index_lifeblock h3{
	display:block;
	float:left;
	width:730px;
	overflow:hidden;
	background-color:#c6223c;
	font-size:14px;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	text-align:left;
	color:#ffffff;
	}

#index_lifeblock_1, #index_lifeblock_2 {
	margin-top:15px;
	display:block;
	float:left;
	width:345px;
	padding-bottom:10px;
	}

#index_lifeblock_1 {
	margin-left:10px;
	border-right:1px solid #eeeeee;
	}

#index_lifeblock_2 {
	margin-left:20px;
	}

#index_lifeblock_1 a img, #index_lifeblock_2 a img {
	height:200px;
	border:0;
	text-decoration:none;
	}

#index_lifeblock h4 {
	font-size:16px;
	line-height:18px;
	}

#index_lifeblock h4 a {
	color:#c6223c;
	}

#index_lifeblock p {
	width:335px;
	}

#index_lifeblock_readmore a{
	color:rgb(177,0,33);
	}

#index_leaderboard1 {
	display:block;
	float:left;
	clear:both;
	margin-top:30px;
	}
	
	
#index_multimedia {
	display:block;
	float:left;
	width:730px;
	overflow:hidden;
	margin-top:20px;
	border-left:1px solid #555555;
	border-right:1px solid #555555;
	border-bottom:1px solid #555555;
	background-image:url(images/index_multimediabackground.png);
	background-repeat:no-repeat;
	text-align:left;
	}

#index_multimedia h3 {
	display:block;
	float:left;
	width:730px;
	height:21px;
	overflow:hidden;
	font-size:14px;
	margin:0;
	padding-top:5px;
	padding-left:5px;
	text-align:left;
	color:#ffffff;
	}

#index_tabbedmenu_4_ul {
	list-style:none;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:5px;
	padding:0;
	}

#index_tabbedmenu_4_ul li {
	display:block;
	float:left;
	margin-right:10px;
	}

#tabbedmenu_4_photos {
	padding-left:5px;
	}


#tabbedmenu_4_photos_content {
	clear:left;
	display:block;
	float:left;
	}

#tabbedmenu_4_videos_content {
	display:none;
	clear:left;
	float:left;
	}
	
#tabbedmenu_4_videos_content p, #tabbedmenu_4_photos_content p {
	display:block;
	float:left;
	margin-top:10px;
	margin-left:10px;
	padding:0;
	width:170px;
	}

#index_moremultimediatab {
	display:block;
	float:left;
	clear:both;
	width:730px;
	height:25px;
	background-color:#dddddd;
	margin:0;
	padding:0;
	text-align:center;
	}

#index_moremultimediatab a {
	display:block;
	float:left;
	margin-top:5px;
	margin-left:300px;
	}	

/*________________________________________*/
/*          LOCAL.COM STYLES              */
/*________________________________________*/


.b_directory {
	display: block;
	float: left;
	padding: 10px 0 0 0;
	margin: 20px 0 15px 0;
	border: 2px solid #aaa;
	width:730px;
}

.b_directory h2 {
	margin-left: 10px;
}

.b_directory_title table {
	padding-top: 126px;
	padding-left: 5px;
}

.b_directory_title p {
	text-align: right;
}

.b_directory_title table td {
	text-align: right;
}

.b_directory_listing table {
	border-collapse: collapse;
}

.b_directory_listing table tr.row1 {
	background: #E2E5F8;
}


.b_directory_listing table td {
	padding: 5px;
	width: 172px;	
}

.b_directory_title {
	background: url(http://av.bninews.com/franklinco/images/localcom-find.jpg) no-repeat scroll left top;
	float: left;
	height: 175px;
}

.b_directory_listing {
	float: left;
	margin-left: 10px;
	width: 546px;

	font-size: 12px;
	font-weight: bold;
}

.b_directory_listing a {
	font-size:10px !important;
	}


.b_directory_listing a:link,
.b_directory_listing a:visited {
	text-decoration: none;
}


#news_submissionform {
	display:block;
	float:left;
	clear:both;
	}




/*________________________________________*/
/*  SIDEBAR INDEX PAGE (AND MAYBE OTHERS) */
/*________________________________________*/

#index_sidebar {
	display:block;
	float:right;
	width:200px;
	}

#service_center {
	display:block;
	float:left;
	width:200px;
	background-image:url(images/site_servicecenter_background.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	padding-bottom:10px;
	}

#service_center form {
	display:block;
	float:left;
	margin-top:15px;
	margin-left:10px;
	}

#searchsubmit {
	width:100px;
	}

#service_center_header {
	display:block;
	float:left;
	width:200px;
	height:25px;
	margin-top:15px;
	margin-bottom:10px;
	background-color:#950f31;
	}

#service_center_header h4 {
	margin-top:5px;
	padding:0;
	color:#ffffff;
	font-size:15px;
	}

#service_center_links {
	display:block;
	float:left;
	text-align:left;
	margin-left:15px;
	width:180px;
	}


#service_center_links a {
	display:block;
	clear:left;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	}

#sidebar_advertisements {
	margin-top:20px;
	display:block;
	float:left;
	width:200px;
	}

#sidebar_advertisements img{
	margin-bottom:10px;
	}

#index_pollquestion {
	display:block;
	float:left;
	width:200px;
	overflow:hidden;
	margin-top:20px;
	}

#index_pollquestion h3 {
	display:block;
	float:left;
	width:200px;
	overflow:hidden;
	background-color:#c6223c;
	font-size:14px;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	text-align:left;
	color:#ffffff;
	}

#index_pollquestion p {
	width:180px;
	}

.wp-polls {
	width:180px !important;
	display:block;
	float:left;
	text-align:left !important;
	margin-left:10px;
	}

#index_mostemailed {
	display:block;
	float:left;
	width:200px;
	overflow:hidden;
	}

#index_mostemailed h3 {
	display:block;
	float:left;
	width:200px;
	overflow:hidden;
	background-color:#c6223c;
	font-size:14px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	text-align:left;
	color:#ffffff;
	}

#index_mostemailed li {
	width:180px;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	list-style:none;
	}

#index_mostemailed hr {
	width:198px;
	}


/*________________________________________*/
/*  FOOTER FILE SITEWIDE                  */
/*________________________________________*/

#footer {
	display:block;
	width:958px;
	margin:-16px auto;
	background-color:#cccccc;
	border-left:1px solid #555555;
	border-right:1px solid #555555;
	border-bottom:1px solid #555555;
	text-align:left;
	}

#footer h2 {
	font-size:16px;
	}

#footer a {
	font-size:12px;
	}

#footer_sections, #footer_services, #footer_copyright {
	display:block;
	float:left;
	margin-top:15px;
	}

#footer_sections {
	margin-left:100px;
	}

#footer_services {
	margin-left:15px;
	}

#footer_copyright {
	clear:left;
	margin-left:300px;
	}
	
#site_category_posts *{
	text-align:left;
	}

#index_author_content {
	text-align:left;
	}

/*________________________________________*/
/*            NEWS PAGE                   */
/*________________________________________*/

#news_leaderboard_1 {
	display:block;
	float:left;
	padding-bottom:15px;
	}

#news_header {
	display:block;
	float:left;
	clear:left;
	width:297px;
	overflow:hidden;
	margin:0;
	}
	
#news_header h3 {
	display:block;
	float:left;
	clear:left;
	margin-top:15px;
	width:297px;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	background-color:#c6223c;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	color:#ffffff;
	font-size:16px;
	}
	

#news_colored_headline {
	display:block;
	float:left;
	clear:left;
	width:295px;
	overflow:hidden;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}

#news_colored_headline a, #news_nocolored_headline a {
	display:block;
	float:left;
	padding-top:7px;
	padding-left:10px;
	padding-bottom:7px;
	width:275px;
	}

#news_nocolored_headline {
	display:block;
	float:left;
	width:295px;
	clear:left;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}
	
#more_news_link {
	display:block;
	float:left;
	clear:left;
	width:295px;
	overflow:hidden;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	}

#more_news_link a {
	display:block;
	float:left;
	padding-top:7px;
	padding-left:115px;
	padding-bottom:7px;
	width:275px;
	}

#news_toplinks {
	border-left:1px solid #eeeeee;
	border-right:1px soild #eeeeee;
	}

#news_toplinks a {
	}

#news_leaderboard {
	display:block;
	float:left;
	margin-top:30px;
	}
	

#news_leftcolumn_2 {
	display:block;
	float:left;
	clear:left;
	width:400px;
	padding:0;
	margin-top:15px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	}

#news_header2 {
	display:block;
	float:left;
	width:400px;
	overflow:hidden;
	background-color:#c6223c;
	margin:0;
	padding:0;	
	}

#news_header2 h3{
	display:block;
	float:left;
	width:400px;
	margin:0;
	font-size:14px;
	color:#ffffff;
	background-color:#c6223c;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	}
	

#news_colored_headline2 {
	display:block;
	float:left;
	clear:left;
	width:398px;
	overflow:hidden;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}

#news_colored_headline2 a, #news_nocolored_headline2 a {
	display:block;
	float:left;
	padding-top:7px;
	padding-left:10px;
	padding-bottom:7px;
	width:380px;
	}

#news_nocolored_headline2 {
	display:block;
	float:left;
	width:398px;
	clear:left;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}
	
#more_news_link2 {
	display:block;
	float:left;
	clear:left;
	width:398px;
	overflow:hidden;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	}

#more_news_link2 a {
	display:block;
	float:left;
	padding-top:7px;
	padding-left:160px;
	padding-bottom:7px;
	width:380px;
	}


#news_rightcolumn2 {
	display:block;
	float:left;
	width:300px;
	margin-left:15px;
	margin-top:15px;
	}

#news_bigblock_1 {
	display:block;
	float:left;
	padding:0;
	margin-bottom:10px;
	}

#news_community_news {
	width:300px;
	overflow:hidden;
	}

#news_community_news a {
	display:block;
	clear:left;
	float:left;
	margin-left:10px;
	width:280px;
	margin-top:5px;
	}

#news_community_news h3 {
	display:block;
	float:left;
	margin:0;
	font-size:14px;
	background-color:#c6223c;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	color:#ffffff;
	width:300px;
	overflow:hidden;
	clear:right;
	}

#news_leaderboard_2 {
	display:block;
	}

#news_leaderboard_2 a img {
	display:block;
	float:left;
	margin-top:15px;
	}
	

#news_leftcolumn3 {
	display:block;
	float:left;
	clear:left;
	width:400px;
	margin-top:15px;
	padding:0;
	}

#news_rightcolumn3 {
	display:block;
	float:left;
	width:300px;
	margin-left:15px;
	margin-top:15px;
	}


#sports_community_sports {
	display:block;
	float:left;
	clear:left;
	width:300px;
	overflow:hidden;
	margin-top:15px;
	position:relative;
	z-index:2000;
	}

#sports_community_sports h3 {
	display:block;
	float:left;
	clear:both;
	margin:0;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#c6223c;
	color:#ffffff;
	font-size:14px;
	width:300px;
	}

#sports_leftcolumn3 {
	display:block;
	float:left;
	clear:left;
	width:400px;
	overflow:hidden;
	margin-top:15px;
	border:1px solid #cccccc;
	}

#sports_leftcolumn3 h3 {
	display:block;
	float:left;
	clear:both;
	margin-top:0;
	margin-bottom:10px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#c6223c;
	color:#ffffff;
	font-size:14px;
	width:400px;
	}

#sports_leftcolumn3 table {
	display:block;
	float:left;
	margin-left:10px;
	width:380px;
	padding:0;
	border-bottom:1px solid #cccccc;
	}


#sports_leftcolumn3 p {
	font-size:12px;
	}

#sports_rightcolumn3 {
	display:block;
	float:left;
	width:300px;
	margin-top:15px;
	margin-left:15px;
	}

#sports_teamheader table {
	clear:left;
	}

#opinion_editorial_headerstory h2 {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	}

#index_opinion_rightcolumn {
	display:block;
	float:left;
	width:300px;
	margin-left:15px;
	margin-top:0px;
	}

#opinion_columnists {
	display:block;
	float:left;
	width:300px;
	overflow:hidden;
	border:1px solid #cccccc;
	}
	
#opinion_columnists h3 {
	display:block;
	float:left;
	width:300px;
	background-color:#c6223c;
	color:#ffffff;
	font-size:14px;
	margin:0;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	overflow:hidden;
	}

#opinion_columnists table {
	display:block;
	float:left;
	width:280px;
	margin-left:10px;
	border-bottom: 1px solid #cccccc;
	}

#opinion_columnists table tr {
	display:block;
	float:left;
	width:280px;
	}

#opinion_columnists p {
	font-size:12px;
	}

#opinion_more_columnists {
	display:block;
	float:left;
	clear:both;
	width:300px;
	overflow:hidden;
	background-color:#eeeeee;
	}

#opinion_more_columnists a {
	display:block;
	float:left;
	padding-top:5px;
	padding-left:110px;
	padding-bottom:5px;
	}
	
#opinion_other_columnists {
	display:block;
	float:left;
	width:300px;
	margin-top:15px;
	overflow:hidden;
	}

#opinion_other_columnists h3 {
	display:block;
	float:left;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#c6223c;
	color:#ffffff;
	font-size:14px;
	width:300px;
	margin:0;
	}

#opinion_other_columnists table {
	display:block;
	float:left;
	width:280px;
	margin-left:10px;
	}

#opinion_bigblock_1 {
	display:block;
	float:left;
	margin-top:15px;
	}

#opinion_leaderboard_2 {
	display:block;
	float:left;
	margin-top:15px;
	}

#archives {
	display:block;
	float:left;
	margin-top:20px;
	}

#archives h2 {
	text-align:left;
	font-size:15px;
	font-weight:bold;
	}

#archives ul, #archives ul li {
	text-align:left;
	}

.entry {
	text-align:left !important;
	}

#calendar_submissionform {
	display:block;
	float:right;
	width:400px;
	
	}
	
	
#story_comments_header {
	display:block;
	float:left;
	width:730px;
	overflow:hidden;
	}
	
#story_comments_header h3 {
	display:block;
	float:left;
	overflow:hidden;
	width:700px;
	background-color:#c6223c;
	color:#ffffff;
	font-size:14px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	}




/* local.com directory */

#biz_dir { margin-top:12px; }

#biz_search {
	float:left;
	position:relative;
	display:block;
	width:175px;
	height:175px;
	background: url(http://av.bninews.com/hartselle/images/localcom-find.jpg) no-repeat scroll left top;
}

#biz_input, #biz_lbl { position:absolute; }

#biz_input { top:120px;left:4px; }

#biz_lbl { top:138px;left:8px;font-size:8px;color:#444; }

.biz_categ {
	float:left;
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}

.biz_categ li {
	width:550px;
	padding:4px 0 4px 5px;
	overflow:hidden;
}

.biz_1 { background:#e2e5f8; }

.biz_categ li a:link,
.biz_categ li a:visited {
	float:left;
	display:block;
	width:180px;
	font-size:10px;
	font-weight:bold;
}

#index_local {
	display:block;
	float:left;
	}

