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

    Default Style Loaded
*/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    /*height: 100%;*/
    font-family: 'Verdana', sans-serif;
    font-size: 95%;
    background: black url(images/darkstargrid.gif) top center repeat;
}

div#page {
    width: 800px;
    margin: auto;
    background: url(images/purplestargrid2.gif) top center repeat;
    border: 6px double #A871AF;
    border-top: 0px;
}

div#container {
    width: 800px;
    margin: auto;
}

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

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

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

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

div#sidebar {
    width: 170px;
    padding: 15px;
    position: relative;
    float: left;
}

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



/*
    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
*/

