@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version       $Id: navigation.shinybuttons.css 856 2011-01-23 10:47:42Z hieblmedia $
 * 
 * @author        Reinhard Hiebl
 * @copyright     Copyright (C) 2006-2011, Reinhard Hiebl, HieblMedia
 * @license       Creative Commons Attribution 3.0 Unported License
 *                  > http://www.jyaml.de/en/license-conditions.html
 * @link          http://www.jyaml.de
 * @package       JYAML
 * @subpackage    JYAML.Stylesheet
 *
 */

/**
 * Optional: Import YAML stylesheet nav_shinybuttons.css as base
 * @import url(../../../libraries/jyaml/yaml/navigation/nav_shinybuttons.css);
 */

@media all
{
  .hlist {
    /* containing floats in IE */
    width:100%;
    overflow:hidden;
    /* containing floats in all other browsers */
    float:left;
    display:inline;
    /* Bugfix:IE - collapsing horizontal margins */
    position:relative;
    /* Repeat the main color from the image */
    background: #484848;
    line-height:0;
  }

  .hlist ul {
    margin:0;
    margin-left: 0px;

    padding:0;
    /* Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    width:100%;
  }

  .hlist ul li {
    border-left:1px #fff solid;
    /* Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    font-size:1.0em;
    line-height:1em;
    list-style-type:none;
    margin:0;
    padding:0;
    width: 14.19%;
    text-align: center;
  }

  .hlist ul li a,
  .hlist ul li strong,
  .hlist ul li > span {
    background:transparent;
    color:#fff;
    display:block;
    font-size:1em;
    font-weight:bold;
    margin:0;
    padding:0.5em 0;
    text-decoration:none;
    width:auto;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { color:#ac1819; text-decoration:none; outline: 0 none; }

  .hlist ul li.active {
    background: #000;
    /* Repeat the main color from the image */
    border-left:1px #fff solid;
  }

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background:transparent; color:#fff; text-decoration:none; }

  /*
   * Subtitle support. Split menu title (defaults with ##).
   * You can change the separator value in the template params by menu options
   */
  * html .hlist ul li a {
    position: relative; /* IE5+6 hover fix need with subtitles */
  }

  .hlist ul li a span, .hlist ul li strong span {
    display: block;
  }

  .hlist ul li span.subtitle {
    /* You can use .maintitle, .subtitle-1, .subtitle-2, .subtitle-3, etc. to adjust the maintitle or each subtitle line */
    display: block;
    font-size: smaller;
    font-weight: normal;
    color: #444;
  }
  /* .hlist ul li span.subtitle-empty { display: none; } */

  .hlist ul li.active span { color:#ac1819; }
  .hlist ul li.active span.subtitle {
    color: #ccc;
    font-weight: normal;
  }
  
  .hlist ul li.item-first {
    border-left: 0px;
  }
}