/**************
 * customizations for Wayne with Pressmag template Troy*
 **************
 */
 
 /* setting main background color */
 body {
	background: #000;
	color: #c7c7c7;
	font-size: 15px;
	}
 
 /* header background Ali*/
 .main-header{ background: #000; }
 
 /* tag colour background Ali*/
 .label-info{ background: #f29a0d; }

 /* tag hover colour background Ali*/
 .label-info[href]:hover, .label-info[href]:focus{ background: #333; }

/* Navigation arrows background Ali*/
 .pager li>a, .pager li>span{ background: #333; }

/* footer */
 footer.page-footer {
	background: #1d1d1d;
}
/* fix go to top so its under the line */
.go-top {
	bottom: 4em !important;
}

/* news area sub-menu */
div.joostrap-portfolio div.portfolio-nav div.joostrap ul#filters.option-set.clearfix.dropdown-menu{
	background: transparent;
	}
	
/* top menu nav bar */
.secondary-nav .nav > li > a {
	color: #f29a0d;
	background: #575757;
	}
.secondary-nav {
	background: #575757;
	border-bottom: 0px;
	}
	
/* main menu navbar white space fix */
.nav-justified {
	max-height: 50px;
}
/* fix navbar dropdown menu width */
.nav-justified>.dropdown>ul.nav-child.dropdown-menu{
  	width:auto;
}

/* Fix for unsightly Carousel "Article Indicators". Moves indicators to the top of the parent block. Thanks Josh */
#Carousel .box-color {
min-height: 175px;
}
#Carousel .carousel-indicators {
position: absolute;
bottom: inherit;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}