/*  Author: Paul Horton
 *  Organization: Computational Biology Research Center, AIST, Japan
 *  Copyright (C) 2015, Paul Horton, All rights reserved.
 *  Creation Date: 2015.2.2
 */


BODY{
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    background: #FFF;
    margin: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


#topMenuBar{
    float: left;
    display: inline;
    position: absolute;
    border: 10px;
    margin: 20px 0 0 0;
    height: 50px;
}


#topMenuBar UL{
    width: 180px;
    text-align: left;
    display: inline;
    margin: 0 0 -2.6em 0;
    padding: 0px;
    list-style: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}


#topMenuBar UL LI{
    width: 100px;
    height: 40px;
    outline-style: groove;
    display: inline;
    text-align: center;
    vertical-align: middle;
    font: bold 18px san-serif;
    display: inline-block;
    margin-right: -4px;
    border: 0px 10px;
    position: relative;
    padding: 0;
    background: #BBEEBB;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#topMenuBar UL LI A{
    text-decoration: none;
    color: inherit;
}


#topMenuBar UL LI:hover{
    background: #666;
    color: #fff;
}

#topMenuBar UL LI SPAN{
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

#contact{
    background: #bbe;
    vertical-align: top;
    height: 40px;
    float: right;
    margin: -5px 0 0px 30px;
}

H1{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

H2{
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    display: inline;
}

H3{
    font-weight: bold;
    font-size: 16px;
    display: inline;
}

P{
    margin-top: 0;
}

#main{
    vertical-align: bottom;
    margin: 70px 5px 70px 0;
    border: 70px;
    position: absolute;
    height: calc(100% - 80px);
    overflow: auto;
}

#main UL{
    margin-top: 0;
}

#main UL LI UL{
    list-style-type: square;
    font-size: 10px; 
}

A.subdued{
    color: #008;
}

A #footer{
    align: center;
}
