@import url('/www/css/html_templates/com.css');
#container {
    background: #fff;
    overflow: hidden;
}
#content p {
    line-height: 1.6;
}
#content #intro p {
    font-family: georgia,serif;
    line-height: 1.6em;
}
#sidebar {
    line-height: 1.4;
    margin: 0;
    padding: 1.25em 2.5%;
}
p.photobar{
	border-top:solid 1px #999;
	padding-top:1em;
}
p.photobar img{
	width:30%;
	padding-left:5%;
	float: left;
	margin-bottom:1em;
}
p.photobar img:first-child{
	padding-left:0;
}

/*** MEDIA QUERIES ***/
@media only screen and (min-width : 600px) {
	#container{
		margin-right: -5.555555%;
	}
	#content{
		width: 52.5%;
		padding-right:2.5%;
		float: left;
		background: #fff;
		padding-top: .6125em;
		padding-bottom: .6125em;
	}
	#sidebar{
		width:40%;
		float:right;
	}
	.aggregate_mediaPreview,
	#newssubfeature .aggregate_mediaPreview { width:auto; }
}