/*  your sites custom CSS goes into this file */

body {
    background-image: url(http://www.rhtubs.com/images/backgrounds/drops-bkg.gif);
}


/* forum navbars */
div#glob_wrapbbs div.glob_navbar {
    margin: auto;
    width: 85%;
}
div#glob_wrapbbs div.glob_navbar,
div#glob_wrapbbs div#nb_bttm div.glob_navbar,
div#glob_wrapbbs div#nb_top div.glob_snb { 
    background-color: #eeeeee;
    border-style: solid;  
    border-width: 0px; 
    border-color: #dfdfdf;
    text-align: center;
}

div#glob_wrapbbs div.glob_navbar,
div#glob_wrapbbs div#nb_bttm div.glob_navbar {
    border: 1px solid #0000FF;
}

/* hide qpref on message display */
div.qpref_msg {
    display: none;
}


/* message display */
/* profile display */
div#glob_wrapbbs div#msg_wrap,
div#glob_wrapbbs div.msg_headln,
div#glob_wrapbbs div.msg_headln_ava,
div#glob_wrapbbs div.msg_userln,
div#glob_wrapbbs div.msg_userln_ava,
div#glob_wrapbbs div.msg_prev,
div#glob_wrapbbs div.msg_prev_ava,
div#glob_wrapbbs div.msg_avatar,
div#glob_wrapbbs div.msg_text,
div#glob_wrapbbs div.msg_image,
div#glob_wrapbbs div.msg_link,
div#glob_wrapbbs div.prof_userln,
div#glob_wrapbbs div#prof_poster,
div#glob_wrapbbs div#prof_text,
div#glob_wrapbbs div#prof_image,
div#glob_wrapbbs div#prof_link  {
    background-color: transparent;
    border-width: 0px;
}

div#glob_wrapbbs div#msg_wrap {
    margin: 30px 30px;
}

div#glob_wrapbbs div.msg_headln,
div#glob_wrapbbs div.msg_headln_ava,
div#glob_wrapbbs div.prof_userln {
    text-align: center;
    font-size: 1.3em;
}
div#glob_wrapbbs div.msg_userln,
div#glob_wrapbbs div.msg_userln_ava {
    text-align: center;
    margin-bottom: 15px;
}
div#glob_wrapbbs div.msg_userln span.msg_poster,
div#glob_wrapbbs div.prof_userln div#prof_poster {
    font-size: 1.15em;
    font-weight: bold;
}
div#glob_wrapbbs div.msg_userln span.msg_email {
    font-size: 0.95em;
    font-weight: bold;
}
div#glob_wrapbbs div.msg_userln span.msg_date {
    margin: 0px;
    font-weight: bold;
}
div#glob_wrapbbs div.msg_prev,
div#glob_wrapbbs div.msg_prev_ava,
div#glob_wrapbbs div.msg_prev span.msg_subject  {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    margin-left: 0px;
}
div#glob_wrapbbs div.msg_text img {
    max-width: 100%;
}
div#glob_wrapbbs div.msg_image,
div#glob_wrapbbs div#prof_image {
    text-align:center;
}

div#glob_wrapbbs div.msg_link,
div#glob_wrapbbs div#prof_link {
    text-align:center;
    margin: 15px auto;
    font-weight: bold;
}

/* profile only */
div#glob_wrapbbs div.prof_userln span#prof_email {
    display: block; 
    margin-top: 10px;
}
span#prof_msgcnt {
    font-size: 0.7em;
}
div#prof_text {
    margin: 15px 0px;
}

/* guestbook style */
div#glob_wrapbbs div.msg_gbmsg div.msg_text {
    padding: 5px 15px;
}
div#glob_wrapbbs div.msg_gbmsg div.msg_userln span.msg_date {
    display: block;
}


div#glob_wrapbbs span.ind_yourhere {
    background-color: transparent;
    color: black;
    font-weight: bold;
    border-width: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
}


/* pseudosticky posts */  
div#glob_wrapbbs div#ind_msglist dd.sticky {  
margin-left: 15px;  
}  
