@import url(../../../includes/allakabor.css);

.dbg {
padding: 0.5em;
text-indent: 1em;
background: #212f2f;
border: 2px solid orange;
font-family: 'Droid Sans Mono';
font-size: 10px;
}

/* The main body of the entire forum. */
body {
color: #bbbbbb;
background-color: #000000;
margin: 0px;
padding: 0px;
}

p {
	padding-top:0.5em;
	padding-bottom:0.5em;
}
/* Normal, standard links. */
a, a:link,a:visited {
color: #cccccc;
text-decoration: none;
font-weight:normal;
font-family:inherit;
}

a:hover {
color: #dddddd;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
color: inherit;
text-decoration: none;
}
a.nav:hover {
font-weight: bold;
color: inherit;
}

/* Tables should show empty cells. */
table {
empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td, th {
font-family: tahoma, serif;
font-size: 14px;
}



/* Input boxes - just a bit smaller than normal so they align well. */

/*
input, button {
font-size: smaller;
line-height:smaller;
padding-left: 0.5em;
padding-right: 0.5em;
}

/* All input elements that are checkboxes or radio buttons. */
/*
input.input_radio, input.input_check {
}
*/


/* Selects are a bit smaller, because it makes them look even better 8). */
select {
font-size: smaller;
font-weight: normal;
line-height:smaller;
}

/* Define strong as bold, and em as italics */
strong {
font-weight: bold;
}

em {
font-style: italic;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
height: 1px;
border: 0;
color: #DDDDDD;
background-color: #DDDDDD;
}

/* A quote, perhaps from another post. */
blockquote {

background-color: #282828;
display: block;
border: 2px outset #444444;
padding: 1em;
font-size: smaller;
}

/* A code block - maybe even PHP ;). */
code {

background-color: #282828;
font-family: 'Droid Sans Mono';
font-size: 12px;
line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
overflow: auto;
display: block;

	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {

text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 1.2em;
padding-left: 1em;
}

/* For links to change the code stuff... */
.codeoperation {
font-weight: normal;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help {
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction {
color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor {
width: 96%;
}

/* Highlighted text - such as search results. */
.highlight {
background-color: yellow;
font-weight: bold;
color: black;
}

/* A more discreet highlight color, for selected membergroups etc. */
.highlight2 {
background-color: #B3F4B0;
color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
background-color: #111;
}
.windowbg2 {
background-color: #222;
}

/* Color for background of posts requiring approval */
.approvebg {
color: #000000;
background-color: #F6E0D4;
}
/* Color for background of *topics* requiring approval */
.approvetbg {
color: #000000;
background-color: #E4A17C;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg {
color:#fff;
}
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited {
background-image: url(images/titlebg.jpg);
/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#000));
background: -moz-linear-gradient(19% 75% 90deg,#000, #444);*/
}

.titlebg a:hover, .titlebg2 a:hover {

}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg3, .catbg2 {
/*	background-image: url(images/catbg.jpg); */
	background-image: url(images/titlebg.jpg);
font-weight: bold;
background-color: #000000;
color:#fff;

}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
background-color: #000;
}

/* This is used on tables that should just have a border around them. */
.tborder {
border: 1px solid #222;
background-color: #000000;
padding: 0.1em;
}
.floatright {
float: right;
}
.floatleft {
float: left;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
font-size: 12px;
}
.normaltext {
font-size: 14px;
}
.largetext {
font-size: 16px;
}
.centertext {
margin: 0 auto;
text-align: center;
}
.righttext {
margin-left: auto;
margin-right: 0;
text-align: right;
}
.lefttext {
margin-left: 0;
margin-right: auto;
text-align: left;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles {
background-color: #6B8EAE;
border: 1px solid #6B8EAE;
height: 12px;
}
.headerbodies {
border: 1px solid #7A7777;
background-color: #EFEFEF;
background-repeat: repeat-x;
background-position: bottom;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
width: 100%;
overflow: auto;
line-height: 1.3em;
}

/* a quick reset list class. */
ul.reset, ul.reset li {
padding: 0;
margin: 0;
list-style: none;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
clear: right;
padding: 1em 0 3px 0;
border-top: solid 1px #666;
width: 100%;
line-height: 1.3em;
font-size: 0.85em;
}
.custom_fields_above_signature {
clear: right;
padding: 1em 0 3px 0;
border-top: solid 1px #666;
width: 100%;
line-height: 1.3em;
font-size: 0.85em;
}
/* Sometimes there will be an error when you post */
.error {
color: red;
}

/* Messages that somehow need to attract the attention. */
.alert {
color: red;
}

/* No image should have a border when linked */
a img {
border: 0;
}

/* Calendar colors for birthdays, events and holidays */
.birthday {
color: #920AC4;
}

.event {
color: #078907;
}

.holiday {
color: #000080;
}

/* Colors for warnings */
.warn_mute {
color: red;
}

.warn_moderate {
color: #FFA500;
}

.warn_watch {
color: green;
}

/* The AJAX notifier */
#ajax_in_progress {
background: #32CD32;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}

/* Styling for BBC tags */
.bbc_color a {
color: inherit;
}

.bbc_img {
border: 0;
}

.bbc_list {
margin-top: 0;
margin-bottom: 0;
}

.bbc_size {
line-height: 1.3em;
}

.bbc_table {
font: inherit;
color: inherit;
}

.bbc_table td {
font: inherit;
color: inherit;
vertical-align: top;
}

.bbc_u {
text-decoration: underline;
}
/* styling the admin section */
ol.search_results {
margin-top: 0;
padding-top: 0;
}
ol.search_results li {
padding-top: 5px;
}

.modbuttons a {
padding: 0.1em;
color: white;
text-transform: uppercase;
}
.modbuttons a:hover {
padding: 0.1em;
color: grey;
}

.active {
border-bottom: 1px solid grey;
}

.buttonlist {
width: 100%;
}

#moderationbuttons div {
text-transform: uppercase;
}
.button_strip_submit {
background: yellow;
color: white;
text-transform: uppercase;
vertical-align: top;
text-decoration: none;
font-size: 9px;
font-family: tahoma, serif;
border: 0;
}

.button_strip_submit:hover {
color: #e0e0ff;
}

.openid_login {
background: white url(images/openid.gif) no-repeat;
padding-left: 18px;
}

/* new features settings screen */
.features {
clear: both;
border-bottom: solid 1px #e0e0e0;
}
.features_image {
float: left;
margin: 1em 2em 0.5em 1em;
}
.features_switch {
margin: 0.2em 1em 1em 1em;
float: right;
}
.features h4 {
padding: 2em 0 0.5em 0.5em;
margin: 0;
font-size: 1.1em;
}
.features p {
padding: 0 1em 1em 1em;
margin: 0;
}

a.moderation_link, a.moderation_link:visited {
color: red;
font-weight: bold;
}

/* These are for the auto suggest floating div type thing. */
.auto_suggest_div {
border: 1px solid black;
position: absolute;
visibility: hidden;
}

/* An auto suggest item */
.auto_suggest_item {
background-color: #DDDDDD;
}

/* hovered auto suggest item */
.auto_suggest_item_hover {
background-color: #888888;
cursor: pointer;
color: #EEEEEE;
}

/* Error messages */
.errorbox {
padding: 1em;
border: 1px solid #cc3344;
color: black;
background-color: #ffe4e9;
margin-bottom: 1em;
}
.errorbox h3 {
padding: 0;
margin: 0;
font-size: 1.1em;
text-decoration: underline;
}
.errorbox p {
margin: 1em 0 0 0;
}
.errorbox p.alert {
padding: 0;
margin: 0;
float: left;
width: 1em;
font-size: 1.5em;
}
.lastpost img {
float: right;
border: 0;
}