/* -----------------------------------------------------------------------

 Joomla Nav 0.1 for the Blueprint CSS Framework
 http://blueprintcss.org

   * Copyright (c) 2008-Present. Refer to the main Blueprint license.
   * See README for instructions on how to use this plugin.
   * For credits and origins, see AUTHORS.

----------------------------------------------------------------------- */

.joomla-nav {
  background-image: url(../../../../../../templates/atomic/images/bg_nav.png);
  border-top:0px solid #ccc;
  border-bottom:1px solid #ccc;
  height:1%; /* fixing IE 6 */
  margin:0 0 1.5em 0;
  min-height:auto;
  width:100%;
  overflow:auto;
  padding:0.4em 0 0.4em 0;
}
.joomla-nav li {
  float:left;
  line-height:1.5;
  list-style-type:none;
  margin:0 0.5em 0 0.5em;
  padding-left:20px;
}
.joomla-nav li a {
  color:#fff;
  cursor:pointer;
  display:block;
  float:left;
  /*font-weight:bold;*/
  font-style: italic;
  font-size: 16px;
  padding:0 .33em 0 .33em;
}
.joomla-nav li a.selected {
  color:#FFEC00;
  cursor:default;
}
.joomla-nav li a, .joomla-nav li a:focus, .joomla-nav li a:hover {
  text-decoration:none;
}
.joomla-nav li a:focus, .joomla-nav li a:hover {
  color:#FFEC00;
  outline:none;
}
.joomla-nav li.label {
  font-weight:normal;
  line-height:1.5;
  margin-right:1em;
  padding:.15em .33em .15em .33em;
}

/*
playback timings (ms):
  captures_list: 0.827
  exclusion.robots: 0.036
  exclusion.robots.policy: 0.02
  esindex: 0.018
  cdx.remote: 20.061
  LoadShardBlock: 115.051 (3)
  PetaboxLoader3.datanode: 138.236 (5)
  PetaboxLoader3.resolve: 765.725 (3)
  load_resource: 827.731 (2)
*/