body{
	text-rendering: optimizeLegibility;
}
h1#new-headline{
	color: #004276;
	font:24px Arial;
	font-weight: bold;
	margin-bottom: 5px;
}
div#story-sidebar{
	width:324px;
	float:right;
	margin-left:15px;
}
img.new-lead-image{
	width:324px;
	height:214px; /* unnecessary */
	display:block;
}
img.new-pano-image{
	width:620px;
	display:block;
}
p.new-image-credit, p.new-image-caption{
	margin:5px 0;
	font-size:11px;
	line-height:13px !important;
}
p.new-image-credit{
	color:#333;
	text-align:right;
}
p.new-image-caption{
	color:#666;
}
div#story-body p{
	font-size:14px;
	line-height:19px;
}
div#sharing-tools-box{
	border:1px solid #999;
	border-radius:5px;
	text-align:center;
}
div#sharing-tools-box a{
	font-weight:bold;
	font-size:13px;
	padding:0 5px;
}
span#sharing-addthis a{
	padding:0 1px;
}
.story-sidebar-element{
	margin-bottom:15px;
}
span#sharing-addthis img{
	width:18px;
	height:18px;
	vertical-align:-4px;
}
.bottom-tools{
	width:322px;
	float:right;
}
ul#new-related-stories li, ul#new-topic-stories li, ul#new-web-resources li{
	list-style-type: square;
	list-style-position: inside;
	margin-left:0;
}
ul#new-related-stories li a, ul#new-topic-stories li a{
	color:#002476;
}
div#story p.extra-audio-description{
	font-style:italic;
	margin-bottom:5px;
	font-size:12px;
}
div#story-body blockquote{
	margin-left:15px;
	margin-right:15px;
	padding-left:10px;
	border-left:4px solid #bbb;
	color:#555;
	font-size:13px;
	line-height:16px;		
}
div#story-body ul li{
    color:#555;
    list-style-type:square;
}
div#story-body ol li{
    color:#555;
    list-style-type: decimal;
}
div#story-body ol li, div#story-body ul li{
    list-style-position:inside;
    margin-left:15px;
    margin: 7px 0px 7px 13px;
}
span.miniplayer{
	vertical-align:-3px;
}
span.fullplayer{
	vertical-align:-2px;
	padding-right:2px;
}

/* comments */
	div#new-comment-form{
		font-size:14px;
	}
	div#new-comment-form h2{
		margin-top:0;
		margin-bottom:5px;
	}
	div#new-comment-form input, div#new-comment-form textarea{
		padding:3px;
	}
	div#new-comment-form input{
		width:240px;
	}
	div#new-comment-form textarea{
		width:400px;
	}
	div#new-comment-form input[type="submit"]{
		width:auto;
	}
	div#new-comment-form label{
		font-weight:bold;
		display:block;
		padding-bottom:5px;

	}
	div#new-comment-list{
		margin-bottom:10px;
	}
	div.new-comment{
		clear:both;
		overflow:hidden;
		border-bottom:1px solid #999;
		padding-bottom:5px;
	}
	div.new-comment-meta{
		width:150px;
		float:left;
	}
	div.new-comment-meta p{
		line-height:auto;
		margin:0;
	}
	div.new-comment-meta:first-child{
		margin-top:10px;
	}
	p.new-comment-author{
		font-size:14px;
		font-weight:bold;
	}
	p.new-comment-timestamp{
		font-size:12px;
		font-style:italic;
		color:#666;
	}
	div.new-comment-body{
		width:450px;
		font-size:14px;
		float:right;
	}
/*	div.new-comment-body p{
		font-size:14px;
		margin:10px 0;
	}*/
    div#new-show-event h4{
        text-transform:none;
        margin-top:5px;
    }
    div#new-show-event p#new-event-dates{
        margin:5px 0;
    }
