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

html > body div#template_content{
	width:600px;
}

body#home div#template_content div.t_panel{
	margin:0 0 1em 0;
}

div#template_content div.t_panel{
	margin:-10px -10px 5px -10px;
}

html body div.t_panel{
	margin:0;
	padding:10px;
}

body div.t_panel div.t_title{
	background-image:url(/template/wbj/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;
	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/wbj/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;
		color: #DD0024;
		overflow:auto;
		background-position:center top;
		background-repeat:no-repeat;
		float:none;
		font-size: 2em;
		margin-left: 10px;
	}

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

	div#daily_report div.t_title,
	div#top_stories div.t_title{
		background-image:url(/template/wbj/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/wbj/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 .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;
	padding-top: 10px;
}
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;
}

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;

}
html body #template_container div.cms h2{
	border-bottom: 1px solid #89A1D5;
}
/* 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;
}

body.blog div div#template_content h1 a{
	background-image:url(/template/wbj/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;
}

/* Related Articles */
/*******************/

div#template_content div.t_article div#relArticles{
	border: 1px solid #555;
	float: left;
	padding: 5px;
	width: 560px;
	clear: both;
	margin-top: 10px;
}
div#template_content div.t_article div#relArticles ul#relArticle {
	width: 500px;
	
}
div#template_content div.t_article div#relArticles ul#relArticle li em{
	color: #555;
}
/* Comments */
/***********/
div#template_content div.t_article div.postcomment {
	border: 1px solid #FFF;
	padding: 5px;
	background-color: #FFF;
}
div#template_content div.t_article div.postcomment h2{
	margin: 0px;
}
div#template_content div.t_article div.postcomment table.poster th{
	color: #204E73;
	font: normal normal bold 12px arial;

}
div#template_content div.t_article div#comments div.comment {
	color: #555;
	background-color: #FFF;
	margin: 10px 0px;
}
div#template_content div.t_article div#comments div.comment p{
	background-color: white;
	border: 1px solid #FFF;
	padding: 5px;
}
div#template_content div.t_article div#comments div.comment .poster{
	border: none;
	background-color: #E0E0E0;
}
div#template_content div.t_article div#comments div.comment .poster td{
	padding: 2px;
}

#template_container div#template_content p{
padding-left: 0px;

}
#template_container div#template_content form#comment_form p{
	padding-left: 10px;
}

/* Conditional Styles */


html body.single_display div.ad_spot_format #template_content h3{
	float: left;
	width: 230px;
	margin: 5px;
}
html body.single_display div#template_container #template_contenth3 a.t_rss{
	margin: 0 0 0 10px;
	padding: 0;
	text-indent: -9999em;
	display: block;
	float: left;
}
html body.single_display div#template_container #template_content #p_advanced_search{
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 555px !important;
}
html body.single_display div#template_container #template_content #p_advanced_search fieldset{
	margin: 0;
	padding: 0;
}
html body.single_display div#template_container div.ad_spot {
	margin: 0px 0px 0px 0px; 
	
	width: 300px; 
	height: 260px; 
	float: right;
}
body div#template_content div.t_article h1.metrowest_header{
	display: block;
	position: relative;
	padding-right: 180px;
	margin-bottom: 10px;
}
body div#template_content div.t_article h2.metrowest_subheader{
	display: block;
	position: relative;
	padding-right: 180px;
}
.article_header_image{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
}
