﻿
/* ------------------------------------------------ */
/* ------Items specific to the left hand menu------ */
/* ------------------------------------------------ */

.hrulemenu
{
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    min-width: 120px;
    min-height: 10px;
    position: relative;
    background-image: url('../images/layout/hrule_menu.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 120px 10px;
}

.menu
{
    float: left;
    min-height: 299px;
    width: 170px;
    background-color: #f5f5f5;
    border: darkgray thin solid;
    margin-right: 10px;
}

.menu a
{
    text-decoration: none;
    color: Black;
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
}

.menu a:hover
{
    background-image: url('../images/layout/arrows.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    background-color: #F8F8F8;
    opacity: 0.75;
}

.menu h1
{
    text-align: center;
    /*font-family: Georgia,'Times New Roman',Times,serif;*/
    font-family: Garamond,serif;
    font-size: 2em;
    margin-top: 5px;
    margin-bottom: 0;
}

.menu h2
{
    text-align: center;
    margin: 0px 0px 4px 0px;
}

.menu h3
{
    text-align: left;
    padding-left: 20px;
    font-size: 1em;
    font-family: Arial;
    text-decoration: none;
    margin: 4px 0px;
    line-height: 1.2em;
    font-weight: normal;
    position: static;
}

.menu ul
{
    list-style: none outside none;
    width: auto;
    padding-left: 0;
}

.menu_inner
{
    background-position: right bottom;
    border: 2px solid darkgray;
    margin: 3px;
    min-height: 289px;
    width: 160px;
    height: 100%;
    background-image: url('../images/layout/menu_coner.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.menuMobile
{
    position: absolute;
    z-index: 4;
    min-height: 0px !important;
}

.menuMobile .menu_inner
{
    width: calc(100% - 10px) !important;
    min-height: 0px !important;
}

.menuMobile h1
{
    cursor: pointer;
    padding-right: 42px;
}

.menuMobile h1 img
{
    float: left;
    height: 32px;
    padding: 3px 0 0 15px;
    position: relative;
    width: auto;
}

.menuMobile .hrulemenu
{
    min-width: 80%;
    min-height: 20px;
    background-attachment: scroll;
}

.menuMobile_inner
{
    display: none;
}

.menugrey
{
    display: none;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
    z-index: 3;
    position: fixed;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 375px)
{
    .menuMobile 
    {
        width: 93% !important;
    }
    .menuMobile .hrulemenu
    {
        background-size: 80% auto;
    }
    .menuNorm
    {
        display: none;
    }
}

@media only screen and (min-width: 376px) and (max-width: 600px)
{
    .menuMobile 
    {
        width: 96% !important;
    }
    .menuMobile .hrulemenu
    {
        background-size: 40% auto;
    }
    .menuNorm
    {
        display: none;
    }
}

@media only screen and (min-width: 601px)
{
    .menuMobile
    {
        display: none;
    }
}

.userMenu .btn
{
    display: none;
}

@media only screen and (min-width: 722px) {
    .userMenu div {
        display: inherit !important;
    }
}

@media only screen and (max-width: 721px)
{
    .userMenu
    {
        position: absolute;
        right: 21px;
        width: 160px;
        margin-top: 1px;
        background-color: #ffff66;
        text-align: center;
        border-color: #cc9900 #996600 #996600 #cc9900;
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        color: #545400;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
	    -webkit-border-radius: 3px 3px 3px 3px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        overflow: hidden;
        z-index: 6;
    }
    .userMenu .btn
    {
        display: inline-block !important;
        padding: 2px 0px !important;
        margin: 0px !important;
        width: 100%;
        cursor: pointer;
        font-family: sans-serif !important;
        background: #FFDE59;
        font-size: 1.1em;
        font-weight: normal;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
	    -webkit-border-radius: 3px 3px 3px 3px;
    }
    .userMenu input
    {
        display: inline-block !important;
        width: 90%;
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .userMenu div
    {
        float: none !important;
        text-align: center !important;
        display: none;
    }
    .userMenu div:nth-child(2) {
        padding: 3px 0px 0px 0px !important;
    }
    .userMenu div:nth-child(3) {
        padding-bottom: 5px;
    }
}

.userMenu .btn img
{
    padding-right: 4px;
    vertical-align: sub;
    width: 22px;
}