#stuck_container {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 999;
		padding: 0;
		background-image: url('/sites/ci.yreka.ca.us/images/design/masthead-bg.png');
		background-repeat: repeat-x;
		height: 104px;
}

.isStuck {

}


.isStuck .menuBox {
	margin: 0;

}

@media only screen and (min-width: 979px) {
	.isStuck {
		padding: 0 !important;
	}

	header h1 {
		padding-top: 14px;
		width: 180px;
	}

	header h1 a {
		display: block !important;
	}
}


@media only screen and (max-width: 979px) {

	#stuck_container {
		position: relative !important;
		box-shadow: none;
		
	}
	.pseudoStickyBlock {
		height: 0 !important;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	
	#stuck_container {
		background-image: url('/sites/ci.yreka.ca.us/images/design/masthead-mobile-bg.png');
		background-repeat: repeat-x;
		height: 55px;
	}

	.isStuck {    

	}
}

@media (max-width: 479px) {
	
	#stuck_container {
		background-image: url('/sites/ci.yreka.ca.us/images/design/masthead-mobile-bg-small.png');
		background-repeat: repeat-x;
		height: 44px;
	}

	.isStuck {    

	}
}