.wiki_navbar
{

    position: fixed;

    top: 0px;
    left: 0px;

    background: rgba(25, 25, 25, 0.75);

    border-right-style: solid;
    border-right-width: 3px;
    border-right-color: rgba(10, 10, 10, 0.90);

    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: rgba(10, 10, 10, 0.90);

    border-radius: 0px 0px 5px 0px;

    padding: 5px;


}

.wiki_navbar_root_menu
{

    list-style: none;
    float: left;

    padding: 3px;

}

.wiki_navbar_sub_menu
{

    float: right !important;

    list-style: circle;
    color: rgba(225, 225, 175, 1.0);

    background: rgba(25, 25, 25, 0.75);

    border-style: solid;
    border-width: 3px;
    border-color: rgba(10, 10, 10, 0.90);
    border-radius: 5px;

    display:none;

    width: 100%;

}

.wiki_navbar_menu_item
{

    color: rgba(225, 225, 175, 1.0);

    text-decoration: none !important;

}

.wiki_navbar_menu_item:hover
{

    color: rgba(225, 125, 125, 1.0);

}

.wiki_navbar_menu_item_link
{

    color: rgba(225, 225, 175, 1.0);

    text-decoration: none !important;

}

.wiki_navbar_menu_item_link:hover
{

    color:rgba(225, 125, 125, 1.0);

}

.wiki_navbar_root_menu:hover>ul
{

    display: block;
    position: absolute;

}

.wiki_navbar_sub_menu_item:hover>ul
{

    display: block;
    position: absolute;

}

.wiki_subject_header
{

	color: rgba(75, 100, 150, 1.0);

}

.wiki_subject_content
{

}

.wiki_subject_subheader
{

    color: rgba(150, 100, 75, 1.0);

}

.wiki_subject_subcontent
{

    color: rgba(125, 50, 50, 1.0);

}

.wiki_reading_link
{

    color: rgba(125, 50, 125, 1.0);

    text-decoration: none !important;

}

.wiki_styled_image
{

    background: rgba(225, 225, 225, 0.5);

    border-style: solid;
    border-width: 5px;
    border-color: rgba(150, 150, 90, 1.0);
    border-radius: 3px;

}
