/*
    HexGirl.CA Dynamic Stylesheet
    -----------------------------
    2007 Duck L'Orange

    Forum Style Loaded
*/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    min-width: 750px;
    font-family: 'Verdana', sans-serif;
    font-size: 95%;
    background: url(images/purplestargrid.gif) top left repeat;
}

div#page {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div#header {
    height: 99px;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    background: transparent url(images/header_repeat.gif) top left repeat-x;
}

div#header_image {
    height: 99px;
    width: 382px;
    background: transparent url(images/header_left.gif) no-repeat;
}

div#flava_text {
    position: absolute;
    right: 18px;
    top: 55px;
    text-align: right;
    color: white;
    font-size: 10px;
    font-weight: normal;
}

div#container {
    padding-left: 200px;
    padding-right: 30px;
}

div#content {
    width: 100%;
    position: relative;
    float: left;
    padding: 15px;
}

div#sidebar {
    width: 170px;
    margin-left: -200px;

    padding: 15px;
    position: relative;
    float: left;
}

div#footer {
    clear: both;
    height: 50px;
    text-align: center;
    font-size: 9px;
}


/* FORUM PAGES */

table.forum_wrapper {
    width: 100%;
    /*border-collapse: collapse;*/
    border-spacing: 4px;
}

table.forum_wrapper a {
    color: #A9EFA9;  /*#DCA6F2;*/
}

td.forum_header, td.breadcrumbs {
    padding: 5px 5px 3px 5px;
    text-align: left;
    border: 1px solid #A871AF;
    background: url(images/cell_stripe_3.gif) repeat-x;
    height: 25px;
    font-size: 90%;
}

td.forum_gap {
    height: 10px;
    font-size: 1px;
}

tr.forum_cluster_title td {
    font-size: 120%;
    font-weight: bold;
    background: #906090;
    padding: 5px 5px 3px 5px;
}

td.forum_cluster_row_title, td.forum_view_row_topic {
    border: 1px solid #906090;
    background: url(images/cell_stripe_1.gif) repeat-x;
}

td.forum_cluster_row_title div {
    margin: 3px 10px 3px 10px;
    padding-left: 40px;
}

td.forum_view_row_topic div {
    margin: 3px 10px 3px 10px;
    padding-left: 25px;
}

span.forum_description {
    font-size: 80%;
}

/* Forum Status Icons */

div.forum_light_nonewpost {
    background: url(images/icons/24-forum_nonew.gif) center left no-repeat;
}

div.forum_light_newpost {
    background: url(images/icons/24-forum_new.gif) center left no-repeat;
}

div.forum_light_nonewpostsmall {
    background: url(images/icons/12-forum_nonew.gif) center left no-repeat;
    padding: 3px 8px 3px 15px !important;
    display: block;
    float: left;
}

div.forum_light_newpostsmall {
    background: url(images/icons/12-forum_new.gif) center left no-repeat;
    padding: 3px 8px 3px 15px !important;
    display: block;
    float: left;
}

/* Thread Status Icons */

div.thread_light_ann_nonew {
    background: url(images/icons/16-thread_ann_nonew.gif) bottom left no-repeat;
}

div.thread_light_ann_new {
    background: url(images/icons/16-thread_ann_new.gif) bottom left no-repeat;
}

div.thread_light_ann_locked {
    background: url(images/icons/16-thread_ann_locked.gif) bottom left no-repeat;
}

div.thread_light_sticky_nonew {
    background: url(images/icons/16-thread_sticky_nonew.gif) bottom left no-repeat;
}

div.thread_light_sticky_new {
    background: url(images/icons/16-thread_sticky_new.gif) bottom left no-repeat;
}

div.thread_light_sticky_locked {
    background: url(images/icons/16-thread_sticky_locked.gif) bottom left no-repeat;
}

div.thread_light_reg_nonew {
    background: url(images/icons/16-thread_reg_nonew.gif) bottom left no-repeat;
}

div.thread_light_reg_new {
    background: url(images/icons/16-thread_reg_new.gif) bottom left no-repeat;
}

div.thread_light_reg_locked {
    background: url(images/icons/16-thread_reg_locked.gif) bottom left no-repeat;
}

/* And back to Layouts stuff */

td.forum_view_row_author {
    width: 150px;
    border: 1px solid #906090;
    text-align: center;
    background: url(images/cell_stripe_1.gif) repeat-x;
}

td.forum_cluster_row_topics, td.forum_view_row_replies {
    width: 70px;
    border: 1px solid #906090;
    text-align: center;
    background: url(images/cell_stripe_1.gif) repeat-x;
}

td.forum_cluster_row_posts, td.forum_view_row_views {
    width: 70px;
    border: 1px solid #906090;
    text-align: center;
    background: url(images/cell_stripe_1.gif) repeat-x;
}

td.forum_cluster_row_lastpost {
    width: 200px;
    font-size: 80%;
    height: 50px;
    border: 1px solid #906090;
    text-align: center;
    background: url(images/cell_stripe_1.gif) repeat-x;
}

td.forum_view_row_lastpost {
    width: 200px;
    font-size: 80%;
    height: 38px;
    border: 1px solid #906090;
    text-align: center;
    background: url(images/cell_stripe_1.gif) repeat-x;
}

td.forum_cluster_row_lastpost p, td.forum_view_row_lastpost p {
    margin: 0;
    padding: 3px;
}

td.forum_view_buttons {
    vertical-align: middle;
    border: 1px solid #906090;
    background: url(images/cell_stripe_1.gif) repeat-x;
}

td.forum_view_buttons table {
    border-spacing: 6px;
    margin: 0;
}

td.forum_thread_options_box table {
    border-spacing: 6px;
    margin: 0;
    text-align: center;
}

td.forum_view_buttons table td {
    width: auto;
    padding: 4px;
}

td.forum_thread_options_box table td {
    width: 60px;
}

td.forum_button {
    padding: 2px;
    border: 1px solid #A9EFA9;
    font-size: 80%;
    background: #297352 url(images/cell_stripe_5.gif) repeat-x;
    text-align: center;
}

td.forum_button a {
    color: white;
}

td.forum_button_red {
    padding: 2px;
    border: 1px solid white;
    font-size: 80%;
    background: #732121 url(images/cell_stripe_6.gif) repeat-x;
    text-align: center;
}

td.forum_button_red a {
    color: white;
}

td.forum_pagehop, td.forum_thread_message_info, td.forum_thread_buttons {
    padding: 5px 5px 3px 5px;
    text-align: left;
    border: 1px solid #A871AF;
    background: url(images/cell_stripe_1.gif) repeat-x;
    height: 25px;
    font-size: 90%;
}

td.forum_thread_author {
    width: 160px;
}

td.forum_thread_options {
    width: 80px;
}

td.forum_thread_author_box {
    border: 1px solid #A871AF;
    background: #525252 url(images/cell_stripe_1.gif) repeat-x;
    vertical-align: top;
    text-align: left;
    padding: 5px;
}

td.forum_thread_options_box {
    border: 1px solid #A871AF;
    background: #525252 url(images/cell_stripe_1.gif) repeat-x;
    vertical-align: top;
    text-align: center;
    padding: 5px;
}

td.forum_thread_message {
    border: 1px solid #A871AF;
    background: #303030 url(images/cell_stripe_4.gif) repeat-x;
    vertical-align: top;
    text-align: left;
    padding: 18px;
}

table.forum_thread_info {
    padding: 0;
    margin: 0;
    border-spacing: 0;
    width: 100%;
}

td.forum_thread_subject {
    text-align: left;
}

td.forum_thread_posttime {
    text-align: right;
    font-size: 80%;
}

div.forum_avatar_top {
    font-size: 110%;
    font-weight: bold;
}

div.forum_avatar_top img {
    margin: 5px 0;
}

div.forum_avatar_details {
    font-size: 80%;
}

span.forum_avatar_title {
    font-weight: normal;
    font-size: 80%;
}

td.forum_legend_title {
    font-size: 100%;
    font-weight: bold;
    background: #906090;
    padding: 5px 5px 3px 5px;
}

td.forum_legend {
    border: 1px solid #A871AF;
    background: #303030 url(images/cell_stripe_4.gif) repeat-x;
    vertical-align: top;
    text-align: left;
    padding: 5px;
}

td.forum_legend table {
    margin: 0;
    padding: 0;
}

td.legend_column {
    padding: 2px 8px;
    text-align: center;
}




/*
    BBCode Output
*/

a img {
    border: 0px;
}

div.bb_quote {
    border: 2px solid #848484;
    background: #202020 url(images/corner-quote.gif) top left no-repeat;
    padding: 18px 10px 7px 10px;
    margin: 12px 5px 5px 12px;
}

div.bb_code {
    border: 2px solid #848484;
    background: #202020 url(images/corner-code.gif) top left no-repeat;
    padding: 18px 10px 7px 10px;
    margin: 12px 5px 5px 12px;
    font-family: 'Lucida Console', monospace;
}

div.bb_left {
    text-align: left;
}

div.bb_right {
    text-align: right;
}

div.bb_center {
    text-align: center;
}

table.bb_table {
    margin: auto;
}

td.forum_thread_message img {
    max-width: 600px;
}

/*
    BBCode Input
*/

.bbButton {
    background: #C0C0C0;
    border: 1px solid #808080;
    color: #303030;
    font-size: 9pt;
    height: 20px;
    width: 28px;
}

.bbButton2 {
    background: #C0C0C0;
    border: 1px solid #808080;
    color: #303030;
    font-size: 9pt;
    height: 20px;
    width: 44px;
}

.bbButtonHelp {
    background: #FFFE99;
    border: 1px solid #A20031;
    color: #A20031;
    font-size: 9pt;
    height: 20px;
    width: 44px;
}

.buttonB {
    font-weight: bold;
}

.buttonI {
    font-style: italic;
}

.buttonU {
    text-decoration: underline;
}

.buttonS {
    text-decoration: line-through;
}

.bbSelect {
    height: 20px;
}

table.wrapper_small {
    width: 520px;
    margin: auto;
    /*border-collapse: collapse;*/
    border-spacing: 4px;
}

table.wrapper_small a {
    color: #A9EFA9;  /*#DCA6F2;*/
}

table.editor_table {
    border-spacing: 4px;
    margin: auto;
}

table.editor_table td {
    vertical-align: top;
}

td.editor_title {
    font-size: 120%;
    font-weight: bold;
    background: #906090;
    padding: 5px 5px 3px 5px;
}

td.editor_input_area {
    border: 1px solid #A871AF;
    background: #303030 url(images/cell_stripe_4.gif) repeat-x;
    padding: 4px;
    margin: 0;
    text-align: center;
}

td.editor_leftside {
    padding: 5px 5px 3px 5px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #A871AF;
    background: #5D3F65 url(images/cell_stripe_3.gif) repeat-x;
    width: 80px;
}

td.editor_leftside_wide {
    padding: 5px 5px 3px 5px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #A871AF;
    background: #5D3F65 url(images/cell_stripe_3.gif) repeat-x;
}

td.editor_avatarbox {
    padding: 3px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #A871AF;
    background: #5D3F65 url(images/cell_stripe_3.gif) repeat-x;
}

td.editor_right_info {
    padding: 3px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #A871AF;
    background: #5D3F65 url(images/cell_stripe_3.gif) repeat-x;
    /*width: 80px;*/
    font-size: 9px;
}

td.editor_input {
    padding: 5px 5px 3px 5px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #A871AF;
    background: #303030 url(images/cell_stripe_4.gif) repeat-x;
}


input.editor_input {
    width: 440px;
    border: 1px solid silver;
    background: #424242 url(images/cell_stripe_2.gif) repeat-x;
    color: white;
    padding: 3px;
    font-size: 13px;
}

input.editor_input_small {
    width: 220px;
    border: 1px solid silver;
    background: #424242 url(images/cell_stripe_2.gif) repeat-x;
    color: white;
    padding: 3px;
    font-size: 13px;
}

input.editor_input_mid {
    width: 330px;
    border: 1px solid silver;
    background: #424242 url(images/cell_stripe_2.gif) repeat-x;
    color: white;
    padding: 3px;
    font-size: 13px;
}

select.editor_select {
    font-size: 9pt;
}

textarea.editor_input {
    border: 1px solid silver;
    background: #424242 url(images/cell_stripe_2.gif) repeat-x;
    color: white;
    padding: 3px;
    font-family: 'Lucida Console', monospace;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0;
}

td.editor_buttonrow {
    text-align: center;
    padding: 5px 5px 3px 5px;
    border: 1px solid #A871AF;
    background: #5D3F65 url(images/cell_stripe_3.gif) repeat-x;
}

td.editor_buttonrow form {
    padding: 0;
    margin: 0;
    display: inline;
}

td.editor_preview {
    border: 1px solid #A871AF;
    background: #303030 url(images/cell_stripe_4.gif) repeat-x;
    vertical-align: top;
    text-align: left;
    padding: 18px;
}

td.mail_links {
    padding: 5px 5px 3px 5px;
    text-align: left;
    border: 1px solid #A871AF;
    background: url(images/cell_stripe_3.gif) repeat-x;
    height: 25px;
    font-size: 90%;
}

td.mail_pagehop {
    padding: 5px 5px 3px 5px;
    text-align: left;
    border: 1px solid #A871AF;
    background: url(images/cell_stripe_1.gif) repeat-x;
    height: 25px;
    font-size: 90%;
}

td.mail_leftside {
    padding: 5px 5px 3px 5px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #A871AF;
    background: #5D3F65 url(images/cell_stripe_3.gif) repeat-x;
    font-size: 90%;
}

td.mail_messagerow {
    padding: 5px 5px 3px 5px;
    text-align: left;
    border: 1px solid #A871AF;
    background: url(images/cell_stripe_1.gif) repeat-x;
    height: 25px;
}

td.mail_authorrow {
    padding: 5px 5px 3px 5px;
    text-align: left;
    border: 1px solid #A871AF;
    background: url(images/cell_stripe_1.gif) repeat-x;
    height: 25px;
    width: 200px;
}

td.mail_messagerow_small {
    padding: 5px 5px 3px 5px;
    text-align: left;
    border: 1px solid #A871AF;
    background: url(images/cell_stripe_1.gif) repeat-x;
    height: 25px;
    font-size: 75%;
    width: 150px;
}

table.mail_info {
    padding: 0;
    margin: 0;
    border-spacing: 0;
    width: 100%;
}

td.mail_subject {
    text-align: left;
}

td.mail_posttime {
    text-align: right;
    font-size: 80%;
}

td.checkbox_only {
    padding: 5px 5px 3px 5px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #A871AF;
    background: #303030 url(images/cell_stripe_4.gif) repeat-x;
    width: 20px;
}

td.profile_avatar {
    border: 1px solid #A871AF;
    background: #525252 url(images/cell_stripe_1.gif) repeat-x;
    vertical-align: top;
    text-align: left;
    padding: 5px;
    width: 160px;
}


/*
    Generic Crap
*/

div#footer p {
    padding: 10px 15px 5px 15px;
    color: #A871AF;
}

div#header h1 {
    display: none;
}

body {
    color: #F0F0F0;
}

a {
    color: #A871AF;
    text-decoration: none;
}

h3.menu_title {
    padding: 0px;
    margin: 5px 0 0 0;
    font-size: 13px;
    letter-spacing: 2px;
    border-bottom: 2px solid #A871AF;
}

.greenButton {
    background: url(images/cell_stripe_5.gif) repeat-x;
    border: 1px solid #A9EFA9;
    color: white;
    font-size: 11pt;
}

hr {
    height: 2px;
    background-color: #A871AF;
    border: 0;
}

a.userlist_admin {
    color: #8B8DE7 !important;
    font-weight: bold;
}

a.userlist_mod {
    color: #A871AF !important;
}

div#sidebar ul {
    padding: 0 0 8px 10px;
}

div#sidebar li {
    list-style: none;
}



/* Login form */
input.minilogin {
    background: url(images/cell_stripe_1.gif) repeat-x;
    border: 2px solid #A871AF;
    color: white;
    text-align: center;
    width: 140px;
    padding: 2px;
    margin: 4px 0;
}



/* Salvage Tracker Stuff */

input.none {
    background-color: #FFFFFF;
    border: 0px;
    text-align: right;
    color: #000000;
    margin: 0px;
    padding: 2px;
    width: 34px;
}

input.some {
    background-color: #8080F0;
    border: 0px;
    text-align: right;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px;
    padding: 2px;
    width: 34px;
}

td.salvage_label {
    padding: 5px 5px 3px 5px;
    width: 28%;
    text-align: left;
    vertical-align: top;
    border: 1px solid #A871AF;
    background: #303030 url(images/cell_stripe_4.gif) repeat-x;
}

td.salvage_input {
    padding: 5px 5px 3px 5px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #A871AF;
    background: #303030 url(images/cell_stripe_4.gif) repeat-x;
}


/*
    End of Style Sheet
*/
