/* Hide Images from More About Section in articles. */
li.listItemImagePreview {
	display: none;
}
/* Removes Shading from slideshow thumbnails on front page */
.slideshow-presentation .slideshow-presentation-nav-items li {
	opacity: 1 !important;
}
/* Shades the active thumbnail in slideshow on front page */
.slideshow-presentation .slideshow-presentation-nav-items li.active-nav, .slideshow-presentation .slideshow-presentation-nav-items li:hover {
	opacity: 0.5 !important;
}
/* Moves the deals menu over due to being offset */
.nav-main-item-deals .mega-nav-container {
	right: 36px !important;
}
/* Removes the orange from breaking stories block */
.title.ui-body.ui-body-e {
	background: #014880;
	background: -moz-linear-gradient(top, #014880 1%, #013965 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#014880), color-stop(100%,#013965));
	background: -webkit-linear-gradient(top, #014880 1%,#013965 100%);
	background: -o-linear-gradient(top, #014880 1%,#013965 100%);
	background: -ms-linear-gradient(top, #014880 1%,#013965 100%);
	background: linear-gradient(top, #014880 1%,#013965 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014880', endColorstr='#013965',GradientType=0 );
}
/* Hides remaining stories countdown box (3 Remaining still shows up with this enabled) */
.remaining {display: none !important}
/* Hide phone contact on real estate listings */
.homes.housing.sale.land #classified-asset .content p.phone {
  display: none;
}
.homes-housing-sale-multi_family #classified-asset .content p.phone {
  display: none;
}
.homes-housing-rent-home #classified-asset .content p.phone {
  display: none;
}
.homes-housing-rent-commercial #classified-asset .content p.phone {
  display: none;
}
.homes-housing-sale-commercial #classified-asset .content p.phone {
  display: none;
}
/* Hide Lead Dots on Mobile Boxes */
div.mobileboxes p.lead {
	display: none;
}
/* Limited to Mobile: Changes background color of services messages */
@media only screen and (max-device-width: 480px) {
	div#services-manager-messages {
		border: solid 1px #ccc;
		background: #efefef;
		text-shadow: none !important;
		color: #000;
	}
}
/* Elections page, usa flag for header. */
.usaflag .utility-theme-box .content {
  background: url('http://cdn.fredericksburg.com/images/usaflag.jpg') right 0;
}
.usaflag {
  padding-bottom: 10px;
}