/* Id: 7.180265.1452089744
 * Generated: 13-Apr-2016 15:32:55
 */
    /*theme bug fixes*/

@media (min-width: 728px){
	.inner-b {
		float: right;
		clear: right;
	}
  
  	.inner-c.col-md-12 {
		float: left;
	}
}


/*padding for mobile nav sub menu*/
@media screen and (max-width: 1006px) {

	.secondary.nav li a {
		padding: 15px 0 15px 40px;
      }
}

/*large story teaser emphersis*/
/*
.story-list.nth-child-floats .large-teaser-item.teaser {
	border: 1px solid #ccc;
	border-radius: 8px;
	margin: 5px 5px 15px 5px;
	box-shadow: 0px 0px 10px #ccc;
	padding: 15px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.story-list.nth-child-floats .large-teaser-item.teaser .teaser-image a img {
	box-shadow: 0 0 8px 2px #ccc;
}
*/

/*couble column for teasers in news feeds*/
.double-column div.teaser:nth-of-type(odd) {
	width: 50%; 
	float: left;
	clear: left;
	padding-left: 0;
	padding-right: 2%;
}

.double-column div.teaser:nth-of-type(even){
	width: 50%; 
	float: left;
	padding-left: 2%;
}
.double-column .teaser:nth-of-type(2) {
	border-top: none;
}

/*---------------------------------------------------------*/
  /*	article pages	*/
/*---------------------------------------------------------*/

/* poll in articles spruce up */

.poll-element .results{
	border: 0;
	background-color: transparent;
}

.poll-element{
	box-shadow: 5px 5px 10px;
	margin-right: 10px !important;
	border: 2px solid;
	border-radius: 10px;
	background-color: #eee;
}

.poll-element fieldset{
	border: 0;
	background-color: transparent;
}

.poll-element fieldset button.btn {
	background-color: #444;
}

.poll-element fieldset .radio {
	border: 1px solid;
	padding-left: 30px;
	width: 48%;
	margin-bottom: 20px;
	display: inline-block;
	margin-top: 0;
	box-shadow: 0px 0px 8px -3px;
	text-align: center;
	border-radius: 4px;
	background: #ddd;
}

.poll-element fieldset .radio:hover {
	box-shadow: 0 0 8px -3px #EAFFB6;
}



/*article keywords*/

.article-tag > a {
  padding: 5px;
  border-radius: 8px;
  color: #fff;
  background-color: black ;
}

.article-keywords {
	padding: 0;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.article-keywords span:first-child {
  font-size: 1.25em;
  padding-left: 10px;
}

/*content statistics element block on article pages*/
.content-stastics {
	box-shadow: 5px 5px 10px -5px;
	margin-right: 10px !important;
	border: 2px solid;
	border-radius: 10px;
	background-color: #eee;
}

.content-stastics h3{
	background: transparent;
	
}

/*tweets center align*/

.twitter-tweet {
margin-left: auto !important;
margin-right: auto !important;
}

/* more articles */

.moreArticles {
	text-align: center;
	font-size: 2em;
	background: #ddd;
	border-radius: 1em;
	margin-bottom: 20px;
}

.moreArticles a {
	color: #555;
}

/*----------------------------------------------------*/

/* weather */

#weather .weather-five.highlight {
	background-color: #eee;
}

@media (min-width: 632px){
	#weather .weather-five {
		width: 20%;
		clear: none;
		/* margin-right: 2%; */
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-radius: 20px;
		padding-bottom: 1em;
	}
	
	#weather .weather-five > p{
		width: 100%;
		height: 30%;
		border-bottom: 1px solid #ccc;
	}
	
	#weather .weather-five div.weather-label{
		width: 70%;
	}

	#weather .weather-five div.weather-data{
		width: 30%;
		float: left;
	}
	
	#weather .weather-five div {
		border-bottom: 1px dashed #ccc;
	}

	
}

/* e-edition */
.publication {
  float: left;
  padding: 1%;
  margin: 1%;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #ddd;
  box-shadow: 2px 2px 8px -4px;
}

.subpub {
	max-width: 150px;
}

.publication:not(.latest) {
	max-width: 150px;
}

.publications {
	display: inline-block;
}


/* contact */

#contactPage ul .contactHeading {
    font-weight: bold;
}



/* advertise with us */

.media-packs>li {
	border: 1px solid #ccc;
	margin-bottom: 0.5em;
	box-shadow: 2px 2px 4px -3px;
	border-radius: 4px;
}

.media-packs > li img {
	border: 1px solid #000;
}	


/*search results page*/

.relative-date-filter ul li {
    width: 50%;   display: inline-block;   float: left;
}

.search-filter-section ul li {
	display: inline-block;
	margin-top: 15px;
}

.search-filter-section ul li a {
	padding: 5px;
	border-radius: 8px;
	color: #fff;
	background-color: black ;
}

.search-show-more-categories-button {
	border-top: 2px dashed #444;
	margin-top: -10px;
	padding-top: 10px;
}


/* image button bevel/emboss*/

.imgbtn {
    box-shadow: inset 5px 5px 5px rgba(255, 255, 190, 0.5), inset -5px -5px 5px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.33s;
	margin-bottom:10px;
  	position: absolute;
}
.imgbtn img{
  opacity: 0;
  width: auto;
  max-width: 100%;
 }
    
.imgbtn:hover {
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.5), inset -5px -5px 5px rgba(255, 255, 190, 0.5);
}

@media (min-width:1006px){
	.imgbtn{
		width:310px
	}
}


/* most read boarder */

.most-read {
  border: 1px solid #ccc;
  padding: 10px;
}

/* gallery prittyer*/

.gallery .gallery-wrapper {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px -4px #000, inset 2px 2px 4px -2px white;
    margin: 10px;
    background-color: rgb(218, 218, 218);
}

/*fix for small image as article main image, floating image gets stuff bunched up next to it*/

.content-a .stand-first{
	clear:both;
}

/* print promo header */
.printPromo2 h2 {
  margin: 10px 168px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: x-large;
  text-shadow: 0px 0px 2px #ccc;
}

.printPromo2 {
  border: 1px solid #ccc;
  /* width: 100%; */
  margin: 20px;
  box-shadow: 0 0 4px #ccc inset;
}

.printPromo2 img {
  height: auto;
  max-height: 80px;
  width: auto;
  max-width: 150px;
  /* float: right; */
  border: 1px dashed;
  padding: 5px;
  margin: 0 5px;
  display: inline-block;
  transform: perspective(100px) rotatey(-10deg);
  box-shadow: 2px 1px 2px;
  -mos-transform: perspective(100px) rotatey(-10deg);
  -webkit-transform: perspective(100px) rotatey(-10deg);
  position: absolute;
  right: 25px;
  top: 10px;
  color: #666;
}

.printPromo2 small {
  font-size: 50%;
  display: inline-block;
  float: right;
  margin-top: -20px;
  margin-right: 4px;
  font-weight: normal;
  color: #aaa;
}

.printPromo2 .teaser {
    position: relative;
}

.printPromo2 p {
    /* float: left; */
    color: #aaa;
    margin-left: 15px;
    max-width: 781px;
    text-align: left;
	/*background-color: black ;*/
  box-shadow: 0 0 4px 1px inset;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
}

.printPromo2 a {
  pointer-events: none;
  cursor: default;
}

.printPromo2 .teaser-image {
  margin: 0;
}

.printPromo2 .teaser-content {
  text-align: center;
    margin-right: 168px;
}



            