
.homepagetext {
	font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.thread_status {
	display: inline-block;
  	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}

.thread_status.dot_folder {
    position:relative;
}

.thread_status.dot_folder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 0;
	content: "\f114";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_hotfolder {
    position:relative;
}

.thread_status.dot_hotfolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -20px;
	content: "\f07b";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_hotlockfolder {
    position:relative;
}

.thread_status.dot_hotlockfolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -40px;
	content: "\f023";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_lockfolder {
    position:relative;
}

.thread_status.dot_lockfolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -60px;
	content: "\f023";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_newfolder {
    position:relative;
}

.thread_status.dot_newfolder:before {
	position: absolute;
	background-position: 0 -80px;
	content: "\f14a";
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_newhotfolder {
    position:relative;
}

.thread_status.dot_newhotfolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -100px;
	content: "\f08a";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_newhotlockfolder {
    position:relative;
}

.thread_status.dot_newhotlockfolder:before {
	position: absolute;
	background-position: 0 -120px;
	content: "\f08a";
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_newlockfolder {
    position:relative;
}

.thread_status.dot_newlockfolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -140px;
	content: "\f023";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.folder {
    position:relative;
}

.thread_status.folder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -160px;
	content: "\f115";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.hotfolder {
    position:relative;
}

.thread_status.hotfolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -180px;
	content: "\f08a";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.hotlockfolder {
    position:relative;
}

.thread_status.hotlockfolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -200px;
	content: "\f004";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.lockfolder {
    position:relative;
}

.thread_status.lockfolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -220px;
	content: "\f023";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.movefolder {
    position:relative;
}

.thread_status.movefolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -240px;
	content: "\f079";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.newfolder {
    position:relative;
}

.thread_status.newfolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -260px;
	content: "\f07c";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.newhotfolder {
    position:relative;
}

.thread_status.newhotfolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -280px;
	content: "\f004";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.newhotlockfolder {
    position:relative;
}

.thread_status.newhotlockfolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -300px;
	content: "\f023";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.newlockfolder {
    position:relative;
}

.thread_status.newlockfolder:before {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	position: absolute;
	background-position: 0 -320px;
	content: "\f023";
	font-family: FontAwesome;
	font-size: 16px;
}





















		.star_rating,
.star_rating li a:hover,
.star_rating .current_rating {
	background: url(images/star_rating.png) left -1000px repeat-x;
	vertical-align: middle;
}

.star_rating {
	position: relative;
	width:80px;
	height:16px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

td .star_rating {
	margin: auto;
}

.star_rating li {
	display: inline;
}

.star_rating li a,
.star_rating .current_rating {
	position: absolute;
	text-indent: -1000px;
	height: 16px;
	line-height: 16px;
	outline: none;
	overflow: hidden;
	border: none;
	top:0;
	left:0;
}

.star_rating_notrated li a:hover {
	background-position: left bottom;
}

.star_rating li a.one_star {
	width:20%;
	z-index:6;
}

.star_rating li a.two_stars {
	width:40%;
	z-index:5;
}

.star_rating li a.three_stars {
	width:60%;
	z-index:4;
}

.star_rating li a.four_stars {
	width:80%;
	z-index:3;
}

.star_rating li a.five_stars {
	width:100%;
	z-index:2;
}

.star_rating .current_rating {
	z-index:1;
	background-position: left center;
}

.star_rating_success,
.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.inline_rating {
	background: url(images/star_rating.png) left -1000px repeat-x;
	float: left;
	vertical-align: middle;
	padding-right: 5px;
}
		.usercp_nav_item {
	display: block;
	padding: 5px 0 5px 10px;
}
.usercp_nav_composepm {
	background-position: 0 0;
}

.usercp_nav_pmfolder {
	background-position: 0 -20px;
}

.usercp_nav_sub_pmfolder {
	padding-left: 40px;
	background-position: 0 -40px;
}

.usercp_nav_trash_pmfolder {
	padding-left: 40px;
	background-position: 0 -60px;
}

.usercp_nav_pmtracking {
	background-position: 0 -80px;
}

.usercp_nav_pmfolders {
	background-position: 0 -100px;
}

.usercp_nav_profile {
	background-position: 0 -120px;
}

.usercp_nav_email {
	padding-left: 40px;
	background-position: 0 -140px;
}

.usercp_nav_password {
	padding-left: 40px;
	background-position: 0 -160px;
}

.usercp_nav_username {
	padding-left: 40px;
	background-position: 0 -180px;
}

.usercp_nav_editsig {
	padding-left: 40px;
	background-position: 0 -200px;
}

.usercp_nav_avatar {
	padding-left: 40px;
	background-position: 0 -220px;
}

.usercp_nav_options {
	background-position: 0 -240px;
}

.usercp_nav_usergroups {
	background-position: 0 -260px;
}

.usercp_nav_editlists {
	background-position: 0 -280px;
}

.usercp_nav_attachments {
	background-position: 0 -300px;
}

.usercp_nav_drafts {
	background-position: 0 -320px;
}

.usercp_nav_subscriptions {
	background-position: 0 -340px;
}

.usercp_nav_fsubscriptions {
	background-position: 0 -360px;
}

.usercp_nav_viewprofile {
	background-position: 0 -380px;
}

.usercp_nav_home {
	background-position: 0 -400px;
}

.usercp_notepad {
	width: 99%;
}

.usercp_container {
	margin: 5px;
	padding: 8px;
	border:1px solid #CCCCCC;
}

.pmspace {
	float: right;
	margin: -3px 5px;
}

.pmspace_container {
	background: #fff;
	border: 1px solid #ccc;
	width: 100px;
	display: inline-block;
}

.pmspace_used {
	display: inline-block;
	color: #fff;
	margin: -1px;
}

.pmspace_used.low {
	border: 1px solid #0c5a01;
	background: #167203;
}

.pmspace_used.medium {
	background: #ff862b;
	border: 1px solid #d7611e;
}

.pmspace_used.high {
	background: #e73c3c;
	border: 1px solid #c00;
}

.pmspace_unused {
	display: inline-block;
}

.pmspace_text {
	padding: 1px 5px;
	display: inline-block;
}
		.thread_tools,
ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.thread_tools li {
	padding-left: 24px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
	background-image: url(images/showthread_sprite.png);
	background-repeat: no-repeat;
}

ul.thread_tools li.printable {
	background-position: 0 0;
}

ul.thread_tools li.sendthread {
	background-position: 0 -20px;
}

ul.thread_tools li.subscription_add {
	background-position: 0 -40px;
}

ul.thread_tools li.subscription_remove {
	background-position: 0 -60px;
}

ul.thread_tools li.poll {
	background-position: 0 -80px;
}

.showthread_spinner {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
}


		.tipsy {
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
    background:#3e3e3e;
	border:1px solid #3e3e3e;
	color:#fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font-size: 12px;
    max-width: 200px;
    padding: 5px 8px;
    text-align: center;
	text-transform: capitalize;

}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #3e3e3e;
}

.tipsy-arrow-n {
    border-bottom-color: #3e3e3e;
}

.tipsy-arrow-s {
    border-top-color: #3e3e3e;
}

.tipsy-arrow-e {
    border-left-color: #3e3e3e;
}

.tipsy-arrow-w {
    border-right-color: #3e3e3e;
}

.tipsy-n .tipsy-arrow {
    top: 0px; left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}





	tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
	border-right: 0;
}

.tborder {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.tborder tbody tr:last-child > td {
	border-bottom: 0;
}

.tborder tbody tr:last-child > td:first-child {
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.tborder tbody tr:last-child > td:last-child {
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.thead {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.thead_collapsed {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.thead_left {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.thead_right {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.tcat_menu {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
  	border-radius: 0 !important;
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
	-moz-border-radius-bottomleft: 2px !important;
	-moz-border-radius-bottomright: 2px !important;
	-webkit-border-bottom-left-radius: 2px !important;
	-webkit-border-bottom-right-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.postbit_buttons > a,
a.button {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.post.classic .post_author {
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

.popup_menu .popup_item_container:first-child .popup_item {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.popup_menu .popup_item_container:last-child .popup_item {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.pagination a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.pollbar {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


		.col,
.col * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.col {
  position: relative;
  float: left;
  padding: 0 1em;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

@media all and (max-width: 480px) {
  .col {
    width: 100% !important;
    margin: 0 !important;
  }
}

.fade{
opacity:0;
-webkit-transition:opacity .15s linear;
-o-transition:opacity .15s linear;
transition:opacity .15s linear
}

.fade.in{
opacity:1
}

.dropdown,.dropup{
position:relative
}

.dropdown-toggle:focus{
outline:0
}

.dropdown-menu{
position:absolute;
top:100%;
left:0;
z-index:1000;
display:none;
float:left;

background: rgba(54,54,54,1);
padding: 15px 0;
margin:2px 0 0;
text-align:left;
list-style:none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-shadow: 0px 1px 1px rgba(54,54,54,1);
box-shadow: rgba(0,0,0,0.5) 0px 3px 40px, rgba(0,0,0,0.2) 0px 1px 2px;
font-family: 'Droid Sans', sans-serif
font-size: 12px;
color: #fff;

}

.dropdown-menu.pull-right{
right:0;left:auto
}

.dropdown-menu .divider{
height:1px;
margin:9px 0;
overflow:hidden;
background:rgba(54,54,54,1);
}

.dropdown-menu>li>a{
display:block;
padding:3px 20px;
clear:both;
line-height:1.42857143;
color:#fff;
white-space:nowrap;
font-family: 'Droid Sans', sans-serif
font-size: 12px;
text-shadow: 0px 1px 1px rgba(54,54,54,1);
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
color:#fff;
text-decoration:none;
background:rgba(54,54,54,1);
font-family: 'Droid Sans', sans-serif
font-size: 12px;
text-shadow: 0px 1px 1px rgba(54,54,54,1);

}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{
color:#fff;
text-decoration:none;
background:rgba(54,54,54,1);
outline:0;
font-family: 'Droid Sans', sans-serif
font-size: 12px;
text-shadow: 0px 1px 1px rgba(54,54,54,1);
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
color:#fff;
background:rgba(54,54,54,1);
font-family: 'Droid Sans', sans-serif
font-size: 12px;
text-shadow: 0px 1px 1px rgba(54,54,54,1);
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
text-decoration:none;
cursor:not-allowed;
background-color:transparent;
background-image:none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
font-family: 'Droid Sans', sans-serif
font-size: 12px;
text-shadow: 0px 1px 1px rgba(54,54,54,1);
}

.open>.dropdown-menu{
display:block
}

.open>a{
outline:0
}

.dropdown-menu-right{
right:0;left:auto
}

.dropdown-menu-left{
right:auto;left:0
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(54,54,54,1);
  border-left: 7px solid transparent;
  border-bottom-color: rgba(54,54,54,1);
  content: '';
font-family: 'Droid Sans', sans-serif
font-size: 12px;
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(54,54,54,1);
  border-left: 6px solid transparent;
  content: '';
font-family: 'Droid Sans', sans-serif
font-size: 12px;
}












	.select2-results,
.select2-no-results,
.select2-container {
    text-shadow:none;
}

.thead_collapsed {
   opacity: 0.4;
}

.thead {
   -webkit-transition: all 250ms ease-in-out;
   -moz-transition: all 250ms ease-in-out;
   -o-transition: all 250ms ease-in-out;
   transition: all 250ms ease-in-out;
}

:focus {
	outline: none;
}

.pinfo {
	width: 70%;
	color: #fff;
	padding: 10px;
	margin: 5px 5px 5px 5px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

footer {
	background: #0e0e0e;
	color: #fff;
	padding: 3px;
	border: #232323 1px solid;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top: none;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;

	-webkit-box-shadow: inset 0 0 1px 1px #262626;
	-moz-box-shadow: inset 0 0 1px 1px #262626;
	box-shadow: inset 0 0 1px 1px #262626;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.pagination2 a:link, .pagination2 a:visited {
	background: #414141;
	color: #fff;
	border: 1px solid #414141;
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
	padding: 3px 6px;
	transition: all 0.5s ease;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 9px !important;
}

#fadehover  a {
	text-shadow: 1px 1px 0px #fff;
}

#fadehover a:hover{
opacity: 2;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
  	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
}

.postbit_buttons2 a.postbit_find span:before {
content: "\f002";
}

.postbit_buttons2 a.postbit_reputation_add span:before {
content: "\f067";
}

.postbit_buttons2 a.postbit_email span:before {
content: "\f0e0";
}

.postbit_buttons2 a.postbit_website span:before {
content: "\f0ac";
}

.postbit_buttons2 a.postbit_pm span:before {
content: "\f199";
}

.postbit_buttons2 > a:link,
.postbit_buttons2 > a:hover,
.postbit_buttons2 > a:visited,
.postbit_buttons2 > a:active {
	display: inline-block;
	margin: 2px;
	background: #3e3e3e;
	color: #fff;
	padding: 2px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 0px 1px 1px #161616;
	border: 1px solid #4f4f4f;
	font-size: 12px;
}

.postbit_buttons2 > a:hover {
	background: #403f3f;
	color: #fff;
}

.postbit_buttons2 a span:before {
   content: "";
   display: inline-block;
   font-family: FontAwesome;
   font-weight: normal;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 12px;
}

.stposts {
    background: #0e0e0e;
    border: 1px solid #232323;
    padding: 10px 15px;
    transition: all 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    font-style: normal;
	text-align: left;
}

.user {
    background: #0e0e0e;
    border: 1px solid #232323;
    padding: 10px 15px;
    transition: all 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    font-style: normal;
	text-align: left;
}

br {
 clear:left
}

.footmenu {
	width: 100%;
}

.footmenu ul {
    margin: 0; padding: 0;
    float: left;
}

.footmenu ul li {
    display: inline;
}

.footmenu ul li a {
	color: white;
	float: left;
	padding: 5.5px 5px;

	text-decoration: none;
}

.footmenu ul li a:visited {
    color: white;
}

.footmenu ul li a:hover, .footmenu ul li .current {
    color: white;
}

a.button4:link,
a.button4:visited,
a.button4:active {
	display: inline-block;
	padding: 7px 9px;
	color: #fff;


	text-decoration: none;
	font-size: 14px;
}

a.button4:hover {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.button5:link,
a.button5:visited,
a.button5:active {
	color: #fff;
	display: inline-block;
	padding: 4px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #2b8995;
	border: 1px solid #4dabb7;
	text-shadow: 0px 1px 1px #1c626b;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.button5:hover {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.userbg {
	background: #fff;
	float: right;
	text-align: right;
	background-color: rgba(0,0,0,.4);
	padding: 10px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;

	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 13px;
	font-style: normal;
}

a.twitch:link,
a.twitch:visited,
a.twitch:hover,
a.twitch:active {
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 4px 6px;
	margin: 2px 2px 6px 2px;
	transition: text-shadow 3s;
	-moz-transition: text-shadow 3s;
	-webkit-transition: text-shadow 3s;
	-o-transition: text-shadow 3s;
	text-shadow: 1px 1px 0px #593895;
	box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150);
	background-color: #6441a5;
	font-family: 'Open Sans', Arial, sans-serif;
}

a.yt:link,
a.yt:visited,
a.yt:hover,
a.yt:active {
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 4px 6px;
	margin: 2px 2px 6px 2px;
	transition: text-shadow 3s;
	-moz-transition: text-shadow 3s;
	-webkit-transition: text-shadow 3s;
	-o-transition: text-shadow 3s;
	text-shadow: 1px 1px 0px #e52c27;
	box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150);
	background-color: #e52c27;
	font-family: 'Open Sans', Arial, sans-serif;
}

a.goog:link,
a.goog:visited,
a.goog:hover,
a.goog:active {
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 4px 6px;
	margin: 2px 2px 6px 2px;
	transition: text-shadow 3s;
	-moz-transition: text-shadow 3s;
	-webkit-transition: text-shadow 3s;
	-o-transition: text-shadow 3s;
    text-shadow: 1px 1px 0px #a12e23;
	box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150);
	background-color: #c0392c;
	font-family: 'Open Sans', Arial, sans-serif;
}

a.tw:link,
a.tw:visited,
a.tw:hover,
a.tw:active {
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 4px 6px;
	margin: 2px 2px 6px 2px;
	transition: text-shadow 3s;
	-moz-transition: text-shadow 3s;
	-webkit-transition: text-shadow 3s;
	-o-transition: text-shadow 3s;
	text-shadow: 1px 1px 0px #288bb6;
	box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150);
	background-color: #2daae1;
	font-family: 'Open Sans', Arial, sans-serif;
}

a.fb:link,
a.fb:visited,
a.fb:hover,
a.fb:active {
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 4px 6px;
	margin: 2px 2px 6px 2px;
	transition: text-shadow 3s;
	-moz-transition: text-shadow 3s;
	-webkit-transition: text-shadow 3s;
	-o-transition: text-shadow 3s;
	text-shadow: 1px 1px 0px #334d82;
	box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150);
	background-color: #3b5997;
	font-family: 'Open Sans', Arial, sans-serif;
}

a.button6:link,
a.button6:visited,
a.button6:active {
	color: #777;
	display: inline-block;
	padding: 4px 0px;
	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
	margin-top: 10px;

	text-decoration: none;
	font-size: 12px;
}

a.button6:hover {
	color: #777;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#mainwidth {
	width: 90%;
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
	margin-bottom: 60px;
}

div.theme, div.language {
    display: inline-block;
}

legend {
	background: #4dabb7;
	color: #fff;
	text-shadow: 1px 1px 0px #2f7a84;
	padding: 3px 4px;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #4dabb7;

	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 11px;
}

fieldset {
	background: #000;
	border: #232323 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}

.topbar {
	background: #393b47 url(forum/images/revolution/bfbg.jpg) top center;
	border-bottom: 1px solid #262626;
	height: 220px;
	padding: 0;
	margin: auto;
	text-shadow: 1px 1px 0px #262832;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #fff;
}

.menu {
	background: #000;
	width: 100%;
	float: left;
	text-align: left;
	background-color: rgba(0,0,0,.8);

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.menu ul {
	padding: 0;
	margin: 0;

	font-family: 'Droid Sans', sans-serif;
}

.menu li {
	list-style: none;
	display: inline-block;
	padding: 13px 12px;
	margin: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.menu li:hover, .menu li:active {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	font-family: 'Droid Sans', sans-serif;
}

.menu li a:link, .menu li a:visited {
	color: #fff;
	text-shadow: 1px 1px 0px #262832;

	font-family: 'Droid Sans', sans-serif;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert  a:active {
	color: #fff;
}

#pm_notification {
	display: inline-block;
	height: 10px;
	line-height: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 5px 4px 5px;
	background: #912222;
	color: #fff;
	text-shadow: 1px 1px 1px #6e1b1b;
	border: 1px solid #b11919;
	font-size: 12px;
	font-style: normal;
}

a#pm_notification {
	text-shadow: 1px 1px 0px #7a7878;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
}


		body {
	background: #171b1d	url(images/revolution/bg.png) repeat;
	color: #ccc;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	overflow-y: scroll;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:active {
	color: #ccc;
	text-decoration: none;
}

#container {
	color: #ccc;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.wrapper {
	margin: auto auto;
}

#logo {
	padding: 10px 0;
	margin-top: 50px;
}

#content {
	background: #151515;
	width: auto !important;
	color: #ccc;
	padding: 10px 10px;
	overflow: hidden;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-box-shadow: inset 0 0 1px 1px #262626;
	-moz-box-shadow: inset 0 0 1px 1px #262626;
	box-shadow: inset 0 0 1px 1px #262626;
	border: #232323 1px solid;
	text-shadow: 1px 1px 0px #0d0d0d;
	-moz-box-shadow: 0 5px 25px #0d0d0d;
	-webkit-box-shadow: 0 5px 25px#0d0d0d;
	box-shadow: 0 5px 25px #0d0d0d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.menu li {
	margin: 0 7px;
	display: inline;
}

#header ul.menu li a {
	padding-left: 20px;
	background-image: url(images/headerlinks_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 16px;
}

#logo ul.top_links {
	font-weight: bold;
	text-align: right;
	margin: -10px 5px 0 0;
}

#logo ul.top_links a.search {
	background-position: 0 0;
}

#logo ul.top_links a.memberlist {
	background-position: 0 -20px;
}

#logo ul.top_links a.calendar {
	background-position: 0 -40px;
}

#logo ul.top_links a.help {
	background-position: 0 -60px;
}

#logo ul.top_links a.portal {
	background-position: 0 -180px;
}

#panel .upper a.logout {
	font-weight: bold;
	background: url(images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
	background: url(images/headerlinks_sprite.png) 0 -100px no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .upper a.register {
	background: url(images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .lower ul.panel_links {
	float: left;
}

#panel .lower ul.panel_links a.usercp {
	background-position: 0 -120px;
}

#panel .lower ul.panel_links a.modcp {
	background-position: 0 -140px;
}

#panel .lower ul.panel_links a.admincp {
	background-position: 0 -160px;
}

#panel .lower ul.user_links {
	float: right;
}

#panel .lower ul.user_links li a {
	padding: 0;
	background-image: none;
}

#panel .upper {
	background: #0f0f0f url(images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 7px;
	clear: both;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
	color: #fff;
}

#panel .lower {
	background: #efefef;
	color: #999;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active {
	color: #666;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	background: #0066a2 url(images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#footer {
	background: #efefef;
	clear: both;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
	background: #efefef;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 6px;
	font-size: 12px;
	overflow: hidden;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #777;
}

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .language select {
	border-color: #ccc;
}

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .theme select {
	border-color: #ccc;
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 4px 0 0 0;
}

#footer .lower {
	color: #666;
	padding: 6px 6px 12px 6px;
	overflow: hidden;
	font-size: 11px;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #444;
	font-weight: bold;
}

#footer .lower a:hover,
#footer .lower a:active {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#footer .lower #current_time {
	float: right;
	color: #888;
}

#debug {
	float: center;
	text-align: center;
	margin-top: 5px;

	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
height: 50px;
width: 50px;
font-size: 30px;
text-align: center;
}

.forum_status i {
display: inline-block;
line-height: 50px;
}

.forum_on {
color: #3e3e3e;
}

.forum_off, .forum_offlock, .forum_offlink {
color: #333;
}

.forum_off i {
opacity: .4;
}

.forum_offlock i:before {
content: "\f05e";
}

.forum_offlink i:before {
content: "\f079";
}

.subforumicon {
	width: 5px;
	height: 5px;
	display: inline-block;
	margin: 5px 5px 5px 5px;
	padding-right: 5px;
	font-size: 8px;
}

.subforum_minion {
	color: #fff;
	font-size: 5px;
}

.subforum_minioff, .subforum_miniofflock, .subforum_miniofflink {
	color: #fff;
	font-size: 5px;
}

.subforum_minioff {
	color: #fff;
	opacity: .4;
	font-size: 5px;
}

.subforum_miniofflock i:before {
	color: #fff;
	content: "\f111";
	font-size: 5px;
}

.subforum_miniofflink i:before {
	color: #646464;
	content: "\f111";
	font-size: 5px;
}

table {
	color: #ccc;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.tborder {
	background: #181818;
	width: 100%;
	margin: auto auto;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-box-shadow: inset 0 0 1px 1px #262626;
	-moz-box-shadow: inset 0 0 1px 1px #262626;
	box-shadow: inset 0 0 1px 1px #262626;
	border: #101010 1px solid;
	padding: 1px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background: #151515 url(images/revolution/thead.png) top left repeat-x;
	color: #ffffff;
	padding: 10px;
	border-bottom: 1px solid #070707;
	text-shadow: 1px 1px 0px #070707;
	-webkit-box-shadow: inset 0 0 1px 1px #2a2a2a;
	-moz-box-shadow: inset 0 0 1px 1px #2a2a2a;
	box-shadow: inset 0 0 1px 1px #2a2a2a;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.thead a:hover,
.thead a:active {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.tcat {
	background: #181818;
	color: #ccc;
	border-top: #101010 1px solid;
	border-bottom: #262626 1px solid;
	padding: 6px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.tcat a:link {
	color: #fff;
}

.tcat a:visited {
	color: #fff;
}

.tcat a:hover,
.tcat a:active {
	color: #fff;
}

.trow1 {
	background: #181818;
	color: #ccc;
	border-top: #101010 1px solid;
	border-bottom: #262626 1px solid;
	padding: 10px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.trow2 {
	background: #181818;
	color: #ccc;
	border-top: #101010 1px solid;
	border-bottom: #262626 1px solid;
	padding: 10px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.trow_shaded {
	background: #1f1f1f;
	color: #fff;
	border-top: #101010 1px solid;
	border-bottom: #262626 1px solid;
	padding: 10px;

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #0e0e0e;
}

.post.unapproved_post .post_author {
}

.post.classic.unapproved_post .post_author {
	border: 1px solid #232323;
}

.post.unapproved_post .post_controls {
}

.trow_deleted,
.post.deleted_post {
}

.trow_selected,
tr.trow_selected td {
	background: #1f1f1f;
	color: #fff;
	border-top: #101010 1px solid;
	border-bottom: #262626 1px solid;
	padding: 10px;

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #fff;
}

.trow_sep {
	background: #151515 url(images/revolution/thead.png) top left repeat-x;
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid #070707;
	text-shadow: 1px 1px 0px #070707;
	-webkit-box-shadow: inset 0 0 1px 1px #2a2a2a;
	-moz-box-shadow: inset 0 0 1px 1px #2a2a2a;
	box-shadow: inset 0 0 1px 1px #2a2a2a;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.tfoot {
	background: #181818;
	color: #ccc;
	border-top: #101010 1px solid;
	border-bottom: #262626 1px solid;
	padding: 10px;
}

.tfoot a:link {
	color: #ccc;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ccc;
	text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
	color: #fff;
	text-decoration: none;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.navigation {
	color: #ccc;
	font-size: 12px;
}

.navigation a:link {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.navigation a:visited {
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
}

.navigation a:hover,
.navigation a:active {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.navigation .active {
	color: #ccc;
	font-size: 12px;
}

.smalltext {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.largetext {
	font-weight: bold;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

fieldset {
	background: #000;
	color: #ccc;
	padding: 12px;
	margin: 0;
	border: #232323 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

fieldset.trow1,
fieldset.trow2 {
	background: #0e0e0e;
	border: #232323 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #101010;
	color: #fff;
	padding: 5px;
	outline: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #232323;
	text-shadow: none;
	-webkit-box-shadow: 0 0 0px 1000px #101010 inset !important;
	-webkit-text-fill-color: white !important;

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

textarea {
	background: #101010 ;
	color: #fff;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	border: 1px solid #232323;
	-webkit-box-shadow: 0 0 0px 1000px #101010 inset !important;
	-webkit-text-fill-color: white !important;

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

select {
	background: #0e0e0e;
	color: #ccc;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	border: 1px solid #232323;

	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

button,
input.button {
	color: #ffffff;
	background-image: linear-gradient(#272727, #212121);
	border: 1px solid #000;
	text-shadow: 1px 1px 0px #161617;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 9px;
	cursor: pointer;
	outline: 0;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

button:hover,
input.button:hover {
	color: #ccc;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
	text-shadow: none;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	text-shadow: none;
	font-size: 11px;
	font-weight: bold;
}

form #message {
    width: 500px;
}

.editor {
	color: #969696;
	text-decoration: none;
  	background: #151515;
   -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 1px 1px #262626;
    -moz-box-shadow: inset 0 0 1px 1px #262626;
     box-shadow: inset 0 0 1px 1px #262626;
     border: #101010 1px solid;
     text-shadow: 1px 1px 0px #0d0d0d;
}

.editor_control_bar {
	color: #969696;
	text-decoration: none;
  	background: #151515;
   -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 1px 1px #262626;
    -moz-box-shadow: inset 0 0 1px 1px #262626;
     box-shadow: inset 0 0 1px 1px #262626;
     border: #101010 1px solid;
     text-shadow: 1px 1px 0px #0d0d0d;
}

.post .editor_control_bar {
	color: #969696;
	text-decoration: none;
  	background: #151515;
   -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 1px 1px #262626;
    -moz-box-shadow: inset 0 0 1px 1px #262626;
     box-shadow: inset 0 0 1px 1px #262626;
     border: #101010 1px solid;
     text-shadow: 1px 1px 0px #0d0d0d;
}

.popup_menu {
	background: rgba(54,54,54,1);
	color: #fff;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px 1px 1px rgba(54,54,54,1);
	box-shadow: rgba(0,0,0,0.5) 0px 3px 40px, rgba(0,0,0,0.2) 0px 1px 2px;

	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.popup_menu .popup_item {
	color: #fff;
	padding: 4px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-shadow: 0px 1px 1px rgba(54,54,54,1);
	text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.popup_menu .popup_item:hover {
	text-shadow: 0px 1px 1px rgba(54,54,54,1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ccc;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.trow_reputation_positive {
	background: #144b14;
	color: #fff;
	text-shadow: 1px 1px 0px #144b14;
}

.trow_reputation_negative {
	background: #912222;
	color: #fff;
	text-shadow: 1px 1px 0px #6e1b1b;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	color: #fff;
	background-color: #232323;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	color: #333;
	border-bottom: 1px solid #F7E86A;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFBD9;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	background: #1f1f1f;
	margin: 0;
	padding: 10px;
	border: #232323 1px solid;
	text-shadow: 1px 1px 0px #0d0d0d;
	padding: 10px;
	border-left: #ccc 4px solid;

	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

blockquote cite {
	border-bottom: 1px solid #1f1f1f;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;

	font-weight: bold;
}

blockquote cite span {
	color: #ccc;
	float: right;

	font-size: 12px;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #1f1f1f;
	border: #232323 1px solid;
	text-shadow: 1px 1px 0px #0d0d0d;
	padding: 10px;
	border-left: #ccc 4px solid;

	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.codeblock .title {
	border-bottom: 1px solid #1f1f1f;
	padding-bottom: 3px;
	margin: 0 0 10px 0;

	font-weight: bold;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-shadow: 0px 1px 1px rgba(54,54,54,1);

	text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #3e3e3e;
	color: #fff;
	text-shadow: 1px 1px 0px #161616;
	border: 1px solid #5e5c5c;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 15px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
}

.pm_alert a:link,
.pm_alert a:visited,
.pm_alert a:hover,
.pm_alert  a:active {
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
}

.red_alert {
	background: #912222;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #6e1b1b;
	border: 1px solid #b11919;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 15px;
	word-wrap: break-word;
	text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert  a:active {
	color: #ccc;
	text-align: left;
	line-height: 1.4;
	margin: 0;

	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	background: #FFF6BF;
	color: #000;
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-shadow: none;
	font-size: 12px;
}

div.error a:link,
div.error a:visited,
div.error a:hover,
div.error a:active {
	color: #000;
	text-shadow: none;
}

div.error p {
	color: #000;
	margin: 0;
	text-shadow: none;
	font-weight: normal;
}

div.error p a:link,
div.error p a:visited,
div.error p a:hover,
div.error p a:active {
	color: #000;
	text-shadow: none;
}

div.error p em {
	background: url(images/error.png) no-repeat 0;
	color: #000;
	padding-left: 24px;
	display: block;
	text-shadow: none;
	font-style: normal;
	font-weight: bold;
}

div.error p em a:link,
div.error p em a:visited,
div.error p em a:hover,
div.error p em a:active {
	color: #000;
	text-shadow: none;
}

div.error ul {
	margin-left: 24px;
	text-shadow: none;
}

div.error ul a:link,
div.error ul a:visited,
div.error ul a:hover,
div.error ul a:active {
	color: #000;
	text-shadow: none;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
	color: #ccc;
	padding-top: 0;
}

.pagination .pages {
	color: #fff;
	text-shadow: 1px 1px 0px #161616;
    font-size: 13px;
	font-weight: bold;
}

.pagination .pagination_current,
.pagination a {
	background: #3e3e3e;
	padding: 4px 8px;
	text-shadow: 1px 1px 0px #161616;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-box-shadow: inset 0 0 1px 1px #5d5d5d;
	-moz-box-shadow: inset 0 0 1px 1px #5d5d5d;
	box-shadow: inset 0 0 1px 1px #5d5d5d;
	border: 1px solid #161616;
	color: #ffffff;
	font-size: 12px;
}

.pagination a {
	background: #3e3e3e;
	text-shadow: 1px 1px 0px #161616;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-box-shadow: inset 0 0 1px 1px #5d5d5d;
	-moz-box-shadow: inset 0 0 1px 1px #5d5d5d;
	box-shadow: inset 0 0 1px 1px #5d5d5d;
	border: 1px solid #161616;
	color: #ffffff;
}

.pagination .pagination_current {
     background: #202020;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     text-shadow: 1px 1px 0px #0e0e0e;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 1px 1px #3d3d3d;
    -moz-box-shadow: inset 0 0 1px 1px #3d3d3d;
    box-shadow: inset 0 0 1px 1px #3d3d3d;
    border: 1px solid #0e0e0e;
    color: #fff;
	padding: 4px 8px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.pagination a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.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;
	margin-top: 7px;
}

.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;
	margin-bottom: 10px;
	text-shadow: none;
	font-size: 10px;
	font-weight: bold;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	background: #0e0e0e;
	border-bottom: 1px solid #232323;
	border-top: 2px solid #232323;
	padding: 5px;
	overflow: hidden;
	border-top: 1px solid #232323;
}

.post.classic .post_author {
	width: 15%;
	float: left;
	margin: 0 1% 15px 0;
	border-left: 0;
	padding: 5px 1%;
	border: 1px solid #232323;
	border-left: none;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	padding: 5px;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #232323;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.post .post_head span.post_date {
	color: #ccc;
}

.post .post_head span.edited_post {
	color: #ccc;
	font-size: 12px;
}

.post .post_head span.edited_post a {
	color: #ccc;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
}

.post.classic .post_content {
	float: left;
	width: 79%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	padding: 10px 0 4px 0;
	border-top: 1px dashed #232323;
}

.post .post_meta {
	color: #ccc;
	margin: 4px 0;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #ccc;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #fff;
}

.post_controls {
	background: #0e0e0e;
	clear: both;
	border: 1px solid #232323;
	padding: 8px;
	overflow: hidden;
	border-top: none;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 2px;
	background: #3e3e3e;
	color: #fff;
	text-shadow: 0px 1px 1px #161616;
	border: 1px solid #4f4f4f;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.postbit_buttons > a:hover {
	background: #403f3f;
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.postbit_buttons a span:before {
   content: "";
   display: inline-block;
   font-family: FontAwesome;
   font-weight: normal;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-right: 5px;
   font-size: 12px;
}

.postbit_buttons a.postbit_find span:before {
content: "\f002";
}

.postbit_buttons a.postbit_reputation_add span:before {
content: "\f067";
}

.postbit_buttons a.postbit_email span:before {
content: "\f0e0";
}

.postbit_buttons a.postbit_website span:before {
content: "\f0ac";
}

.postbit_buttons a.postbit_pm span:before {
content: "\f199";
}

.postbit_buttons a.postbit_quote span:before {
content: "\f10e";
}

.postbit_buttons a.postbit_multiquote span:before {
content: "\f055";
}

.postbit_buttons a.postbit_multiquote_on span:before {
content: "\f056";
   color: #DB1304;
}

.postbit_buttons a.postbit_edit span:before {
content: "\f044";
}

.postbit_buttons a.postbit_qdelete span:before {
content: "\f00d";
}

.postbit_buttons a.postbit_qrestore span:before {
content: "\f067";
}

.postbit_buttons a.postbit_report span:before {
content: "\f0a1";
}

.postbit_buttons a.postbit_warn span:before {
content: "\f0e3";
}

.postbit_buttons a.postbit_purgespammer span:before {
content: "\f071";
}

.postbit_buttons a.postbit_reply_pm span:before {
content: "\f112";
}

.postbit_buttons a.postbit_reply_all span:before {
content: "\f122";
}

.postbit_buttons a.postbit_forward_pm span:before {
content: "\f064";
}

.postbit_buttons a.postbit_delete_pm span:before {
content: "\f00d";
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: #3e3e3e;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 1px 1px 1px #3e3e3e;
	border-left: 4px solid #5e5c5c;
	border-right: 4px solid #5e5c5c;

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

a.button.small_button {
	margin: 0;
	padding: 3px 6px;

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

a.button span {
	display: inline-block;

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

.quick_jump {
	background: url(images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
  z-index: 9999;
  color: #ffffff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
}

.jGrowl.top-left {
  left: 0px;
  top: 0px;
}

.jGrowl.top-right {
  right: 0px;
  top: 0px;
}

.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}

.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}

.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}

.jGrowl-notification {
  background-color: #000000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  word-break: break-all;
  min-height: 40px;
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: .85em;
}

.jGrowl-notification .jGrowl-close {
  background-color: transparent;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}

.jGrowl-closer {
  background-color: #000000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  word-break: break-all;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
}


}

/** jGrowl End **/

/** Modal Start **/

.modal {
	display: none;
	width: 400px;
	text-align: left;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.1 - 2015-05-10
* http://trentrichardson.com/Impromptu
* Copyright (c) 2015 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #777777;
}

iframe.jqifade{
	display:block;
	z-index:-1;
}

div.jqi{

	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}

div.jqi .jqicontainer{
}

div.jqi .jqiclose{

	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}

div.jqi .jqistate{
	background-color: #fff;
}

div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}

div.jqi .jqimessage{

	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto;
}

div.jqi .jqibuttonshide{
	display: none;
}

div.jqi .jqibuttons{

	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button{

	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}

div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}

div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}

.jqiwarning .jqi .jqibuttons{

	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{

	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{
 position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;
}

.jqi .jqiarrowtl{
 left: 10px; top: -20px; border-bottom-color: #ffffff;
}

.jqi .jqiarrowtc{
 left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px;
}

.jqi .jqiarrowtr{
 right: 10px; top: -20px; border-bottom-color: #ffffff;
}

.jqi .jqiarrowbl{
 left: 10px; bottom: -20px; border-top-color: #ffffff;
}

.jqi .jqiarrowbc{
 left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px;
}

.jqi .jqiarrowbr{
 right: 10px; bottom: -20px; border-top-color: #ffffff;
}

.jqi .jqiarrowlt{
 left: -20px; top: 10px; border-right-color: #ffffff;
}

.jqi .jqiarrowlm{
 left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px;
}

.jqi .jqiarrowlb{
 left: -20px; bottom: 10px; border-right-color: #ffffff;
}

.jqi .jqiarrowrt{
 right: -20px; top: 10px; border-left-color: #ffffff;
}

.jqi .jqiarrowrm{
 right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px;
}

.jqi .jqiarrowrb{
 right: -20px; bottom: 10px; border-left-color: #ffffff;
}

/** Impromptu End */

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {

}

.post.unapproved_post .post_author {
}

.post.classic.unapproved_post .post_author {

}

.post.unapproved_post .post_controls {

}

.trow_deleted,
.post.deleted_post {
	background: rgba(15,15,15,0.95);
    color: #f1f1f1;
	padding: 15px !important;
}

.deleted_post_hidden {
	background: rgba(15,15,15,0.95);
    color: #f1f1f1;
	padding: 10px !important;
	padding: 15px;
}

.deleted_post_collapsed {
	background: rgba(15,15,15,0.95);
    color: #f1f1f1;
	padding: 15px !important;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: 0px;
	padding: 15px;
}

.deleted_post_collapsed .show_deleted_post a.button span {
	background-position: 0 -400px;
}

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.modcp_nav_item {
	display: block;
	padding: 1px 0 1px 10px;
}

.modcp_nav_home {
	background-position: 0 0;
}

.modcp_nav_announcements {
	background-position: 0 -20px;
}

.modcp_nav_reports {
	background-position: 0 -40px;
}

.modcp_nav_modqueue {
	background-position: 0 -60px;
}

.modcp_nav_modlogs {
	background-position: 0 -80px;
}

.modcp_nav_editprofile {
	background-position: 0 -100px;
}

.modcp_nav_banning {
	background-position: 0 -120px;
}

.modcp_nav_warninglogs {
	background-position: 0 -140px;
}

.modcp_nav_ipsearch {
	background-position: 0 -160px;
}

.modqueue_message {
	overflow: auto;
	max-height: 250px;
}

.modqueue_controls {
	width: 270px;
	float: right;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	padding: 6px;
	font-weight: bold;
}

.modqueue_controls label {
	margin-right: 8px;
}

.label_radio_ignore,
.label_radio_delete,
.label_radio_approve {
	font-weight: bold;
}

.modqueue_meta {
	color: #444;
	font-size: 95%;
	margin-bottom: 8px;
}

.modqueue_mass {
	list-style: none;
	margin: 0;
	width: 150px;
	padding: 0;
}

.modqueue_mass li {
	margin-bottom: 4px;
	padding: 0;
}

.modqueue_mass li a {
	display: block;
	padding: 4px;
	border: 1px solid transparent;
}

.modqueue_mass li a:hover {
	background: #efefef;
	border: 1px solid #ccc;
	text-decoration: none;
}
