/*

Copyright (c) Loyola University New Orleans

FILE DESCRIPTION:
Styling info for the grey bar at the top of every page.

LAST MODIFIED BY:
Sean

*/

/* New Global Navigation */

#global-nav-v2 {
	background: #333333;
	 	
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, circle farthest-corner, #333333 0%, #2C2C2C 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, circle farthest-corner, #333333 0%, #2C2C2C 100%);
	
	/* Opera */ 
	background-image: -o-radial-gradient(center, circle farthest-corner, #333333 0%, #2C2C2C 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #333333), color-stop(1, #2C2C2C));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, circle farthest-corner, #333333 0%, #2C2C2C 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(circle farthest-corner at center, #333333 0%, #2C2C2C 100%);

	height: 47px;
	margin: auto;
	position: relative;
	font-family: Verdana, Arial, sans-serif;
}

body.wide #global-nav-v2 { /* If a class of "wide" is present in the body tag, the global nav background will stretch to the width of the browser screen */
	min-width: 1000px;
	width: 100%;
}

#global-nav-v2 .wrapper {
	margin: auto;
	padding-top: 8px;
	position: relative;
	width: 940px;
}

#global-nav-v2 h1 {
	float: left;
	text-indent: -999em;
	margin: 0;
}

#global-nav-v2 h1 a {
	background: url(/assets/shared/images/css/logo-global-nav-100years.png) no-repeat center;
	/* background: url(/assets/shared/images/css/logo-global-nav.png) no-repeat center; */
	display: block;
	height: 27px;
	margin-top: 2px;
	overflow: hidden;
	/* width: 331px; */
}

.loyola-home #global-nav-v2 #global-logo h1 { display: none; } /* Hide the Loyola link on the homepage to make room for the header */
#global-nav-v2 #global-logo { left: 0; margin-top: 8px; position: absolute; top: 0; width: 200px }

/* Centennial logo mark */
#global-nav-v2 h1 a.centennial {
	background-position: 0 0;
	width: 70px; 
	float: left;
}
#global-nav-v2 h1 a.logo {
	background-position: -70px 0;
  left: 70px;
  top: 0;
  position: absolute;
  width: 348px;
}

/* Links */
#global-nav-v2 #global-links {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	left: 333px;
	line-height: 15px;
	position: absolute;
	text-align: right;
	width: 415px;
}
#global-nav-v2 #global-links a, #global-links a:active, #global-links a:visited {
	color: #fff;
	text-decoration: none;
}
#global-nav-v2 #global-links a:hover {
	text-decoration: underline;
}

/* Search Form */
#global-nav-v2 #global-search-form {
	float: right;
	margin: 3px 0 0 0;
	position: relative;
	top: 0;
}
#global-nav-v2 #global-search-form p {
	margin: 0;
	padding: 0;
}
#global-nav-v2 #global-search-form #search-input {
	background: none repeat scroll 0 0 #e6e6e6;
	border: none;
	color: #AAA;
	font: 13px Arial,sans-serif;
	height: 15px;
	margin: 0;
	padding: 6px 25px 4px 6px;
	width: 150px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	box-shadow: 0 0 2px #666;
}
#global-nav-v2 #global-search-form #search-input:hover {
	background: none repeat scroll 0 0 #fff;
	color: #666;
}
#global-nav-v2 #global-search-form button.search-icon {
	background: transparent;
	cursor: pointer;
	display: block;
	padding: 5px;
	position: absolute;
	right: 0;
}
#global-nav-v2 #global-search-form button.search-icon div {
	background-image: url("/assets/shared/images/css/icons/sprite-icons.png");
	background-position: 0px 0px;
	display: block;
	font-size: 0;
	height: 15px;
	width: 15px;
	margin: 0;
	padding: 0;
}
#global-nav-v2 #global-search-form #search-input:focus, #global-search-form #search-input.focused {
	background: none repeat scroll 0 0 #EEEEEE;
	border: none;
	color: #444;
	outline: medium none;
}


/* OLD GLOBAL NAVIGATION */
#global-nav {
	background: #7f7f7f url(/assets/shared/images/css/bg-global-nav.png) repeat-x;
	height: 47px;
	margin: auto;
	width: 1000px;
}

body.wide #global-nav { /* If a class of "wide" is present in the body tag, the global nav background will stretch to the width of the browser screen */
	min-width: 1000px;
	width: 100%;
}

#global-nav .wrapper {
	margin: auto;
	padding-top: 8px;
	position: relative;
	width: 940px;
}

.loyola-home #global-nav h1 { display: none; }

#global-nav h1 {
	float: left;
	text-indent: -999em;
}

#global-nav h1 a {
	background: url(/assets/shared/images/css/logo-global-nav.png) no-repeat center;
	display: block;
	height: 27px;
	margin-top: 2px;
	width: 331px;
}

#global-nav p {
	color: #fff;
	font-size: 10px;
	text-align: right;
}

#global-nav p.row2 {
	position: absolute;
	right: 0;
	top: 27px;
}

#global-nav p a, #global-nav p a:active, #global-nav p a:visited, #global-nav label {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

#global-nav p a:hover {
	text-decoration: underline;
}


/* WEATHER */

#global-nav #weather h1 { display: none } /* Hide the Loyola link on the homepage to make room for the header */
#global-nav #weather { left: 0; margin-top: 4px; position: absolute; top: 0; width: 200px }
#global-nav #weather img { float: left; margin: -4px 8px 0 0 }
#global-nav #weather p { color: #fff; margin-top: 6px; text-align: left }





