/*	Marriott Library header and footer styles for MLIB Contentdm collections.
	NKP 2008-08-19: This file reflects, as closely as possible within Contentdm's template system, the 
	current MLIB header and footer, which were updated 2008-08-18.
	
	The header and footer are 100% wide in this stylesheet, while the MLIB site has a fixed size.  This is 
	required because Contentdm's templates override the custom settings on certain pages (search and favorites, 
	among others) and make the content width 100%.  The markup is also different from the MLIB site, and this 
	stylesheet reflects that.
*/
#MLIB_header, #MLIB_footer
{ 
	padding: 0; margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
}
#MLIB_header .masthead
{
	height: 70px;
	background: #FFF url(http://content.lib.utah.edu/cdm4/custom/_default/images/mlib_header_back.gif);
}
#MLIB_header .masthead .content
{
	background: url(http://content.lib.utah.edu/cdm4/custom/_default/images/mlib_header_bg.gif) no-repeat right;
	height: 70px;
}

#MLIB_header .masthead img { border: 0; float: left; }

#MLIB_header .masthead .content div.links 
{
	width: 350px; 
	float: right; 
	text-transform: lowercase; 
	text-align: right; 
	color: #FFF;
	margin: 8px 0 0 0;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	
}
#MLIB_header a, #MLIB_footer a { text-decoration: none; }
#MLIB_header a:hover, #MLIB_footer a:hover { text-decoration: underline; }
#MLIB_header .masthead  .content li a { margin: 0 10px; color: #FFF; }
#MLIB_header .masthead  .content li a:hover { color: #CC0000; }
#MLIB_header div.links ul { display: block; margin: 0; padding: 0;  }
#MLIB_header .links li { display: inline; margin: 0; padding: 0;  }

#MLIB_header #MLIB_search
{
	float: right;
	position: absolute; 
	right: 0; 
	top: 35px;
	padding: 0 5px 0 0;
	width: 400px;
	text-align: right;
	font-size: 13px;
}

#MLIB_header #MLIB_search form
{
	margin: 0px;
	padding: 0px;
}

#MLIB_header #MLIB_search label
{
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}
#MLIB_search input { font-size: 14px; font-family: arial, helvetica, sans-serif; }
#MLIB_search .textbox { background-color: #FFF; width: 145px; }
#MLIB_header div.nav 
{ 
	border-top: 2px solid #990000;
	background-color:#CC0000;
	text-align: center;
	
	text-transform: uppercase;
	color: #ffffff;
	font-weight: normal;
	padding: 8px 4px 8px 4px;
	font-size: 12px;
}

#MLIB_header div.nav a 
{
	padding: 8px;
	color: #FFF;
}

#MLIB_header div.nav a:hover 
{ 
	color: #c1c1c1;
	background: #993300 url(http://content.lib.utah.edu/cdm4/custom/_default/images/redBarHighlight.gif);
	text-decoration: none;
	
} 

#MLIB_footer
{
	background-color: #333333;
	letter-spacing: 0.05em;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	text-transform: uppercase;
	color: #f2f2f2;
	padding: 5px 0;
}

div#footerRow {
	float: left;
	clear: left;
	width: 100%;
	background-color: #333333;
	letter-spacing: 0.05em;
	text-align: center;
	font-size: .60em;
	text-transform: uppercase;
	color: #f2f2f2;
	padding: 5px 0 5px 0;
	vertical-align: middle;
}
	
div#footerRow a, div#footerRow a:visited, div#footerRow a:active {
	color: #ffffff;
	text-decoration: none;
}

div#footerRow a:hover {
	color: #dac092;
}

#MLIB_footer a { color: #FFF; }
#MLIB_footer a:hover 
{
	color: #dac092;
}
