/*
# -- BEGIN LICENSE BLOCK ----------------------------------
# This file is part of Katzenjammer, a theme for Dotclear.
#
# Copyright (c) 2010 - 2015 annso (contact@as-i-am.fr) and contributors
#
# Licensed under the GPL version 2.0 license.
# A copy of this license is available in LICENSE file or at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------
*/

#navigation {
}

/* SimpleMenu */

#navsm {
  width : 100%;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  /*clear: both;*/
  overflow: hidden;
}

#supranav {
	text-align: left;
	font-family:"Roboto Condensed",Tahoma,sans-serif;
        margin: 0 0 2em 0;
        padding-left: 0;
}

@media only screen and (min-width: 621px) {
    #supranav li{    font-size: 1.6rem;    }
}

@media only screen and (max-width: 620px) {
    #supranav li{    font-size: 1.2rem;    }
}

#supranav li {
  display: block;
  /*font-size: 1.6rem;*/
  text-decoration: none;
  float: left;
  color: #cc0000;
  margin:0 1em 0.3em 0;
}

* html #navsm li { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
}
* html #navsm li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
}

#supranav li.active {
        color: #cc0000;
}

#supranav li.active a {
        color: #cc0000;
}

#supranav li:hover {
  text-decoration: none;
	background: #ffcc00;
	color: #cc0000;
}

#supranav li a:hover {
	background: #ffcc00;
	color: #cc0000;
}