/* // THIS CONDITIONAL IS REQUIRED TO HIGHLIGHT VERY TOP MENU WHERE IT SAYS TREND HUNTER PLUS THE FOOTER */
	.topNavLeft li.thFirst a { color:# !important; }

#MegaMenu .nav > li > a .boxButton {color:# !important;}


/* ----------------------------------------------------------------------------------- 
                      Page Specific styles
----------------------------------------------------------------------------------- */

/* Segment 3 Color */
a:hover, .customColor, .navbar .nav > li > a:hover, .dropdown-menu li > a:hover, footer .FourteenY a, footer .list1 a, footer .list2 a, .overview a, .copyright a, #trendhunter_Tab a, #controls .active, .trend:hover .title1, .trend:hover .cat-label {color:#;}

/* Segment 4 Color */
footer .FourteenY:hover, .overview a:hover, footer .list1 a:hover, footer .list2 a:hover, #fullarticlelink:hover {color:#;}

/* Segment 3 Background Color */
.imagebackground4, .imagebackground3:hover, #showMoreButton:hover, #logo-color, #age span.active, .scoreBox a:hover, .pChart, .featuredstatbox a:hover, .oe_wrapper, .footerTop a, .footerLogo img, .Percentile_Score2, #footerVid img, .carousel-controls a:hover, #header_search_results .search_results_table tr.odd_row:hover, #header_search_results .search_results_table tr.even_row:hover, .filterButton:hover img, .typeButton:hover img, #controls .active img, .trend .featuredStatScore, .categorySection .box, .trend .Percentile_Score  {background-color:#;}
}


A .Box:hover {background:#; color:#000;}

/* Segment 4 Background Color */
.footerTop a:hover, .footerLogo img:hover, #footerVid img:hover {background-color:#;}

/* Border Colors */
.topNav, footer { border-top:5px solid #; }
#headerWrapper { border-bottom:5px solid #; }
.mainImageContainer #mainImageBox:hover { border:1px solid #; }
.triangle { border-color: transparent transparent transparent #; }
	.triangle:hover { border-color: transparent transparent transparent #; }
.categorySection .box {border-color:#;}



/* Favorite Button */
#favorite1 ul { margin:0; list-style: none;}
    #favorite1 li { float:left; margin-right:3px; font-weight:bold; }
      #favorite1 li > a {font-size:14px;}
      #favorite1 .btn { padding:6px 10px; margin-top:0px; font-size:14px;  }
      	#favorite1 i {margin-right:0px;}

/* Custom Color Button w/Gradient */
.btn-custom, .Custom {
	color:#FFF;
	font-weight:bold;
	text-shadow: none;
	background-color: #; 
  	*background-color: #; 
	background-image: linear-gradient(top, #, #);
	background-image: -o-linear-gradient(top, #, #);
	background-image: -moz-linear-gradient(top, #, #);
	background-image: -webkit-linear-gradient(top, #, #);
	background-image: -ms-linear-gradient(top, #, #);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#), to(#));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#', endColorstr='#', GradientType=0);*/
	background-repeat: repeat-x;	
	border-color: #;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}	

/* Other Buttons w/Gradient */
#ReactionButtons .btn:hover, #favorite1 .btn:hover, #trendsBookmarkWrapper .btn:hover, .btn-custom:hover, .navbar .nav > li > a.btn-custom:hover { 
	color:#FFF;
	font-weight:bold;
	text-shadow: none;
	background-color: #; 
  	*background-color: #; 
	background-image: linear-gradient(top, #, #);
	background-image: -o-linear-gradient(top, #, #);
	background-image: -moz-linear-gradient(top, #, #);
	background-image: -webkit-linear-gradient(top, #, #);
	background-image: -ms-linear-gradient(top, #, #);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#), to(#));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#', endColorstr='#', GradientType=0);*/
	background-repeat: repeat-x;	
	border-color: #;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}



@media (max-width: 767px) {
	.prevLink button:hover { background:# url("//cdn.trendhunterstatic.com/prev_button.png") no-repeat center; }
	.prevLink.inactive button:hover {background-color:#eee;}
	.nextLink.inactive button:hover, .nextHover.inactive button {background-color:#eee;}
	.nextLinkBox:hover .nextLink:not(.inactive) button, .nextLink:not(.inactive) button:hover, .nextHover:not(.inactive) button { background:# url("//cdn.trendhunterstatic.com/next_button.png") no-repeat center; }	
	#mainImageBox:hover {border:none;}
}
@media (min-width: 768px) {
	.prevLink button:hover { background:# url("//cdn.trendhunterstatic.com/Sprite-MASTER.png") no-repeat 0 0; }
	.prevLink.inactive button:hover {background-color:#eee;}
	.nextLink.inactive button:hover, .nextHover.inactive button {background-color:#eee;}
	.nextLinkBox:hover .nextLink:not(.inactive) button, .nextLink:not(.inactive) button:hover, .nextHover:not(.inactive) button { background:# url("//cdn.trendhunterstatic.com/Sprite-MASTER.png") no-repeat -37px 0 !important; }
}