/**
 *
 * JB Menu
 *
 **/
#jb-menu { left: 0; margin: 0; padding: 0; position: absolute; top: 0; width: 100%; }
    #jb-menu ul { margin: 0 auto; padding: 0; width: 948px; padding: 0; }
    .jb-menu-bg { background-color: #62130a; }
    .jb-menu-border { border-bottom: 1px solid #ababab; }
    .jb-menu-content { overflow: hidden; }
	    .jb-menu-content li { float: left; height: 29px; padding: 0 10px; line-height: 29px; list-style-type: none; color: #fff; }
		    .jb-menu-content a { color: #ceb67b; text-decoration: none; font-family: "Verdana", "Helvetica", serif; font-weight: normal; font-size: 12px; text-align: left; }
            #jb-menu-link-h6 a { font-weight: bold; }
    		.jb-menu-content a:hover { text-decoration: underline; }
    .jb-font-color { color: #ceb67b; }
    #jb-menu-welcome { padding-right: 4px; }
    #jb-menu-link-logout {  padding: 0; font-size: 0.9em; }
        #jb-menu-link-logout a { font-size: 1em; }

/**
 *
 * JB form
 *
 **/
#jb-login-form-box form { margin: 0; }
    #jb-login-form-box fieldset { margin-bottom: 2%; background-color: transparent; }
        #jb-login-form-box div { padding: 5px 0; overflow: hidden; }
        #jb-login-form-box div.submit { text-align: center; width: 30%; float: right; }
            #jb-login-form-box label { width: 16%; float: left; }
            #jb-login-form-box .checkbox label { margin-left: 18% !important; width: 60% !important; text-align: left; }
	    #jb-login-form-box .checkbox input { margin-right: 1%; }
            #jb-login-form-box input,
            #jb-login-form-box select { margin-top: 0; }
            #jb-login-form-box input[type=text],
            #jb-login-form-box input[type=password] { float: left; width: 67% !important; }
            #jb-login-form-box input[type=submit] { padding: 5px; margin: 0 auto; }
#jb-login-form-box p.info { text-align: right; }

/***
 *
 * visitors
 *
 **/
.visitors-members-list a:before {
    content: ", ";
}
.visitors-members-list a:first-child:before {
    content: "";
}

/**
 *
 * campfire
 *
 */
.chat-lite {
    display: block;
    width: 180px;
    height: 35px;
    position: fixed;
    bottom: 0;
    right: 2em;
    background-color: #333;
    border: 0 solid #000;
    border-width: 1px 1px 0;
    z-index: 400;
}
.chat-lite:hover {
    border-top-width: 0;
}
    .chat-lite ul {
        display: none;
        position: absolute;
        left: -1px;
        bottom: 35px;
        width: 180px;
        border: 0 solid #000;
        border-width: 1px 1px 0;
        background-color: #333;
        padding: 0;
        margin: 0;
    }
    .chat-lite:hover ul {
        display: block;
    }
        .chat-lite li {
            list-style-type: none;
            padding: 2px 4px 2px 10px;
            color: #fff;
        }
        .chat-lite li:last-child {
            margin-bottom: 5px;
        }

    .chat-lite p,
    .chat-lite a {
        display: block;
        width: 140px;
        height: 35px;
        text-align: left;
        line-height: 35px;
        font-size: 10px;
    }
    .chat-lite p {
        background: transparent url( "../img/campfire.png" ) 5px 2px no-repeat;
    }
    .chat-lite.burning p {
        background-position: 5px -33px;
    }
        .chat-lite a {
            padding-left: 40px;
        }

/***
 *
 * JQUERY UI
 *
 **/

/* Corner radius */
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Layout helpers */
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
/* Interaction Cues */
.ui-state-disabled { cursor: default !important; }
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default { background: transparent none; border-width: 0; }

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #212121; opacity: 0.8; filter: Alpha(Opacity=80); }

/* widget content */
.ui-widget-content { background: transparent none; }
.ui-widget-header { border-width: 0; }

/* Dialog */
.ui-dialog { position: absolute; padding: .2em; min-width: 340px; overflow: hidden; background-color: #212121; border: 1px solid #666; }
.ui-widget-header { padding: .5em 1em .3em; position: relative; background: #62130a none; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
.ui-widget-header { color: #fff; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 0; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
    .ui-dialog .ui-dialog-content p { margin: 0; line-height: 1.4em; font-size: 1em; }
    .ui-widget-content { color: #fff; }
        .ui-dialog .ui-dialog-content p a { text-decoration: none; }
        .ui-dialog .ui-dialog-content p a:hover { text-decoration: underline; }
        .ui-dialog .ui-dialog-content p a:focus { overflow: hidden; }
            .ui-dialog .ui-dialog-content p a img { border: 0;}
.ui-dialog .ui-dialog-buttonpane { text-align: left; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; border-top: 1px solid #666; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

/* resizeable */
.ui-resizable { position: relative;}
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

/* Icons */
.ui-icon { background-image: url("../img/ui-icons_888888_256x240.png"); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("../img/ui-icons_ceb67b_256x240.png"); }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
