@charset "utf-8";

body {
    font-family: heroregular;
    overflow: hidden;
}

#sidebar {
    display: block;
    position: absolute;
    width: 143px;
    height: 149px;
    top: 0px;
    /*bottom: 31px;*/
    padding-top: 213px;
    background-color: white;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.side_item {
    height: 56px;
    padding-left: 30px;
    background-image: url('../images/greenring.png');
    background-repeat: no-repeat;
    background-position: left;
    font-size: 28px;
    color: #505050;
    display: block;
    margin-top: 9px;
    cursor: pointer;
}
.current_side_item {
    background-image: url('../images/redring.png');
    color: #AAA;
}
.selected_side_item {
    background-image: url('../images/greyring.png');
    color: #AAA;
}

#topbar {
    position: absolute;
    left: 143px;
    right: 0px;
    height: 53px;
    background-color: #99ca3b;
    background-image: url('../images/topbarbg.png');
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 13px;
    line-height: 21px;
    padding-right: 28px;
    font-size: 23px;
    color: #505050;
    text-align: right;
}

#signup {
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 5px;
    line-height: 14px;
}

#signup_head {
    margin-left: 18px;
    margin-bottom: 0px;
}

#signup_email {
    margin-right: 0px;
    margin-top: 0px;
    width: 250px;
    height: 20px;
    background-color: white;/* #d9ff7b;*/
    padding: 3px 10px;
}

#signup_submit {
    color: #497a00;
    margin-left: 3px;
    width: 86px;
    background-color: white;/* #d9ff7b;*/
}

#signup_submit:hover {
    background-color: #d9ff7b;
}

.default_signup_email {
    color: #99ca3b;
}

.editing_signup_email {
    color: #497a00;
}

#menubar {
    position: absolute;
    display: block;
    text-align: right;
    top: 90px;
    height: 40px;
    left: 143px;
    right: 0px;
    padding-right: 100px;
}
#menubar li {
    display: inline-block;
    height: 22px;
    font-size: 18px;
    margin: 0px 12px;
    cursor: pointer;
}

#menu_underline {
    position: absolute;
    display: block;
    z-index: 1000px;
    width: 0px;
    height: 2px;
    background-color: #99ca3b;
}

.current_menu_item {
    color: #8d6e69;
    
}
.current_menu_underline {
    border-bottom-color: #99ca3b;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.selected_menu_item {
    color: #99ca3b;
}

#basebar {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 31px;
    background-color: #4d2e29;
}

#socialmedia {
    z-index: 1000;
    position: absolute;
    display: block;
    width: 35px;
    right: 20px;
    bottom: 10px;
}
#socialmedia img {
    vertical-align: top;
    margin-top: 1px;
}

#content {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 140px;
    bottom: 31px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
    /*background-image: url('../images/greybar.png');
    background-repeat: repeat-y;
    background-position: top left;*/
    padding-top: 20px;
    padding-left: 30px;
}

#lightbox {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2000;
    background-image:  url( '../images/blackbg.png' );
    background-repeat: repeat;
}


#lightbox_image {
    display: inline-block;
    position: absolute;
    z-index: 2002;
    left: 100px;
    right: 100px;
    top: 100px;
    bottom: 100px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}