﻿/* * * * * * * * * * 
	Ohio State masthead/navigation bar styles
	Created: September 2004.
	Update: March 2006: #masthead bckgr to jpg file, color
	For more information see: http://www.osu.edu/resources/
* * * * * * * * * */

#masthead
{
    font-size: 95%;
    height: 29px;
    width: 900px;
    position: relative;
    font-family: "trebuchet ms" , Helvetica, Arial, sans-serif;
    line-height: 100%;
    margin: 0 auto;
    padding: 0px;
    background: #c9c9c9 url(../_images/masthead-bg-nav.jpg) no-repeat 0px 0px; /* background: #d1d1d1 url(http://www.osu.edu/images/template_masthead/gradient.png) no-repeat 0px 0px;*/ /*font-size: 100%;  <<< Helps match a navbar with osu.edu navbars if a custom site is not using #body{font-size:85%;*/
}


h1.masttitle, h2.masturl
{
    height: 13px;
    margin: 0px;
    float: left;
    position: relative;
    padding: 8px;
    font-family: "trebuchet ms" , sans-serif;
    font-size: 100%;
    line-height: 100%;
    font-weight: normal;
    padding-left: 6px;
    padding-right: 6px;
    border: 0px;
}

h1.masttitle
{
    padding-left: 11px;
    padding-right: 11px;
    background-color: #990000;
    border-right: 1px solid #ccc;
}

h1.masttitle a
{
    color: #FFFFFF;
    text-decoration: none;
}

h2.masturl a
{
    color: #FFFFFF;
    text-decoration: none;
}

h1.masttitle a:hover
{
    color: #F9F7DC;
    text-decoration: underline;
}

h2.masturl a:hover
{
    color: #F9F7DC;
    text-decoration: underline;
}

#mastnavigation
{
    position: relative;
    float: right;
    padding: 4px 15px 0 0;
    margin: 0px;
    font-family: "trebuchet ms" , Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 100%;
    font-weight: normal;
}

#mastnavigation ol
{
    display: inline;
    margin: 0;
    list-style-type: none;
    color: #fff;
}

#mastnavigation ol li
{
    display: inline;
}

#mastnavigation ol li img
{
    vertical-align: middle;
}

#mastnavigation ol li a
{
    color: #222;
    padding: 0 5px;
    text-decoration: none;
}

#mastnavigation ol li a:hover
{
    background: #eee;
    color: black;
    padding: 0 5px;
}

#mastnavigation input
{
    vertical-align: middle;
}

#mastnavigation input.textfield
{
    font-family: "trebuchet ms" , sans-serif;
    background: #DDE0C6;
    font-size: 90%;
    height: 1.4em;
    width: 80px;
    border: 1px solid gray;
}

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
{
    display: none;
}

div.hr hr
{
    display: none;
}

/* to hide label from Camino browser */
.label
{
    display: none;
}
