div#article a {
	color:#00455F;
}

div#article .header {
	height:34px;
	background:url(/redesign/images/boston/bg_article_header.gif) top left no-repeat;
	text-align:center;
	border:1px solid #E5E5D7; 
	margin-bottom:10px;
	text-transform: uppercase;
}

div#article .header h2 {
	display:block;
	font-family:Georgia, Verdana, Arial;
	font-size:16px;
	color:white;
	margin-top:8px;
}

div#article .header h2 b {
	background-color:#00445E;
	padding:0px 10px;
}

div#article .article_content img {
	margin-bottom:10px;
	margin-left:10px;
	float: right;
	border: 1px solid #C2C9C6;
	padding: 5px;
}

div#article .slideshow {
	margin-bottom:10px;
	margin-left:10px;
	float: right;
}

div#article .slideshow img {
	border: 1px solid #C2C9C6;
	padding: 5px;
}

div#article h1 {
	font-size:18px;
	color:#333333;
	margin-bottom:5px;
	text-transform:uppercase;
}

div#article h2 {
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

div#article h4 {
	font-size:9px;
	font-weight:bold;
	color:#333333;
	margin:10px 0px;
}

div#article .article_content {
	line-height:18px;
}

div#article .article_content .issue {
	color:#B3B398;
	font-size:9px;
}

div#article_options {
	background-color:#EAF3F0;
	border-top:1px solid #C3C9C7;
	border-bottom:1px solid #C3C9C7;
	height:25px;
}

div#article_options .padd {
	padding:5px;
}

div#article_options a {
	font-size:9px;
	display:block;
	float:left;
	margin-right:10px;
	padding:2px 0px 3px 25px;
}

div#article_options a.fonts { background:url(/redesign/images/boston/icon_fonts.gif) top left no-repeat; }
div#article_options a.print { background:url(/redesign/images/boston/icon_print.gif) top left no-repeat; }
div#article_options a.email { background:url(/redesign/images/boston/icon_email.gif) top left no-repeat; } 
div#article_options a.share { background:url(/redesign/images/boston/icon_facebook.gif) top left no-repeat; } 
div#article_options a.write { background:url(/redesign/images/boston/icon_write.gif) top left no-repeat; } 

div#article h4.comments {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#01425E;
	border-bottom:1px solid #C3C9C7;
}

div#article .sharing_links {
	display: block;
	margin: 15px 0 15px 0;
	padding: 0;
	clear: left;
	height: 1em;
}

div#article .sharing_links li {
	list-style-type: none;
	margin: 0 1em 0 0;
	padding: 0;
	float: left;
}

div#article .sharing_links li:before {
	content: "|";
	padding-right: 1em;
}

div#article .sharing_links li:first-child:before {
	content: "";
	padding: 0;
}

div#article .sharing_links a {
	font-family: arial,sans;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(67, 94, 120);
	text-decoration: none;
}

div#article .article_content h3 {
	font-size:13px;
	color:#414544;
}

div#article .article_content h4 {
	font-size:10px;
	text-transform:uppercase;
}


/***********************/
/* Article Sidebar */

div.article_sidebar {
	background-color:#404644;
	color:white;
	margin-bottom:15px;
}

div.article_sidebar h4 {
	padding:0px 3px;
	color:white;
	font-size:11px;
}


div.article_info { 
	width: 150px; 
	float: right; 
	clear: both;
	margin: 0 0 20px 20px; 
	background-color: #f4f4f4; 
	padding: 10px 10px 0 10px; 
}



/***********************/
/* Comments Form */


#comments_form {
	border:1px solid #C3C9C7;
	margin:10px 10px 10px 0px;
	padding:10px;
	background-color:#F3F3ED;
}

div#article h4.user_comments {
	color:#004360;
	font-size:10px;
	text-transform:uppercase;
}

#comments dt {
	font-weight:bold;
}

#comments div.article_comment {
	 margin:10px 0px 20px 0px;
}







