/* Override Drupal's background */

body,
#wrapper,
#wrapper #container #center #squeeze,
#wrapper #container #center .right-corner,
#wrapper #container #center .right-corner .left-corner
{
  background: white;
}

/* hide logo text */

#wrapper #container #header h1 div
{
  display: none;
}

/* Drop decoration, margin, and padding from lists in the context menu */

.contextMenu ul
{
  margin: 0;
  padding: 0;
  list-style-image: none;
}

.contextMenu ul li
{
  background: none;
  margin: 2px;
  padding: 0px;
  border-top: 1px dotted #999;
}

.contextMenu ul li:first-child
{
  border-top: none;
}

/* Fixes for Drupal and YUI to play together */

.ygtvitem table
{
  margin: 0;
}

.ygtvitem tbody
{
  border: 0;
}

.ygtvitem td,
.ygtvitem th
{
  padding: 0;
}

/* Drop decoration, margin, and padding from lists in YUI menus */

.yuimenu ul
{
  margin: 0;
  padding: 0;
}

.yuimenu ul li
{
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* Translation interface customizations */

#l10n-client
{
  border-top: 2px solid #000;
}

#l10n-client .labels
{
  background: #fd0;
}

#l10n-client .string-list li.translated
{
  background: transparent;
  border-bottom-color: #ddd;
  color: #000;
}

#l10n-client .string-list li.translated:hover
{
  background: #ace;
}

#l10n-client .string-list li.translated:active
{
  background: #8ac;
}

#l10n-client .string-list li.untranslated
{
  background: #ffd;
  border-bottom-color: #fd0;
  color: #000;
}

#l10n-client .string-list li.untranslated:hover
{
  background: #ace;
}

#l10n-client .string-list li.untranslated:active
{
  background: #ffd;
}

#l10n-client-form .source textarea
{
  background: #ffd;
  border: 1px dashed #fd0;
  color: #000;
}

/* Lowercase menus */

#menu-main, .menu-quick-links, .menu-secondary
{
  text-transform: lowercase;
}

/* Fix YUI autocomplete */

.yui-skin-sam .yui-ac, .yui-skin-sam .yui-ac-input
{
  position: static;
}
