@charset "utf-8";
/*
  Module Name: history_masthead
  Author: Mitchell R.K. Shelton

  history_masthead_main.css
  Styles for Masthead in Internet Explorer
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ The following is borrowed from Drupal 7 system.base.css. It is used to hide elements ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
.element-hidden {
  display: none;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  left: 0px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ Masthead Global ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
.masthead-row {
  width: 100%;
}
.masthead-row:before,
.masthead-row:after {
  display: block;
  content: "";
}
.masthead-row:after {
  clear: both;
}
.masthead-row .masthead-column {
  width: 50%;
  float: left;
}
#osu-masthead-background #osu-masthead,
#history-masthead-background #history-masthead {
  margin: 0px auto;
  max-width: 1024px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ Masthead OSU ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
.masthead-row .osu-masthead-column-left {
  width: 10%;
  float: left;
}
.masthead-row .osu-masthead-column-right {
  width: 90%;
  float: left;
}
.osu-masthead-inline {
  margin-left: 0;
  list-style: none;
}
#osu-masthead-background #osu-masthead .osu-masthead-inline .osu-item {
  display: inline-block;
  padding-right: 5px;
}
#osu-masthead-background #osu-masthead .osu-masthead-inline .osu-item.last {
  padding-right: 0px;
}
#osu-masthead-background {
  background-color: #333333;
  line-height: 32px;
  border-bottom: 5px solid #bb0000;
}
#osu-masthead-background #osu-masthead .osu-masthead-inline {
  margin: 0px;
  line-height: 37px;
  float: right;
}
#osu-masthead-background #osu-masthead .osu-masthead-inline .osu-link {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#osu-masthead-background #osu-masthead .osu-masthead-inline .osu-link:hover {
  text-decoration: underline;
}
#osu-masthead-background #osu-masthead #osu-masthead-title .osu-masthead-title-link  {
  width: 80px;
  height: 16px;
  display: inline-block;
  margin-top: 9px; 
  background: #333333 url('../images/osu_name.png') no-repeat;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ Masthead History ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
.history-masthead-ul {
  list-style: none;
  float: right;
  margin: 0px 0px 0px 0px;
}
#history-masthead-background {
  line-height: 21px;
  background-color: #990000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #660000;
}
#history-masthead-background #history-masthead #history-masthead-title .history-masthead-title-link  {
  margin-top: 4px;
  width: 163px;
  height: 18px;
  float: left;
  background: #990000 url('../images/history-logo.png') no-repeat;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ Masthead History - sites dropdown ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/**
 * http://csswizardry.com/2011/02/creating-a-pure-css-dropdown-menu/
 * A modified and streamlined version
 */
#history-masthead-background #history-masthead #history-masthead-sites {
  z-index: 99;
  position: relative;
  color: white;
  list-style: none;
  float: right;
}
#history-masthead-background #history-masthead #history-masthead-sites .menu-more-link .menu-more-link-a {
  width: 77px;
  height: 25px;
  display: block;
  border-left: 1px solid #660000;
  border-right: 1px solid #660000;
  border-top: 1px solid transparent;
  padding-left: 10px;
  color: #fff;
}
#history-masthead-background #history-masthead #history-masthead-sites .menu-more-link .menu-more-link-a .arrow-icon {
  float: right;
  width: 10px;
  height: 9px;
  margin-top: 7px;
  margin-right: 7px;
}
#history-masthead-background #history-masthead #history-masthead-sites .menu-more-link .menu-more-link-a:hover .arrow-icon {
  background: #eeeeee url('../images/tabby-arrow.png') no-repeat scroll -10px 0px;
}
.arrow-icon-nohover {
  background: transparent url('../images/tabby-arrow.png') no-repeat scroll 0px 0px;
}
.arrow-icon-hover {
  background: transparent url('../images/tabby-arrow.png') no-repeat scroll -10px 0px;
}
#history-masthead-background #history-masthead #history-masthead-sites .menu-more-link .menu-more-link-a:hover, 
#history-masthead-background #history-masthead #history-masthead-sites .menu-more-link .menu-more-link-a:active {
  color: #000;
  text-decoration: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#history-masthead-background #history-masthead #history-masthead-sites .history-item {
  float: left;
  position: relative;
  margin-left: -13px;
}
#history-masthead-background #history-masthead #history-masthead-sites .menu-more-link .menu-more-link-a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
#history-masthead-background #history-masthead #history-masthead-sites .history-link {
  display: block;
  text-decoration: none;
  color: #000;
}
#history-masthead-background #history-masthead #history-masthead-sites .history-link:hover{
  color: #000;
  background: #eeeeee;
  text-decoration: none;
}
#history-masthead-background #history-masthead #history-masthead-sites .history-masthead-ul-menu {
  margin-left: -137px;
  text-align: right;
  font-size: 1.4em;
  background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
  background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
  list-style: none;
  position: absolute;
  left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#history-masthead-background #history-masthead #history-masthead-sites .history-masthead-ul-menu .history-item {
  padding-top: 0px; /* Introducing a padding between the li and the a give the illusion spaced items */
  float: none;
  margin-bottom: 0px;
}
#history-masthead-background #history-masthead #history-masthead-sites .history-masthead-ul-menu .history-link {
  white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
  color: #000;
  text-decoration: none;
  margin-left: -7px;
  padding: 5px 10px 0px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#history-masthead-background #history-masthead #history-masthead-sites .history-item:hover .history-masthead-ul-menu { /* Display the dropdown on hover */
  left: 0; /* Bring back on-screen when needed */
}
#history-masthead-background #history-masthead #history-masthead-sites .history-item:hover .history-masthead-ul-menu .history-link, 
#history-masthead-background #history-masthead #history-masthead-sites .history-item:hover .menu-more-link-a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
  background: #eeeeee;
  text-decoration: none;
  color: #000;
  border-right: 1px solid #850000;
  border-left: 1px solid #850000;
}
#history-masthead-background #history-masthead #history-masthead-sites .history-item:hover .last .history-link { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
  border-bottom: 1px solid #850000;
}
#history-masthead-background #history-masthead #history-masthead-sites .history-item:hover .history-masthead-ul-menu .history-link { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
  text-decoration: none;
}
#history-masthead-background #history-masthead #history-masthead-sites .history-item:hover .history-masthead-ul-menu .history-item .history-link:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
  background: #eee;
  text-decoration: underline;
  color: #333;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ Media Queries - Masthead ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* At 575px hide links and center university title */
@media all and (max-width: 575px) {
  #osu-masthead-background #osu-masthead .osu-masthead-column-right {
    display: none;
  }
  #osu-masthead-background #osu-masthead #osu-masthead-title {
    text-align: center;
    width: 100%;
  }
}
