/**
 * $RCSfile: Menu.css,v $ $Revision: 1.10 $ $Date: 2010-03-01 08:37:35 $
 *
 * Copyright 2007 Olaf Havnes. All Rights Reserved.
 * http://www.havnes.com
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */

/**
 * Two different menus for www.havnes.com.
 *
 * @author      Olaf Havnes
 * @version     $Revision: 1.10 $ $Date: 2010-03-01 08:37:35 $
 */

*.menuBox h1, *.menuBox h2, *.menuBox h3, *.tweetBox h1
{
    margin: 0.8em 0 0 0;
    padding: 0.0em 0.5em 0.2em 0.5em;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 0.85em;
}

*.tweetBox h1
{
    padding: 0.0em 0.5em 0.2em 0.5em;
}

*.menuBox h1, *.tweetBox h1
{
    color: #005540;
    background-color: #d0ccbb;
}

*.menuBox h2
{
    color: #223350;
    background-color: #d0ccbb;
}

*.menuBox h3
{
    color: #005540;
    background-color: #e8e5cc;
}

*.menuBox ul
{
    margin: 0;
    padding: 0.2em 0 0 0;
    font-variant: small-caps;
    list-style-type: none;
    font-size: 0.85em;
}

*.menuBox li
{
    padding-left: 1.0em;
    line-height: 1.3em;
}


/* Align across the top */
*.menuBox *:first-child
{
    margin-top: 0;
}


/* Build a more compact, button-like menu */
*.hardMenuBox ul, *.hardMenuBox li, *.hardMenuBox a
{
    margin: 0;
    padding: 0;
}

*.hardMenuBox ul
{
    width: 11.0em;
    list-style-type: none;
    color: #000000;
    background-color: #ffffff;
    float: left;
}

*.hardMenuBox a
{
    margin: 1px 0;
    padding: 0.1em 0 0.2em 0;
    font-size: 0.85em;
    line-height: 1.0em;
    font-variant: small-caps;
    font-weight: bold;
    word-spacing: -0.1em;
    letter-spacing: -0.01em;
    text-decoration: none;
    display: block;
}

*.hardMenuBox ul, *.hardMenuBox a
{
    border-width: 1px 0;
    border-style: solid;
    border-color: #806060;
}

*.hardMenuBox a.splitter
{
    color: #223350;
    background-color: #f0f0e0;
}

*.hardMenuBox a:hover
{
    color: #000000;
    background-color: #ffffff;
    border-color: #551010;
}
