/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.0.x style)
	Based on style:		
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/
/* Pagination
---------------------------------------- */
.pagination {
  width: auto;
  text-align: right;
  margin-top: 5px;
  float: right;
  -ms-flex-item-align: end;
  -ms-flex: 1 1 auto;
  align-self: flex-end;
  flex-grow: 1;
}
.pagination span.page-sep {
  display: none;
}
li.pagination {
  margin-top: 0;
}
.pagination strong,
.pagination b {
  font-weight: normal;
}
.pagination span strong {
  padding: 0 2px;
  margin: 0 2px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf;
  font-size: 0.9em;
}
.pagination span a,
.pagination span a:link,
.pagination span a:visited,
.pagination span a:active {
  font-weight: normal;
  text-decoration: none;
  color: #747474;
  margin: 0 2px;
  padding: 0 2px;
  background-color: #eeeeee;
  border: 1px solid #bababa;
  font-size: 0.9em;
  line-height: 1.5em;
}
.pagination span a:hover {
  border-color: #d2d2d2;
  background-color: #d2d2d2;
  color: #FFF;
  text-decoration: none;
}
.pagination img {
  vertical-align: middle;
}
/* Pagination in viewforum for multipage topics */
.row .pagination {
  display: block;
  float: right;
  width: auto;
  margin-top: 0;
  padding: 1px 0 1px 15px;
  font-size: 0.9em;
  background: none 0 50% no-repeat;
}
.row .pagination span a,
li.pagination span a {
  background-color: #FFFFFF;
}
.row .pagination span a:hover,
li.pagination span a:hover {
  background-color: #d2d2d2;
}
.adopt-nav-new-tag {
  color: #cd0b0b;
}
.mcp-user-notes-action {
  word-break: break-word;
}
.my-account-warning-notification {
  font-size: 150%;
  vertical-align: middle;
}
.my-account-warning-bubble {
  font-size: 120%;
  padding: 1em;
  background-color: #ECD5D8;
  color: #75292d;
  border-radius: 10px;
  margin-bottom: 2em;
}
.login-input-login-button {
  padding: 0.5em;
}
.inputbox.login-input-device-code {
  font-size: 40px;
  padding: 0.5em;
  width: 6em;
  box-sizing: content-box;
}
.edit-cookie-consent {
  display: none;
}
/* General Markup Styles
---------------------------------------- */
* {
  /* Reset browsers default margin, padding and font sizes */
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
  /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
  height: 101%;
}
body {
  /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  margin: 0;
  height: 100%;
}
div.body_l,
div.body_r {
  top: 0;
  bottom: 0;
  width: 54px;
  position: absolute;
  background-repeat: repeat-y;
  background-image: url("./styles/CSAdventure/theme/images/vert_ruffle.png");
  background-size: 108px 174px;
}
div.body_l {
  left: 0;
  background-position: 0 top;
}
div.body_r {
  right: 0;
  background-position: -54px top;
}
/* Rounded elements */
.panel,
.navbar,
#whoisonline,
.liner,
body#phpbb .post,
#csbody,
.rules {
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
h1 {
  /* Forum name */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-right: 200px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2em;
}
h2 {
  /* Forum header titles */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #3f3f3f;
  font-size: 2em;
  margin: 0.8em 0 0.2em 0;
}
h2.solo {
  margin-bottom: 1em;
}
h3 {
  /* Sub-headers (also used as post headers, but defined later) */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid;
  margin-bottom: 3px;
  padding-bottom: 2px;
  font-size: 1.05em;
  margin-top: 20px;
}
h4 {
  /* Forum and topic list titles */
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
  font-size: 1.3em;
}
p {
  line-height: 1.3em;
  font-size: 1.2em;
  margin-bottom: 1.5em;
}
img {
  border-width: 0;
}
hr {
  /* Also see tweaks.css */
  border: 0 none #FFFFFF;
  border-top: 1px solid #CCCCCC;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both;
}
hr.dashed {
  border-top: 1px dashed #CCCCCC;
  margin: 10px 0;
}
hr.divider {
  display: none;
}
p.right {
  text-align: right;
}
.forumad {
  text-align: center;
}
/* Main blocks
---------------------------------------- */
#body_inner {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}
#wrap {
  min-width: 750px;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 55px 52px 55px;
  position: relative;
}
#csbody.bg4 {
  padding: 0 10px;
}
#page-body {
  margin: 4px 0;
  clear: both;
}
#page-footer {
  clear: both;
}
#page-footer h3 {
  margin-top: 20px;
}
/* Search box
--------------------------------------------- */
#search-box {
  color: #FFFFFF;
  position: relative;
  margin-top: 30px;
  margin-right: 5px;
  display: block;
  float: right;
  text-align: right;
  white-space: nowrap;
  /* For Opera */
}
#search-box #keywords {
  width: 95px;
  background-color: #FFF;
}
#search-box input {
  border: 1px solid #b0b0b0;
}
/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
  padding: 1px 5px;
}
#search-box li {
  text-align: right;
  margin-top: 4px;
}
#search-box img {
  vertical-align: middle;
  margin-right: 3px;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
  margin: 0 auto;
  width: 747px;
  height: 230px;
  position: relative;
  background-image: url(./styles/CSAdventure/theme/images/head.jpg?v=10);
  background-size: 747px 230px;
  background-repeat: no-repeat;
  z-index: 100;
}
#maintenance-banner {
  padding: 2px;
  font-size: 110%;
  text-align: center;
  top: 120px;
  position: relative;
  left: -88px;
  width: 15em;
}
#main-menu {
  font-size: 13px;
  position: absolute;
  left: -5px;
  top: 186px;
  width: 800px;
  /*We're a little larger than the nav image due to padding */
}
#main-menu,
#main-menu > li,
#main-menu > li > a,
#main-menu > li > a > img {
  height: 32px;
}
#main-menu a {
  display: block;
}
#main-menu > li {
  opacity: 0;
}
#main-menu > li > a > img {
  display: block;
  width: 100%;
  background-image: url(./styles/CSAdventure/theme/images/nav.png);
  background-size: 746px 41px;
  background-repeat: no-repeat;
}
#main-menu.sf-no-js > li:hover > a,
#main-menu.sf-no-js > li:hover > a > img,
#main-menu > li.sfHover > a,
#main-menu > li.sfHover > a > img {
  /* Expand to the tab height when hovered */
  height: 45px;
}
#main-menu.sf-no-js > li:hover > ul,
#main-menu > li.sfHover > ul {
  top: auto;
  bottom: 29px;
}
#main-menu > li > a,
#main-menu > li > ul {
  background-color: #cff09a;
  border: 1px solid #3f7230;
}
#main-menu > li > a {
  border-radius: 0 0 10px 10px;
  border-top: none;
  /* Cover up border of menu below: */
  position: relative;
  z-index: 1;
}
#main-menu.sf-no-js > li:hover {
  opacity: 1;
}
#main-menu #nav_home > a {
  border-radius: 10px;
}
#main-menu.sf-no-js #nav_home a:hover,
#main-menu #nav_home.sfHover > a {
  /* Home button doesn't connect to a tab so doesn't need to be as tall  */
  height: 40px !important;
}
#main-menu ul.empty {
  visibility: hidden;
  display: none !important;
}
#main-menu > li > a > span {
  display: none;
}
#main-menu a,
#main-menu a:link,
#main-menu a:visited,
#main-menu a:hover,
#main-menu a:active {
  color: #111;
}
#main-menu a,
#main-menu a:link,
#main-menu a:visited,
#main-menu a:hover,
#main-menu a:active {
  color: rgba(0, 0, 0, 0.95);
}
#main-menu,
#main-menu ul,
#main-menu dl {
  list-style: none;
}
#main-menu > li {
  float: left;
  position: relative;
}
#main-menu > li.short {
  /* We can afford to use a larger font size for the smaller popups */
  font-size: 14px;
}
#main-menu > li.medium > ul {
  width: 21em;
}
#main-menu > li.skinny > ul {
  width: 15em;
}
#main-menu > li > ul {
  position: absolute;
  width: 28em;
  top: -999em;
  left: 0;
  padding-bottom: 0.25em;
  border-radius: 10px 10px 10px 0;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.4);
}
#main-menu li ul li a {
  padding: 0.25em 0.75em;
}
#main-menu li ul li > a .aside {
  font-size: 80%;
}
#main-menu .linkgroup {
  margin-bottom: 0.5em;
}
#main-menu li:last-child .linkgroup {
  margin-bottom: 0;
}
#main-menu .linkgroup > dt {
  font-size: 100%;
  padding: 0.25em 0.75em;
  margin: 0;
  background: rgba(0, 0, 0, 0.06);
}
#main-menu .linkgroup > dt > span {
  font-size: 130%;
}
#main-menu .linkgroup > dt .aside {
  font-size: 65%;
}
#main-menu a.detailed {
  padding: 0;
  display: block;
}
#main-menu a.detailed:hover {
  text-decoration: none;
}
#main-menu .detailed dt {
  padding: 0.25em 0.75em 0.1em 0.75em;
}
#main-menu a.detailed:hover dt {
  text-decoration: underline;
}
#main-menu .detailed dd {
  padding: 0 0.75em;
  margin: 0 0 0.5em 0;
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}
#main-menu .detailed dd span {
  font-size: 85%;
}
#main-menu .columns,
#main-menu .columns-3,
#main-menu .columns-4 {
  display: table;
  overflow: hidden;
  width: 100%;
}
#main-menu .columns-3 > li,
#main-menu .columns-4 > li {
  display: table-cell;
  /* But auto width */
}
#main-menu .columns > li {
  display: table-cell;
  width: 50%;
}
#main-menu .columns dt {
  padding: 0.25em 0.75em;
}
#main-menu .linkgroup .columns li dt {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#main-menu .linkgroup .columns li:first-child dt {
  padding-left: 0;
}
#main-menu .columns dt span {
  font-size: 130%;
}
#nav_home {
  width: 88px;
}
#nav_home > a > img {
  background-position: 5px 3px;
}
#nav_mystuff {
  width: 138px;
}
#nav_mystuff > a > img {
  background-position: -83px 3px;
}
.nav-adopt-new {
  background: url("./styles/CSAdventure/theme/images/nav-adopt.png") no-repeat;
  width: 82px;
  height: 67px;
  background-size: 82px 67px;
  position: absolute;
  top: 163px;
  left: 222px;
}
#nav_adopt {
  width: 89px;
}
#nav_adopt > a > img {
  background-position: -221px 3px;
}
#nav_adopt dt {
  font-size: 115%;
}
#nav_forum {
  width: 108px;
}
#nav_forum > a > img {
  background-position: -310px 3px;
}
#nav_store {
  width: 84px;
}
#nav_store > a > img {
  background-position: -418px 3px;
  width: 88px;
}
#nav_archive {
  width: 119px;
}
#nav_archive > a > img {
  background-position: -502px 3px;
}
#main-menu #nav_archive > ul {
  width: 32em;
}
#nav_archive .columns-4 a {
  padding: 0.25em 0.5em;
}
#nav_art {
  width: 62px;
}
#nav_art > a > img {
  background-position: -621px 3px;
}
#nav_art dt,
#nav_art > ul > li:last-child a {
  font-size: 110%;
}
#main-menu #nav_art > ul {
  border-bottom-left-radius: 10px;
  left: -60px;
  width: 25.5em;
}
#nav_help {
  width: 70px;
}
#nav_help > a > img {
  background-position: -683px 3px;
}
#main-menu #nav_help > ul {
  border-bottom-left-radius: 10px;
  left: -150px;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .headerbar {
    background-image: url("./styles/CSAdventure/theme/images/head-2x.jpg");
  }
  #main-menu {
    left: -5px;
    top: 186px;
  }
  #main-menu > li > a > img {
    background-image: url("./styles/CSAdventure/theme/images/nav-2x.png");
  }
  .nav-adopt-new {
    background-image: url("./styles/CSAdventure/theme/images/nav-adopt-2x.png");
  }
}
.navbar {
  padding: 0 10px;
}
.forabg {
  margin-bottom: 4px;
  padding: 0 5px;
  clear: both;
}
.forumbg {
  background: #ebebeb none repeat-x 0 0;
  margin-bottom: 4px;
  padding: 0 5px;
  clear: both;
}
.panel {
  margin-bottom: 4px;
  padding: 0 10px;
}
.post {
  padding: 0 10px;
  margin-bottom: 4px;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.post:target .content {
  color: #000000;
}
.post:target h3 a {
  color: #000000;
}
.rowbg {
  margin: 5px 5px 2px 5px;
}
.ucprowbg {
  background-color: #e2e2e2;
}
.fieldsbg {
  /*border: 1px #DBDEE2 solid;*/
  background-color: #eaeaea;
}
span.corners-top,
span.corners-bottom,
span.corners-top span,
span.corners-bottom span {
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 5px;
}
span.corners-top {
  margin: 0 -5px;
}
span.corners-bottom {
  margin: 0 -5px;
  clear: both;
}
.headbg span.corners-bottom {
  margin-bottom: -1px;
}
.post span.corners-top,
.post span.corners-bottom,
.panel span.corners-top,
.panel span.corners-bottom,
.navbar span.corners-top,
.navbar span.corners-bottom,
#csbody span.corners-top,
#csbody span.corners-bottom,
#whoisonline span.corners-top,
#whoisonline span.corners-bottom {
  margin: 0 -10px;
}
.liner > .inner > span.corners-top {
  margin: -5px -15px 0 -15px;
}
.liner > .inner > span.corners-bottom {
  margin: 0 -15px -15px -15px;
}
.liner .post > .inner > span.corners-top {
  margin: -1px -11px 0 -11px;
}
.liner .post > .inner > span.corners-bottom {
  margin: 0 -11px -1px -11px;
}
.rules span.corners-top {
  margin: 0 -10px 5px -10px;
}
.rules span.corners-bottom {
  margin: 5px -10px 0 -10px;
}
/* Horizontal lists
----------------------------------------*/
ul.linklist {
  display: block;
  margin: 0;
}
ul.linklist li {
  display: block;
  list-style-type: none;
  float: left;
  width: auto;
  margin-right: 5px;
  font-size: 1.1em;
  line-height: 2.2em;
}
ul.linklist li.rightside,
p.rightside {
  float: right;
  margin-right: 0;
  margin-left: 5px;
  text-align: right;
}
ul.navlinks {
  padding-bottom: 1px;
  margin-bottom: 1px;
  border-bottom: 1px solid #666;
}
ul.navlinks li {
  line-height: 1.5em;
}
ul.leftside {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  text-align: left;
}
ul.rightside {
  float: right;
  margin-left: 5px;
  margin-right: -5px;
  text-align: right;
}
/* Table styles
----------------------------------------*/
table.table1 {
  /* See tweaks.css */
}
#ucp-main table.table1 {
  padding: 2px;
}
table.table1 thead th {
  font-weight: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1.3em;
  font-size: 1em;
  padding: 0 0 4px 3px;
}
table.table1 thead th span {
  padding-left: 7px;
}
table.table1 tbody tr {
  border: 1px solid #cfcfcf;
}
table.table1 tbody tr:hover,
table.table1 tbody tr.hover {
  background-color: #f6f6f6;
  color: #000;
}
table.table1 td {
  color: #6a6a6a;
  font-size: 1.1em;
}
table.table1 tbody td {
  padding: 5px;
  border-top: 1px solid #FAFAFA;
}
table.table1 tbody th {
  padding: 5px;
  border-bottom: 1px solid #000000;
  text-align: left;
  color: #333333;
  background-color: #FFFFFF;
}
/* Specific column styles */
table.table1 .name {
  text-align: left;
}
table.table1 .posts {
  text-align: center !important;
  width: 7%;
}
table.table1 .joined {
  text-align: left;
  width: 15%;
}
table.table1 .active {
  text-align: left;
  width: 15%;
}
table.table1 .mark {
  text-align: center;
  width: 7%;
}
table.table1 .info {
  text-align: left;
  width: 30%;
}
table.table1 .info div {
  width: 100%;
  white-space: normal;
  overflow: hidden;
}
table.table1 .autocol {
  line-height: 2em;
  white-space: nowrap;
}
table.table1 thead .autocol {
  padding-left: 1em;
}
table.table1 span.rank-img {
  float: right;
  width: auto;
}
table.info td {
  padding: 3px;
}
table.info tbody th {
  padding: 3px;
  text-align: right;
  vertical-align: top;
  color: #000000;
  font-weight: normal;
}
.forumbg table.table1 {
  margin: 0 -2px -1px -1px;
}
/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
  float: left;
  clear: left;
  width: 49%;
}
.column2 {
  float: right;
  clear: right;
  width: 49%;
}
/* General classes for placing floating blocks */
.left-box {
  float: left;
  width: auto;
  text-align: left;
}
.right-box {
  float: right;
  width: auto;
  text-align: right;
}
dl.details {
  /*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
  font-size: 1.1em;
}
dl.details dt {
  float: left;
  clear: left;
  width: 30%;
  text-align: right;
  color: #000000;
  display: block;
}
dl.details dd {
  margin-left: 0;
  padding-left: 5px;
  margin-bottom: 5px;
  color: #828282;
  float: left;
  width: 65%;
}
/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
  float: right;
  width: auto;
  padding-left: 5px;
  margin-left: 5px;
  margin-top: 10px;
  text-align: right;
}
.copyright {
  padding: 5px;
  text-align: center;
  color: #555555;
}
.small {
  font-size: 0.9em !important;
}
.titlespace {
  margin-bottom: 15px;
}
.headerspace {
  margin-top: 20px;
}
.error {
  font-weight: bold;
  font-size: 1em;
}
.reported {
  background-color: #f7f7f7;
}
li.reported:hover {
  background-color: #ececec;
}
div.rules {
  background-color: #ececec;
  color: #bcbcbc;
  padding: 0 10px;
  margin: 10px 0;
  font-size: 1.1em;
}
div.rules ul,
div.rules ol {
  margin-left: 20px;
}
p.rules {
  background-color: #ececec;
  background-image: none;
  padding: 5px;
}
p.rules img {
  vertical-align: middle;
  padding-top: 5px;
}
p.rules a {
  vertical-align: middle;
  clear: both;
}
#top {
  position: absolute;
  top: -20px;
}
.clear {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  background: transparent;
}
.advert {
  line-height: 0;
  /* Advert is an inline element, so squash its trailing line height */
  margin: 0.6em auto;
  text-align: center;
  max-width: 768px;
  clear: both;
}
/* Link Styles
---------------------------------------- */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
}

a:link	{ color: #898989; text-decoration: none; }
a:visited	{ color: #898989; text-decoration: none; }
a:hover	{ color: #d3d3d3; text-decoration: underline; }
a:active	{ color: #d2d2d2; text-decoration: none; }

/* Coloured usernames */
.username-coloured {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
}

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #ffffff;
	text-decoration: none;
}

/* Links for forum/topic lists */
a.forumtitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

/* a.forumtitle:visited { color: #898989; } */

a.forumtitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.forumtitle:active {
	color: #898989;
}

a.topictitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

/* a.topictitle:visited { color: #d2d2d2; } */

a.topictitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.topictitle:active {
	color: #898989;
}

/* Post body links */
.postlink {
	text-decoration: none;
	color: #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 0;
}

/* .postlink:visited { color: #bdbdbd; } */

.postlink:active {
	color: #d2d2d2;
}

.postlink:hover {
	background-color: #f6f6f6;
	text-decoration: none;
	color: #404040;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	border: none;
	text-decoration: underline;
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: underline;
	color: #d3d3d3;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
.postprofile a:active {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}


/* Profile searchresults */	
.search .postprofile a {
	color: #898989;
	text-decoration: none; 
	font-weight: normal;
}

.search .postprofile a:hover {
	color: #d3d3d3;
	text-decoration: underline; 
}

/* Back to top of page */
.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

a.top {
	background: none no-repeat top left;
	text-decoration: none;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top2 {
	background: none no-repeat 0 50%;
	text-decoration: none;
	padding-left: 15px;
}

/* Arrow links  */
a.up		{ background: none no-repeat left center; }
a.down		{ background: none no-repeat right center; }
a.left		{ background: none no-repeat 3px 60%; }
a.right		{ background: none no-repeat 95% 60%; }

a.up, a.up:link, a.up:active, a.up:visited {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

a.up:hover {
	background-position: left top;
	background-color: transparent;
}

a.down, a.down:link, a.down:active, a.down:visited {
	padding-right: 10px;
}

a.down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.left, a.left:active, a.left:visited {
	padding-left: 12px;
}

a.left:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 0 60%;
}

a.right, a.right:active, a.right:visited {
	padding-right: 12px;
}

a.right:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 100% 60%;
}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}

@font-face {
  font-family: CS Porcupine;
  font-style: normal;
  font-weight: 400;
  src: url(/res/fonts/CS-Porcupine.eot?#iefix) format('embedded-opentype'), url(/res/fonts/CS-Porcupine.woff2) format('woff2'), url(/res/fonts/CS-Porcupine.woff) format('woff'), url(/res/fonts/CS-Porcupine.ttf) format('truetype');
}
.adopted-items {
  margin: 1em auto;
}
.adopted-item {
  display: inline-block;
  line-height: 1.3em;
  font-size: 1.3em;
  margin: 0 4px 4px 0;
}
.adopted-item img {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}
.cs-stamp-wall {
  padding: 5px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.cs-stamp-wall > div {
  position: relative;
}
.cs-stamp {
  position: absolute;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}
body.section-memberlist #page-body .edit-link {
  text-transform: none;
  margin-left: 0.25em;
}
body.section-memberlist .signature-panel p,
body.section-memberlist .stamps-panel p {
  margin-bottom: 0;
}
body.section-memberlist .cs-stamp-wall {
  overflow-x: auto;
}
.user-profile-avatar {
  text-align: center;
}
.user-profile-action-buttons .artist-follow-form {
  float: left;
}
.user-profile-action-buttons-small {
  margin-bottom: 0.75em !important;
}
.buttons.user-profile-action-buttons > div {
  margin-bottom: 0.5em;
}
.user-profile-panes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-profile-panes dl.details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
}
.user-profile-panes dl.details dt {
  max-width: 15em;
}
.user-profile-panes dl.details dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 15em);
  min-width: 70%;
}
.ucp-signature-preview.postbody {
  width: 100%;
}
.ucp-signature-preview .signature {
  max-width: 739px;
  /* Typical width in posts using browser window */
}
.dressup-topic-image.dresscomp-special-gallery-midnight {
  color: #eee;
  background: #111 url(/img/events/2016-space/stars-dressups.png) repeat;
  padding: 2em 0;
  margin-bottom: 1em;
}
/* Bootstrap button resets - we make these more specific (add ".btn") to avoid affecting non-bootstrap styles */
button.btn,
button.btn-image {
  box-sizing: border-box;
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}
button.btn:focus,
button.btn-image:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button.btn:not(:disabled),
button.btn-image:not(:disabled) {
  cursor: pointer;
}
button.btn::-moz-focus-inner,
button.btn-image::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/* Bootstrap styles */
/* We have to make these more specific by adding the element type to compete with the specific reset rules above */
a,
button {
  /* Nothing fancy, just basic resets */
  /* Something more like a regular button */
}
a.btn-image,
button.btn-image {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
}
a.btn,
button.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  a.btn,
  button.btn,
  a.btn-image,
  button.btn-image {
    transition: none;
  }
}
a.btn:hover,
button.btn:hover,
a.btn-image:hover,
button.btn-image:hover {
  color: #212529;
  text-decoration: none;
}
a.btn:focus,
button.btn:focus,
a.btn-image:focus,
button.btn-image:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
a.btn.disabled,
button.btn.disabled,
a.btn-image.disabled,
button.btn-image.disabled,
a.btn:disabled,
button.btn:disabled,
a.btn-image:disabled,
button.btn-image:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn,
a.btn-image.disabled,
fieldset:disabled a.btn-image {
  pointer-events: none;
}
.btn.btn-cs-fancy {
  color: #22242c !important;
  background-color: #e0f6b2;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.75);
  border: none;
  border-radius: 0.6rem;
  font-family: "CS Porcupine", Arial, sans-serif;
  font-size: 24px;
  /* IE 8 */
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 2px 10px 0 3px;
  /* IE 8 */
  padding: 0.4rem 1rem 0.2rem 0.6rem;
  transition: none;
  -webkit-font-smoothing: antialiased;
  /* Avoid the default subpixel-antialised because it makes the weight too high */
}
.btn.btn-cs-fancy,
.btn.btn-cs-fancy:focus {
  box-shadow: inset 0 0 0 3px white, 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.btn.btn-cs-fancy:hover {
  color: #22242c !important;
  background-color: #e9f9c9;
}
.btn.btn-cs-dull {
  color: #404040 !important;
  background-color: #e9f9c9;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.75);
  border: none;
  border-radius: 0.6rem;
  font-family: "CS Porcupine", Arial, sans-serif;
  font-size: 21px;
  /* IE 8 */
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 0.4em 0.5em 0.2em 0.5em;
  transition: none;
  -webkit-font-smoothing: antialiased;
  /* Avoid the default subpixel-antialised because it makes the weight too high */
}
.btn.btn-cs-dull,
.btn.btn-cs-dull:focus {
  box-shadow: inset 0 0 0 3px #fff, 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.btn.btn-cs-dull:hover {
  color: #404040 !important;
  background-color: #f2fbe0;
}
.cs-button-icon {
  display: inline-block;
  margin: -0.4rem 0.1rem -0.1rem -0.4rem;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-image: url(/img/icons/icons32-5.png);
  background-repeat: no-repeat;
  background-size: 192px 192px;
}
.btn-cs-dull .cs-button-icon {
  margin: -0.3em 0 -0.1em -0.3em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cs-button-icon {
    width: 32px;
    height: 32px;
    background-image: url(/img/icons/icons64-7.png);
    background-repeat: no-repeat;
    background-size: 192px 160px;
  }
}
.cs-button-icon-flower {
  background-position: 0 0;
}
.cs-button-icon-warning {
  background-position: -64px 0;
}
.cs-button-icon-heart {
  background-position: -96px 0;
}
.cs-button-icon-gear {
  background-position: 0 -32px;
}
.cs-button-icon-cancel {
  background-position: -32px -32px;
}
.cs-button-icon-accept {
  background-position: -64px -32px;
}
.cs-button-icon-next {
  background-position: -96px -32px;
}
.cs-button-icon-pets {
  background-position: 0 -64px;
}
.cs-button-icon-items {
  background-position: -32px -64px;
}
.cs-button-icon-wishlist {
  background-position: -64px -64px;
}
.cs-button-icon-gallery {
  background-position: -96px -64px;
}
.cs-button-icon-scenes {
  background-position: -128px -64px;
}
.cs-button-icon-dressups {
  background-position: -160px -64px;
}
.cs-button-icon-grey {
  filter: grayscale(100%) brightness(300%);
}
.user-profile-cs-links {
  max-width: 25rem;
  /* Wrap buttons into 2 rows */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-profile-cs-links a {
  margin: 0 0.25em 0.25em 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
button.btn-image {
  margin: 0 5px 0 0;
  background: transparent none 0 0 no-repeat;
  border: none;
  padding: 0;
}
button.btn-image:hover {
  background-position: 0 100%;
}
button.btn-image span {
  display: none;
}
.cs-hr {
  margin: 1.5em 0;
  height: 32px;
  display: flex;
}
.cs-hr-icon {
  margin: 0 2em;
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
}
.cs-hr-line {
  flex-grow: 1;
  flex-shrink: 1;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 14px;
}
body.storecategory .store-line-flex .store-line-header {
  background-color: #99c57c;
}
.releasetradewrap .new,
.giveaway-description .new {
  color: #75292d;
}
/* Make signup form fit better on phones */
@media only screen and (max-width: 820px) {
  .cs-signup-form fieldset.fields2 {
    width: 100%;
  }
  .cs-signup-form fieldset.fields2 dl {
    height: auto;
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .cs-signup-form fieldset.fields2 dt,
  .cs-signup-form fieldset.fields2 dd {
    display: block;
    float: none;
    margin-left: 0;
    margin-bottom: 1em;
    width: auto;
  }
  .cs-signup-form input[type=text],
  .cs-signup-form input[type=password] {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0.7em;
  }
  .cs-signup-form fieldset.fields2 select {
    box-sizing: border-box;
    padding: 0.5em;
    width: 100% !important;
    display: block;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* Content Styles
---------------------------------------- */
div.liner {
  padding: 15px 15px;
}
div.liner .post > .inner > span.corners-top,
div.liner .post > .inner > span.corners-bottom,
div.liner .post > .inner > span.corners-top span,
div.liner .post > .inner > span.corners-bottom span {
  height: 6px;
}
#whoisonline {
  margin: 4px 0;
  padding: 0 10px;
}
ul.topiclist {
  display: block;
  list-style-type: none;
  margin: 0;
}
ul.topiclist li {
  display: block;
  list-style-type: none;
  margin: 0;
}
ul.topiclist dl {
  position: relative;
}
ul.topiclist li.row dl {
  padding: 2px 0;
}
ul.topiclist dt {
  display: block;
  float: left;
  width: 50%;
  font-size: 1.2em;
  padding-left: 5px;
  padding-right: 5px;
}
ul.topiclist.forums dt {
  color: #333333;
  float: none;
  width: auto;
}
ul.topiclist dd {
  display: block;
  float: left;
  border-left: 1px solid #FFFFFF;
  padding: 4px 0;
}
ul.topiclist dfn {
  /* Labels for post/view counts */
  position: absolute;
  left: -999px;
  width: 990px;
}
ul.topiclist li.row dt a.subforum {
  background-image: none;
  background-position: 0 50%;
  background-repeat: no-repeat;
  position: relative;
  white-space: nowrap;
  padding: 0 0 0 12px;
}
.forum-image {
  float: left;
  padding-top: 5px;
  margin-right: 5px;
}
li.row {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #8f8f8f;
}
li.row strong {
  font-weight: normal;
  color: #000000;
}
li.header dt,
li.header dd {
  line-height: 1em;
  border-left-width: 0;
  margin: 2px 0 4px 0;
  color: #FFFFFF;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
li.header dt {
  font-weight: bold;
}
li.header dd {
  margin-left: 1px;
}
li.header dl.icon {
  min-height: 0;
}
li.header dl.icon dt {
  /* Tweak for headers alignment when folder icon used */
  padding-left: 0;
  padding-right: 50px;
}
.forumsblock {
  margin-bottom: 0.5em;
  overflow: hidden;
}
.forumsheader {
  padding: 0 0 0 4px;
  margin-right: 1px;
  clear: left;
  position: relative;
  height: 33px;
  font-size: 150%;
}
.forumsheader img {
  display: block;
  position: absolute;
  top: 2px;
}
ul.forums {
  width: 100%;
  float: left;
}
ul.forums dd {
  border-left: none !important;
  float: none;
}
ul.forums li.row {
  float: left;
  border: none;
  width: 50%;
  margin-right: -1px;
}
ul.forums li.row .panel {
  margin-right: 2px;
  margin-bottom: 1px;
}
ul.forums li.row dl {
  min-height: 5.2em;
}
/* Forum list column styles */
dl.icon {
  min-height: 35px;
  background-position: 10px 50%;
  /* Position of folder icon */
  background-repeat: no-repeat;
}
dl.icon dt {
  padding-left: 45px;
  /* Space for folder icon */
  background-repeat: no-repeat;
  background-position: 5px 95%;
  /* Position of topic icon */
}
ul.forums dl.icon {
  background-size: 32px 32px;
  background-position: 3px 50%;
}
ul.forums dl.icon dd {
  padding-left: 45px;
  /* Space for folder icon */
}
dd.posts,
dd.topics,
dd.views {
  width: 8%;
  text-align: center;
  line-height: 2.2em;
  font-size: 1.2em;
}
/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
  list-style-position: inside;
  margin-left: 1em;
}
dl.icon dt li {
  display: list-item;
  list-style-type: inherit;
}
dd.lastpost {
  width: 25%;
  font-size: 1.1em;
}
ul.topiclist.forums dd.lastpost {
  width: auto;
}
dd.redirect {
  font-size: 1.1em;
  line-height: 2.5em;
}
dd.moderation {
  font-size: 1.1em;
}
dd.lastpost span,
ul.topiclist dd.searchby span,
ul.topiclist dd.info span,
ul.topiclist dd.time span,
dd.redirect span,
dd.moderation span {
  display: block;
  padding-left: 5px;
}
dd.time {
  width: auto;
  line-height: 200%;
  font-size: 1.1em;
}
dd.extra {
  width: 12%;
  line-height: 200%;
  text-align: center;
  font-size: 1.1em;
}
dd.mark {
  float: right !important;
  width: 9%;
  text-align: center;
  line-height: 200%;
  font-size: 1.2em;
}
dd.info {
  width: 30%;
}
dd.option {
  width: 15%;
  line-height: 200%;
  text-align: center;
  font-size: 1.1em;
}
dd.searchby {
  width: 47%;
  font-size: 1.1em;
  line-height: 1em;
}
ul.topiclist dd.searchextra {
  margin-left: 5px;
  padding: 0.2em 0;
  font-size: 1.1em;
  color: #333333;
  border-left: none;
  clear: both;
  width: 98%;
  overflow: hidden;
}
/* Container for post/reply buttons and pagination */
.topic-actions {
  margin-bottom: 3px;
  font-size: 1.1em;
  min-height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
/* Post body styles
----------------------------------------*/
.postbody {
  padding: 0;
  line-height: 1.48em;
  color: #333333;
  width: 76%;
  float: left;
  clear: both;
}
.postbody .ignore {
  font-size: 1.1em;
}
.postbody h3.first {
  /* The first post on the page uses this */
  font-size: 1.7em;
}
.postbody h3 {
  /* Postbody requires a different h3 format - so change it here */
  font-size: 1.5em;
  padding: 2px 0 0 0;
  margin: 0 0 0.3em 0 !important;
  text-transform: none;
  border: none;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  line-height: 125%;
}
.postbody h3 img {
  /* Also see tweaks.css */
  vertical-align: bottom;
}
.postbody .content {
  font-size: 1.3em;
}
.search .postbody {
  width: 68%;
}
/* Topic review panel
----------------------------------------*/
#review {
  margin-top: 2em;
}
#topicreview {
  padding-right: 5px;
  overflow: auto;
  height: 300px;
}
#topicreview .postbody {
  width: auto;
  float: none;
  margin: 0;
  height: auto;
}
#topicreview .post {
  height: auto;
}
#topicreview h2 {
  border-bottom-width: 0;
}
.post-ignore .postbody {
  display: none;
}
/* MCP Post details
----------------------------------------*/
#post_details {
  /* This will only work in IE7+, plus the others */
  overflow: auto;
  max-height: 300px;
}
#expand {
  clear: both;
}
/* Content container styles
----------------------------------------*/
.content {
  min-height: 3em;
  overflow: hidden;
  line-height: 1.4em;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #333333;
  padding-bottom: 1px;
}
.content h2,
.panel h2 {
  font-weight: normal;
  color: #989898;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.6em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.panel h3,
#whoisonline h3 {
  margin: 0.5em 0;
}
.panel p {
  margin-bottom: 1em;
}
.content p {
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.4em;
}
dl.faq {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 2em;
  line-height: 1.4em;
}
dl.faq dt {
  font-weight: bold;
  color: #333333;
}
.content dl.faq {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.content li {
  list-style-type: inherit;
}
.content ul,
.content ol {
  margin-bottom: 1em;
  margin-left: 3em;
}
.posthilit {
  background-color: #f3f3f3;
  color: #BCBCBC;
  padding: 0 2px 1px 2px;
}
.announce,
.unreadpost {
  /* Highlight the announcements & unread posts box */
  border-left-color: #BCBCBC;
  border-right-color: #BCBCBC;
}
/* Post author */
p.author {
  margin: 0 15em 0.6em 0;
  padding: 0 0 5px 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}
/* Post signature */
.signature {
  margin-top: 1.5em;
  padding-top: 0.2em;
  font-size: 1.1em;
  border-top: 1px solid #CCCCCC;
  clear: left;
  line-height: 140%;
  overflow: hidden;
  width: 100%;
  max-height: 400px;
}
dd .signature {
  margin: 0;
  padding: 0;
  clear: none;
  border: none;
}
.signature li {
  list-style-type: inherit;
}
.signature ul,
.signature ol {
  margin-bottom: 1em;
  margin-left: 3em;
}
/* Post noticies */
.notice {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  width: auto;
  margin-top: 1.5em;
  padding-top: 0.2em;
  font-size: 1em;
  border-top: 1px dashed #CCCCCC;
  clear: left;
  line-height: 130%;
}
/* Jump to post link for now */
ul.searchresults {
  list-style: none;
  text-align: right;
  clear: both;
}
/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
  background: #ebebeb none 6px 8px no-repeat;
  border: 1px solid #dbdbdb;
  font-size: 0.95em;
  margin: 0.5em 1px 0 25px;
  overflow: hidden;
  padding: 5px;
}
blockquote blockquote {
  /* Nested quotes */
  background-color: #bababa;
  font-size: 1em;
  margin: 0.5em 1px 0 15px;
}
blockquote blockquote blockquote {
  /* Nested quotes */
  background-color: #e4e4e4;
}
blockquote cite {
  /* Username/source of quoter */
  font-style: normal;
  font-weight: bold;
  margin-left: 20px;
  display: block;
  font-size: 0.9em;
}
blockquote cite cite {
  font-size: 1em;
}
blockquote.uncited {
  padding-top: 25px;
}
/* Code block */
dl.codebox {
  padding: 3px;
  background-color: #FFFFFF;
  border: 1px solid #d8d8d8;
  font-size: 1em;
}
dl.codebox dt {
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 3px;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
}
blockquote dl.codebox {
  margin-left: 0;
}
dl.codebox code {
  /* Also see tweaks.css */
  overflow: auto;
  display: block;
  height: auto;
  max-height: 200px;
  white-space: normal;
  padding-top: 5px;
  font: 0.9em Monaco, "Andale Mono", "Courier New", Courier, mono;
  line-height: 1.3em;
  color: #8b8b8b;
  margin: 2px 0;
}
.syntaxbg {
  color: #FFFFFF;
}
.syntaxcomment {
  color: #000000;
}
.syntaxdefault {
  color: #bcbcbc;
}
.syntaxhtml {
  color: #000000;
}
.syntaxkeyword {
  color: #585858;
}
.syntaxstring {
  color: #a7a7a7;
}
/* Attachments
----------------------------------------*/
.attachbox {
  float: left;
  width: auto;
  margin: 5px 5px 5px 0;
  padding: 6px;
  background-color: #FFFFFF;
  border: 1px dashed #d8d8d8;
  clear: left;
}
.pm-message .attachbox {
  background-color: #f3f3f3;
}
.attachbox dt {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.attachbox dd {
  margin-top: 4px;
  padding-top: 4px;
  clear: left;
  border-top: 1px solid #d8d8d8;
}
.attachbox dd dd {
  border: none;
}
.attachbox p {
  line-height: 110%;
  color: #666666;
  font-weight: normal;
  clear: left;
}
.attachbox p.stats {
  line-height: 110%;
  color: #666666;
  font-weight: normal;
  clear: left;
}
.attach-image {
  margin: 3px 0;
  width: 100%;
  max-height: 350px;
  overflow: auto;
}
.attach-image img {
  border: 1px solid #999999;
  /*	cursor: move; */
  cursor: default;
}
/* Inline image thumbnails */
div.inline-attachment dl.thumbnail,
div.inline-attachment dl.file {
  display: block;
  margin-bottom: 4px;
}
div.inline-attachment p {
  font-size: 100%;
}
dl.file {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  display: block;
}
dl.file dt {
  text-transform: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
dl.file dd {
  color: #666666;
  margin: 0;
  padding: 0;
}
dl.thumbnail img {
  padding: 3px;
  border: 1px solid #666666;
  background-color: #FFF;
}
dl.thumbnail dd {
  color: #666666;
  font-style: italic;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.attachbox dl.thumbnail dd {
  font-size: 100%;
}
dl.thumbnail dt a:hover {
  background-color: #EEEEEE;
}
dl.thumbnail dt a:hover img {
  border: 1px solid #d2d2d2;
}
/* Post poll styles
----------------------------------------*/
fieldset.polls {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
fieldset.polls dl {
  margin-top: 5px;
  border-top: 1px solid #e2e2e2;
  padding: 5px 0 0 0;
  line-height: 120%;
  color: #666666;
}
fieldset.polls dl.voted {
  font-weight: bold;
  color: #000000;
}
fieldset.polls dt {
  text-align: left;
  float: left;
  display: block;
  width: 30%;
  border-right: none;
  padding: 0;
  margin: 0;
  font-size: 1.1em;
}
fieldset.polls dd {
  float: left;
  width: 10%;
  border-left: none;
  padding: 0 5px;
  margin-left: 0;
  font-size: 1.1em;
}
fieldset.polls dd.resultbar {
  width: 50%;
}
fieldset.polls dd input {
  margin: 2px 0;
}
fieldset.polls dd div {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 2px;
  overflow: visible;
  min-width: 2%;
}
.pollbar1 {
  background-color: #aaaaaa;
  border-bottom: 1px solid #747474;
  border-right: 1px solid #747474;
}
.pollbar2 {
  background-color: #bebebe;
  border-bottom: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
}
.pollbar3 {
  background-color: #D1D1D1;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}
.pollbar4 {
  background-color: #e4e4e4;
  border-bottom: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
}
.pollbar5 {
  background-color: #f8f8f8;
  border-bottom: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
/* Poster profile block
----------------------------------------*/
.postprofile {
  /* Also see tweaks.css */
  margin: 5px 0 10px 0;
  min-height: 80px;
  color: #666666;
  border-left: 1px solid #FFFFFF;
  width: 22%;
  float: right;
  display: inline;
}
.pm .postprofile {
  border-left: 1px solid #DDDDDD;
}
.postprofile dd,
.postprofile dt {
  line-height: 1.2em;
  margin-left: 8px;
}
.postprofile strong {
  font-weight: normal;
  color: #000000;
}
.avatar {
  border: none;
  margin-bottom: 3px;
}
.online {
  background-image: none;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
/* Poster profile used by search*/
.search .postprofile {
  width: 30%;
}
/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
  width: 60% !important;
}
dl.pmlist dt textarea {
  width: 95%;
}
dl.pmlist dd {
  margin-left: 61% !important;
  margin-bottom: 2px;
}
body.edittrade #pnlPets {
  overflow: auto;
  padding: 4px;
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  top: 2.5em;
}
body.edittrade #pnlGroupPick {
  height: 2.5em;
}
body.edittrade #pnlButtons {
  position: absolute;
  height: 2em;
  bottom: 0;
}
body.edittrade .tabs {
  position: relative;
  bottom: 0;
  top: 0;
}
body.frontpage #newslist {
  overflow: auto;
  height: 300px;
}
ul.jumplinks {
  font-size: 1.25em;
  list-style-type: none;
}
ul.jumplinks li {
  margin-bottom: 0.5em;
}
.motd {
  border-radius: 6px;
  font-size: 1.2em;
  overflow: hidden;
  margin-bottom: 0.75em;
}
.motd dt {
  padding: 0.5em;
  padding-left: 0.8em;
}
.motd dt span {
  font-size: 120%;
}
.motd dd {
  padding: 0.8em;
}
.postbody img {
  max-width: 100%;
}
/* Make login form fit better on phones */
@media only screen and (max-width: 700px) {
  /* Make login form fit better on phones */
  .cs-login-form fieldset,
  .cs-login-form fieldset.fields1,
  .cs-login-form fieldset.fields2 {
    width: 100%;
  }
  .cs-login-form fieldset dl,
  .cs-login-form fieldset.fields1 dl,
  .cs-login-form fieldset.fields2 dl {
    height: auto;
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .cs-login-form fieldset dt,
  .cs-login-form fieldset.fields1 dt,
  .cs-login-form fieldset.fields2 dt,
  .cs-login-form fieldset dd,
  .cs-login-form fieldset.fields1 dd,
  .cs-login-form fieldset.fields2 dd {
    display: block;
    float: none;
    margin-left: 0;
    margin-bottom: 0.5em;
    width: auto;
  }
  .cs-login-form fieldset .cs-login-form-button-indent,
  .cs-login-form fieldset.fields1 .cs-login-form-button-indent,
  .cs-login-form fieldset.fields2 .cs-login-form-button-indent {
    display: none;
  }
  .cs-login-form input[type=text],
  .cs-login-form input[type=password] {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0.7em;
  }
  .cs-login-form .button1 {
    padding: 7px;
  }
}
/* Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.buttons {
	float: left;
	width: auto;
	height: auto;
}

/* Rollover state */
.buttons div {
	float: left;
	margin: 0 5px 0 0;
	background-position: 0 100%;
}

/* Rolloff state */
.buttons div a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
	text-decoration:none;
}

.buttons div span			{ position: absolute; width: 100%; height: 100%; cursor: pointer;}
.buttons div a:hover span	{ background-position: 0 100%; }

/* Big button images */
.reply-icon span,
.post-icon span,
.newdrawing-icon span,
.drawingcolor-icon span,
.drawingedit-icon span,
.newscene-icon span,
.sceneedit-icon span,
.locked-icon span,
.pmreply-icon span,
.newpm-icon span,
.forwardpm-icon span,
.friendadd-icon span,
.trade-icon span,
.follow-icon span,
.friendremove-icon span {
	background: transparent none 0 0 no-repeat;
}

/* Set big button dimensions */
.buttons div.reply-icon		{  width: 126px; height: 27px; }
.buttons div.post-icon		{ width: 117px; height: 27px; }
.buttons div.newdrawing-icon		{ width: 144px; height: 27px; }
.buttons div.drawingedit-icon		{ width: 134px; height: 27px; }
.buttons div.drawingcolor-icon		{ width: 126px; height: 27px; }
.buttons div.newscene-icon { width: 127px; height: 27px; }
.buttons div.sceneedit-icon			{ width: 122px; height: 27px; }
.buttons div.locked-icon	{ width: 98px; height: 27px; }
.buttons div.pmreply-icon	{ width: 127px; height: 27px; }
.buttons div.newpm-icon		{ width: 96px; height: 27px; }
.buttons div.forwardpm-icon	{ width: 113px; height: 27px; }

.buttons div.foeadd-icon	{ width: 72px; height: 22px; }
.buttons div.foeremove-icon	{ width: 84px; height: 22px; }
.buttons div.friendadd-icon	{ width: 125px; height: 27px; }
.buttons div.friendremove-icon	{ width: 156px; height: 27px; }

.buttons div.trade-icon	{ width: 127px; height: 27px; }

.btn-image.artist-follow-button-follow   { width: 151px; height: 27px; }
.btn-image.artist-follow-button-follow.btn-sm { width: 116px; height: 22px; }
.btn-image.artist-follow-button-unfollow { width: 122px; height: 27px; }
.btn-image.artist-follow-button-unfollow.btn-sm { width: 98px; height: 22px; }
.btn-image.artist-subscription-remove    { width: 18px; height:22px }
.btn-image.drawing-vote-button-vote      { width: 81px; height: 22px; }
.btn-image.drawing-vote-button-unvote    { width: 65px; height: 22px; }

/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail, a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
}

a.print {
	background-image: none;
	width: 22px;
}

a.sendemail {
	background-image: none;
	width: 22px;
}

a.fontsize {
	background-image: none;
	background-position: 0 -1px;
	width: 29px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}
ul.profile-icons li a:hover,
.user-profile-action-buttons-small a:hover {
	background-position: 0 100%;
}

/* Hide <a> text */
ul.profile-icons li span,
.reportplayer-icon span,
.foeremove-icon span,
.foeadd-icon span {
	display:none;
}

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}

/* Profile & navigation icons */
.email-icon, .email-icon a,
.web-icon, .web-icon a,
.pm-icon, .pm-icon a,
.quote-icon, .quote-icon a,
.poop-icon, .poop-icon a,

/* Moderator icons */
.report-icon, .report-icon a,
.reportplayer-icon, .reportplayer-icon a,
.edit-icon, .edit-icon a,
.delete-icon, .delete-icon a,
.info-icon, .info-icon a {
	background: none top left no-repeat;
}

/* Set profile icon dimensions */
ul.profile-icons li.email-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.web-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; }
ul.profile-icons li.quote-icon	{ width: 62px; height: 22px; }
ul.profile-icons li.report-icon	{ width: 66px; height: 22px; }
ul.profile-icons li.edit-icon	{ width: 45px; height: 22px; }
ul.profile-icons li.delete-icon	{ width: 18px; height: 22px; }
ul.profile-icons li.info-icon	{ width: 18px; height: 22px; }
ul.profile-icons li.poop-icon	{ width: 21px; height: 22px; }

.reportplayer-icon { width: 66px; height: 22px; }

.reply-icon span	{
	background-image: url("./styles/CSAdventure/imageset/en/button_topic_reply.png");
	background-size: 126px 54px;
}
.post-icon span		{
	background-image: url("./styles/CSAdventure/imageset/en/button_topic_new.png");
	background-size: 117px 54px;
}
.newdrawing-icon span {
	background-image: url("./styles/CSAdventure/imageset/en/button_drawing_new.png");
	background-size: 144px 54px;
}
.drawingedit-icon span {
	background-image: url("./styles/CSAdventure/imageset/en/button_drawing_edit.png");
	background-size: 134px 54px;
}
.drawingcolor-icon span {
	background-image: url("./styles/CSAdventure/imageset/en/button_drawing_color.png");
	background-size: 126px 54px;
}
.newscene-icon span	{
	background-image: url("./styles/CSAdventure/imageset/en/button_scene_new.png");
	background-size: 127px 54px;
}
.sceneedit-icon span {
	background-image: url("./styles/CSAdventure/imageset/en/button_scene_edit.png");
	background-size: 122px 54px;
}
.locked-icon span {
	background-image: url("./styles/CSAdventure/imageset/en/button_topic_locked.png");
	background-size: 98px 54px;
}
.pmreply-icon span {
	background-image: url("./styles/CSAdventure/imageset/en/button_pm_reply.png") ;
	background-size: 127px 54px;
}
.newpm-icon span {
	background-image: url("./styles/CSAdventure/imageset/en/button_pm_new.png") ;
	background-size: 96px 54px;
}
.forwardpm-icon span {
	background-image: url("./styles/CSAdventure/imageset/en/button_pm_forward.png") ;
	background-size: 113px 54px;
}

.friendadd-icon span {
	background-image: url("./styles/CSAdventure/imageset/en/button_friend_add.png") ;
	background-size: 125px 54px;
}
.friendremove-icon span {
	background-image: url("./styles/CSAdventure/imageset/en/button_friend_remove.png") ;
	background-size: 156px 54px;
}

.trade-icon span {
	background-image: url("./styles/CSAdventure/imageset/en/button_trade.png") ;
	background-size: 127px 54px;
}

a.print {
	background-image: url("./styles/CSAdventure/theme/images/icon_print.gif");
}

a.sendemail {
	background-image: url("./styles/CSAdventure/theme/images/icon_sendemail.gif");
}

a.fontsize {
	background-image: url("./styles/CSAdventure/theme/images/icon_fontsize.gif");
}

/* Icon images
---------------------------------------- */
.sitehome						{ background-image: url("./styles/CSAdventure/theme/images/icon_home.gif?v=1"); }
.icon-faq						{ background-image: url("./styles/CSAdventure/theme/images/icon_faq.gif?v=1"); }
.icon-members					{ background-image: url("./styles/CSAdventure/theme/images/icon_members.gif?v=1"); }
.icon-home						{ background-image: url("./styles/CSAdventure/theme/images/icon_home.gif?v=1"); }
.icon-ucp						{ background-image: url("./styles/CSAdventure/theme/images/icon_ucp.gif?v=1"); }
.icon-register					{ background-image: url("./styles/CSAdventure/theme/images/icon_register.gif?v=1"); }
.icon-logout					{ background-image: url("./styles/CSAdventure/theme/images/icon_logout.gif?v=1"); }
.icon-bookmark					{ background-image: url("./styles/CSAdventure/theme/images/icon_bookmark.gif?v=1"); }
.icon-bump						{ background-image: url("./styles/CSAdventure/theme/images/icon_bump.gif?v=1"); }
.icon-subscribe					{ background-image: url("./styles/CSAdventure/theme/images/icon_subscribe.gif?v=1"); }
.icon-unsubscribe				{ background-image: url("./styles/CSAdventure/theme/images/icon_unsubscribe.gif?v=1"); }
.icon-pages						{ background-image: url("./styles/CSAdventure/theme/images/icon_pages.gif?v=1"); }
.icon-search					{ background-image: url("./styles/CSAdventure/theme/images/icon_search.gif?v=1"); }

/* Profile & navigation icons */
.email-icon a		{ background-image: url("./styles/CSAdventure/imageset/icon_contact_email.gif"); }
.web-icon a			{ background-image: url("./styles/CSAdventure/imageset/icon_contact_www.gif"); }
.pm-icon a			{ background-image: url("./styles/CSAdventure/imageset/en/icon_contact_pm.gif"); }
.quote-icon a		{
	background-image: url("./styles/CSAdventure/imageset/en/icon_post_quote.png");
	background-size: 62px 44px;
}

/* Moderator icons */
.report-icon a,
.reportplayer-icon a {
	background-image: url("./styles/CSAdventure/imageset/en/icon_post_report.png");
	background-size: 66px 44px;
}
.edit-icon a {
	background-image: url("./styles/CSAdventure/imageset/en/icon_post_edit.png");
	background-size: 45px 44px;
}
.delete-icon a {
	background-image: url("./styles/CSAdventure/imageset/icon_post_delete.png");
	background-size: 18px 44px;
}
.info-icon a {
	background-image: url("./styles/CSAdventure/imageset/icon_post_info.png");
	background-size: 18px 44px;
}
.poop-icon a {
	background-image: url("./styles/CSAdventure/imageset/icon_poop.png");
	background-size: 21px 44px;
}

.foeadd-icon a {
	background-image: url("./styles/CSAdventure/imageset/en/button_block.png") ;
	background-size: 72px 44px;
}
.foeremove-icon a {
	background-image: url("./styles/CSAdventure/imageset/en/button_unblock.png") ;
	background-size: 84px 44px;
}

.btn-image.artist-follow-button-follow {
	background-image: url("./styles/CSAdventure/imageset/en/button_follow.png");
	background-size: 151px 54px;
}
.btn-image.artist-follow-button-unfollow {
	background-image: url("./styles/CSAdventure/imageset/en/button_following.png");
	background-size: 122px 54px;
}
.btn-image.artist-follow-button-follow.btn-sm {
	background-image: url("./styles/CSAdventure/imageset/en/button_follow_mini.png");
	background-size: 116px 44px;
}
.btn-image.artist-follow-button-unfollow.btn-sm {
	background-image: url("./styles/CSAdventure/imageset/en/button_following_mini.png");
	background-size: 98px 44px;
}
.btn-image.artist-subscription-remove {
	background-image: url("./styles/CSAdventure/imageset/icon_post_delete.png");
	background-size: 18px 44px;
}
.btn-image.drawing-vote-button-vote {
	background-image: url("./styles/CSAdventure/imageset/en/button_like.png");
	background-size: 81px 44px;
}
.btn-image.drawing-vote-button-unvote {
	background-image: url("./styles/CSAdventure/imageset/en/button_liked.png");
	background-size: 65px 44px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.quote-icon a {
		background-image: url("./styles/CSAdventure/imageset/en/icon_post_quote.png.2x.png");
	}

	.report-icon a {
		background-image: url("./styles/CSAdventure/imageset/en/icon_post_report.png.2x.png");
	}
	.edit-icon a {
		background-image: url("./styles/CSAdventure/imageset/en/icon_post_edit.png.2x.png");
	}
	.delete-icon a {
		background-image: url("./styles/CSAdventure/imageset/icon_post_delete.png.2x.png");
	}
	.info-icon a {
		background-image: url("./styles/CSAdventure/imageset/icon_post_info.png.2x.png");
	}
	.poop-icon a {
		background-image: url("./styles/CSAdventure/imageset/icon_poop.png.2x.png");
	}

	.reply-icon span	{
		background-image: url("./styles/CSAdventure/imageset/en/button_topic_reply.png.2x.png");
	}
	.post-icon span		{
		background-image: url("./styles/CSAdventure/imageset/en/button_topic_new.png.2x.png");
	}
	.newdrawing-icon span {
		background-image: url("./styles/CSAdventure/imageset/en/button_drawing_new.png.2x.png");
	}
	.drawingedit-icon span {
		background-image: url("./styles/CSAdventure/imageset/en/button_drawing_edit.png.2x.png");
	}
	.drawingcolor-icon span {
		background-image: url("./styles/CSAdventure/imageset/en/button_drawing_color.png.2x.png");
	}

	.newscene-icon span	{
		background-image: url("./styles/CSAdventure/imageset/en/button_scene_new.png.2x.png");
	}
	.sceneedit-icon span {
		background-image: url("./styles/CSAdventure/imageset/en/button_scene_edit.png.2x.png");
	}

	.locked-icon span {
		background-image: url("./styles/CSAdventure/imageset/en/button_topic_locked.png.2x.png");
	}
	.pmreply-icon span {
		background-image: url("./styles/CSAdventure/imageset/en/button_pm_reply.png.2x.png");
	}
	.newpm-icon span {
		background-image: url("./styles/CSAdventure/imageset/en/button_pm_new.png.2x.png");
	}
	.forwardpm-icon span {
		background-image: url("./styles/CSAdventure/imageset/en/button_pm_forward.png.2x.png");
	}

	.reportplayer-icon a {
		background-image: url("./styles/CSAdventure/imageset/en/icon_post_report.png.2x.png");
	}

	.friendadd-icon span {
		background-image: url("./styles/CSAdventure/imageset/en/button_friend_add.png.2x.png");
	}
	.friendremove-icon span {
		background-image: url("./styles/CSAdventure/imageset/en/button_friend_remove.png.2x.png");
	}
	.foeadd-icon a {
		background-image: url("./styles/CSAdventure/imageset/en/button_block.png.2x.png");
	}
	.foeremove-icon a {
		background-image: url("./styles/CSAdventure/imageset/en/button_unblock.png.2x.png");
	}
	.trade-icon span {
		background-image: url("./styles/CSAdventure/imageset/en/button_trade.png.2x.png");
	}

	.btn-image.artist-follow-button-follow {
		background-image: url("./styles/CSAdventure/imageset/en/button_follow.png.2x.png");
	}
	.btn-image.artist-follow-button-unfollow {
		background-image: url("./styles/CSAdventure/imageset/en/button_following.png.2x.png");
	}
	.btn-image.artist-follow-button-follow.btn-sm {
		background-image: url("./styles/CSAdventure/imageset/en/button_follow_mini.png.2x.png");
	}
	.btn-image.artist-follow-button-unfollow.btn-sm {
		background-image: url("./styles/CSAdventure/imageset/en/button_following_mini.png.2x.png");
	}
	.btn-image.artist-subscription-remove {
		background-image: url("./styles/CSAdventure/imageset/icon_post_delete.png.2x.png");
	}
	.btn-image.drawing-vote-button-vote {
		background-image: url("./styles/CSAdventure/imageset/en/button_like.png.2x.png");
	}
	.btn-image.drawing-vote-button-unvote {
		background-image: url("./styles/CSAdventure/imageset/en/button_liked.png.2x.png");
	}
}

/* Control Panel Styles
---------------------------------------- */
/* Main CP box
----------------------------------------*/
#cp-menu {
  float: left;
  width: 19%;
  margin-top: 1em;
  margin-bottom: 5px;
}
#cp-main {
  float: left;
  width: 81%;
}
#cp-main .content {
  padding: 0;
}
#cp-main h3,
#cp-main hr,
#cp-menu hr {
  border-color: #bfbfbf;
}
#cp-main .panel p {
  font-size: 1.1em;
}
#cp-main .panel ol {
  margin-left: 2em;
  font-size: 1.1em;
}
#cp-main .panel li.row {
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #F9F9F9;
}
ul.cplist {
  margin-bottom: 5px;
  border-top: 1px solid #cbcbcb;
}
#cp-main .panel li.header dd,
#cp-main .panel li.header dt {
  color: #000000;
  margin-bottom: 2px;
}
#cp-main table.table1 {
  margin-bottom: 1em;
}
#cp-main table.table1 thead th {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding: 5px;
}
#cp-main table.table1 tbody th {
  font-style: italic;
  background-color: transparent !important;
  border-bottom: none;
}
#cp-main .pagination {
  float: right;
  width: auto;
  padding-top: 1px;
}
#cp-main .postbody p {
  font-size: 1.1em;
}
#cp-main .pm-message {
  border: 1px solid #e2e2e2;
  margin: 10px 0;
  background-color: #FFFFFF;
  width: auto;
  float: none;
}
.pm-message h2 {
  padding-bottom: 5px;
}
#cp-main .postbody h3,
#cp-main .box2 h3 {
  margin-top: 0;
}
#cp-main .buttons {
  margin-left: 0;
}
#cp-main ul.linklist {
  margin: 0;
}
/* MCP Specific tweaks */
.mcp-main .postbody {
  width: 100%;
}
/* CP tabbed menu
----------------------------------------*/
#tabs {
  line-height: normal;
  margin: 20px 0 -1px 7px;
  min-width: 570px;
}
#tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#tabs li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}
#tabs a {
  float: left;
  background: none no-repeat 0% -35px;
  margin: 0 1px 0 0;
  padding: 0 0 0 5px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
#tabs a span {
  float: left;
  display: block;
  background: none no-repeat 100% -35px;
  padding: 6px 10px 6px 5px;
  color: #828282;
  white-space: nowrap;
}
#tabs a:hover span {
  color: #bcbcbc;
}
#tabs .activetab a {
  background-position: 0 0;
  border-bottom: 1px solid #ebebeb;
}
#tabs .activetab a span {
  background-position: 100% 0;
  padding-bottom: 7px;
  color: #333333;
}
#tabs a:hover {
  background-position: 0 -70px;
}
#tabs a:hover span {
  background-position: 100% -70px;
}
#tabs .activetab a:hover {
  background-position: 0 0;
}
#tabs .activetab a:hover span {
  color: #000000;
  background-position: 100% 0;
}
/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
  line-height: normal;
  margin: -20px 7px 0 0;
}
#minitabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#minitabs li {
  display: block;
  float: right;
  padding: 0 10px 4px 10px;
  font-size: 1em;
  font-weight: bold;
  background-color: #f2f2f2;
  margin-left: 2px;
}
#minitabs a:hover {
  text-decoration: none;
}
#minitabs li.activetab {
  background-color: #F9F9F9;
}
#minitabs li.activetab a,
#minitabs li.activetab a:hover {
  color: #333333;
}
/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
  width: 100%;
  padding-top: 36px;
}
#navigation ul {
  list-style: none;
}
/* Default list state */
#navigation li {
  margin: 1px 0;
  padding: 0;
  font-weight: bold;
  display: inline;
}
/* Link styles for the sub-section links */
#navigation a {
  display: block;
  padding: 5px;
  margin: 1px 0;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  background: #cfcfcf none repeat-y 100% 0;
}
#navigation a:hover {
  text-decoration: none;
  background-color: #c6c6c6;
  color: #bcbcbc;
  background-image: none;
}
#navigation #active-subsection a {
  display: block;
  color: #d3d3d3;
  background-color: #F9F9F9;
  background-image: none;
}
#navigation #active-subsection a:hover {
  color: #d3d3d3;
}
/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
  border-bottom: none;
  padding: 0;
  margin-left: 10px;
  color: #333333;
}
#cp-main .panel {
  background-color: #F9F9F9;
}
#cp-main .pm {
  background-color: #FFFFFF;
}
#cp-main span.corners-top,
#cp-menu span.corners-top {
  background-image: none;
}
#cp-main span.corners-top span,
#cp-menu span.corners-top span {
  background-image: none;
}
#cp-main span.corners-bottom,
#cp-menu span.corners-bottom {
  background-image: none;
}
#cp-main span.corners-bottom span,
#cp-menu span.corners-bottom span {
  background-image: none;
}
/* Topicreview */
#cp-main .panel #topicreview span.corners-top,
#cp-menu .panel #topicreview span.corners-top {
  background-image: none;
}
#cp-main .panel #topicreview span.corners-top span,
#cp-menu .panel #topicreview span.corners-top span {
  background-image: none;
}
#cp-main .panel #topicreview span.corners-bottom,
#cp-menu .panel #topicreview span.corners-bottom {
  background-image: none;
}
#cp-main .panel #topicreview span.corners-bottom span,
#cp-menu .panel #topicreview span.corners-bottom span {
  background-image: none;
}
/* Friends list */
.cp-mini {
  padding: 0 5px;
  margin: 10px 15px 10px 5px;
}
.cp-mini span.corners-top,
.cp-mini span.corners-bottom {
  margin: 0 -5px;
}
dl.mini dt {
  font-weight: bold;
  color: #676767;
}
dl.mini dd {
  padding-top: 4px;
}
.friend-online {
  font-weight: bold;
}
.friend-offline {
  font-style: italic;
}
/* PM Styles
----------------------------------------*/
#pm-menu {
  line-height: 2.5em;
}
/* PM panel adjustments */
.pm-panel-header {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #A4B3BF;
}
.reply-all {
  display: block;
  padding-top: 4px;
  clear: both;
  float: left;
}
.pm-panel-message {
  padding-top: 10px;
}
.pm-return-to {
  padding-top: 23px;
}
#cp-main .pm-message-nav {
  margin: 0;
  padding: 2px 10px 5px 10px;
  border-bottom: 1px dashed #A4B3BF;
}
/* PM Message history */
.current {
  color: #999999;
}
/* Defined rules list for PM options */
ol.def-rules {
  padding-left: 0;
}
ol.def-rules li {
  line-height: 180%;
  padding: 1px;
}
/* PM marking colours */
.pmlist li.bg1 {
  padding: 0 3px;
}
.pmlist li.bg2 {
  padding: 0 3px;
}
.pmlist li.pm_message_reported_colour,
.pm_message_reported_colour {
  border-left-color: #bcbcbc;
  border-right-color: #bcbcbc;
}
.pmlist li.pm_marked_colour,
.pm_marked_colour {
  padding: 0;
  border: solid 3px #ffffff;
  border-width: 0 3px;
}
.pmlist li.pm_replied_colour,
.pm_replied_colour {
  padding: 0;
  border: solid 3px #c2c2c2;
  border-width: 0 3px;
}
.pmlist li.pm_friend_colour,
.pm_friend_colour {
  padding: 0;
  border: solid 3px #bdbdbd;
  border-width: 0 3px;
}
.pmlist li.pm_foe_colour,
.pm_foe_colour {
  padding: 0;
  border: solid 3px #000000;
  border-width: 0 3px;
}
.pm-legend {
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 0;
  margin-bottom: 3px;
  padding-left: 3px;
}
/* Avatar gallery */
#gallery label {
  position: relative;
  float: left;
  margin: 10px;
  padding: 5px;
  width: auto;
  background: #FFFFFF;
  border: 1px solid #CCC;
  text-align: center;
}
#gallery label:hover {
  background-color: #EEE;
}
.mcp-main .topiclist .row {
  overflow-y: scroll;
  /* Contain all floats */
}
/* Form Styles
---------------------------------------- */
/* General form styles
----------------------------------------*/
fieldset {
  border-width: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
input {
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 1em;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
select {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #666666;
  padding: 1px;
  background-color: #FAFAFA;
  font-size: 1em;
}
option {
  padding-right: 1em;
}
option.disabled-option {
  color: graytext;
}
textarea {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  width: 60%;
  padding: 2px;
  font-size: 1em;
  line-height: 1.4em;
}
label {
  cursor: default;
  padding-right: 5px;
}
label input {
  vertical-align: middle;
}
label img {
  vertical-align: middle;
}
/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
  padding: 4px 0;
}
fieldset dt {
  float: left;
  width: 40%;
  text-align: left;
  display: block;
}
fieldset dd {
  margin-left: 41%;
  vertical-align: top;
  margin-bottom: 3px;
}
/* Specific layout 1 */
fieldset.fields1 dt {
  width: 15em;
  border-right-width: 0;
}
fieldset.fields1 dd {
  margin-left: 15em;
  border-left-width: 0;
}
fieldset.fields1 {
  background-color: transparent;
}
fieldset.fields1 div {
  margin-bottom: 3px;
}
/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
  margin-bottom: 0;
}
/* Specific layout 2 */
fieldset.fields2 dt {
  width: 15em;
  border-right-width: 0;
}
fieldset.fields2 dd {
  margin-left: 16em;
  border-left-width: 0;
}
/* Form elements */
dt label {
  font-weight: bold;
  text-align: left;
}
dd label {
  white-space: nowrap;
  color: #333;
}
dd input,
dd textarea {
  margin-right: 3px;
}
dd select {
  width: auto;
}
dd textarea {
  width: 85%;
}
/* Hover effects */
fieldset dl:hover dt label {
  color: #000000;
}
fieldset.fields2 dl:hover dt label {
  color: inherit;
}
#timezone {
  width: 95%;
}
* html #timezone {
  width: 50%;
}
/* Quick-login on index page */
fieldset.quick-login {
  margin-top: 5px;
}
fieldset.quick-login input {
  width: auto;
}
fieldset.quick-login input.inputbox {
  width: 15%;
  vertical-align: middle;
  margin-right: 5px;
  background-color: #f3f3f3;
}
fieldset.quick-login label {
  white-space: nowrap;
  padding-right: 2px;
}
/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
  text-align: center;
  margin: 3px 0 5px 0;
}
fieldset.display-options label {
  white-space: nowrap;
  padding-right: 2px;
}
fieldset.display-options a {
  margin-top: 3px;
}
/* Display actions for ucp and mcp pages */
fieldset.display-actions {
  text-align: right;
  line-height: 2em;
  white-space: nowrap;
  padding-right: 1em;
}
fieldset.display-actions label {
  white-space: nowrap;
  padding-right: 2px;
}
fieldset.sort-options {
  line-height: 2em;
}
/* MCP forum selection*/
fieldset.forum-selection {
  margin: 5px 0 3px 0;
  float: right;
}
fieldset.forum-selection2 {
  margin: 13px 0 3px 0;
  float: right;
}
/* Jumpbox */
fieldset.jumpbox {
  text-align: right;
  margin-top: 15px;
  height: 2.5em;
}
fieldset.quickmod {
  width: 50%;
  float: right;
  text-align: right;
  height: 2.5em;
}
/* Submit button fieldset */
fieldset.submit-buttons {
  text-align: center;
  vertical-align: middle;
  margin: 5px 0;
}
fieldset.submit-buttons input {
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px;
}
/* Posting page styles
----------------------------------------*/
/* Buttons used in the editor */
#format-buttons {
  margin: 15px 0 2px 0;
}
#format-buttons input,
#format-buttons select {
  vertical-align: middle;
}
/* Main message box */
#message-box {
  width: 80%;
}
#message-box textarea {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  width: 450px;
  height: 270px;
  min-width: 100%;
  max-width: 100%;
  font-size: 1.2em;
  color: #333333;
}
/* Emoticons panel */
#smiley-box {
  width: 18%;
  float: right;
}
#smiley-box img {
  margin: 3px;
}
/* Input field styles
---------------------------------------- */
.inputbox {
  background-color: #FFFFFF;
  border: 1px solid #c0c0c0;
  color: #333333;
  padding: 2px;
  cursor: text;
}
.inputbox:hover {
  border: 1px solid #eaeaea;
}
.inputbox:focus {
  border: 1px solid #eaeaea;
  color: #4b4b4b;
}
input.inputbox {
  width: 85%;
}
input.medium {
  width: 50%;
}
input.narrow {
  width: 25%;
}
input.tiny {
  width: 125px;
}
textarea.inputbox {
  width: 85%;
}
.autowidth {
  width: auto !important;
}
/* Form button styles
---------------------------------------- */
input.button1,
input.button2 {
  font-size: 1em;
}
a.button1,
input.button1,
input.button3,
a.button2,
input.button2 {
  width: auto !important;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  color: #000;
  background: #FAFAFA none repeat-x top left;
}
a.button1,
input.button1 {
  font-weight: bold;
  border: 1px solid #666666;
}
input.button3 {
  padding: 0;
  margin: 0;
  line-height: 5px;
  height: 12px;
  background-image: none;
  font-variant: small-caps;
}
/* Alternative button */
a.button2,
input.button2,
input.button3 {
  border: 1px solid #666666;
}
/* <a> button in the style of the form buttons */
a.button1,
a.button1:link,
a.button1:visited,
a.button1:active,
a.button2,
a.button2:link,
a.button2:visited,
a.button2:active {
  text-decoration: none;
  color: #000000;
  padding: 2px 8px;
  line-height: 250%;
  vertical-align: text-bottom;
  background-position: 0 1px;
}
/* Hover states */
a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover {
  border: 1px solid #BCBCBC;
  background-position: 0 100%;
  color: #BCBCBC;
}
input.disabled {
  font-weight: normal;
  color: #666666;
}
/* Topic and forum Search */
.search-box {
  margin-left: 5px;
  float: left;
}
input.search {
  background-image: none;
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 17px;
}
.full {
  width: 95%;
}
.medium {
  width: 50%;
}
.narrow {
  width: 25%;
}
.tiny {
  width: 10%;
}
/* Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/
table.table1 {
  width: 99%;
  /* IE < 6 browsers */
  /* Tantek hack */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 100%;
}
html > body table.table1 {
  width: 100%;
}
/* Reset 100% for opera */
/* Form styles */
html > body dd label input {
  vertical-align: text-bottom;
}
/* Align checkboxes/radio buttons nicely */
.clearfix,
#tabs,
#minitabs,
fieldset dl,
ul.topiclist dl,
dl.polls {
  height: 1%;
  overflow: hidden;
}
ul.linklist {
  height: 4%;
  overflow: hidden;
}
/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
  min-height: 35px;
  height: auto !important;
  height: 35px;
}
/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
html,
body {
  color: #202020;
  background-color: #4ba139;
}
h1 {
  color: #FFFFFF;
}
h2 {
  color: #24273B;
}
h3 {
  border-bottom-color: #CCCCCC;
  color: #4d4d4d;
}
hr {
  border-color: #FFFFFF;
  border-top-color: #CCCCCC;
}
hr.dashed {
  border-top-color: #CCCCCC;
}
/* Search box
--------------------------------------------- */
#search-box {
  color: #FFFFFF;
}
#search-box #keywords {
  background-color: #FFF;
}
#search-box input {
  border-color: #5d5d5d;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
.navbar {
  background-color: #e0f6b2;
}
.forabg,
.forumbg {
  background-color: #87cc79;
}
.panel,
#whoisonline,
#maintenance-banner {
  background-color: #e0f6b2;
  color: #28313F;
}
.liner {
  background-color: #87cc79;
}
.post:target .content {
  color: #000000;
}
.post:target h3 a {
  color: #000000;
}
.bg1 {
  background-color: #f3f1eb;
}
.bg2 {
  background-color: #ece9e1;
}
.bg3 {
  background-color: #ece9e1;
}
/* Light green */
.bg4 {
  background-color: #e0f6b2;
  color: #222;
}
/* Accent */
.bg5,
#qr_editor_div,
#qr_showeditor_div {
  background-color: #e0f6b2;
  color: #222222;
}
.panel.bg2,
.panel.bg3 {
  background-color: #e0f6b2 !important;
}
.ucprowbg {
  background-color: #DCDEE2;
}
.fieldsbg {
  background-color: #E7E8EA;
}
/* Edged posts which sit on liner */
.liner .post {
  border: 1px solid #768d4a;
}
/* Horizontal lists
----------------------------------------*/
ul.navlinks {
  border-bottom-color: #FFFFFF;
}
/* 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;
}
/* Pagination
---------------------------------------- */
.pagination span strong {
  color: #FFFFFF;
  background-color: #4692BF;
  border-color: #4692BF;
}
.pagination span a,
.pagination span a:link,
.pagination span a:visited {
  color: #5C758C;
  background-color: #ECEDEE;
  border-color: #B4BAC0;
}
.pagination span a:hover {
  border-color: #368AD2;
  background-color: #368AD2;
  color: #FFF;
}
.pagination span a:active {
  color: #5C758C;
  background-color: #ECEDEE;
  border-color: #B4BAC0;
}
/* Pagination in viewforum for multipage topics */
.row .pagination {
  background-image: url("./styles/CSAdventure/theme/images/icon_pages.gif");
}
.row .pagination span a,
li.pagination span a {
  background-color: #FFFFFF;
}
.row .pagination span a:hover,
li.pagination span a:hover {
  background-color: #368AD2;
}
/* Miscellaneous styles
---------------------------------------- */
.copyright {
  text-align: right;
  color: #555555;
}
.error {
  color: #75292d;
}
.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: #75292d;
}
p.rules {
  background-color: #ECD5D8;
  background-image: none;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */
a:link {
  color: #4d4d4d;
}
a:visited {
  color: #4d4d4d;
}
a:hover {
  color: #75292d;
}
a:active {
  color: #368AD2;
}
/* CS links - very light background, blue colour for links to set them apart */
.panel.bg4 a,
.bg4 a {
  color: #0000ee;
}
.panel.bg4 a:link,
.bg4 a:link {
  color: #0000ee;
}
.panel.bg4 a:visited,
.bg4 a:visited {
  color: #0000ee;
}
.panel.bg4 a:active,
.bg4 a:active {
  color: #4444ee;
}
.panel.bg4 a:hover,
.bg4 a:hover {
  color: #4444ee;
}
/* Links on gradient backgrounds */
#search-box a:link,
.navbg a:link,
.forumbg .header a:link,
.forabg .header a:link,
th a:link {
  color: #5d5d5d;
}
#search-box a:visited,
.navbg a:visited,
.forumbg .header a:visited,
.forabg .header a:visited,
th a:visited {
  color: #6c6a6a;
}
#search-box a:hover,
.navbg a:hover,
.forumbg .header a:hover,
.forabg .header a:hover,
th a:hover {
  color: #75292d;
}
#search-box a:active,
.navbg a:active,
.forumbg .header a:active,
.forabg .header a:active,
th a:active {
  color: #C8E6FF;
}
/* Links for forum/topic lists */
a.forumtitle {
  color: #5d5d5d;
}
/* a.forumtitle:visited { color: #5d5d5d; } */
a.forumtitle:hover {
  color: #75292d;
}
a.forumtitle:active {
  color: #5d5d5d;
}
a.topictitle {
  color: #5d5d5d;
}
/* a.topictitle:visited { color: #368AD2; } */
a.topictitle:hover {
  color: #75292d;
}
a.topictitle:active {
  color: #5d5d5d;
}
/* Post body links */
.postlink {
  color: #368AD2;
  border-bottom-color: #368AD2;
}
.postlink:visited {
  color: #5D8FBD;
  border-bottom-color: #5D8FBD;
}
.postlink:active {
  color: #368AD2;
}
.postlink:hover {
  background-color: #D0E4F6;
  color: #0D4473;
}
.signature a,
.signature a:visited,
.signature a:hover,
.signature a:active {
  background-color: transparent;
}
/* Profile links */
.postprofile a:link,
.postprofile a:visited,
.postprofile dt.author a {
  color: #5d5d5d;
}
.postprofile a:hover,
.postprofile dt.author a:hover {
  color: #75292d;
}
.postprofile a:active {
  color: #105289;
}
/* Profile searchresults */
.search .postprofile a {
  color: #5d5d5d;
}
.search .postprofile a:hover {
  color: #75292d;
}
/* Back to top of page */
a.top {
  background-image: url("./styles/CSAdventure/imageset/icon_back_top.gif");
}
a.top2 {
  background-image: url("./styles/CSAdventure/imageset/icon_back_top.gif");
}
/* Arrow links  */
a.up {
  background-image: url("./styles/CSAdventure/theme/images/arrow_up.gif");
}
a.down {
  background-image: url("./styles/CSAdventure/theme/images/arrow_down.gif");
}
a.left {
  background-image: url("./styles/CSAdventure/theme/images/arrow_left.gif");
}
a.right {
  background-image: url("./styles/CSAdventure/theme/images/arrow_right.gif");
}
a.up:hover {
  background-color: transparent;
}
a.left:hover {
  color: #368AD2;
}
a.right:hover {
  color: #368AD2;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */
ul.topiclist li {
  color: #4C5D77;
}
ul.topiclist dd {
  border-left-color: #75292d;
}
.rtl ul.topiclist dd {
  border-right-color: #fff;
  border-left-color: transparent;
}
ul.topiclist li.row dt a.subforum.read {
  background-image: url("./styles/CSAdventure/imageset/subforum_read.gif");
}
ul.topiclist li.row dt a.subforum.unread {
  background-image: url("./styles/CSAdventure/imageset/subforum_unread.gif");
}
li.row {
  border-top-color: #FFFFFF;
  border-bottom-color: #f3f1eb;
}
li.row strong {
  color: #000000;
}
li.row:hover {
  background-color: #d7f6d0;
}
ul.forums li.row:hover {
  background-color: #45b700;
}
li.row:hover dd {
  border-left-color: #CCCCCC;
}
.rtl li.row:hover dd {
  border-right-color: #CCCCCC;
  border-left-color: transparent;
}
li.header dt,
li.header dd {
  color: #FFFFFF;
}
/* Forum list column styles */
ul.topiclist dd.searchextra {
  color: #333333;
}
/* Post body styles
----------------------------------------*/
.postbody {
  color: #333333;
}
/* Content container styles
----------------------------------------*/
.content {
  color: #000000;
}
.content h2,
.panel h2 {
  color: #5d5d5d;
  border-bottom-color: #CCCCCC;
}
dl.faq dt {
  color: #333333;
}
.posthilit {
  background-color: #F3BFCC;
  color: #75292d;
}
/* Post signature */
.signature {
  border-top-color: #CCCCCC;
}
/* Post noticies */
.notice {
  border-top-color: #CCCCCC;
}
/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
  background-color: #EBEADD;
  background-image: url("./styles/CSAdventure/theme/images/quote.gif");
  border-color: #DBDBCE;
}
blockquote blockquote {
  /* Nested quotes */
  background-color: #EFEED9;
}
blockquote blockquote blockquote {
  /* Nested quotes */
  background-color: #EBEADD;
}
/* Code block */
dl.codebox {
  background-color: #FFFFFF;
  border-color: #C9D2D8;
}
dl.codebox dt {
  border-bottom-color: #CCCCCC;
}
dl.codebox code {
  color: #2E8B57;
}
.syntaxbg {
  color: #FFFFFF;
}
.syntaxcomment {
  color: #FF8000;
}
.syntaxdefault {
  color: #0000BB;
}
.syntaxhtml {
  color: #000000;
}
.syntaxkeyword {
  color: #007700;
}
.syntaxstring {
  color: #DD0000;
}
/* 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-left-color: #FFFFFF;
}
.rtl .postprofile {
  border-right-color: #FFFFFF;
  border-left-color: transparent;
}
.pm .postprofile {
  border-left-color: #DDDDDD;
}
.rtl .pm .postprofile {
  border-right-color: #DDDDDD;
  border-left-color: transparent;
}
.postprofile strong {
  color: #000000;
}
.online {
  background-image: url("./styles/CSAdventure/imageset/en/icon_user_online.gif");
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */
/* Main CP box
----------------------------------------*/
#cp-main h3,
#cp-main hr,
#cp-menu hr {
  border-color: #A4B3BF;
}
#cp-main .panel li.row {
  border-bottom-color: #B5C1CB;
  border-top-color: #F9F9F9;
}
ul.cplist {
  border-top-color: #B5C1CB;
}
#cp-main .panel li.header dd,
#cp-main .panel li.header dt {
  color: #000000;
}
#cp-main table.table1 thead th {
  color: #333333;
  border-bottom-color: #333333;
}
#cp-main .pm-message {
  border-color: #DBDEE2;
  background-color: #FFFFFF;
}
/* CP tabbed menu
----------------------------------------*/
#tabs a {
  background-image: url("./styles/CSAdventure/theme/images/bg_tabs1.gif");
}
#tabs a span {
  background-image: url("./styles/CSAdventure/theme/images/bg_tabs2.gif");
  color: #536482;
}
#tabs a:hover span {
  color: #75292d;
}
#tabs .activetab a {
  border-bottom-color: #ece9e1;
}
#tabs .activetab a span {
  color: #333333;
}
#tabs .activetab a:hover span {
  color: #000000;
}
/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
  background-color: #ece9e1;
}
#minitabs li.activetab {
  background-color: #F9F9F9;
}
#minitabs li.activetab a,
#minitabs li.activetab a:hover {
  color: #333333;
}
/* UCP navigation menu
----------------------------------------*/
/* Link styles for the sub-section links */
#navigation a {
  color: #333;
  background-color: #B2C2CF;
  background-image: url("./styles/CSAdventure/theme/images/bg_menu.gif");
}
#navigation a:hover {
  background-color: #aabac6;
  color: #75292d;
}
#navigation #active-subsection a {
  color: #75292d;
  background-color: #F9F9F9;
  background-image: none;
}
#navigation #active-subsection a:hover {
  color: #75292d;
}
/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
  color: #333333;
}
#cp-main .panel {
  background-color: #F9F9F9;
}
#cp-main .pm {
  background-color: #FFFFFF;
}
/* Friends list */
.cp-mini {
  background-color: #eef5f9;
}
dl.mini dt {
  color: #425067;
}
/* PM Styles
----------------------------------------*/
/* PM Message history */
.topicreview .current {
  color: #999999 !important;
}
/* PM marking colours */
.pmlist li.pm_message_reported_colour,
.pm_message_reported_colour {
  border-left-color: #75292d;
  border-right-color: #75292d;
}
.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-color: #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;
}
label {
  color: #425067;
}
option.disabled-option {
  color: graytext;
}
/* Definition list layout for forms
---------------------------------------- */
dd label {
  color: #333;
}
/* 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;
}
/* Input field styles
---------------------------------------- */
.inputbox {
  background-color: #FFFFFF;
  border-color: #B4BAC0;
  color: #333333;
}
.inputbox:hover {
  border-color: #75292d;
}
.inputbox:focus {
  border-color: #75292d;
  color: #0F4987;
}
/* Form button styles
---------------------------------------- */
a.button1,
input.button1,
input.button3,
a.button2,
input.button2 {
  color: #000;
  background-color: #FAFAFA;
  background-image: url("./styles/CSAdventure/theme/images/bg_button.gif");
}
a.button1,
input.button1 {
  border-color: #666666;
}
input.button3 {
  background-image: none;
}
/* Alternative button */
a.button2,
input.button2,
input.button3 {
  border-color: #666666;
}
/* <a> button in the style of the form buttons */
a.button1,
a.button1:link,
a.button1:visited,
a.button1:active,
a.button2,
a.button2:link,
a.button2:visited,
a.button2:active {
  color: #000000;
}
/* Hover states */
a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover {
  border-color: #75292d;
  color: #75292d;
}
input.search {
  background-image: url("./styles/CSAdventure/theme/images/icon_textbox_search.gif");
}
input.disabled {
  color: #666666;
}
/* CS specific */
.accentbox,
.newsitem .date,
.cstable th,
.widgetpanel,
.adoptchoicebox,
.tradepetsbox,
body.frontpage #newssub,
body.storecategory .store-line-release,
body.archive .archive-pet-tree td,
body.archive .archive-pet-tree th,
body.archive .years .active,
.kind-picker .kind,
body.archive .events,
body.archive .species,
body.archive .archive-item-group td,
body.archive .archive-item-group th {
  background-color: #99c57c;
}
body.teampage .role > .name {
  background-color: #99c57c;
}
/* Separate from the selector above so that IE doesn't throw out when it can't understand it */
.helplist :target {
  background-color: #99c57c;
}
body.edittrade .petsection,
body.edittrade .rulessection {
  border: 2px solid #4ba139;
  background-color: #c6e194;
}
body.edittrade .petsection .header,
body.edittrade .petsection .actions a {
  color: #eee;
  background-color: #4ba139;
}
body.edittrade .petsection .actions a:hover {
  background-color: #55b640;
}
#csbody label {
  color: #202020;
}
.helpsectionlist li ul li :hover {
  background-color: #99c57c;
  color: black;
}
body.archive .events.tabs a:hover,
body.archive .species span:hover {
  background: url(//static.chickensmoothie.com/rgba/7FFFFFFF);
  background: rgba(255, 255, 255, 0.5);
}
body.archive .events.tabs .active a {
  background: url(//static.chickensmoothie.com/rgba/66FFFFFF);
  background: rgba(255, 255, 255, 0.4);
}
.kind-picker .active a {
  background: url(//static.chickensmoothie.com/rgba/7FFFFFFF);
  background: rgba(255, 255, 255, 0.5);
}
body.topuppage td,
body.paynearme .gbox td {
  border-top: 1px solid #888;
}
body.speciespage .specieslist li .new,
body.store #storecatlist .new {
  background-image: url(./styles/CSAdventure/theme/images/icons/new48.png);
}
.ui-tabs-nav li {
  border: none;
}
body.cs .item-category-tabs .subcategory-tabs,
body.cs .item-category-tabs .category-body {
  background: #e0f6b2;
}
body.cs .item-category-tabs .subcategory-tabs ul.ui-tabs-nav li.ui-state-active {
  background-color: #99c57c;
}
body.cs .item-category-tabs .subcategory-tabs ul.ui-tabs-nav li a {
  color: black;
}
body.frontpage #latest_posts dd {
  color: #555;
}
body.frontpage #latest_posts dd a {
  color: #555;
}
.motd dt {
  background-color: #99c57c;
}
.cs-hr-icon {
  background-image: url(./styles/CSAdventure/theme/images/leaf-hr.png);
}
.okpost {
  overflow: hidden;
  font-size: 11px;
  padding: 10px 10px;
  border-radius: 6px;
  margin-bottom: 6px;
}
.okpost .more {
  padding: 1em 0;
}
.okpost .more a,
.okpost .more a:link,
.okpost .more a:visited {
  color: #0000ee;
}
.okpost .more a:active,
.okpost .more a:hover {
  color: #4444ee;
}
.okpostbody {
  padding: 0;
  overflow: hidden;
}
.okheader {
  font-size: 90%;
}
.okheader a {
  color: #202040;
}
.okfirstpost .okheader {
  font-size: 100%;
}
.okrepliesnotshown {
  margin-left: 4px;
  color: black;
  font-size: 14px;
}
.okrepliesnotshown a {
  color: #404080;
}
.oekaki-forum-topic {
  margin-bottom: 1em;
}
.oekaki-forum-topic.sticky {
  margin-bottom: 4px;
}
.oekaki-topic-preview-thumb img {
  margin-bottom: 4px;
  margin-right: 4px;
  max-width: 50%;
  height: auto;
  float: left;
  vertical-align: top;
}
.ok-topic-head-images {
  text-align: center;
  margin-bottom: 0.5em;
}
.ok-topic-head-image {
  margin: auto 1em;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: block;
}
.ok-topic-head-image img {
  padding: 8px;
  background: #a3c925;
  max-height: 600px;
}
.ok-topic-head-image.small img {
  max-height: 220px;
}
.ok-topic-head-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.ok-topic-head-image.secondary {
  display: none;
}
.ok-topic-head-image.secondary.show {
  display: inline-block;
  *display: block;
}
.ok-topic-head-image.secondary span {
  display: block;
  margin-top: 4px;
}
.dressup-topic-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.ok-drawing-info,
.dressup-topic-entry-info,
.scenes-topic-entry-info {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
  font-size: 1.1em;
}
.ok-drawing-info td,
.dressup-topic-entry-info td,
.scenes-topic-entry-info td {
  width: 50%;
}
.ok-drawing-info td:first-child,
.dressup-topic-entry-info td:first-child,
.scenes-topic-entry-info td:first-child {
  text-align: right;
  padding-right: 0.25em;
}
.ok-drawing-info td:last-child,
.dressup-topic-entry-info td:last-child,
.scenes-topic-entry-info td:last-child {
  text-align: left;
  padding-left: 0.25em;
}
.ok-drawing-info td:first-child:last-child,
.dressup-topic-entry-info td:first-child:last-child,
.scenes-topic-entry-info td:first-child:last-child {
  text-align: center;
}
.ok-like-bar,
.dressup-topic-like-bar,
.scenes-topic-like-bar {
  margin-top: 0.25em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.ok-like-bar form {
  display: inline-block;
}
.ok-like-bar button {
  margin-right: 0;
}
.oksavedpanel {
  padding: 4px;
}
.oksavedpanel img {
  padding: 4px;
  background-color: #dfff9a;
  vertical-align: bottom;
  margin-right: 6px;
  margin-bottom: 6px;
}
.oekaki-forum-settings ul {
  font-size: 110%;
  text-align: center;
}
.oekaki-forum-settings ul li {
  list-style-type: none;
  margin: 0.5em 2em;
  display: inline-block;
  *display: inline;
}
.oekaki-forum-settings ul li dl dt,
.oekaki-forum-settings ul li dl dd {
  display: inline-block;
  *display: inline;
}
.oekaki-forum-gallery-cntr {
  clear: both;
  text-align: center;
}
.oekaki-forum-gallery {
  width: 100%;
}
.oekaki-forum-gallery .entry {
  width: 25%;
  vertical-align: top;
  padding: 1px 1px 1em 1px;
}
.oekaki-forum-gallery li {
  list-style-type: none;
}
.oekaki-gallery-thumb a {
  display: block;
}
.oekaki-gallery-grid-entry dt {
  margin-bottom: 4px;
}
.oekaki-gallery-thumb img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
}
.oekaki-gallery-thumb-foe-message {
  border-radius: 5px;
  background-color: rgba(100, 100, 100, 0.3);
  display: block;
  width: 100%;
  font-size: 13px;
  text-align: center;
  line-height: 200%;
  box-sizing: border-box;
  padding: 8px;
  margin: 0 auto;
}
.oekaki-gallery-thumb-foe-message .foed-icon {
  display: block;
  width: 64px;
  height: 64px;
  background-image: url(/img/icons/icons64-7.png);
  background-repeat: no-repeat;
  background-size: 384px 320px;
  background-position: -256px -64px;
  margin: 4px auto;
}
.oekaki-topic-preview-thumb .oekaki-gallery-thumb-foe-message {
  width: 300px;
  margin: 0 4px 4px 0;
  float: left;
  vertical-align: top;
}
.oekaki-gallery-grid .title {
  font-size: 125%;
}
.okrecentgal {
  border-radius: 6px;
  padding: 1px 0.75em 0.75em 0.75em;
  margin-top: 0.7em;
}
.okrecentgal dt {
  padding: 0.75em;
}
.okrecentgal dt span {
  font-size: 110%;
}
.okrecentgal table {
  width: 100%;
}
.okrecentgal td {
  width: 25%;
}
.okrecentgal td > div {
  text-align: center;
  margin: 0 auto;
  padding: 0.5em;
  border-radius: 6px;
  max-width: 200px;
}
.okrecentgal a.drawing {
  display: block;
  margin: 0.5em;
}
.okrecentgal a.drawing img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ok-drawing-extras .ok-drawing-extras-panel {
  margin-bottom: 1.5em;
}
.ok-drawing-extras .ok-drawing-extras-panel:last-of-type {
  margin-bottom: 0;
}
.ok-drawing-extras-avatar > div {
  text-align: center;
  line-height: 1.3em;
  font-size: 1.2em;
}
.ok-drawing-extras-avatar .ok-drawing-extras-avatar-section {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  padding: 1em;
  margin: 0 0.5em;
}
.ok-drawing-extras-avatar-section.ok-set-as-avatar {
  padding: 0;
  border-radius: 0;
}
.ok-drawing-extras-avatar .ok-allow-avatar {
  background-color: #Fcc;
}
.ok-drawing-extras-avatar .ok-disallow-avatar {
  background-color: #cFc;
}
.ok-drawing-extras-avatar .ok-drawing-extras-avatar-section span {
  display: block;
  margin-bottom: 1em;
}
.ok-contribs-grid {
  /*	text-align:center; */
}
.ok-contribs-grid .ok-contrib {
  margin: 7px;
  margin-top: 0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ok-contribs-grid .ok-contrib img {
  display: block;
}
.drawing-vote span,
.dressup-vote span,
.scene-vote span {
  width: 24px;
  height: 24px;
  background-image: url("./styles/CSAdventure/theme/images/star.png");
  display: inline-block;
  vertical-align: middle;
}
.drawing-vote .drawing-like span,
.dressup-vote .dressup-like span,
.scene-vote .scene-like span {
  background-position: 0 -24px;
}
.drawing-vote .drawing-like:hover span,
.dressup-vote .dressup-like:hover span,
.scene-vote .scene-like:hover span {
  background-position: 0 0;
}
.drawing-vote .drawing-unlike span,
.dressup-vote .dressup-unlike span,
.scene-vote .scene-unlike span {
  background-position: 0 -72px;
}
.drawing-vote .drawing-unlike:hover span,
.dressup-vote .dressup-unlike:hover span,
.scene-vote .scene-unlike:hover span {
  background-position: 0 -48px;
}
.okgallery {
  width: 100%;
}
.okgallery td {
  padding: 8px;
  text-align: center;
}
#allowed_drawers {
  font-size: 120%;
}
#allowed_drawers span {
  font-size: 110%;
}
#allowed_drawers li {
  list-style-type: square;
  list-style-position: inside;
}
body.section-painting #chibipaint {
  text-align: center;
}
.user-gallery-nav-panel {
  margin-top: 1em;
}
.user-gallery-title {
  display: flex;
  align-items: flex-start;
}
.user-gallery-title h2 {
  flex-grow: 1;
  border-bottom: none;
}
.user-gallery-title > .btn-cs-fancy {
  font-size: 1.3rem;
  float: right;
}
.user-gallery-title > .artist-follow-form {
  float: right;
}
.user-gallery-actions {
  margin-bottom: 5px;
  font-size: 1.1em;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
body.section-painting #wrap {
  max-width: 1200px;
}
.chickenpaint-not-supported {
  display: none;
}
.oekaki-subscriptions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.oekaki-subscription-details {
  flex-grow: 1;
}
.oekaki-subscription .subscription-remove-form {
  float: right;
}
.oekaki-subscription .subscription-remove-form .artist-subscription-remove {
  margin: -3px 0 0 0;
}
.oekaki-subscription-avatar {
  margin-right: 1em;
  width: 50px;
  float: left;
}
.oekaki-subscription-avatar img {
  display: block;
  max-height: 50px;
  width: auto;
}
.oekaki-subscriptions .oekaki-subscription {
  background-color: #f3f1eb;
  color: inherit;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 1em;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 20em;
  max-width: calc(50% - 1.5em);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.oekaki-subscription-name {
  font-size: 0.9rem;
  margin-bottom: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.oekaki-subscription-none-yet {
  background-color: #e0f6b2;
  color: #28313F;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  flex-grow: 1;
}
.oekaki-subscription-stats {
  margin-bottom: 0.5em;
}
.artist-subscription-remove-undo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.96);
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.oekaki-artist-activity-columns {
  display: flex;
  align-items: stretch;
}
.oekaki-artist-activity-list {
  list-style-type: none;
  font-size: 110%;
  margin-right: 5em;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 50%;
}
.oekaki-artist-activity-item {
  display: flex;
  padding: 0.5em 0;
}
.oekaki-artist-activity-item-explain {
  flex-grow: 1;
}
.oekaki-artist-activity-timestamp {
  opacity: 0.85;
  white-space: nowrap;
  margin-left: 1em;
}
.oekaki-artist-activity-item a.main-link,
.oekaki-artist-activity-item a.main-link:link,
.oekaki-artist-activity-item a.main-link:visited,
.oekaki-artist-activity-item a.main-link:active {
  text-decoration: underline;
}
.oekaki-artist-activity-item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(/img/icons/icons32-5.png);
  background-repeat: no-repeat;
  background-size: 96px 96px;
}
.oekaki-artist-activity-item-comment .oekaki-artist-activity-item-icon {
  background-position: 0 -64px;
}
.oekaki-artist-activity-item-like .oekaki-artist-activity-item-icon {
  background-position: -16px -64px;
}
.oekaki-artist-activity-item-color .oekaki-artist-activity-item-icon {
  background-position: -32px -64px;
}
.oekaki-artist-activity-item-subscribe .oekaki-artist-activity-item-icon {
  background-position: -48px -64px;
}
.oekaki-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.oekaki-gallery-grid-entry {
  padding: 8px;
  margin: 0;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.oekaki-gallery-grid-entry img {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.oekaki-gallery-grid-details {
  list-style-type: none;
}
.oekaki-gallery-grid-drawing {
  display: block;
}
.oekaki-gallery-grid-drawing img {
  display: block;
  margin: 0 auto 6px auto;
  max-width: 100%;
  height: auto;
  min-height: 50px;
  min-width: 50px;
}
@media only screen and (max-width: 600px) {
  .oekaki-gallery-grid-entry {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) and (orientation: landscape) {
  .oekaki-gallery-grid-entry {
    width: 33%;
    /* We don't have access to the actual viewport width due to fixed viewport meta tag, so guess */
  }
}
.scenes-topic-head-image-wrapper {
  text-align: center;
  margin-bottom: 0.5em;
  padding: 8px;
}
.scenes-topic-head-image {
  margin: 1em auto;
  display: block;
  outline: 8px solid #a3c925;
  max-width: 100%;
}
.scenes-topic-panel-image-wrapper {
  text-align: center;
  margin-bottom: 0.5em;
}
.scenes-topic-panel-image-wrapper a {
  padding: 8px;
  display: inline-block;
  background-color: #a3c925;
  margin: 8px auto;
}
.scenes-topic-panel-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.scenes-topic-set-as-sig {
  text-align: center;
}
.scenes-user-gallery,
.scenes-forum-gallery {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.scenes-user-gallery-entry,
.scenes-forum-gallery-entry {
  display: inline-block;
  list-style-type: none;
  margin: 8px;
  text-align: center;
  vertical-align: top;
}
.scenes-user-gallery-image,
.scenes-forum-gallery-image {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 400px;
  height: 213px;
  background-position: center center;
  margin-bottom: 8px;
}
.scenes-forum-gallery-entry-details,
.scenes-user-gallery-entry-details {
  list-style-type: none;
}
.scenes-forum-gallery-entry-details .title,
.scenes-forum-gallery-entry-details .title {
  font-size: 125%;
}
body.scene-view-page #wrap {
  /* Give the 1024px size image room to breathe and avoid scaling it to <100% */
  max-width: 1200px;
}
body.scene-view-page-large #wrap {
  /* When we're showing an original-size image, go even larger */
  max-width: 1700px;
}
body.scene-view-forum #wrap,
body.scene-user-gallery #wrap {
  /* Galleries should fit three thumbnails wide */
  max-width: 1400px;
}
.signature-scene {
  display: block;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.signature-scene-mobile {
  margin: 0 auto;
}
body:not(.cs-CSMobile) .signature-scene-mobile,
.section-memberlist .signature-scene-mobile {
  /* Don't apply mobile scaling */
  height: auto !important;
  width: auto !important;
}
body.cs-CSMobile:not(.section-memberlist) .signature-scene-inner {
  padding-bottom: 0 !important;
  height: 100%;
  width: 100%;
}
.signature-scene-inner {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.signature-scene-inner a {
  position: absolute;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1230px) {
  body.scene-view-page:not(.scene-view-page-large) .scenes-topic-panel-image {
    /* Pixelate the image on high DPI displays, but only if it isn't being scaled down */
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1580px) {
  body.scene-view-page-large .scenes-topic-panel-image {
    /* Pixelate the image on high DPI displays, but only if it isn't being scaled down */
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1050px) {
  .signature-scene {
    /* Pixelate the image on high DPI displays, but only if it isn't being scaled down */
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
  }
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
body.cs-CSHighContrast .topiclist .row.bg1,
body.cs-CSHighContrast .post.bg1,
body.cs-CSHighContrast .topiclist .row.bg2,
body.cs-CSHighContrast .post.bg2 {
  background-color: white;
}
body.cs-CSHighContrast #cp-main .pm-panel-message,
body.cs-CSHighContrast #cp-main .pm {
  background-color: white;
}
body.cs-CSHighContrast .postbody .content,
body.cs-CSHighContrast .postbody .content span:not(.transparent),
body.cs-CSHighContrast .okpostbody,
body.cs-CSHighContrast .okpostbody span:not(.transparent) {
  font-size: 1.1rem !important;
  color: black !important;
}
