#carlTabs {
	position:static;
}
#carlTopics {
	position:absolute;
	top:5px;
	left:180px;
}
#carlAudiences {
	position:absolute;
	bottom:0;
	left:180px;
	overflow:hidden;
}
#carlAudiences ul {
	position:relative;
	bottom:-2px;
}
#carlTopics li {  border:none;  }
#carlTopics a {  color:#fff; background:none; border:none; display:inline; border-bottom:1px dotted #fff; padding:0 !important; margin-right:0.75em;  }
#carlTopics a:hover { background:none; border-bottom:1px solid #fff; }
#carlTabs .home a { border-left:0px; }
#carlTabs #carlTopics .sel a { background:none; font-weight:bold; border-bottom-style:solid; }

@media only screen and (max-width : 855px) {
	div#carlTabs {
		display: none;	
	}
	div#carlNav {
/*		padding-bottom:3px;*/
	}
	div#combinedSearch {
		margin-left:250px;
	}
}

@media only screen and (max-width : 500px) {
	div#combinedSearch {
		font-size:0.84em;
	}
	div#combinedSearch div.finders {
		display:none;
	}
	#carlHome { width:102px; height:28px; }
	#carlNavWrap {
		border-bottom-width:1px;
	}
	#carlHome { font-size:1em; }
	#carlHome a {
		margin:6px 0 0 12px; width:90px; height:16px;
	}
	#carlHome a span {
		background-image: url('img/new/wordmark_16.png');
	}
	#combinedSearch {
		margin:4px 12px 0 10px !important;
	}
}

@media only screen and (max-width : 360px) {
	div#combinedSearch {
		display:none;
	}
}

@media only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width : 500px), only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width : 500px), only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width : 500px), only screen and (min-device-pixel-ratio: 1.5) and (max-width : 500px) {
    #carlHome a span {
		background-image:url('img/new/wordmark_32.png');
		-webkit-background-size: 90px 16px;
		-moz-background-size: 90px 16px;
		-o-background-size: 90px 16px;
		background-size: 90px 16px;
    }
}
