/**
 * On IE8, we still want to show the outline.
 */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus
{
  outline-style: dotted;
}

.nav > ul > li:after
{
  bottom: -6px;
}

/**
 * Fix the layout for the header search box. We need this because IE8 does not support media queries.
 */
.headerSearchBox
{
  width: 305px;
}
