.ad{
	/* background-color:green; */
}

body#home div#template_content{
	width:972px; /* fixed because home page was too wide */
}

html > body div#template_content{
	width:600px;
	/*margin:0;*/
}

html body div.t_panel{
	/*width:auto;*/
	margin:1em;
	padding:10px;
	/*float:left;*/
}

body div.t_panel div.t_title{
	/*background-color:#96afdb;*/
	background-image:url(/template/bandt/images/blue_title.png);
	background-position:left bottom;
	margin:-10px -10px 0 -10px; /* NEEDS NEGATIVE PADDING FOR THE HOME PAGE AND ALL SMALLER PANELS */
	padding:0 0 8px 0;
	/*padding:10px 10px 5px 10px;*/
	font-family:arial, helvetica, sans-serif;
	color:black;
}

body div.t_panel div.t_title h2{
	font-family:arial, helvetica, sans-serif;
	color:black;
	font-size:1.1em;
	font-weight: bold;
	padding:10px 10px 0;
}

div.home_left_column{
	float:left;
	width:409px;
	margin-left:20px;
}

* html div.home_left_column{
	margin-left:10px;
}

div.home_right_column{
	float:left;
	width:302px; 
	margin-left:16px;
}

* html div.home_right_column{
	margin-left:8px;
}

div.home_right_column div.t_panel{
	width:280px;
	padding:10px;
	border:1px solid gray;
	min-height:200px;
	margin-bottom:10px;
}
div.home_right_column div#events{
	width:300px;
	padding:0px;
}
div.home_right_column div#most_viewed{
	width:300px;
	padding:0px;
	height:175px;
	min-height: 175px;
}
div.home_right_column div#most_viewed div div{
	padding: 10px;
	overflow: auto;
	height: 135px;
}
div#most_viewed p.t_read_more{
	margin-top: 2px;
	padding: 2px;
}
div.t_event_detail{
	padding: 10px;
	overflow: auto;
	height: 135px;
}
div#events p.t_read_more{
	margin-top: 2px;
	padding: 2px;
}
div.home_right_column div#events div.t_title{
	margin: 0px;
}
div.home_right_column div.mediumad{
	width:300px;
	border: none;
	padding:0px;
}

div#daily_report,
div#top_stories{
	background-image:url(/template/bandt/images/white_box.png);
	background-position:left bottom;
	padding:10px;
	width:389px;
}

	* html div#daily_report,
	* html div#top_stories{
		width:409px;
	}


	div#daily_report div.t_title{
		height:48px;
	}
	
	* html div#daily_report div.t_title{
		height:68px !important;
	}

	div#daily_report div.t_title h2{
		height:48px;
		text-indent:-999em;
		overflow:auto;
		background-image:url(/template/bandt/images/wbj_header.png);
		background-position:center top;
		background-repeat:no-repeat;
		float:none;
	}

	div#top_stories{
		background-position:left top;
	}

	div#daily_report div.t_title,
	div#top_stories div.t_title{
		background-image:url(/template/bandt/images/white_box.png);
		background-position:left top;
		padding:10px;
		margin:-10px -10px 0 -10px;
	}
	
	div#daily_report div.t_article_content{
		margin-top: -10px;
		height:320px;
		overflow:auto;
	}
	
	div#top_stories div.t_article_content{
		height:450px;
		overflow:hidden;
	}
	
	div#top_stories p#home_slider_controls{
		float:right;
		width:100px;
	}
	
	div#top_stories div.t_footer p.note{
		float:left;
		width:150px;
	}
	
	div#top_stories div.t_footer{
		background-image:url(/template/bandt/images/white_box.png);
		background-position:left bottom;
		padding:10px 10px 22px 10px;
		margin:0 -10px -10px -10px;
	}

body#home div#template_content div#home_inside_wbj{
	width:570px;
	margin-left:20px;
	border:1px solid gray;
}	

div#home_inside_wbj div.t_title h2{
	font-size:14pt;
	margin-bottom:5px;
}

div#home_inside_wbj div.t_article_content{
	height:647px;
	overflow:auto;
}



body ul#h_slider_articles{
	height:450px;
	width:375px;
}

body ul#h_slider_articles li{
	height:450px;
	text-align:center;
}

body ul#h_slider_articles li p{
	text-align:left;
}

body ul#h_slider_articles li p.article_title{
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}

body ul.h_hbjtoday{
	margin:0 20px;
}

html body .h_slider_articles img.article_image{
	margin:10px auto;
}

html body p.article_title a{
	
	color:#0053a6 !important;
	font-size:1.2em;
	padding-left:0;
}

html body p.article_title a:hover{
	color:#007fde;
}

body ul.h_hbjtoday li{
	padding-bottom:15px;
}

/*html body p.article_title  a:before{
	content: "\00BB \0020";
	color:#ba2f43;
	margin-left:-13px;
}*/

/*html body .article_title{
	font-weight:bolder;
	font-size:1.1em;
	padding-left: 0px;
}*/

html body .t_panel .h_subtitled{
	margin:0;
	padding:0;
	padding-left: 0.5em;
	margin-bottom:.5em;
}

body a{
	color:#0066B3;
	text-decoration:none;	
}

body div#template_content hr{
	background-color:#0066B3;
}

#events,
#readers_poll,
#most_viewed{
	min-height:180px;
}

* html #events,
* html #readers_poll,
* html #most_viewed{
	height:180px;
}

body div#template_content div.p_article_head h1{
	font-weight:bold;
	font-size:2em;
}
body div#template_content div.p_article_head h3{
	color: #0053A6;
}

div.message{
	background-image:none;
	padding-left:20px;
}
img.left{
	margin-right: 1em;
}
img.right{
	margin-left: 1em;
}
.img_left{
	margin-right: 1em;
}
.img_right{
	margin-left: 1em;
}
img.bordered{
	border: thin solid black;
	padding: 2px;
}

div.cms ul{
	/* list-style-type: disc !important; */
	list-style-type: disc;
}


div#template_content div.t_article ul { list-style: disc outside; margin-left:2em; padding:5px 0;}
div#template_content div.t_article ul li { padding:.2em 0;}
div#template_content div.t_article strong {padding:0;}

/* ZERO OUT EVERYTHING IN THE CMS */

html body #template_container div.cms h1,
html body #template_container div.cms h2,
html body #template_container div.cms h3,
html body #template_container div.cms h4{
	border:none;

}

/* BLOG STUFF */

/*body.blog div div#template_content{
	width:706px;
}*/

/** html body.blog div div#template_content{
	width:716px;
}*/

body.blog div div#template_content h1{
	margin:-10px -10px 0 -10px;
	padding:0;
	background-color: #A20A35;
}

body.blog div div#template_content h1 a{
	/*background-image:url(/template/bandt/images/blog.png);*/
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	display:block;
	/* height:126px; */
	/* text-indent:-999em; */
	overflow:hidden;
}

body.blog div div#template_right_bar{
	display:none;
}

body.blog div.entry{
	margin:0;
	font-size:1em;
}
/*
body.blog #sidebar{
	border-left:1px solid #aaa;
}
*/


