
/* tab nav */
ul.tabs { background: url(/img/tabs.gif) no-repeat bottom left; color: #333; float: left; font-size: .9em; list-style: none; margin: .5em 0 1.25em 0; padding: 0 5px 0 15px; }
ul.tabs { background: url(/img/tabsWide.jpg) no-repeat bottom left; }
ul.tabs li { float: left; list-style: none; margin: 0 5px; padding: 0; }
ul.tabs a { background: #ccc url(/img/tab.gif) repeat-x bottom left; color: #fff; float: left; font-weight: normal; margin: 0; padding: 6px 11px; text-decoration: none; }
ul.tabs a:hover { background: #ddd; color: #666; }
ul.tabs li.active { background: #fff; border: solid 1px #ddd; border-right: solid 1px #aaa; border-bottom: solid 1px #fff; padding: 5px 10px; }

.archivesearchform {font-size: 18px; padding: 5px 10px;}
.gobutton {background-color: #036; color: #fff; font-size: 14px; border: 0px; padding: 8px 10px;}

@media screen and (min-width: 0px) and (max-width: 1100px) {

	@media screen and (min-width: 1024px) and (max-width: 1100px) {
	
		 .navselect {display: none;} 
	
		.crumbs {margin: 20px 0; float: left;}
		.archiveform {float: right; margin: 20px 0;}
	
		 .oldtabs {margin: 10px 0;} 
		
	}
	
	@media screen and (min-width: 768px) and (max-width: 1023px) {	
		
		@media screen and (min-width: 768px) and (max-width: 1023px) {


			.crumbs {margin: 20px 0; float: left;}
			.archiveform {float: right; margin: 20px 0;}
	
			.oldtabs {display: none; margin: 10px 0;} 
			.selectoptions { font-size: 18px; background-color: #e1e1e1; color: #036; width: 100%;} 
			
		}
		
		@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
		
		
			.crumbs {margin: 20px 0; float: left;}
			.archiveform {float: right; margin: 20px 0;}
	
			.oldtabs {display: none; margin: 10px 0;}
			.selectoptions { font-size: 18px; background-color: #e1e1e1; color: #036; width: 100%;}
		
		}

	}
	
	@media screen and (min-width: 481px) and (max-width: 767px) {
		
		.crumbs {margin: 20px 0; }
		.archiveform {margin: 0px 0 20px 0;}

		.oldtabs {display: none; margin: 10px 0;}
		
		.selectoptions { font-size: 18px; background-color: #e1e1e1; color: #036; width: 100%;}
		
	}
	
	@media screen and (min-width: 321px) and (max-width: 480px) {
		
		.crumbs {margin: 20px 0; }
		.archiveform {margin: 0px 0 20px 0;}

		.oldtabs {display: none; margin: 10px 0;}
		
		.selectoptions { font-size: 18px; background-color: #e1e1e1; color: #036; width: 100%;} 
		
	}
	
	@media screen and (min-width: 0px) and (max-width: 320px) {

		.crumbs {margin: 20px 0; }
		.archiveform {margin: 0px 0 20px 0;}

		.oldtabs {display: none; margin: 10px 0;}
		
		.selectoptions { font-size: 18px; background-color: #e1e1e1; color: #036; width: 100%;} 
			
	}
	
}

@media screen and (min-width: 1101px) {

	.navselect {display: none;} 

	.crumbs {margin: 20px 0; float: left;}
	.archiveform {float: right; margin: 20px 0;}
	
	 .oldtabs {margin: 10px 0;} 
	
}

