/*

td.trow1.smalltext.remember_me {
    color: #ff6a00;
}
header #user__panel li a
{
    color: #fff;
}



header #user__panel li a.dbutton
{
	color: #ffac15;
}
*/

body {
	background: #222 url(../../../images/MyFlatBoard3/bg.png) top center repeat-x;
	color: #aaa;
	line-height: 1.4;
	margin: 0;
	font-family: Lato, Awesome, Arial, Sans-Serif;
	font-size: 13px;
	overflow-y: scroll;
}
#shoutbox input.text,
::-webkit-scrollbar-track {
    background-color: #222;
    color: #aaa;
}

header.fixed {
    background: #630000a1;
    box-shadow: 0 0 10px #000;
	height: 70px;
	transition: .5s;
}

header #user__panel .drop.login__panel .tborder,
{
    background: #222222c4;
}

div.sceditor-container iframe,
div.sceditor-container {
    background: #ececec;
}

.pagination a {
    background: #22222252;
}

.pagination .pagination_current {
    color: #ff2917;
}

a,
.thead a,
.thead,
table,
footer .lower,
header #user__panel .drop .list li a,
a.button,
button, 
input.button,
select,
.navigation .active, 
.navigation,
header #user__panel li,
header #user__panel .drop.login__panel .tborder .trow1 input.textbox,
#shoutbox .head,
#shoutbox .text h6,
.tcat,
div.sceditor-container body,
div.sceditor-container body p,
input.textbox,
textarea,
.popup_menu .popup_item,
.pm_alert,
.pm_alert a {
    color: #e8e6e6;
}

header .lower,
.tborder, footer,
#global__forum__stats,
blockquote,
.popup_menu,
.popup_menu .popup_item {
    background-color: #2222227d;
    border-color: #111;
}

.change__color:before,
header #user__panel .drop .list,
ul#panel.menu li a,
div.sceditor-container div.sceditor-group a.sceditor-button:hover,
div.sceditor-container div.sceditor-group a.sceditor-button.active,
div.error,
.modal .tborder,
.pm_alert {
    background-color: #171717d9;
}

.change__color:after {
	background-color: #ffffff;
}

.thread_title, 
.thread_usersbrowsing,
#quickreply_e textarea,
.post .post_content,
.post_controls,
a.button,
button, 
input.button,
select,
.memberlist_box,
#profile_box,
#profile_lower .content,
.sceditor-container div.sceditor-toolbar,
div.sceditor-container div.sceditor-group,
textarea,
input.textbox {
    background-color: #2a2929;
}

div.sceditor-container div.sceditor-group,
div.sceditor-container div.sceditor-group a.sceditor-button {
    border: 1px solid transparent;
}


header #user__panel .drop,
header #user__panel .drop.login__panel .tborder .trow1 input.textbox{
    border-color: #010101;
}

.forum__icon:before {
    border-color: transparent transparent #222222 #222222;
}

.forum__icon:after {
    border-color: transparent transparent #151515 #151515;
}
.thead:after,
#shoutbox .head:after {
    border-color: #222222 #222222 transparent transparent;
}

.post .post_content:before {
    border-color: transparent #2a2929 transparent transparent;  
}

.thead,
#shoutbox .head,
div.sceditor-container div.sceditor-toolbar,
div.sceditor-container {
    border-color: #19181861;
}

@media (max-width: 1270px) {
    header nav ul.menu__full,
    header nav ul.menu__full li {
        background-color: #1a1a1a; 
    }    
}

a {
	color: #fff;
	text-decoration: none;
	transition: .5s;
}

.editor_control_bar {
    background: #2a2929;
    border: 1px solid #c72526;
}

.codeblock {
    background: #22222261;
    border: 1px solid #1f1f1f;
    padding: 10px;
    color: #ffffff;
}
/*

@media only screen and (max-width: 768px) {
	ul.list {
		font-size:21px;
}

@media only screen and (max-width: 768px) {
 	a{
		font-size:21px;
	}
}

@media only screen and (max-width: 768px) {
	 .smalltext{
	 	font-size: 15px;
}
*/