/* * * * * * * * * * 
	Ohio State masthead style. September 2004.
	For more information see: http://www.osu.edu/resources/
* * * * * * * * * */


#masthead
{
	width: 100%;
	min-width: 760px;
	position: relative;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #FFFFFF;
	background: #d1d1d1 url(http://www.osu.edu/images/template_masthead/gradient.png) no-repeat 0px 0px;
}

#masthead h1.masttitle, h2.masturl
{
	margin: 0px;
	float: left;
	position: relative;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}

#masthead h1.masttitle
{
	padding-left: 11px;
	padding-right: 11px;
	background-color: #990000;
	border-right: 1px solid #ccc;
}

#masthead h1.masttitle a, h2.masturl a
{
	text-decoration: none;
	color: white;
}

#masthead h1.masttitle a:hover, #masthead h2.masturl a:hover
{
	color: #F9F7DC;
	text-decoration: underline;
}

#masthead h1.masttitle a:visited, #masthead h2.masturl a:visited
{
	color: white;
	text-decoration: none;
}

/*for version with input box*/
#mastnavigation
{
	position: relative;
	float: right;
	padding: 0px;
	padding-top: 4px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
}

#mastnavigation ol
{
	display: inline;
	margin-bottom: 0;
	list-style-type: none;
	color: #fff;
	margin-right: 6px;
}

#mastnavigation ol li { display: inline; }
#mastnavigation ol li img { vertical-align: middle; }

#mastnavigation ol li a
{
	color: #222;
	padding: 0em 5px;
	text-decoration: none;
	border-right: 0px solid #ccc;
}

#mastnavigation ol li a:hover
{
	background: #eee;
	color: black;
}

#mastnavigation input { vertical-align: middle; }

#mastnavigation input.textfield
{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #DDE0C6;
	font-size: 12px;
	width: 65px;
	border: 1px solid gray;
	height: 1.4em;
}

/*for version with link to search page*/
#mastnavnoinput
{
	position: relative;
	float: right;
	padding-top: 8px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
}

#mastnavnoinput ol
{
	display: inline;
	margin-bottom: 0;
	list-style-type: none;
	color: #fff;
	margin-right: 6px;
}

#mastnavnoinput ol li { display: inline; }
#mastnavnoinput ol li img { vertical-align: middle; }

#mastnavnoinput ol li a
{
	color: #222;
	padding: 0em 5px;
	text-decoration: none;
	border-right: 0px solid #ccc;
}

#mastnavnoinput ol li a:hover
{
	background: #eee;
	color: black;
}

br.clearall { clear: both; }

/* * * * * * * * * * * * * * * * * * * * 
	<hr> tag hack for more ie 5,6.x compatibility. found here:
	http://www.sovavsiti.cz/css/hr.html
* * * * * * * * * * * * * * * * * * * */

div.hr
{
	margin-top: 1px;
	width: 760px;
	height: 1px;
	background: #D5D5E6 url(http://www.osu.edu/images/spacer.gif) no-repeat scroll center;
	margin-bottom: 0px;
}

div.hr hr { display: none; }

/* to hide label from Camino browser */
.label { display: none; }
