/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html  {

    background: url(images/bg.jpg) 0 0 repeat;
}

body {
    background: transparent;
    /*background: url(/images/bg2.png);*/
	/*background: url(/images/Samhain_pattern.png);*/
}
html, body {
    color: #241c15;

    overflow-x: hidden;
}


h1 {
    color: #FFFFFF;
}

h2 {
    color: #241c15;
}

h3 {
    border-bottom-color: #CCCCCC;
    color: #241c15;
}

hr {
    border-color: #FFFFFF;
    border-top-color: #CCCCCC;
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a { color: #241c15; }
a:hover { color: #D31141; }

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
    color: #FFFFFF;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
    color: #A8D8FF;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
    background-color: #FFFFFF;
}

/* Post body links */
.postlink {
    color: #593b2e;
}

.postlink:visited {
    color: #593b2e;
}

.postlink:hover {
    color: #593b2e;
}

.signature a, .signature a:hover {
    background-color: transparent;
}

/* Back to top of page */
.top i {
    color: #999999;
}

/* Arrow links  */
.arrow-left:hover, .arrow-right:hover {
    color: #368AD2;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.wrap {

}

.headerbar {
    color: #FFFFFF;
    display: none;
}

.headerbar, .forumbg {

}

.section-index .forabg  {
    box-shadow: /* Inner shadow */  inset 0px 0px 60px 1px rgba(226, 208, 181, 0.55),  /* The top layer shadow */ 0 -1px 1px rgba(0,0,0,0.15), /* The second layer */ 0 -9px 0 -5px #eee, /* The second layer shadow */ 0 -10px 1px -4px rgba(0,0,0,0.15), /* The third layer */ 0 -18px 0 -10px #eee, /* The third layer shadow */ 0 -20px 1px -9px rgba(0,0,0,0.15);
    margin-top: 65px;
    border-bottom: 5px #a00c2f solid;
    border-radius: 2px;
    background: #fbfaf9;
    z-index: 2;
    position: relative;
}

.section-viewforum .page-body,  .section-viewtopic .page-body, .section-search .page-body{
    box-shadow: /* Inner shadow */  inset 0px 0px 60px 1px rgba(226, 208, 181, 0.55), /* The top layer shadow */ 0 -1px 1px rgba(0,0,0,0.15), /* The second layer */ 0 -9px 0 -5px #eee, /* The second layer shadow */ 0 -10px 1px -4px rgba(0,0,0,0.15), /* The third layer */ 0 -18px 0 -10px #eee, /* The third layer shadow */ 0 -20px 1px -9px rgba(0,0,0,0.15);
    border-bottom: 5px #a00c2f solid;
    border-radius: 2px;
    background: #fbfaf9;
    padding: 10px 10px;
    z-index: 2;
    position: relative;

}

.section-viewforum .forum-title {
    padding-top: 22px;

}

.navbar {

}

.panel {
    box-shadow: inset 0px 0px 60px 1px rgba(226, 208, 181, 0.55), 0 -1px 1px rgba(0,0,0,0.15), 1px 1px 2px 0px rgba(36, 28, 21, 0.43);
    border-radius: 10px;
    background-color: #fbfaf9;
}

.post:target .content {
    color: #241c15;
}

.post:target h3 a {
    color: #241c15;
}

.bg1 {
    background-color: #ECF3F7;
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
    background-color: #ECF3F7;
}

.bg2, .bg1 {
    box-shadow: inset 0px 0px 60px 1px rgba(226, 208, 181, 0.55), 0 -1px 1px rgba(0,0,0,0.15), 1px 1px 2px 0px rgba(36, 28, 21, 0.43);
    border-radius: 2px;
    background-color: #fbfaf9;
}


table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
    background-color: #E1EBF2;
}

.bg3	{
    background-color: #fbfaf9;
}

.ucprowbg {
    background-color: #DCDEE2;
}

.fieldsbg {
    background-color: #E7E8EA;
}

.site_logo {
    background-image: url("./images/site_logo.gif");
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {

}

/* Table styles
----------------------------------------*/
table.table1 thead th {
    color: #FFFFFF;
}

table.table1 tbody tr {
    border-color: #BFC1CF;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
    background-color: #CFE1F6;
    color: #000;
}

table.table1 td {
    color: #536482;
}

table.table1 tbody td {
    border-top-color: #FAFAFA;
}

table.table1 tbody th {
    border-bottom-color: #000000;
    color: #333333;
    background-color: #FFFFFF;
}

table.info tbody th {
    color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
    color: #000000;
}

dl.details dd {
    color: #536482;
}

.sep {
    color: #1198D9;
}

/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
    color: #196db5;
}

.icon.icon-green, a:hover .icon.icon-green{
    color: #1b9A1B;
}

.icon.icon-red, a:hover .icon.icon-red{
    color: #BC2A4D;
}

.icon.icon-orange, a:hover .icon.icon-orange{
    color: #FF6600;
}

.icon.icon-bluegray, a:hover .icon.icon-bluegray{
    color: #536482;
}

.icon.icon-gray, a:hover .icon.icon-gray{
    color: #777777;
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray{
    color: #999999;
}

.icon.icon-black, a:hover .icon.icon-black{
    color: #333333;
}

.alert_close .icon:before {
    background-color: #FFFFFF;
}

/* Jumpbox */
.jumpbox .dropdown li {
    border-top-color: #CCCCCC;
}

.jumpbox-cat-link {
    background-color: #0076b1;
    border-top-color: #0076B1;
    color: #FFFFFF;
}

.jumpbox-cat-link:hover {
    background-color: #12A3EB;
    border-top-color: #12A3EB;
    color: #FFFFFF;
}

.jumpbox-forum-link {
    background-color: #E1EBF2;
}

.jumpbox-forum-link:hover {
    background-color: #F6F4D0;
}

.jumpbox .dropdown .pointer-inner {
    border-color: #E1EBF2 transparent;
}

.jumpbox-sub-link {
    background-color: #E1EBF2;
}

.jumpbox-sub-link:hover {
    background-color: #F1F8FF;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
    color: #555555;
    display: none;
}

.error {
    color: #BC2A4D;
}

.reported {
    background-color: #F7ECEF;
}

li.reported:hover {
    background-color: #ECD5D8 !important;
}
.sticky, .announce {
    /* you can add a background for stickies and announcements*/
}

div.rules {
    background-color: #ECD5D8;
    color: #BC2A4D;
}

p.post-notice {
    background-color: #ECD5D8;
    background-image: none;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
    width: 99.5%;
    margin: auto;
}
ul.forums li{
    padding: 10px 4px;
}
ul.topiclist li {
    color: #4C5D77;

}

ul.topiclist dd {
    border-left-color: #FFFFFF;
}

.rtl ul.topiclist dd {
    border-right-color: #FFFFFF;
    border-left-color: transparent;
}

li.row {
    border-top-color:  #241c15;
    border-bottom-color: transparent;
}

li.row strong {
    color: #000000;
}

li.row:hover {

}

li.row:hover dd {

}

.rtl li.row:hover dd {
    border-right-color: #CCCCCC;
    border-left-color: transparent;
}

li.header dt, li.header dd {
    color: #333;
    border-bottom: 2px #241c15 solid;
    font-family: Courier new, monospace;
}

/* Post body styles
----------------------------------------*/
.postbody {
    color: #333333;
}

/* Content container styles
----------------------------------------*/
.content {
    color: #333333;
}

.content h2, .panel h2 {
    color: #241c15;
    font-family: Yanone Kaffeesatz, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom-color:  #CCCCCC;
}

dl.faq dt {
    color: #333333;
}

.posthilit {
    background-color: #F3BFCC;
    color: #BC2A4D;
}

.announce, .unreadpost {
    /* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
    border-top-color: #CCCCCC;
}

/* Post noticies */
.notice {
    border-top-color:  #CCCCCC;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
    background-color: #EBEADD;
    border-color:#DBDBCE;
}

blockquote blockquote {
    /* Nested quotes */
    background-color:#EFEED9;
}

blockquote blockquote blockquote {
    /* Nested quotes */
    background-color: #EBEADD;
}

/* Code block */
.codebox {
    background-color: #FFFFFF;
    border-color: #C9D2D8;
}

.codebox p {
    border-bottom-color:  #CCCCCC;
}

.codebox code {
    color: #593b2e;
}

/* Attachments
----------------------------------------*/
.attachbox {
    background-color: #FFFFFF;
    border-color:  #C9D2D8;
}

.pm-message .attachbox {
    background-color: #F2F3F3;
}

.attachbox dd {
    border-top-color: #C9D2D8;
}

.attachbox p {
    color: #666666;
}

.attachbox p.stats {
    color: #666666;
}

.attach-image img {
    border-color: #999999;
}

/* Inline image thumbnails */

dl.file dd {
    color: #666666;
}

dl.thumbnail img {
    border-color: #666666;
    background-color: #FFFFFF;
}

dl.thumbnail dd {
    color: #666666;
}

dl.thumbnail dt a:hover {
    background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
    border-color: #368AD2;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
    border-top-color: #DCDEE2;
    color: #666666;
}

fieldset.polls dl.voted {
    color: #000000;
}

fieldset.polls dd div {
    color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
    border-right-color: transparent;
}

.pollbar1 {
    background-color: #AA2346;
    border-bottom-color: #74162C;
    border-right-color: #74162C;
}

.rtl .pollbar1 {
    border-left-color: #74162C;
}

.pollbar2 {
    background-color: #BE1E4A;
    border-bottom-color: #8C1C38;
    border-right-color: #8C1C38;
}

.rtl .pollbar2 {
    border-left-color: #8C1C38;
}

.pollbar3 {
    background-color: #D11A4E;
    border-bottom-color: #AA2346;
    border-right-color: #AA2346;
}

.rtl .pollbar3 {
    border-left-color: #AA2346;
}

.pollbar4 {
    background-color: #E41653;
    border-bottom-color: #BE1E4A;
    border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
    border-left-color: #BE1E4A;
}

.pollbar5 {
    background-color: #F81157;
    border-bottom-color: #D11A4E;
    border-right-color: #D11A4E;
}

.rtl .pollbar5 {
    border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
    color: #666666;
    border-color: #FFFFFF;
}

.pm .postprofile {
    border-color: #DDDDDD;
}

.postprofile strong {
    color: #593b2e;
    font-family: Yanone Kaffeesatz, sans-serif;
    font-size: 16px;

}

.online {
    background-image: none!important
}

dd.profile-warnings {
    color: #BC2A4D;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
    border-color: #C7C3BF;
    background-color: #E9E9E9; /* Old browsers */ /* FF3.6+ */
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E9E9E9 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%,#E9E9E9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E9E9E9',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 0 1px #FFFFFF inset;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
    color: #D31141;
}

.button:hover,
.button:focus {
    border-color: #0A8ED0;
    background-color: #FFFFFF; /* Old browsers */ /* FF3.6+ */
    background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #E9E9E9 0%,#FFFFFF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2);
}


.button .icon,
.button-secondary {
    color: #8f8f8f;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
    color: #0A8ED0;
}

.button-search:hover,
.button-search-end:hover {
    border-color: #C7C3BF;
}

.caret	{ border-color: #DADADA; }
.caret	{ border-color: #C7C3BF; }

.contact-icons a		{ border-color: #DCDCDC; }
.contact-icons a:hover	{ background-color: #F2F6F9; }

/* Pagination
---------------------------------------- */

.pagination li a {
    background: #ECEDEE;
    filter: none;
    border-color: #B4BAC0;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #5C758C;
}

.pagination li.ellipsis span {
    background: transparent;
    color:	#000000;
}

.pagination li.active span {
    background: #4692BF;
    border-color: #4692BF;
    color: #FFFFFF;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
    background: #368AD2;
    border-color: #368AD2;
    filter: none;
    color: #FFFFFF;
    text-shadow: none;
}

/* Search box
--------------------------------------------- */

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus {
    border-color: #C7C3BF;
}

.search-header {
    box-shadow: 0 0 10px #0075B0;
}

/* Icon images
---------------------------------------- */

.contact-icon						{ background-image: url("./images/icons_contact.png"); }

/* Profile & navigation icons */
.pm-icon							{ background-position: 0 0; }
.email-icon							{ background-position: -21px 0; }
.jabber-icon						{ background-position: -80px 0; }
.phpbb_icq-icon						{ background-position: -61px 0 ; }
.phpbb_wlm-icon						{ background-position: -182px 0; }
.phpbb_aol-icon						{ background-position: -244px 0; }
.phpbb_website-icon					{ background-position: -40px 0; }
.phpbb_youtube-icon					{ background-position: -98px 0; }
.phpbb_facebook-icon				{ background-position: -119px 0; }
.phpbb_googleplus-icon				{ background-position: -140px 0; }
.phpbb_skype-icon					{ background-position: -161px 0; }
.phpbb_twitter-icon					{ background-position: -203px 0; }
.phpbb_yahoo-icon					{ background-position: -224px 0; }

/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/announce_read.gif"); }
.global_read_mine					{ background-image: url("./images/announce_read_mine.gif"); }
.global_read_locked					{ background-image: url("./images/announce_read_locked.gif"); }
.global_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.gif"); }
.global_unread						{ background-image: url("./images/announce_unread.gif"); }
.global_unread_mine					{ background-image: url("./images/announce_unread_mine.gif"); }
.global_unread_locked				{ background-image: url("./images/announce_unread_locked.gif"); }
.global_unread_locked_mine			{ background-image: url("./images/announce_unread_locked_mine.gif"); }

.announce_read						{ background-image: url("./images/announce_read.gif"); }
.announce_read_mine					{ background-image: url("./images/announce_read_mine.gif"); }
.announce_read_locked				{ background-image: url("./images/announce_read_locked.gif"); }
.announce_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.gif"); }
.announce_unread					{ background-image: url("./images/announce_unread.gif"); }
.announce_unread_mine				{ background-image: url("./images/announce_unread_mine.gif"); }
.announce_unread_locked				{ background-image: url("./images/announce_unread_locked.gif"); }
.announce_unread_locked_mine		{ background-image: url("./images/announce_unread_locked_mine.gif"); }

.forum_link							{ background-image: url("./images/forum_link.gif"); }
.forum_read							{ background-image: url("./images/forum_read.gif"); }
.forum_read_locked					{ background-image: url("./images/forum_read_locked.gif"); }
.forum_read_subforum				{ background-image: url("./images/forum_read_subforum.gif"); }
.forum_unread						{ background-image: url("./images/forum_unread.gif"); }
.forum_unread_locked				{ background-image: url("./images/forum_unread_locked.gif"); }
.forum_unread_subforum				{ background-image: url("./images/forum_unread_subforum.gif"); }

.sticky_read						{ background-image: url("./images/sticky_read.gif"); }
.sticky_read_mine					{ background-image: url("./images/sticky_read_mine.gif"); }
.sticky_read_locked					{ background-image: url("./images/sticky_read_locked.gif"); }
.sticky_read_locked_mine			{ background-image: url("./images/sticky_read_locked_mine.gif"); }
.sticky_unread						{ background-image: url("./images/sticky_unread.gif"); }
.sticky_unread_mine					{ background-image: url("./images/sticky_unread_mine.gif"); }
.sticky_unread_locked				{ background-image: url("./images/sticky_unread_locked.gif"); }
.sticky_unread_locked_mine			{ background-image: url("./images/sticky_unread_locked_mine.gif"); }

.topic_moved						{ background-image: url("./images/topic_moved.gif"); }
.pm_read,
.topic_read							{ background-image: url("./images/topic_read.gif"); }
.topic_read_mine					{ background-image: url("./images/topic_read_mine.gif"); }
.topic_read_hot						{ background-image: url("./images/topic_read_hot.gif"); }
.topic_read_hot_mine				{ background-image: url("./images/topic_read_hot_mine.gif"); }
.topic_read_locked					{ background-image: url("./images/topic_read_locked.gif"); }
.topic_read_locked_mine				{ background-image: url("./images/topic_read_locked_mine.gif"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/topic_unread.gif"); }
.topic_unread_mine					{ background-image: url("./images/topic_unread_mine.gif"); }
.topic_unread_hot					{ background-image: url("./images/topic_unread_hot.gif"); }
.topic_unread_hot_mine				{ background-image: url("./images/topic_unread_hot_mine.gif"); }
.topic_unread_locked				{ background-image: url("./images/topic_unread_locked.gif"); }
.topic_unread_locked_mine			{ background-image: url("./images/topic_unread_locked_mine.gif"); }


/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

.panel-container h3, .panel-container hr, .cp-menu hr {
    border-color: #A4B3BF;
}

.panel-container .panel li.row {
    border-bottom-color: #B5C1CB;
    border-top-color: #F9F9F9;
}

ul.cplist {
    border-top-color: #B5C1CB;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
    color: #000000;
}

.panel-container table.table1 thead th {
    color: #333333;
    border-bottom-color: #333333;
}

.cp-main .pm-message {
    border-color: #DBDEE2;
    background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
    background: #a00c2f;
    color: #fff;
    font-family: Courier New, monospace;

}

.tabs .tab > a:hover {
    background: #a00c2f;
    color: #241c15;
    font-family: Courier New, monospace;

}

.tabs .activetab > a,
.tabs .activetab > a:hover {
    background-color: #458eba; /* Old browsers */ /* FF3.6+ */
    color: #fff;
    font-family: Courier New, monospace;
    font-size: 14px;

}

.tabs .activetab > a:hover {
    color: #fff;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
.minitabs .tab > a {
    background-color: #E1EBF2;
}

.minitabs .activetab > a,
.minitabs .activetab > a:hover {
    background-color: #F9F9F9;
    color: #333333;
}

/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {
    border-color: #536482;
}

.responsive-tab .responsive-tab-link:hover:before {
    border-color: #D31141;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
.navigation a {
    color: #333;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4C4D1', endColorstr='#CADCEB',GradientType=1 ); /* IE6-9 */
}

.rtl .navigation a {
    background: #B4C4D1; /* Old browsers */ /* FF3.6+ */
    background: -webkit-linear-gradient(left, #CADCEB 50%, #B4C4D1 100%);
    background: linear-gradient(to right, #CADCEB 50%,#B4C4D1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CADCEB', endColorstr='#B4C4D1',GradientType=1 ); /* IE6-9 */
}

.navigation a:hover {
    color: #BC2A4D;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navigation .active-subsection a {
    color: #D31141;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navigation .active-subsection a:hover {
    color: #D31141;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
    #navigation a, .rtl #navigation a {
        background: #B2C2CF;
    }
}

/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
    color: #333333;
}

.panel-container .panel {
    background-color: #F9F9F9;
}

.cp-main .pm {
    background-color: #FFFFFF;
}

/* Friends list */
.cp-mini {
    background: #fbfaf9;
    box-shadow: inset 0px 0px 30px 1px rgba(226, 208, 181, 0.3), 1px 1px 2px 0px rgba(36, 28, 21, 0.43);
border-radius: 2px;
}

dl.mini dt {

}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
    color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
    border-left-color: #BC2A4D;
    border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
    border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
    border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
    border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
    border-color: #000000;
}

/* Avatar gallery */
.gallery label {
    background: #FFFFFF;
    border-color: #CCC;
}

.gallery label:hover {
    background-color: #EEE;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
    border-color: #666666;
    background-color: #FAFAFA;
    color: #000;
}

label {
    color: #241c15;
}

option.disabled-option {
    color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
    color: #333;
}

fieldset.fields1 {
    background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
    color: #000000;
}

fieldset.fields2 dl:hover dt label {
    color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
    background-color: #F2F3F3;
}

/* Posting page styles
----------------------------------------*/

.message-box textarea {
    color: #333333;
}

.message-box textarea.drag-n-drop {
    outline-color: rgba(102, 102, 102, 0.5);
}

.message-box textarea.drag-n-drop-highlight {
    outline-color: rgba(17, 163, 234, 0.5);
}

/* Input field styles
---------------------------------------- */
.inputbox {
    background-color: #FFFFFF;
    border-color: #B4BAC0;
    color: #333333;
}

.inputbox:-moz-placeholder {
    color: #333333;
}

.inputbox::-webkit-input-placeholder {
    color: #333333;
}

.inputbox:hover {
    border-color: #11A3EA;
}

.inputbox:focus {
    border-color: #11A3EA;
}

.inputbox:focus:-moz-placeholder {
    color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
    color: transparent;
}


/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
    color: #241c15;
    background-color: #fbfaf9; /* Old browsers */ /* FF3.6+ */
    background-image: -webkit-linear-gradient(top, #D2D2D2 0%, #EFEFEF 100%);
    background-image: linear-gradient(to bottom, #D2D2D2 0%,#EFEFEF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2D2D2', endColorstr='#EFEFEF',GradientType=0 ); /* IE6-9 */
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

a.button1, input.button1 {
    border-color: #241c15;
}

input.button3 {
    background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
    border-color: #241c15;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
    color: #241c15;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
    border-color: #D31141;
    color: #D31141;
    background-color: #fbfaf9; /* Old browsers */ /* FF3.6+ */
    background-image: -webkit-linear-gradient(top, #EFEFEF 0%, #D2D2D2 100%);
    background-image: linear-gradient(to bottom, #EFEFEF 0%,#D2D2D2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#D2D2D2',GradientType=0 ); /* IE6-9 */
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
    border-color: #241c15;
    color: #241c15;
}

input.disabled {
    color: #666666;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
    background-color: #FFFFFF;
    border-color: #999999;
}
.darken {
    background-color: #000000;
}

.loading_indicator {
    background-color: #000000;
    background-image: url("./images/loading.gif");
}

.dropdown-extended ul li {
    border-top-color: #B9B9B9;
}

.dropdown-extended ul li:hover {
    background-color: #CFE1F6;
    color: #000000;
}

.dropdown-extended .header, .dropdown-extended .footer {
    border-color: #B9B9B9;
    color: #000000;
}

.dropdown-extended .footer {
    border-top-style: solid;
    border-top-width: 1px;
}

.dropdown-extended .header {
    background-color: #F1F8FF; /* Old browsers */ /* FF3.6+ */
    background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);
    background-image: linear-gradient(to bottom, #F1F8FF 0%,#CADCEB 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F8FF', endColorstr='#CADCEB',GradientType=0 ); /* IE6-9 */
}

.dropdown .pointer {
    border-color: #B9B9B9 transparent;
}

.dropdown .pointer-inner {
    border-color: #FFF transparent;
}

.dropdown-extended .pointer-inner {
    border-color: #F1F8FF transparent;
}

.dropdown .dropdown-contents {
    background: #fbfaf9;
    opacity: 0.9;
    border-color: #B9B9B9;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-up .dropdown-contents {
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown li, .dropdown li li {
    border-color: #DCDCDC;
}

.dropdown li.separator {
    border-color: #DCDCDC;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
    color: #4C5D77;
}

li.notification-reported strong, li.notification-disapproved strong {
    color: #D31141;
}

.badge {
    background-color: #D31141;
    color: #ffffff;
}

/* Own styles
---------------------------------------- */

.user_card {
    background: url(images/ID.png) no-repeat;
    width: 320px;
    height: 177px;
    position: absolute;
    top: 250px;
    margin-left: -50px;
    transform: rotateZ(7deg);
    /*z-index: -10;*/

}


.user_card p {
    margin-left: 120px;
    font-size: 14px;
    color: #241c15;
    font-family: Courier New, monospace;
    font-weight: bold;
}
.user_card .user_nome {
    margin-top: 56px;

}
.user_card p strong {
    font-family: Yanone Kaffeesatz, sans-serif;
    font-size: 18px

}

.user_card .avatar {
    position: absolute;
    height: 90px;
    width: 90px;
    margin-top: 49px;
    margin-left: 15px;
    border: 3px white solid;
    box-shadow: 1px 1px 2px 0px rgba(36, 28, 21, 0.43);

}


.time{
    display: none;

}

.catheader {
    display: block;
    padding: 6px 15px;
    color: white;
    font-size: 20px;
    background-color: #a00c2f;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: Courier New, monospace;
    margin-top: 21px;
    transition: all 0.2s ease-in;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
    width: 20%;
    margin-left: 15px;
    min-width: 300px;
    /* padding-bottom: 20px; */
    position: absolute;
 }

.catheader:hover {

}

.catheader a {
    color: white;

}

.catheader a:hover {
    text-decoration: none

}

.nav-breadcrumbs {
    max-width: 50%!important;
}

#start_here {


}

.section-viewtopic #start_here {

}

.nav-main a {
    color: #fff

}

.hotlinks li {
    display: inline;
    list-style: none;
    margin: 0 8px;

}

.profile-contact, #attach-panel {
    display: none;

}

.post-container {
    margin-top: 15px;
    margin-bottom: 15px;

}

.online .postprofile:after {
content: "●";
display: block;
color: #72AD0B;
position: absolute;
margin-left: 0px;
margin-top: -275px;
text-transform: uppercase;
font-size: 30px;

}


.quick-lnk-lst {
    position: absolute;
    font-size: 16px;
    top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 5px;

}

.quick-lnk-lst li {
    display: inline;
    margin-right: 8px;
    font-family: Yanone Kaffeesatz, sans-serif;
    opacity: 0.6;
}

.quick-lnk-lst li a {
    color: #efdfc7;

}

.quick-lnk-lst li:hover {
    opacity: 1

}
.row-item {
    background-image: none;
}






.forum_read_locked:before {
    display: block;
    position: absolute;
    z-index: 20;
    margin-left: 9px;
    content: "\f023";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #241c15;
}

.forum_read:before , .forum_read_subforum:before{
    display: block;
    position: absolute;
    z-index: 20;
    margin-left: 9px;
    content: "\f0f6";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #241c15;
}

.forum_unread:before, .forum_unread_subforum:before {
    display: block;
    position: absolute;
    z-index: 20;
    margin-left: 9px;
    content: "\f15c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #a00c2f;
}

.topic_unread:before,
.sticky_unread:before,
.topic_unread_mine:before,
.topic_unread_hot:before,
.topic_unread_hot_mine:before,
.topic_unread_locked:before,
.topic_unread_locked_mine:before,
.sticky_unread_mine:before,
.sticky_unread_locked:before,
.sticky_unread_locked_mine:before,
.announce_unread:before,
.announce_unread_mine:before,
.announce_unread_locked:before,
.announce_unread_locked_mine:before{
display: block;
    margin-top: 8px;
    position: absolute;
    z-index: 20;
    margin-left: 15px;
    content: "\f15c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    color: #a00c2f;

}

.topic_read:before,
.sticky_read:before,
.topic_read_mine:before,
.topic_read_hot:before,
.topic_read_hot_mine:before,
.topic_read_locked:before,
.topic_read_locked_mine:before,
.sticky_read_mine:before,
.sticky_read_locked:before,
.sticky_read_locked_mine:before,
.announce_read:before,
.announce_read_mine:before,
.announce_read_locked:before,
.announce_read_locked_mine:before{
display: block;
    margin-top: 8px;
    position: absolute;
    z-index: 20;
    margin-left: 15px;
    content: "\f0f6";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    color: #241c15;

}

.stack {
    position: relative;
    width: 400px;
    margin: 30px auto;
}

.stack > .sheet {
    position: absolute;
    transition: all 300ms ease-in-out;
    display: block;
    padding: 20px;
    width: 300px;
    height: 160px;
    left: 0;
    overflow: auto;
    box-shadow: /* Inner shadow */  inset 0px 0px 60px 1px rgba(226, 208, 181, 0.55), /* The top layer shadow */ 0 -1px 1px rgba(0,0,0,0.15),  1px 1px 2px 0px rgba(36, 28, 21, 0.43);
    border-radius: 2px;
    background: #fbfaf9;
}

#news, #vlog {
    width: 320px;
    margin-left: 132px;
    margin-top: -82px;
    height: 65px;
}

#vlog {
        margin-left: 555px;
}

#news span, #vlog span {
color: #efe7dc;
    cursor: pointer;
    font-size: 15px;
}

#nav-breadcrumbs {
margin-top: 160px;
margin-left: 280px;
width: 300px;
}

.post-buttons a, .post-reputation.positive, #format-buttons .button {
    border: none!important;
    background: transparent none!important;
    box-shadow: none!important;

}

.post-buttons a span, .post-buttons a i , #format-buttons .button i{
    color: #593b2e!important;
}

.post-reputation.positive span {
    color: #4CAF50!important;
}
.post-reputation.positive span:before {
    content: "+"
}

.prev {
    position: absolute;
    margin-left: -20px;
    margin-top: 87px;

}

.next {
    position: absolute;
    margin-left: 348px;
    margin-top: 92px;
}

.hotlinks .rightside span, #nav-main {
    display: none;
}

.hotlinks .rightside i {
    font-size: 25px
}

#cat_6 {
    margin-top: -39px;
}

/* Inpost styles */
.anketa {
  margin: 5px 0 10px 10px;
  width: 96%;
  padding: 9px;
  background: url(images/seal.png) 95% 95% no-repeat;
  box-shadow: /* Inner shadow */ inset 0px 0px 60px 1px rgba(226, 208, 181, 0.55), /* The top layer shadow */ 0 -1px 1px rgba(0,0,0,0.15), 1px 1px 2px 0px rgba(36, 28, 21, 0.43);
  border-radius: 2px;
  }
.anketaimg {
  width: 200px;
  margin-left: 10px;
}
.anketaframe {
  width: 184px;
  height: 214px;
  border: solid 1px #241c15;
}
.anketaframe span{
  margin-top: 2px;
}
.approve {
  background: url(images/approved.png) 90% 0% no-repeat;
}


.guestbook a {
    color: #593b2e;
    font-family: Yanone Kaffeesatz, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.guestbook a:visited{
    color: #593b2e;
    text-decoration: none;
  }
  .guestbook a:hover{
      color: #593b2e;
      background: transparent;
      text-decoration: underline;
    }
  .guestbook div.codebox, .guestbook div.codebox a {
    color: #a00c2f;
    font-family: Roboto, sans-serif;
    font-size: 1em !important;
    text-transform: none;
  }
  .inpostnav {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
  }
.inpostnav a {
    margin-left: 14px;
    margin-right: 14px;
    color: #593b2e;
    font-family: Yanone Kaffeesatz, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }
.inpostnav a:visited{
      color: #593b2e;
      text-decoration: none;
    }
.inpostnav a:hover{
        color: #593b2e;
        background: transparent;
        text-decoration: underline;
      }

  /* End of inpost styles */

  #textsize, #font, #table_create,  #change_image{
          position: absolute;
    display: none;
    background: #fbfaf9;
    padding: 10px;
    box-shadow: inset 0px 0px 60px 1px rgba(255, 248, 238, 0.55), 0 -1px 1px rgba(0,0,0,0.15), 1px 1px 2px 0px rgba(36, 28, 21, 0.43);
  }

  #textsize.show,   #font.show , #table_create.show, #change_image.show {
          display: inline-block!important;
          z-index: 200
  }
  #table_create a {
      cursor: pointer
  }

  #change_image a {
          font-size: 14px;
    line-height: 20px;
  }

  .format-buttons span.divider {
    display: inline-block;
    border-right: 1px rgba(89, 59, 46, 0.48) solid;
    height: 14px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;

  }

  .section-index .stat-block {
    box-shadow: /* Inner shadow */ inset 0px 0px 60px 1px rgba(226, 208, 181, 0.55), /* The top layer shadow */ 0 -1px 1px rgba(0,0,0,0.15), /* The second layer */ 0 -9px 0 -5px #eee, /* The second layer shadow */ 0 -10px 1px -4px rgba(0,0,0,0.15), /* The third layer */ 0 -18px 0 -10px #eee, /* The third layer shadow */ 0 -20px 1px -9px rgba(0,0,0,0.15);
    margin-top: 20px;
    border-radius: 2px;
    background: #fbfaf9;
    padding: 10px
  }
/* News formatting */
.newshead {
    text-align: right;
    font-family: Yanone Kaffeesatz;
    text-transform: uppercase;
    font-size: 18px;
    color: #241c15;
  }
.newsimg1 {
    float: right;
    margin-left: 3px;
}
.newsimg2 {
    float: left;
    margin-right: 3px;
}
div.sheet a {
font-weight: bold;
}

.qr_quicknick {
    font-size: 8px;
    font-family: Roboto;
}

.rightside a, .rightside a:active, .rightside a:hover, .rightside span{
    color: #efdfc7;
}
i.icon.fa-envelope.fa-fw, i.icon.fa-bell.fa-fw, i.icon.fa-sliders.fa-fw, i.icon.fa-user.fa-fw {
    color: #241c15;
}

/* Different colours in cathegories */
div#cat_7.catheader {
    background-color: #B77305;
}
#cat_7 + div {
    border-bottom-color: #B77305;
}
div#cat_9.catheader {
    background-color: #394CAD;
}
#cat_9 + div {
    border-bottom-color: #394CAD;
}
div#cat_13.catheader {
    background-color: #72AD0B;
}
#cat_13 + div {
    border-bottom-color: #72AD0B;
}
div#cat_18.catheader {
    background-color: #662B78;
}
#cat_18 + div {
    border-bottom-color: #662B78;
}

h2.memberlist-title {
  color: #241c15;
float: right;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 15px;
}


#nav_up img {
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  position: fixed;
  right: 1%;
  bottom: 7%
}

#nav_down img {
  margin-right: 20px;
  margin-top: 10px;
  cursor: pointer;
  position: fixed;
  right: 1%;
  bottom: 1%;
}

.rpg-top-banner {
    background: url(images/slush.png) no-repeat;
    width: 177px;
    height: 101px;
    position: absolute;
    top: 350px;
    margin-left: 900px;
    transform: rotateZ(-10deg);
    z-index: 1;
}

.rpg-top-banner a.demiurg{
  margin-left: 50px;
  margin-top: 34px;
  cursor: pointer;
  display:block;
  width:88px;
  height:31px;
  background: url(images/demiurgos.jpg) no-repeat;

}

.rpg-top-banner a.demiurg img {
	visibility: hidden;
}

.forum-top-banner {
    position: absolute;
    top: 320px;
    margin-left: 602px;
    transform: rotateZ(-5deg);
    z-index: 1;
    width: 330px;
    height: 160px;
    overflow: auto;
    box-shadow: /* Inner shadow */ inset 0px 0px 60px 1px rgba(226, 208, 181, 0.55), /* The top layer shadow */ 0 -1px 1px rgba(0,0,0,0.15), 1px 1px 2px 0px rgba(36, 28, 21, 0.43);
    border-radius: 2px;
    background: #fbfaf9;
}
.wiki {
  width: 350px;
height: 35px;
margin-left: 244px;
margin-top: -20px;
box-shadow: /* Inner shadow */ inset 0px 0px 60px 1px rgba(226, 208, 181, 0.55), /* The top layer shadow */ 1px 1px 1px rgba(36, 28, 21, 0.43), 1px 1px 2px 2px rgba(36, 28, 21, 0.43);
border-radius: 2px;
background: #fbfaf9;
padding-top: 20px;
padding-left: 16px;
font-family: Yanone Kaffeesatz;
font-size: 17px;
text-transform: uppercase;
color: #241c15;
position: absolute;
z-index: 0;
transform: rotateZ(8deg);}


div#page-body.page-body .nav-breadcrumbs.linklist.navlinks {
margin: 0;
width: 100%;
}
div#page-body.page-body .nav-breadcrumbs.linklist.navlinks span.crumb a{
color: #241c15;
}

/* chrono */
.crono .cronodescr table {
    background: #593b2e;
    color: #593b2e;
    }

    .crono .cronodescr td, .crono .cronodescr th {
        background: #fbfaf9;
        padding: 5px;
        }
.username, .username-coloured {
  margin-top: 15px;
}
/* min-height of posts */
div.post-container div.inner {
  min-height: 500px;
}

/* profile */
dd.profile-posts {
    display: block;
    float: left;
    width: 60px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 11px!important;
    margin-top: 5px;
    text-align: center;
}

dd.profile-posts.post-counter#profile-posts {
    display: block;
    width: 65px;
    position: absolute;
    bottom: 10px;
    font-size: 11px!important;
    margin-top: 5px;
    margin-left: 100px;
}

.profile-custom-field.profile-nfo a {
font-family: Courier New;
    text-transform: uppercase;
    display: block;
    background: #fff;
    height: auto !important;
    border: 5px #fff solid;
    box-shadow: 0px 1px 2px 0px rgba(36, 28, 21, 0.43);
    width: 209px;
    position: absolute;
    margin: -18px -40px -10px -18px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    z-index: 10;
}

.spoiler {border: 1px solid #593b2e;
background: #FFF;
width: 180px;
position:absolute;
    z-index: 8;}
	
.spoiler2 {background: #fff;
min-height: 19px;
font-size: 12px;
cursor: pointer;
margin-top: 10px;
margin-bottom: 5px;
text-align: center;
font-weight: normal;
text-decoration: none;
color:#593b2e;}

i.fa.fa-id-card-o {font-size:18px; margin-bottom: 2px;}

html body#phpbb.notouch.section-memberlist.ltr.hasjs div#wrap.wrap div#page-body.page-body form#viewprofile div.panel.bg1 div.inner dl.left-box.details.profile-details dd div.spoiler {display:none;}

.profile-joined {
  display: none;
}
.profile-custom-field.profile-profile_onforum
{margin-top: 60px;
position: absolute;}

#viewprofile .postbody {
    min-height: 0
}

.topicstart img {
    border: 4px #2d261e double;
    padding: 5px;

}

.pm {
    background-color: transparent!important
}

.pm .postbody {
    width: 66%
}

.pm .postprofile {
   min-height: 0;
   position: relative;
   margin-left: auto;

}

.pm .profile-posts {
     position: relative;
}

.pm.online .postprofile:after {
     position: relative;
    margin-top: 40px;

 }
 .pm .author {
     border-bottom: #a2a2a2 1px solid;
 }

 .chain {
     position: absolute;
     margin-top: -65px;
     margin-left: 280px;
     z-index: -1;
 }


 .section-ucp .page-body {
background: url(images/seal_1.png) 99% 3% no-repeat,url(images/Map.png) top center no-repeat #f4f2f0;

 }

 .section-ucp .bg3,  .section-ucp .inner .panel{
     background: transparent;
     box-shadow: none
 }
 .section-ucp .tabs {
border-top: 2px #241c15 solid;
    border-bottom: 2px #241c15 solid;
    margin-top: 3px;
 }

 #ucp-menu {
    border-top: 4px #241c15 solid;
    float: right;
    display: inline-block;
    width: 60%;
    margin-top: 20px;
    margin-right: 135px;
 }


 \\.section-ucp .bg3:before {
     content: url(images/seal_1.png);
     float: right;

 }
 .section-ucp .tab {
     display: inline-block
 }

 .section-ucp .tab a{
         font-size: 16px;
     background: transparent;
    color: #241c15;
    font-family: Yanone Kaffeesatz, sans-serif;
    text-transform: uppercase;

 }

 .section-ucp .tab a:hover {
          background: transparent;
    color: #D31141;
    font-family: Yanone Kaffeesatz, sans-serif;
    text-transform: uppercase;

 }

  .section-ucp .activetab a{
      color: #D31141;
  }

 .section-ucp .page-body:before {
      content: "We work overseas to help make the Earth a safer and more prosperous place";
      display: block;
          color: #241c15;
    font-family: Yanone Kaffeesatz, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
text-align: right;
padding-right: 135px;
padding-top: 30px
  }

  .user-prof {
      margin-left: 20px;
      margin-top: -22px;
      font-size: 12px ;
      display: inline-block
  }

  .user-prof img {
      width: 100px;
      height: auto
  }

  .section-ucp .bg3 .nav-breadcrumbs,    .section-ucp .cp-menu  .ucp-title {
      display: none
  }

  .section-ucp .inner form {
    margin-top: -60px;
  }


  .section-ucp .cp-menu  .navigation {
      padding-top: 4px
  }

   .section-ucp .cp-main {
    float: right;
    width: 74%;
}

.section-ucp .active-subsection span:after {
    content: "►";
}

.section-ucp .inner form#viewfolder, .section-ucp .inner form[action='./ucp.php?i=ucp_groups&mode=membership'] {
    margin-top: 0
}

.profile-status {
display: none
}

.prof-status {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px!important;
    font-weight: bold;
    margin-bottom: 4px;
}

.action-bar.compact a {
    display: block;
    position: absolute;
    margin-top: -19px;
    z-index: 306;
    margin-left: 730px;
    background-color: #35454c;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    transition: all 0.2s ease-in;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
    padding: 3px 12px;
    color: #e8e8e8;
    text-shadow: 1px 1px 1px #0000009e;

}


.arrow.next {
    position: relative;
    margin-left: 0;
    margin-top: 0;
}

.inactive-img:before {
    content: url(images/Padlock_quest.jpg);
    position: absolute;
    transition: 0.6s ease-in-out all;
        opacity: 0.9;
}

.inactive-img {
    width: 318px;
    height: 190px;
    transition: 1s ease-in-out all;
}

.inactive-img img {
    height: 190px;
}

.inactive-img:hover:before{
    opacity: 0;
}

a.usrmenu {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  color: #a00c2f;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
}
.quest {
  height: 190px;
  overflow-y: auto;
  padding-left:10px;
}


.pm .profile-custom-field {
    display: none
}

.lastpost .username, .lastpost .username-coloured {
    margin-top: auto
}

.postbody td {
    padding: 3px
}

#cat_19, #cat_20 {
        margin-top: -11px;
    z-index: 20;
    margin-left: 5px;

}

#sml_btn {
    text-decoration: underline;
        font-size: 12px;
}

#sml_btn:hover {
        color: #D31141;
}

#smiley-box {
        margin-top: -32px;
}
.posterip {
  margin-bottom:20px;
}
h2.viewonline-title {
  background: #fbfaf9;
  padding: 6px;
  box-shadow: /* Inner shadow */ inset 0px 0px 60px 1px rgba(226, 208, 181, 0.55), /* The top layer shadow */ 0 -1px 1px rgba(0,0,0,0.15), 1px 1px 2px 0px rgba(36, 28, 21, 0.43);
}
#smiley-box > div {
    height: 133px;
    overflow-y: auto;
}
table.memberlists {
    width: 100%; /* Ширина таблицы */
    border-spacing: 0; /* Расстояние между ячейками */}
table.memberlists tr:nth-child(2n) {background: #efe7dd; /* Цвет фона */
border-top: 1px dotted #593b2e;
border-bottom: 1px dotted #593b2e;}
