/* ABSOLUTELY DO NOT SPECIFY COLOURS IN THIS FILE
* UNLESS THEY WILL LOOK PROPER ON ALL SKINS,
* DO NOT EDIT THIS UNLESS IT'S BEING DONE FROM THE MAIN SKIN.
*
* Contains shapes, paddings, margins, etc. for all the skins,
* saves having to edit EVERY SINGLE SKIN when anything
* needs tweaked that isn't colour related.
*/
body {
	text-align: center;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

body, table {
    font-family: Sans-Serif, "Lucida Grande", Verdana, Arial, Sans;
    font-size: 11px;
    /*text-shadow: 1px 1px 4px #222, 1px 1px 6px #000;*/
    line-height: 1.4;
}

.thead, .tfoot {
    height: 25px;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

#container {
    margin: 0px;
    padding: 20px;
    text-align: left;
}

#content {
    width: auto !important;
}

.menu ul {
    font-weight: bold;
    text-align: left;
    padding: 0px 0px 4px 0px;
}

.menu img {
    display: none;
}

#panel, .bottommenu {
    font-size: 11px;
    padding: 8px;
}

.tborder {
    width: 100%;
    margin: auto auto;
}

.thead a:link, .thead a:visited {
    text-decoration: none;
}

.thead a:hover, .thead a:active {
    text-decoration: underline;
}

.tcat {
    font-size: 12px;
}

.trow_sep {
    font-size: 12px;
    font-weight: bold;
}

.navigation {
    font-size: 10px;
    font-weight: bold;
}

.navigation a {
    text-decoration: none;
}

.navigation .active {
    font-size: 10px;
    font-weight: bold;
}

.smalltext {
    font-size: 10px;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
}

textarea {
    padding: 2px;
    font-family: Verdana, Arial, Sans-Serif;
    line-height: 1.4;
    font-size: 13px;
}

.reputation_positive {
	color: #0000CC;
}

.reputation_neutral {
	color: #999;
}

.reputation_negative {
	color: #CC0000;
}

.trow_reputation_positive {
   background-image: url(../../../images/rep/pos.png); 
   background-repeat: no-repeat;
   background-color: #003;
   color: #fff;
}

.trow_reputation_negative {
   background-image: url(../../../images/rep/neg.png);
   background-repeat: no-repeat;
   background-color: #300;
   color: #fff;
}

.trow_reputation_neutral {
   background-image: url(../../../images/rep/neut.png); 
   background-repeat: no-repeat;
   background-color: #444;
   color: #fff;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    float: none;
    width: 1%;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.menu ul {
    list-style: none;
    margin: 0;
}

.menu li {
    display: inline;
    padding-left: 5px;
}

.menu img {
    padding-right: 5px;
    vertical-align: top;
}

#panel .links {
    margin: 0;
    float: right;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 3px;
}

img.attachment {
    border: 1px solid #E9E5D7;
    padding: 2px;
}

hr {
    background-color: #000000;
    color: #000000;
    height: 1px;
    border: 0px;
}

#copyright {
    font: 11px Verdana, Arial, Sans-Serif;
    margin: 0;
    padding: 10px 0 0 0;
}

#debug {
    float: right;
    text-align: right;
    margin-top: 0;
}

blockquote {
    margin: 0;
    margin-left: 10px;
    padding: 4px;
    border: 1px solid;
}

blockquote cite {
    font-weight: bold;
    font-style: normal;
    display: block;
    margin: 4px 0;
}

blockquote cite span {
    float: right;
    font-weight: normal;
}

blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
}

.codeblock {
    margin: 0;
    margin-left: 10px;
    padding: 4px;
    border: 1px solid;
}

.codeblock .title {
    font-weight: bold;
    margin: 4px 0;
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 13px;
}

.subforumicon {
    border: 0;
    vertical-align: middle;
}

.separator {
    margin: 5px;
    padding: 0;
    height: 0px;
    font-size: 1px;
    list-style-type: none;
}

form {
    margin: 0;
    padding: 0;
}

.popup_menu .popup_item_container {
    margin: 1px;
    text-align: left;
}

.popup_menu .popup_item {
    display: block;
    padding: 3px;
    text-decoration: none;
    white-space: nowrap;
}

.popup_menu a.popup_item:hover {
    text-decoration: none;
}

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

.highlight {
    background: #FFFFCC;
    padding: 3px;
}

.pm_alert {
    text-align: center;
    padding: 5px 20px;
    font-size: 11px;
}

div.error {
    padding: 5px 10px;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    background: #FFF6BF;
    font-size: 12px;
}

div.error p {
    margin: 0;
    color: #000;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    padding-left: 24px;
    display: block;
    color: #C00;
    background: url(../../../images/error.gif) no-repeat 0;
}

div.error.ul {
    margin-left: 24px;
}

.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}

.pagination .pages {
    font-weight: bold;
}

.pagination .pagination_current, .pagination a {
    padding: 2px 6px;
    margin-bottom: 3px;
}

.pagination .pagination_current {
    font-weight: bold;
}

.pagination a:hover {
    text-decoration: none;
}

.thread_legend, .thread_legend dd {
    margin: 0;
    padding: 0;
}

.thread_legend dd {
    padding-bottom: 4px;
    margin-right: 15px;
}

.thread_legend img {
    margin-right: 4px;
    vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
    margin: 0;
    padding: 0;
}

.forum_legend dd {
    float: left;
    margin-right: 10px;
}

.forum_legend dt {
    margin-right: 10px;
    float: left;
}

.success_message {
    color: #00b200;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.error_message {
    color: #C00;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.post_body {
    padding: 5px;
}

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(../../../images/jump.gif) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-left: 13px; /* amount of padding needed for image to fully show */
    vertical-align: middle;
    border: none;
}

.popup_menu .popup_item {
  -webkit-transition-property: all, left;
  -webkit-transition-duration: 2s, 4s;
}

/* Buttons, text inputs, top menu buttons */
.postbtn, button, input, .menu li, input.textbox, select, .pagination a, .pagination .pagination_current {
    padding: 2px 4px 2px 4px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 2px 2px 4px #000;
    font-weight: bolder;
    font-size: 10px;

  -webkit-transition-property: all, left;
  -webkit-transition-duration: 2s, 4s;
}

.postbtn:hover, input:hover, button:hover, .menu li:hover, input.textbox:hover, select:hover, .pagination a:hover {
    padding: 2px 4px 2px 4px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 2px 2px 4px #000;
    font-weight: bolder;
    font-size: 10px;
}

.post_buttons a:hover, .post_buttons a:active, .post_buttons a {
    text-decoration: none;
}

/* Scroll bar background */
::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
 
/* Scrollbar thumb, the thing you drag */
::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    border-radius: 5px;
}

/* Should hide buttons */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:increment,
::-webkit-scrollbar-button:vertical:decrement {
    display: none;
}