body {
	background: #f2f0e4;
	color: #000;
	font-family: 'PT Sans Caption', Arial, sans-serif;
	font-size: 13px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
	margin: 0;
}

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

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

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

#container {
	background: #f2f0e4;
	color: #000000;
	margin: auto auto;
	padding: 0;
	text-align: left; /* IE 5 fix */
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: 95%;
	padding: 0 20px;
	margin: 0 auto;
}

#body-content {
	background:  url(../../../images/audentio/luxure/background.png) top left repeat-x;
	margin: 1px auto 35px;
}

#header {
	background: #333;
}

.topbar {
	background: #333;
	margin: 0 auto;
	padding: 19px 0;
	width: 95%;
}

.menu {
	font-family: 'PT Sans Caption', Arial, sans-serif;
	color: #fff;
	padding: 0;
	list-style: none;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	float: left;
}

.menu li {
	display: inline;
	padding-right: 15px;
}

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

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

.menu a:hover, .menu ul a:active {
	color: #e4dab8;
	text-decoration: none;
}

.logo {
	padding: 35px 0;
}

#panel {
	color: #000000;
	font-size: 11px;
	float: right;
	white-space: nowrap;
    margin-top: 1px;
}

a.welcome-button:hover, a.welcome-button:active {
	background: url(../../../images/audentio/luxure/header-button.gif) 0 -33px repeat-x;
	border-bottom: 1px solid #868686;
	text-decoration: none;
}

a.welcome-button:hover span {
	background: url(../../../images/audentio/luxure/header-button-glow.png) center -32px no-repeat;
}

a.welcome-button, a.dropdown:hover, a.dropdown:active {
	background: url(../../../images/audentio/luxure/header-button.gif) 0 0 repeat-x;
	padding: 7px 0;
	color: #fff;
	border-bottom: 1px solid #d00808;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	text-decoration: none;
}

a.welcome-button span, a.dropdown:hover span {
        background: url(../../../images/audentio/luxure/header-button-glow.png) center top no-repeat;
        padding: 7px 11px;
}

a.dropdown {
	position: relative;
}

a.dropdown:focus {
	outline: none;
}

.dropdown-container {
	display: inline;
	position: relative;
}

.dropdown img {
	position: relative;
	top: 2px;
	margin: 0 0 0 3px;
}

.dropdown-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 20px;
	background: #f2f0e4 url(../../../images/audentio/luxure/dropdown_bg.gif) top left repeat-x;
	-moz-background-clip: padding;
    background-clip: padding-box; 
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
	border: 3px solid #d3d1c6;
	border: 3px solid rgba(0,0,0,.13);
	z-index: 100;
	padding: 15px 10px 0 10px;
}

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

.dropdown-menu .cp-links li {
	display: inline;
	padding: 0 15px 0 0;
}

.cp-links a:hover, .cp-links a:active {
	color: #000;
	text-decoration: none;
}

.cp-links .usercp a {
	background: url(../../../images/audentio/luxure/usercp.png) left center no-repeat;
	padding: 1px 0 1px 21px;
}

.cp-links .modcp a {
	background: url(../../../images/audentio/luxure/modcp.png) left center no-repeat;
	padding: 1px 0 1px 21px;
}

.cp-links .admincp a {
	background: url(../../../images/audentio/luxure/admincp.png) left center no-repeat;
	padding: 1px 0 1px 21px;
}

.useful-links-header {
	padding: 4px 0;
	background: url(../../../images/audentio/luxure/useful-links_bg.gif) top left repeat-x;
	border-top: 1px solid #e4dab8;
	border-bottom: 1px solid #e4dab8;
	margin: 15px -10px 0;
	color: #868272;
	text-shadow: 1px 1px 0 rgba(255,255,255,.46);
}

.useful-links-header span {
	padding: 0 10px;
}

.useful-links li {
	margin: 0 -10px;
	border-bottom: 1px solid #eee9d8;
}

.useful-links a {
	display: block;
	padding: 15px 10px;
	color: #aaa592
}

.useful-links a:hover, .useful-links a:active {
	background: #eee9d8;
	text-decoration: none;
}

a.private span {
	color: #aaa592;
}

.buddy-list {
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-bottom: 1px solid transparent !important;
}

.buddy-list:hover {
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-bottom: 1px solid #eee9d8 !important;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

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

.forum_status {
	height: 24px;
	width: 24px;
	background: url(../../../images/audentio/luxure/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -24px;
}

.forum_offlock {
	background-position: 0 -48px;
}

.forum_offlink {
	background-position: 0 -72px;
}

.subforumicon {
	height: 16px;
	width: 16px;
	display: inline-block;
	margin: 0 5px -4px;
	background: url(../../../images/audentio/luxure/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -16px;
}

.subforum_miniofflock {
	background-position: 0 -32px;
}

.subforum_miniofflink {
	background-position: 0 -48px;
}

table {
	color: #000;
	font-family: 'PT Sans Caption', Arial, sans-serif;
	font-size: 13px;
}

.tborder {
	background: #e4dab8;
	width: 100%;
	margin: auto auto;
        -moz-border-radius: 3px;
        border-radius: 3px;
}

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

.index-table {
	background: #eee9d8;
	border: 1px solid #e4dab8;
}

.index-trow tbody td:first-child {
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
}

.index-trow tbody td:last-child {
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
}

.index-trow {
	width: 100%;
	border: 1px solid #e7e0c7;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.index-trow td {
	background: #f5f1e3;
    padding: 10px;
}

.forum-name {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.forum-info {
	background: #eee9d8;
	opacity: .5;
	padding: 5px;
	border: 1px solid #e7e0c7;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	color: #000;
}

.thead {
	background: #333 url(../../../images/audentio/luxure/thead_bg.gif) top left repeat-x;
	color: #ffffff;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        height: 42px;
        padding-top: 0;
        padding-bottom: 0;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.thead strong {
        background: #333;
        padding: 7px;
        text-transform: uppercase;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 1px 1px 0 rgba(255,255,255, .09);
        -webkit-box-shadow: 1px 1px 0 rgba(255,255,255, .09);
        box-shadow: 1px 1px 0 rgba(255,255,255, .09);
}

.thead-smalltext, .forum-desc {
	padding: 0 0 0 7px;
}

.tcat {
	background: #eee9d8;
	color: #000000;
	font-size: 12px;
}

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

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

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

.trow1 {
	background: #fff;
}

.trow2 {
	background: #f5f1e3;
}

.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9 !important;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

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

.trow_sep {
	background: #e7e0c7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #333 url(../../../images/audentio/luxure/thead_bg.gif) top left repeat-x;
	color: #ffffff;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        height: 42px;
        padding-top: 0;
        padding-bottom: 0;
		vertical-align: middle;
}

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

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

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

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

#footer {
	background: #333;
}

#footer #theme_select {
  margin-top: -8px;
}

#footer select {
  padding: 7px;
}

#footer input {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  border: 0 !important;
}

.footer-content {
	width: 95%;
	margin: 0 auto;
}

#copyright {
	font: 11px 'PT Sans Caption', Arial, sans-serif;
	padding: 0 0 20px;
	color: #fff;
	margin: 0 auto;
}

#copyright a {
	color: #e4dab8;
}

.bottommenu {
	background: url(../../../images/audentio/luxure/bottommenu_bg.png) top left repeat-x;
	color: #000000;
	padding: 21px 20px;
	margin: 0 auto;
	position: relative;
	top: -14px;
}

.bottommenu a {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	margin: 0 15px 0 0;
}

.bottommenu-left {
	background: url(../../../images/audentio/luxure/bottommenu-left.png) top left no-repeat;
	float: left;
	margin-left: -15px;
}

.bottommenu-right {
	background: url(../../../images/audentio/luxure/bottommenu-right.png) top left no-repeat;
	float: right;
	margin-right: -15px;
}

.bottommenu-left, .bottommenu-right {
	width: 15px;
	height: 61px;
	position: relative;
	top: -14px;
}

#lang_select {
	margin: -4px 0 0;
}

.navigation {
        font-family: 'LeagueGothicRegular', 'PT Sans', Arial, sans-serif;
	color: #aaa;
	font-size: 24px;
        background: #333 url(../../../images/audentio/luxure/navigation_bg.gif) top left repeat-x;
        padding: 3px 3px 2px 15px;
        text-transform: uppercase;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 0 0 25px;
}

.navigation a:link {
	text-decoration: none;
        color: #e4dab8;
        text-shadow: 1px 0 0 #000;
}

.navigation a:visited {
	text-decoration: none;
        color: #e4dab8;
        text-shadow: 1px 0 0 #000;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
        color: #fff;
        text-shadow: 1px 0 0 #000;
}

.navigation .active {
	color: #fff;
}

.navigation .home-button {
	background: url(../../../images/audentio/luxure/home-button.png) 0 0 no-repeat;
	width: 63px;
	height: 66px;
	float: left;
	margin: -17px 5px 0 0;
}

.navigation .home-button-hover {
	background: url(../../../images/audentio/luxure/home-button.png) 0 -67px no-repeat !important;
}

.navigation .home {
	background: url(../../../images/audentio/luxure/home.png) center center no-repeat;
	float: left;
	width: 16px;
	height: 15px;
	font-size: 0;
	text-indent: -9999px;
	padding: 10px 14px 25px 11px;
	margin: 8px 11px 7px;
}

.navigation .nav-bit:first-of-type, .navigation .sep:nth-child(3) {
	display: none;
}

.nav-bit {
	padding: 0 5px;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #ddd;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #e4dab8;
	padding: 9px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #e4dab8;
	padding: 2px;
	font-family: 'PT Sans Caption', Arial, sans-serif;
	line-height: 1.4;
	font-size: 13px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

select {
	background: #ffffff;
	border: 1px solid #e4dab8;
	padding: 7px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

button,
input.button {
	padding: 7px 12px;
	cursor: pointer;
	font-family: "PT Sans Caption",Arial,sans-serif;
	font-size: 14px;
	background: rgb(85,85,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(85,85,85,1) 0%, rgba(52,52,52,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,1)), color-stop(100%,rgba(52,52,52,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
	border: 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, .1);
	color: #FFF;
  text-transform: uppercase;
  border-radius: 3px;
	outline: 0;
  font-weight: bold;
}

button:hover,
input.button:hover {
	border-color: #aaa;
}

.thead .button, .tfoot .button {
  background: #111 !important;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  color: #DDD;
}

.thead .button:hover, .tfoot .button:hover {
  color: #FFF;
  background: #000;
}

.thead .textbox, .tfoot .textbox {
  border: 0;
}

form {
	margin: 0;
	padding: 0;
}

form input.error {
	border: 1px solid #f30;
	color: #f30;
	background: #ffffff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

form input.valid {
	border: 1px solid #0c0;
	background: #ffffff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

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

form #message {
    width: 500px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.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 {
	background-color: #000000;
	color: #000000;
	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;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: -33px;
	position: relative;
	top: 7px;
}

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

blockquote {
	background: #fff url(../../../images/audentio/luxure/quote_bg.png) -8px -4px no-repeat;
	margin: 0;
	padding: 0 4px 4px 40px;
	color: #aaa592;
	border: 1px solid #e4dab8;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

blockquote cite {
	font-weight: bold;
	font-style: normal;
	display: block;
	margin: 0 0 4px;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

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

.codeblock {
	background: #fff url(../../../images/audentio/luxure/code_bg.png) -8px -3px no-repeat;
	padding: 0 4px 4px 40px;
	color: #aaa592;
	border: 1px solid #e4dab8;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.codeblock .title {
	font-weight: bold;
	margin: 0 0 4px;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.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-decoration: none;
}

.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: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

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

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

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: #333;
	font-weight: normal;
}

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

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

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

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

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 4px 9px;
        -moz-border-radius: 3px;
        border-radius: 3px;
	margin-bottom: 3px;
}

.pagination a {
        background: #eee9d8;
	border: 1px solid #e4dab8;
        color: #aaa592;
}

.pagination .pagination_current {
	background: #f5f1e3;
	border: 1px solid #e7e0c7;
	font-weight: bold;
	color: #000;
}

.pagination a:hover {
	background: #f5f1e3;
	border: 1px solid #e7e0c7;
	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;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#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 {
  background: #F5F1E3;
  border-top: 2px solid #E4DAB8;
}

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

.post.classic .post_author {
	border: 0;
    background: transparent;
	float: left;
	width: 15%;
	margin: 0 0 15px 1%;
	border-left: 0;
	padding: 5px 1%;
}

.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;
	border: 1px solid #E4DAB8;
	background: #fff;
}

.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 {
	border-top: 1px dotted #E4DAB8;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	font-size: 11px;
	padding: 0 10px;
	border-bottom: 1px solid #E4DAB8;
    background: #F5F1E3;
	margin-bottom: 4px;
    margin: -10px -10px 4px -10px;
    height: 30px;
    line-height: 30px;
}

.post.classic .post_head {
	margin: 0 -10px;
}

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

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

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

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

.post.classic .post_content {
	float: right;
	width: 79%;
	padding: 0 10px 5px 10px;
  border-left: 1px solid #E4DAB8;
  min-height: 237px;
}

.post_content {
	padding: 9px 10px 5px 10px;
    background: #FFF;
}

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

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

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

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

.post_controls {
	clear: both;
	background: #F5F1E3;
	border-top: 1px solid #E4DAB8;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 5px 7px;
	margin: 2px;
	font-family: "PT Sans Caption",Arial,sans-serif;
	font-size: 14px;
	background: rgb(85,85,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(85,85,85,1) 0%, rgba(52,52,52,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,1)), color-stop(100%,rgba(52,52,52,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
  text-transform: uppercase;
  font-weight: bold;
	color: #FFF;
  opacity: .7;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

.postbit_buttons > a:hover {
	text-decoration: none;
    opacity: 1;
}

.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;
    background-color: #101010;
    padding: 3px 7px;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
}

.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";
}

.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: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #000;
	font-size: 14px;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

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;
}

.index .navigation {
	display: none;
}

.bigenglish-top {
	margin: -33px 0 0 15px;
	position: relative;
	top: 7px;
}

.bigenglish-bottom {
	margin: -26px 0 0 15px;
	position: relative;
	top: 27px;
}

.bigenglish-top .bottom {
	display: none;
}

.bigenglish-bottom .top {
	display: none;
}

.no-padding {
	padding: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html .clearfix { 
	zoom: 1;
}

.non-ie {
	display: inline;
}

.ie-only {
	display: none;
}

#usercppms_img, #usercpprofile_img, #usercpmisc_img {
  margin-top: -7px;
}

/** 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: #fff;
	font-size: 12px;
	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 **/

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

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	background-color: #000;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	display: none;
	border-radius: 5px;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	margin: 10px;
}

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

.jGrowl .jGrowl-notification .jGrowl-close {
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.jGrowl .jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

/** 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 - v5.2.4 - 2014-05-26
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */

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

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 .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;
}

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;
}

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

		
		
		
		