/* Override Drupal's background */

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

/* Position logo to the right of title */

#wrapper #container #header h1 img
{
  float: right;

  /* This is the width of the logo image.  Otherwise its right margin is
   * aligned with the right margin of the title. */
  left: 80px;

  position: relative;
}

/* Add style to Qubit logo text */

#wrapper #container #header h1 div
{
  color: #FC6E3C;
  font-family: Verdana, serif;
  font-size: 4em;
  font-weight: bold;
  letter-spacing: -0.1ex;
}

#wrapper #container #header h1 div:first-letter
{
  color: #CC3204;
  font-size: 115%;
}

/* 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: 0;
  border-top: 1px dotted #999;
}

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

/* 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 .label
{
  /* Reset .label */

  background: transparent;
  font-size: inherit;
  padding: 0;
}

#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, consistent style for autocomplete labels */

.yui-skin-sam .yui-ac
{
  font-family: inherit;
}

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

/* Flowplayer width and height */

.flowplayer
{
  display: block;
  height: 300px;
  width: 435px;
}

.audio
{
  height: 24px;
}

/* odd&even divs */
.odd {
background-color:#EDF5FA;
border-bottom:1px solid #CCCCCC;
padding:0.2em 0.6em;
}

.even {
background-color:#FFFFFF;
border-bottom:1px solid #CCCCCC;
padding:0.2em 0.6em;
}
