@charset "utf-8";
/* CSS Document */

#Header {
	background-color:#83154b;
}
#secondaryNav .label:hover {
	color:#c7001c;
}
#primaryNav .title:hover, #primaryNav .label:hover, #primaryNav .huvr .title, #primaryNav .body .title, #secondaryNav .huvr .label {
	color:#c7001c;
}
#primaryNav .body a:hover {
	background-color:#e8f2d5;
}

#PhaderSideStage .phaderControl {
	background-color:#83154b;
	}
	
.Headline .decoration {
	border-bottom:7px solid #ff1838;
	}
	
a, button, .link {
	color:#c7001c;
}

.footer-mbox {
	background:#83154b !important;
	}
	
.Search .submit {
	background-color: #f397a4;
background-image: -moz-linear-gradient(100% 100% 90deg,#ff1838,#f397a4);
background-image: -webkit-gradient(linear,0% 0,0% 100%,from(#f397a4),to(#ff1838));
background-image: linear-gradient(100% 100% 90deg,#ff1838,#f397a4);
}

.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {color:#fff; background:#83154b;}

.TitleList .title:hover {
	background-color:rgba(255,231,235,1);
}

.ContentPreview .Thumbnail:hover .title {
	color:#c7001c;
}

.byline.trigger {
	color:#c7001c;
	}
	
.headsingle {
	border-bottom: 3px solid;
	padding-bottom: 12px;
	color: #83154b; margin-bottom:10px;
	border-bottom-color: #83154b;
	}
	
#Tombstone .ribbon {
	background-image: url(../images/style_sprite.png);
	background-position: 0 -837px;
	background-repeat: no-repeat;
	}
	
#PhaderMainStage .Thumbnail:hover .title {
	background-color:rgba(255, 255, 255, 1);
	color:#c7001c;
}

.TooltipContainer {
	background-color:#c7001c;
}

::selection {
	background-color:#c7001c;
	color:#fff;
	text-shadow:0 -1px 1px rgba(0, 0, 0, .5);
	}