/* public.css - cets-global-banner */
@charset "utf-8";
/* Styles for the CES "Megamenu" on the WordPress sites to replace the old fyimenu */
/* "ces-mm" is the scoping prefix for any ID styles */

/* Sizes: 1050px, 870px, 800px, 768px, 650px, 600px, 450px, 310px */


/* ********************************************** */
/* General Styles for any size window             */
/* ********************************************** */ 

/* Clearing */
.clear {
	clear: both;
}

/* =MegaMenu
#ces-mm is the overall container for this project 
------------------------------------------------- */

#ces-mm {
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;	
	font-family: Arial, Helvetica, sans-serif;
	background-color:#4892EC;
}

/* =MenuBar 
	#ces-mm-bar is the grey bar with UWEX and CES 
	eyebrows that displays on every page 
------------------------------------------------- */
#ces-mm #ces-mm-bar {
	background: #6D6E72;
	min-height: 28px;
	margin-bottom: 0;
	min-width: 580px;
}
#ces-mm #ces-mm-bar .mm-link {
	margin: 3px 10px 2px;
	border: none;
	color: white;
	font-size: 18px;
	text-decoration:none;
	line-height: 23px;
}

#ces-mm #ces-mm-bar a {
	/*border: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	text-decoration:none;*/
}
#ces-mm #ces-mm-bar .left {
	float: left;	
}
#ces-mm #ces-mm-bar .right {
	float: right;	
	padding-left: 10px;
	border-left: 2px solid #444;
	margin-left: 10px;
}

#ces-mm #ces-mm-uwexlink {font-style:italic; font-weight:bold;}
#ces-mm #ces-mm-ceslink {padding-right: 24px; background: url(../images/menuicon.gif) no-repeat right; cursor: pointer;}

/*	=Menu
	#ces-mm-menu is the multi-panel menu that 
	opens when the bar control is clicked  
------------------------------------------------- */
#ces-mm #ces-mm-menu {
	margin-top: 0;
	border: 1px solid #183E7C;
	border-width: 1px 0;
	border-collapse:collapse;
	background: url(../images/titlebar.png) top repeat-x;
}
#ces-mm #ces-mm-menu-inner {
	max-width: 1050px;
	margin-left:auto;
	margin-right: auto;
}

/*	.mm-item is each box */
#ces-mm #ces-mm-menu .mm-item {
	display: table-cell;
}
/*	.title is the item's title */
#ces-mm #ces-mm-menu .title {
	font-size: 20px;
	text-align: center;	
	margin: 0;
	line-height: 32px;
}
#ces-mm #ces-mm-menu .title a {
	color: white;
	text-decoration: none;
}
/*	.content is the item content area */
#ces-mm #ces-mm-menu .content {
	border-right: 2px solid #7FB3F2;
	height: 200px;
	font-size: 13px;
	color: white;
	margin: 1em 0 1em 0;
	padding: 0 1em;
	line-height: 1.8em;
}
#ces-mm #ces-mm-menu .content .inner {
		
}
#ces-mm #ces-mm-menu .content p {
	line-height: 1.8em;
	margin-bottom: 1em;
	padding: 0;
	font-size: 13px;
}
#ces-mm #ces-mm-menu .content a {
	font-size: 13px;
	color: white;
	text-decoration: none;
}
#ces-mm #ces-mm-menu .content a:hover {
	text-decoration: underline;
}
#ces-mm #ces-mm-menu #ces-mm-counties .content {
	border-right: none;
}
#ces-mm #ces-mm-menu .mm-item-image {
	text-align: center;
}
#ces-mm #ces-mm-menu .mm-item-image img {
	
}
#ces-mm #ces-mm-menu .mm-item-image img a {
	
}

/*	=CES Home box
------------------------------------------------- */
#ces-mm #ces-mm-ces {width: 224px;}

/*	=Learning Store box
------------------------------------------------- */
#ces-mm #ces-mm-learningstore {
	width: 224px;
	text-align: center;
}
/*	=FYI box
------------------------------------------------- */
#ces-mm #ces-mm-fyi {width: 372px;}

/* FYI List panel 2-column styling */
#ces-mm #ces-mm-fyi .listContainer1 {
	margin: 1em auto;
}
#ces-mm ul.mm-fyi-list  {
	float: left;
	list-style: none;
	width: 48.38709677419355%;
	margin: 0 0 0 0;
	padding: 0;
}
#ces-mm ul.mm-fyi-list li {
	margin: 0 0 0.5em 0;
	line-height: 1.7em;
}
#ces-mm #ces-mm-fyi .listCol1 {
	margin-right: 03.2258064516129%;	
}
/*	=County box
------------------------------------------------- */
#ces-mm #ces-mm-counties {width: 224px; text-align:center;}
#ces-mm #ces-mm-countylink { }
#ces-mm #ces-mm-countymap {height: 120px;}

/* 	=Search bar 
------------------------------------------------- */
#ces-mm #ces-mm-search {
	text-align: center;
	padding: 0 0 1em 0;
	font-size: 13px;
}
#ces-mm #ces-mm-search form {
	
}
#ces-mm #ces-mm-search input.searchbox {
	width: 86.206895%;
	padding: 3px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#ces-mm input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}


/* ********************************************** */
/* Responsive Sizes                               */
/* ********************************************** */
@media only screen and (max-width:800px) {
	#ces-mm #ces-mm-menu .title {font-size: 16px;}		
}
@media only screen and (max-width:650px) {
	#ces-mm #ces-mm-menu {	background: none;}
	#ces-mm #ces-mm-menu .content {	display: none;}
	#ces-mm #ces-mm-menu .mm-item {
		display: block;
		width: 100%; 
		border-bottom: 2px solid #7FB3F2;
	}
	#ces-mm #ces-mm-menu .title, #ces-mm #ces-mm-search form  {
		font-size: 20px;
		text-align: left;
		padding: 0.25em 1em;
	}
	#ces-mm #ces-mm-search {
		text-align: center;
		padding: 0 ;
	}
	#ces-mm #ces-mm-search input.searchbox {
		width: 250px;
	}
	
}
@media only screen and (max-width: 600px) {
	#ces-mm #ces-mm-bar {	min-width: auto;}
	#ces-mm #ces-mm-bar .mm-link {
		margin: 3px 10px 2px;
		border: none;
	}
	#ces-mm #ces-mm-bar .left {
		display: block;
		float: none;
		width: auto;
		margin: 0;
		padding: 0.25em 1em;
		border-bottom: 1px solid #444;
	}
	#ces-mm #ces-mm-bar .right {
		display: inline-block;
		float: none;
		border-left: none;
		margin: 0;
		padding: 0.25em 24px 0.25em 1em;
	}
	#ces-mm #ces-mm-bar br.clear {
		display: none;
	}	
}