/* styles to control dyc info format for DYC */

/* menu items occupy 3 lines so provide more vertical space */
#primary_nav li a {
	height: 2em;	/* height of <a> controls height of background fill of menu item at bottom of page */
}

/*media queries*/

@media only screen and (min-width: 1024px) {

	/* need wider menu items because of longer words */
	#primary_nav li a {
		width: 128px;
		height: 2.8em;		/* height of <a> controls height of background fill of menu item in banner */
	}
	
	h1.logo a{
		height:  54px;		/* height of background image in banner */
	}
}
			
