@charset "utf-8";
/* CSS Document */

/* -------------------------------------------- */
/* -------------OSU-NAVBAR STYLING------------- */
#osu-navbar {
    background: #4a4a4a;
    box-shadow: inset 0 0 15px #000;
    -webkit-box-shadow: inset 0 0 15px #000;
    -moz-box-shadow: inset 0 0 15px #000;
    height: 45px;
    margin-bottom: 0px;
    margin-top: -43px;
    width: 100%;
    position: relative;
    z-index: 200;
}

#osu-navbar #dropdownTab {
    position: absolute;
    bottom: -24px;
    right: 0px;
    background: #4a4a4a;
    display: block;
    padding: 5px;
    font-size: 11px;
    cursor: pointer;
}

#osu-navbar #dropdownTab img {
    margin-bottom: -3px;
    margin-top: -1px
}

#osu-navbar #contentDiv {
    display: block;
}

#osu-navbar:hover #contentDiv {
    //display: block;
}

#osu-navbar:hover {
    //height: 45px;
    //opacity: 1;
}

#osu-navbar .osu-home {
    background-image: url(/download/delta/osu-navbar/OhioStateLogo-small.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 34px;
    margin: 5px 0 0 5px;
    width: 34px;
    box-shadow: inset 0 0 5px #000;
    -webkit-box-shadow: inset 0 0 5px #000;
    -moz-box-shadow: inset 0 0 5px #000;
}

#osu-navbar .osu-home:hover {
    box-shadow: inset 0 0 10px 2px #000;
    -webkit-box-shadow: inset 0 0 10px 2px #000;
    -moz-box-shadow: inset 0 0 10px 2px #000;
}

#osu-navbar ul {
    float: right;
}

#osu-navbar li {
    margin-top: 10px;
    display: block;
    float: left;
    height: 100%;
}

#osu-navbar li:hover {
    background-color: #3B3B3B;
}

#osu-navbar .osulink {
    margin-top: 10px
    padding-top: 1px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: solid 1px #6d6d6d;
}

#osu-navbar .osulink:hover {
	/*background: url(/download/delta/osu-navbar/HoverBar.png);
	background-position: center 5px;
	background-repeat: no-repeat;*/
    border-bottom: solid 1px #9E1E22;
}

#osu-navbar .osulink a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #ccc;
}

#osu-navbar .osulink a:hover {
    color: #fff;
}

#osu-navbar .searchbox {
    margin-left: 15px;
    margin-right: 15px
    margin-top: 10px;
    width: 210px;
}

#osu-navbar .searchbox:hover {
    background-color: transparent;
}

#osu-navbar .searchbox form input {
    display: block;
    height: 19px;
    margin: 0;
    padding-left: 2px;
    float: left;
    border-radius: 3px 0 0 3px;
    border: none;
    box-shadow: inset 0 0 4px #000;
    -webkit-box-shadow: inset 0 0 4px #000;
    -moz-box-shadow: inset 0 0 4px #000;
}

#osu-navbar .searchbox form .placeholder {
    color: #c2c2c2;
}

#osu-navbar .searchbox form .overTxtLabel {
    bottom: 5px;
    color: rgb(190,190,190);
    cursor: text;
    font-size: 12px;
    left: 8px;
    position: absolute;
}

#osu-navbar button {
    display: block;
    width: 33px;
    height: 19px;
    background-color: transparent;
    background-image: url(/download/delta/osu-navbar/spyglass-hover.png);
    background-position: top center;
    border: none;
    margin: 0;
    float: left;
    border-radius: 0 3px 3px 0;
}

#osu-navbar button:hover {
    background-position: bottom center;
    cursor: pointer;
}

#osu-navbar #bottomLine {
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 43px;
    background-color: #6d6d6d;
}

/* -------------OSU-NAVBAR STYLING------------- */
/* -------------------------------------------- */


