/* HOME-BLOCK-SM */
.home-block-sm a {
	color:#222;
	font-weight:bold;
}
.home-block-sm:first-child .heading {
	margin-top:0;
}

/* HOME-BLOCK-MD */
.home-block-md .category-header {
	font-size:1rem;
	margin-left:1em;
	margin-bottom:1em;
}
.home-block-md-image {
	margin-bottom:1em;
}
.home-block-md-title,
.home-block-md-title a {
	color:#222;
}

/* HOME-BLOCK-FEATURED */
.home-block-featured .category-header {
	font-size:1rem;
	margin-left:1em;
}
.home-block-featured-image {
	margin-bottom:1em;
}
.home-block-featured-title,
.home-block-featured-title a {
	color:#222;
}
.home-block-featured-meta {
	color:#666;
	font-size:0.825em;
}

/* ARCHIVE NEWS */
.archive-header-wrap {
	background-color:#D31145;
	padding:10px 0;
	margin-bottom:20px;
}
.archive-header a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	font-size:2em;
	line-height:90px;
}
.news-block-sm {
	margin-bottom: 2em;
}
.news-block-sm .news-block-title {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
.news-block-sm .news-block-title a {
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1em;
}
.news-block-sm .category-header {
	background-color: #ebebeb;
	font-size: 0.625rem;
}
.news-block-sm .category-header-name {
	text-transform: uppercase;
	padding: 0.25em 0 0.25em 0.5em;
}
.news-block-sm .category-header-name a {
	color: #222;
}
.news-block-sm .category-header-date {
	padding: 0.25em 0.5em 0.25em 0;
}
/*
.news-block-sm .category-header-news {
	font-size:0.9rem;
	margin-left:2em;
	margin-top: -3em;
}
.news-block-sm .category-header-news:nth-child(2) {
	background-color: #D31145;
}
.news-block-sm .category-header-news:nth-child(2):after {
	border-left-color:#D31145;
}
.news-block-sm .category-header-news:nth-child(3) {
	background-color: #D31145;
}
.news-block-sm .category-header-news:nth-child(3):after {
	border-left-color: #D31145;
}
.news-block-sm .news-block-title a {
	color: #222;
	font-weight: bold;
	margin-top: 1em;
	display: block;
    	font-size: 1.75rem;
}
.news-block-sm .news-block-date {
	margin-top: 1em;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.news-block-sm .news-block-excerpt {
	margin-top:1em;
}
.news-block-sm .news-block-image {
	margin-top: 2em;
	background: linear-gradient(0deg, rgba(161,161,161,1) 0%, rgba(161,161,161,0) 25%, rgba(161,161,161,0) 100%, rgba(161,161,161,0) 100%);
	z-index:5;
}
.news-block-image img {
	z-index:-1;
	position: relative;
}
*/

/* NEWS CATEGORY / TAXONOMY */
.archive-header-sub {
	margin-top: -2em;
}
.archive-header-sub .category-header-name {
	padding:0;
}
.archive-header-sub .category-header-name:before {
	content:none;
}
.archive-header-sub .category-header-name:after {
	content:none;
}

/* ARCHIVE ADDTHIS KILL */
.archive .addthis_toolbox {
  display:none;
}

/* BLOG STUFF */
.blog-header-wrap {
	background-color:#017dbb;
	padding:10px 0;
	margin-bottom:20px;
}
.blog-header a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	font-size:2em;
	line-height:90px;
}
.blog-header a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	font-size:2em;
	line-height:90px;
}
.blog-header-sub {
	margin-top: -2em;
}
.blog-header-sub .category-header-name {
	padding:0;
}
.blog-header-sub .category-header-name:before {
	content:none;
}
.blog-header-sub .category-header-name:after {
	content:none;
}
.blog-block-sm .category-header- {
	font-size:0.9rem;
	margin-left:2em;
	margin-top: -3em;
}
.blog-block-sm .category-header-:nth-child(2) {
	background-color: #017dbb;
}
.blog-block-sm .category-header-:nth-child(2):after {
	border-left-color:#017dbb;
}
.blog-block-sm .category-header-:nth-child(3) {
	background-color: #017dbb;
}
.blog-block-sm .category-header-:nth-child(3):after {
	border-left-color: #017dbb;
}
.blog-block-sm .blog-block-title a {
	color: #222;
	font-weight: bold;
	margin-top: 1em;
	display: block;
    	font-size: 1.75rem;
}
.blog-block-sm .blog-block-date {
	margin-top: 1em;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.blog-block-sm .blog-block-excerpt {
	margin-top:1em;
}
.blog-block-sm .blog-block-image {
	margin-top: 2em;
	background: -moz-linear-gradient(90deg, rgba(161,161,161,1) 0%, rgba(161,161,161,0) 25%, rgba(161,161,161,0) 100%, rgba(161,161,161,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(161,161,161,0)), color-stop(0%, rgba(161,161,161,0)), color-stop(75%, rgba(161,161,161,0)), color-stop(100%, rgba(161,161,161,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(161,161,161,1) 0%, rgba(161,161,161,0) 25%, rgba(161,161,161,0) 100%, rgba(161,161,161,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(161,161,161,1) 0%, rgba(161,161,161,0) 25%, rgba(161,161,161,0) 100%, rgba(161,161,161,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(161,161,161,1) 0%, rgba(161,161,161,0) 25%, rgba(161,161,161,0) 100%, rgba(161,161,161,0) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(161,161,161,1) 0%, rgba(161,161,161,0) 25%, rgba(161,161,161,0) 100%, rgba(161,161,161,0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#a1a1a1',GradientType=0 ); /* ie6-9 */
	z-index:5;
}
.blog-block-image img {
	z-index:-1;
	position: relative;
}
/* TAG */
.tag-header-sub {
	padding:0;
	margin-top:-2em;
}
/* PAGINATION BLOCK */
.page-numbers {
	width:2.1em;
}
.pgntn-page-pagination-block {
	background-color:#FFF;
}
.pgntn-page-pagination::before {
	display: block;
	content: "";
	border-bottom: 2px solid #CCC;
	height: 1.2em;
	margin-bottom: -1.2em;
}

/* SIDEBARS */
/*
h2.widgettitle {
	text-transform: uppercase;
	border-top: 1px solid #007CBC;
	color: #007CBC;
	font-size: 14px;
	font-weight: 700;
	line-height:20px;
}
*/
.dpe-flexible-posts {
	list-style-type:none;
	padding-left:0;
}
.dpe-flexible-posts li {
	border-bottom:dotted 1px #e1e1e1;
	margin-bottom:10px;
	padding-bottom: 10px;
	line-height:1.0em;
	overflow: hidden;
	float: none;
    	clear: both;
}
.dpe-flexible-posts li img {
	float:left;
	margin:0 15px 0 0;
	width:70px;
	height:70px;
}
/*
.dpe-flexible-posts li a div.title {
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
}
*/
.wpp-list {
	padding-left:0;
	list-style-type: none;
}
.wpp-list li {
	border-bottom: dotted 1px #e1e1e1;
	padding-bottom: 10px;
    	padding-top: 10px;
	line-height: 1.0em;
}
.wpp-list img {
	margin-right:15px;
}
.wpp-post-title {
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
}


