/* khimeros-starscape.css */
html{			/*Don't mess with this, this affects the html document itself*/
  height:100%;
}

.chatRuleContainer {
	padding: 20px;
}

.chatRuleContainer p
{
	text-indent: 0px;
}

body {	/*This affects all content on the page, unless the element is addressed directly through a "class" (period[.] in front), id reference (# in front), or tag reference (nothing in front)*/

  /*fallback background color of black*/
  background-color: #000000;

  /*background image*/
  background-image: url("../layouts/10/starscapetile.png");

  /*the paper repeats to fill the page!*/
  background-repeat: repeat;

  /*keeps the background texture from scrolling under the overlay image*/
  background-attachment: fixed;

  /*aligns the text to the center unless over ridden by a child object*/
  text-align: center;

  /*sets the page margins, this is what helps prevent the page from going off the left/right side of the screen when the page position is set to left or right*/
  margin: 0px;

  /*sets the default font type*/
  font-family: Verdana, Arial, sans-serif;

  /*default font size*/
  font-size: 12pt;

  /*default font color*/
  color: #d2e0e8;

  /*fills the whole page*/
  height:100%;

  /*shifts the image content to not disappear off the left side of the page*/
  padding-left: 20px;
}

#bgoverlay{		/*This is the background image overlay - aka the foresty mountain valley picture*/

	/*set the background image location*/
	background-image: url(http://www.khimeros.com/static/layouts/10/starlitmoonscape_layout.png);

	/*set the background to not repeat*/
	background-repeat: no-repeat;

	/*set the background to scroll with the div*/
	background-attachment: fixed;

	/*sets the background to not override any of the main content - this is about the same as a layer in photoshop*/
	z-index: 0;

	/*sets the div to scroll with the page*/
    	position: fixed;

    	/*sets the div to fill the screen*/
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

h1 {			/*This is your main "header", you know, the ones with the feather in front of them - or soon to be inkwell and quill pen*/
  font-size: 14pt;
  color: #d8e8d2;
  border-bottom: 2px solid #180b03;
  /* background-image: url("../layouts/8/quill.png"); */
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 5px 0;
}

/*#header {
  	color: #d8e8d2;
}

#header a:visited {
  color: #d8e8d2;
}

#header a:link {
  color: #d2dce8;
} */
/* user info box at top right */
#info {
  float: right;
  width: 250px;
  height: 100px;
  margin-top: 70px;
  margin-right: 1px;
  background: #092d4b; /*color1 */
  color: #cee9f3;
}

#beads {
    color: #ffffff;
}

img.icon.mini {
  padding: 10px;
  float: left;
  margin-top: 70px;
  margin-left: 669px;
  background: #092d4b; /*color1 */
}

#info td {
  padding-bottom: 0em;
  padding-top: 1em;
  font-size:12px;
}

/*Secondary header, not as big as h1, and doesn't have an icon right now.*/
h2 {
  font-size: 12pt;
  font-variant: small-caps;
  color: #d2e0e8;
  /*background-image: url("../images/feather_small.png");
  background-position: 0 0;
  background-repeat: no-repeat;*/
  padding: 15px 0 0 25px;
  margin: 5px 0 0 0;
}

/*even smaller! this is what's used for the title on the "admin panel" dhingy I made xD */
h3 {
  color: #180b03;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

/*main div that holds all of the content on the page, minus the tooltips as those float around outside of this*/
#wrapper {
  width: 1020px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 0;
}

/*Bottom scroll roll part
#bottom-spacer {

  /*this sits on top of the rest of the scroll body
  z-index: 1;

  height: 80px;
  background: rgba(21,50, 20, .40);
  background-position: 5px 0px;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-top: -30px;
  padding-left: -30px;
} */

#invisiblefooter {
  clear: both;
}

/*This is the header that has the logo in it! */
#header {
  height: 180px;
  text-align: left;
  font-size: 12pt;
  background-image: url("../layouts/10/starscapelogo.png");
  background-position: -65px -5px;
  background-repeat: no-repeat;
}

/*behind the middle content, the semi-transparent part*/
#content {
  margin-left: -15px;
  padding-left: 26px;
  background: rgba(9, 45, 75, .60); /*color1*/
  background-position: center 0px;
  background-repeat: no-repeat;
}

/*standard font formatting for table cells*/
table td {
  font-family: Verdana;
  font-size: 8pt;
}

table a:link, a:visited, td a:visited, td a:link table a:active, td a:active, a:hover, td a:hover {
 /*font-size: 12pt;*/
 /*font-variant: normal;*/
}

p {
  text-indent: 1em;
  text-align: justify;
}

/*nofification area is at top under nav, needs at least 1px bottom padding or will detach from main content area.  Middle is main content area.*/
#middle, #notificationArea {
  margin-left: -25px;
  margin-right: 0px;
  margin-top: -1px;
  padding-left: 35px;
  padding-top: 15px;
  padding-right: 49px;
  padding-bottom: 1px;

  background: rgba(9, 45, 75, .60); /*color1*/
  background-position: center 0;
  background-repeat: repeat-y;
}

/*this is for your text input fields and text boxes like where you make forum posts*/
input, textarea {
  background-color: #f4f8ea;
  font-size: 12pt;
  font-family: Verdana;
}

.arrange {
  width: 100%;
}

/*this is your footer, it's what holds the current time thingy*/
#footer {
  background: rgba(9, 45, 75, .60);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 80px;
  color: #d2e0e8;
  font-weight: bold;
  font-variant: small-caps;
  margin-left: -15px;
  padding: 5px 30px;
  clear: both;
}

/*This is your menu/navigation bar*/
#links {
  background: rgba(45, 63, 92, .80); /*color1*/
  background-position: -5px 0;
  background-repeat: no-repeat;
  margin-left: -15px;
  padding-left: 50px;
}

/*default font size for links in your navigation menu*/
#links a:link, #links a:active, #links a:visited {
  font-size: 12px;
}

/*annnd when you hover over menu links*/
#links a:hover {
  font-size: 12px;
}

#footer a {
  display: inline-block;
}

/*this sizes all your link elements in your navigation bar and your footer*/
#links a, #footer a {
  display: block;
  padding-top: 20px;
  line-height: 22px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

#links div a {
  padding-top: 0;
}

#links span a {
  margin: 0 1px;
}

/*This is what handles when you move your mouse over a menu item, the line that pops up under it*/
#links span.activeLink a {
  /*background-color: #8bc6e4;*/
  border-left: 0px solid #222222;
  border-bottom: 2px solid #0e1650;
}

/*formats links in your nav bar to all be caps (and lower case letters are "small caps")*/
#links a:link, #links a:visited, #footer a:link, #footer a:visited {
  color: #d2e0e8;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
}

.chatLegend {
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
}

/*links being clicked on in navigation and footer, you never actually see this*/
#links a:active, #footer a:active  {
  color: #eeeeee;
}

/*This handles the mouse-over colors on links in your nav bar and footer*/
#links a:hover, #footer a:hover  {
  color: #7fc2e5;
}

/*default link styling*/
a:link, a:visited {
  color: #d2e0e8;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
}

a:active  {
  color: #0e1650;
}

a:hover   {
  color: #5760a3
}

#links span, #footer a {
  display: inline-block;
  margin: 0px 5px 0px 5px;
}

#links span {
  height: 50px;
}


.icon {
}

.mini {
  width: 80px;
  height: 80px;
}

.important {
  font-weight: bold;
  color: #e00000;
}

.alert, .error {
  display: block;
  margin: 5px;
  padding: 5px;
  font-weight: bold;
}

/*this is the background color for those lovely alerts, like "You have a new message!"*/
.alert {
  /*background color: redgreenbluealpha(red (0-255), green (0-255), blue (0-255), transparency from 0-1)*/
  background: rgba(17, 81, 136, .80); /*color2, lighter */
  color: #d8f3ce;
}

.line {
  border: 1px solid #000000;
}

/*this handles the background color for when you have errors*/
.error {
  background-color: #c20303;
}

.arabasti {
}


.khistopher {
  float: right;
  margin-top: 50px;
}

.duties, .title {
  font-variant: small-caps;
  font-weight: bold;
  color: #e8dcd1;
}

.duties {

  padding-bottom: 20px;
}

.staff {
  text-align: right;
  font-weight: bold;
  padding-bottom: 20px;
}

.mup {
  margin-top: 50px;
}

/*chat rules box in the lounge, among other things*/
.mup2 {
  margin-top: 20px;

}

.mdown {
  margin-bottom: 50px;
}

.calign {
  text-align: center;
}

box.jalign {
  text-align: justify;

}

.minpadd, #ticker {
  padding: 5px;
}

.minitag {
  width: 50px;
  height: 50px;
}

#chatArea {
  margin: 0 auto;
  width: 900px;
  height: 525px;
}

#chatForm input {
  width: 900px;
}

#chatForm {
  width: 100%;
  text-align: center;
}

td.aleft {
  text-align: left;
}

.news {
  width: 600px;
  padding: 20px;
  text-align: justify;
}

#chatleft {
  width: 750px;
  height: 525px;
  overflow: auto;
}

#chatusers {
  width: 150px;
  height: 525px;
  overflow: auto;
  padding-left: 5px;
  background-color: #442f26;
}

#news {
  border: 1px solid #f8efdd;
  padding: 20px;
  width: 400px;
}

.customDemo td, #ticker, .profileBox {
  /*background-color: #222222;*/
  background: rgba(17, 81, 136, .80);
  color: #aabdcd;
}


.customDemo td.khimbit_checked {
  /*background-color: #222222;*/
  background: rgba(108, 94, 51, .80);
}

td.khimbit_checked {
  background-image: url(../images/tick.png);
  background-position: 5px 10px;
  background-repeat: no-repeat;
}


table.customDemo td.demoSpace {
  height: 5px;
  font-size: 2px;
  background-color: #442f26;
}

.calign {
  text-align: center;
}

.minpadd {
  padding: 10px;
}

.line {
  border: 1px solid #000000;
}

.jumpLinks {
}

.jumpLinks a {
  display: block;
  padding: 5px 20px;
  margin: 5px 10px;
}

.jumpLinks a:active, .jumpLinks a:hover {
  background-color: #d2e0e8;
}

.shoppe {
}

.forage {
  width: 798px;
  height: 528px;
}

.forage td.slot, .forage td.fslot {
  width: 266px;
  height: 176px;
}

.forage td .blank {
  width: 100%;
  height: 100%;
  border: 0;
}

.forage td div {
  margin: 10px 20px;
  background: rgba(17, 81, 136, .40);
  text-align: center;
  padding: 10px 0;
  width: 226px;
}

#adminItems td {
  background: rgba(245, 229, 200, .95);
  text-align: center;
}

th {
  font-size: 12pt;
  font-family: Verdana;
  text-align: left;
}

/*this handles the formatting of the drop down panels for your navigation bar*/
#links span div {
  position: absolute;
  display: none;
  width: 200px;
  padding: 5px 10px;
  background: rgba(45, 63, 92, .90);
  border: 1px solid #442f26;
  z-index:1000
}

#links span.activeLink div a {
  border: 0;
}

#links span.hover div.menushow {
  display: block;
}

#links span div a:link, #links span div a:visited, #links span div a:active, #links span div a:hover {
  display: block;
}

#chatArea a.mod:link, #chatArea a.mod:visited, .forumsTable a.mod:link, .forumsTable a.mod:visited, .mod, table.customDemo .mod, a.mod {
  color: #5e42d6 !important;
}

#chatArea a.mmod:link, #chatArea a.mmod:visited, .forumsTable a.mmod:link, .forumsTable a.mmod:visited, .mmod, table.customDemo .mmod, a.mmod {
  color: #Db5c84 !important; 
}

#chatArea a.admin:link, #chatArea a.admin:visited, .forumsTable a.admin:link, .forumsTable a.admin:visited, .admin, table.customDemo .admin, a.admin {
  color: /*#017d6a teal */ #ff3636 !important;
}

#chatArea a.dev:link,
#chatArea a.dev:visited,
.forumsTable a.dev:link,
.forumsTable a.dev:visited,
.dev,
table.customDemo .dev,
a.dev {
  color:
    /*#017d6a teal */
    rgb(24, 230, 41) !important;
}

#chatArea a.artist:link, #chatArea a.artist:visited, .forumsTable a.artist:link, .forumsTable a.artist:visited, .artist, table.customDemo .artist, a.artist {
  color: #4e9bfb !important;
}

.item div, .item2 div {
  position: absolute;
  background-color: #092d4b;
  border: 1px solid #442f26;
  text-align: center;
  display: none;
  width: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.item a, .item2 a {
  display: block;
  margin-bottom: 4px;
  color: #d2e0e8;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  cursor: pointer;
}



.ffull {
  width: 100%;
}

.forumsTable .desc {
  /*background-image: url("../layouts/5/forumheader2.png");  */
  background-position: -15px -40px;
  background-repeat: no-repeat;
  background-color: #1e2c36;
  padding: 15px 5px 15px 5px;
  margin: 0 0 20px 10px;
}

.forumsTable td, .forumsTable th {
  /*background-color: #253e45;*/
}

.forumsTable .main {
  /*background-image: url("../layouts/5/forumheader2.png"); */
  background-position: -5px 0;
  background-repeat: no-repeat;
  padding: 20px 0px 0px 30px;
  height: 20px;
}

/*pull in our two custom fonts - we only use Anke, which we might want to look into paying for
@font-face{
font-family: Castro;
font-stretch: Normal;
src: url('../layouts/8/CastroScript.ttf'),
     url('../layouts/8/CastroScript.ttf'); /* IE9
}
@font-face{
	font-family: Anke;
	font-stretch: normal;
	src:
		url('../layouts/8/ankecall-webfont.eot?') format('eot'),
        	url('../layouts/8/ankecall-webfont.woff') format('woff'),
        	url('../layouts/8/ankecall-webfont.ttf') format('truetype'),
        	url('../layouts/8/ankecall-webfont.svg') format('svg');
}

.forumsTable  .front a:link, .forumsTable .front a:visited {
  color: #d2e0e8;
  font-family: Verdana;
  font-size: 9px;
  font-weight: normal;
  font-variant: normal;
} */


/*these are your headers on the forums, the section names*/
.forumsTable .front, .forumsTable .frontnews {
  /*background-image: url("../layouts/5/forumheader1.png");*/
  background-position: -5px 0;
  background-repeat: no-repeat;
  padding: 15px 0px 0px 30px;
  height: 20px;
  color: #d2e0e8;
  font-size: 12px;
}

.forumsTable .subfront {
  /*background-image: url("../layouts/5/forumheader1.png");*/
  background-position: -5px -40px;
  background-repeat: no-repeat;
  padding: 15px 0px 0px 30px;
  line-height: 1.5;
  font-weight: bold;
}

/* subfront affects things like the box color behind news posts and PMs */
.forumsTable .subfront .box, .forumBox {
  background: rgba(22, 26, 49, .5);
  border-color: #5C4033;
  border-style: solid;
  border-width: 2px;
  color: #d2e0e8;
}

.box {
  padding: 0 0 20px 10px;
}
/*bookmark*/
.forumsTable .front label.head {
  width: 220px;
  display: inline-block;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  font-variant: normal;
}
/* Stuff like the news post titles */
.forumsTable .frontnews label.head {
  width: 500px;
  display: inline-block;
  font-family: Verdana;
  font-size: 16px;
  font-weight: normal;
  font-variant: normal;
}

.forumsTable .subfront label.head {
  width: 340px;
  padding: 0 0 0 40px;
  display: inline-block;
}

.forumsTable .alt label.head {
  width: 340px;
  display: inline-block;
}

.forumsTable .subfront label.pinfo, .forumsTable .alt label.pinfo {
  width: 200px;
  display: inline-block;
}

.forumsTable .front label.pinfo {
  width: 200px;
  display: inline-block;
}

.forumsTable .alt {
  /*background-image: url("../layouts/5/forumheader1.png"); */
  background-position: -5px 0;
  background-repeat: no-repeat;
  padding: 0px;
  height: 60px;
  color: #5a3630;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  font-variant: normal;
  color: transparent;
}

.forumsTable .alt .head {
	background: rgb(43,82,152);
	background: linear-gradient(90deg, rgba(43,82,152,1) 5%, rgba(43,82,152,1) 52%, rgba(43,82,152,0) 94%);
    border-radius: 10px 0px 0px 10px;
	padding: 10px;
	color: white;
	font-weight: bold;
}

.forumsTable .alt a {
	float: right;
}

/*This is the forum post cell settings*/
table.forumPosts {
  background: #132443;
  padding: 0 !important
}

table.forumPosts, table.forumPosts tr th, table.forumPosts tr td {
  padding: 10px;
}

table.forumPosts tr th, table.forumPosts tr td {
  /*border-left: 1px dotted #fff;*/
  border-top: 2px solid #d0d0d0
}

table.forumPosts tr td {
  /*background-image: url(../images/forums/forums_minigradient.png);*/
  background: rgba(245, 229, 200, .5);
  background-position: top right;
  background-repeat: repeat-y;
}

table.forumPosts tr td div.activeKhim{
	background: rgba(108, 94, 51, .50);
}

table.forumPosts tr th.activeKhim {
	/*background: rgba(108, 94, 51, .50);*/
   	background: rgba(245, 229, 200, .5);
}

table.forumPosts tr td.noline {
  /*border-left: 1px dotted #fff;*/
  	background: #b0c0dd;
  border-top: 0;
  color: #031432;
}

table.forumPosts tr td.noline a {
	color: #031432;
}

table.forumPosts tr td.signature_top {
  padding: 10px 10px 0 10px
}

table.forumPosts tr td.signature_bottom {
  padding: 0 10px 10px 10px
}


table .forumPosts tr td {
  border-right: 1px solid #fff;
}

table.forumPosts tr th{
  background: #2b5298;
  color: #d2e0e8;
}

table.forumPosts tr td {
  background: rgba(245, 229, 200, .5);
  color: #d2e0e8;
}

table.forumPosts tr td.fLinks{
	background: rgba(51, 81, 108, .5);
}

/*
table.forumPosts tr th.two {
  background-color: #d0d0d0;
  color: #d2e0e8;
}

table.forumPosts tr td.two {
  background-color: #e8e8e8;
  color: #d2e0e8;
}*/

table.forumPosts tr a:link, table.forumPosts tr a:visited {
  color: #e7e9ec;
}

table.forumPosts tr a:active, table.forumPosts tr a:hover {
  color: #437fed;
}

table.forumPosts tr th.postInfo, table.forumPosts tr td.postInfo {
  text-align: center;
}

table.forumPosts tr th.postInfo {
  width: 160px;
  font-weight: normal;
  font-size: 12pt;
}

table.forumPosts tr td.postInfo {
  width: 210px;
}

.star {
  width: 20px;
  height: 20px;
}

table.forumPosts tr td h1 {
  color: inherit;
  border-bottom: 2px solid;
  line-height: 40px;
  vertical-align: bottom;
  padding: 0 0 0 42px;
  margin: 0;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: bold;
  background-position: 0 -4px;
}

table.forumPosts tr td h2 {
  color:inherit;
  font-size: 1.1em;
  font-weight: bold;
  font-family: inherit;
  font-variant: normal;
  padding: 0
}

table.forumPosts tr th.postInfo img.star, table.forumPosts tr th.postInfo img.noline {
  border: 0;
}

table.forumPosts tr th.postInfo img, table.forumPosts tr td.postInfo img {
  border: 1px solid #000;
}

.strawberries {
  text-align: center;
  margin: 10px 0
}


/* .strawberries form input {
  padding: 0;
  font-size: 0;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-color: transparent;
  border:0
} */


.forumcookie {
  display: block;
  padding: 5px 0;
  font-size: 10pt
}

.forumPosts img {
  max-width: 800px;
}

table.forumPosts tr td.fLinks a:link, table.forumPosts tr td.fLinks a:visited, table.forumPosts tr td.fLinks a {
  text-align: center;
  margin: 0;
  width: 150px;
  background-image: none
}

td span.ping {
    color: #429eeb;
}
/*end post settings*/



.alt a:link, .alt a:visited {
  color: #d2e0e8;
}

.forumsThreads td, .forumsThreads th {
  /*background-color: #222222;*/
  background: rgba(245, 229, 200, .80);
  border: 1px solid #f8efdd;
}



.forumsThreads td.sticky {
  /*background-color: #7d7d7d;*/
  background: #2b5298;
  color: #f8efdd;
}

.forumsThreads td.sticky a:link, .forumsThreads td.sticky a:visited {
  color: #d2e0e8
}

.fLinks a {
  padding-left: 16px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 16px;
}

.forumsTable .left {
  width: 100px;
}

.forumsTable .date {
  border-top: 2px solid #5F658E;
  color: #442f26;
  margin: 5px 0px;
  padding: 5px 0px;
}

.itemorder img, #backgroundSorter img {
  width: 25px;
  height: 25px;
}

.itemhover .itemdesc, .itemdesc {
  display: none;
  position: absolute;
  background-color: #442f26;
  border: 1px solid #5F658E;
  /*padding: 5px;*/
  width: 200px;
  margin-left: -100px;
  left: 50%;
}

.itemhover {
  position: relative;
}

.itemdesc div {
  padding: 10px;
}

#chatRules li {
  margin-bottom: 1em;
  font-size: 12pt;
}

.calign {
  text-align: center;
}

table.news td.subfront div.box {
  font-weight: normal;
  padding-top: 30px;
}

label.shop {
  display: inline-block;
  width: 75px;
}

.minithumb {
  width: 50px;
  height: 50px;
}


#profileHA {
  height: 360px;
  width: 300px;
}

.iitem {
  float: left;
  width: 150px;
  height: 140px;
  padding: 5px;
  text-align: center;
}



div.cashshop {
  height: 200px;
}

.tooltipMain {
  background-color: #7188df;
  padding: 5px;
  display: inline-block;
}

.tooltip {
  display: none;
  position: absolute;
  width: 160px;
  background: rgba(245, 229, 200, .80);
  border: 1px solid #5F658E;
  padding: 5px;
  color: #5C4033;
}


.abs {
  position: absolute;
}

.cusername {
  text-align: right;
  border-right: 2px solid #001f56;
  padding-right: 10px;
}

.ctext {
  padding-left: 10px;
  padding-bottom: 10px;
}

#chatTable, #chatUsers {
  border:1px solid #f8efdd;
}

#groupSide {
  float: left;
  width: 180px;
  background-color: #442f26;
  padding: 0 0 10px 0;
}

#groupSide a, #groupSide .data {
  display: block;
  padding: 4px 10px;
}

#groupSide a:link, #groupSide a:visited {
  color: #F5CB96;
}

#groupSide .title {
  margin-bottom: 5px;
  display: block;
  padding: 5px;
}

#groupMain {
  background-color: #442f26;
  padding: 5px;
  margin-left: 185px;
}

#groupThreads .sticky {
  background-color: #946500;
  border: 1px solid #f8efdd;
}

#galleryItems .item, .item2 {
  height: 290px;
}

#galleryItemsOrder .item, .item2 {
  height: 150px;
}

#galleryItems .item, .item2, #galleryItemsOrder .item, .item2 {
  text-align: center;
  display: inline-block;
  width: 200px;
  margin: 1px;
  padding: 5px;
  background-color: #442f26;
}

/*one of your main background formatters for the site. Example one of the alternating colors in inbox*/
.basic {
  /*background-color: #222222;*/
  background: rgba(45, 63, 92, .80);
  color: #d2e0e8;

}

/*the other one*/
.basic2 {
   background: rgba(66, 91, 132, .80);
   color: #d2e0e8;
}

/*this handles the shoutbox parchment background*/
#shoutbox{
	background-image: none;
	background-size: cover;
}

/*adds the parchment background to the dice widget as well as makes the border*/
#dice_widget{
	background-image: none;
	background-size: cover;
	border-style: solid;
	border-width: 1px;
	border-color: #442f26;
}

/*parchment background and border for admin panel*/
#admin_panel{
	background-image: url('../layouts/8/parchmentlarge.png');
	background-size: cover;
	border-style: solid;
	border-width: 1px;
	border-color: #442f26;
}

#chatArea a:link, #chatArea a:visited {
  color: #4e5690;
}


/*sets the link colors for standard users in the shoutbox*/
.chatArea a:link, .chatArea a:visited {
  color: #8fb8db;
}

/*sets the background color of the text area in the shoutbox*/
.chatArea{
	background: rgba(20, 39, 60, .80);
	color: #dee7f1;
}

#inventory {
    font-size: 10px;
}

/*for some reason this fixed the borked inventory rows, don't ask me how */
#inventory .iitem {
  padding: 3px 3px 3px 5px;
}

/*the text on the game buttons in the games room*/
.aboutgame {
    font-size: 12px;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
}


.trophy {
  display: inline-block;
  width: 140px;
  height: 200px;
  text-align: center;
  margin: 0 15px;
  padding: 0;
}

.trophy .name {
  display: block;
  height: 50px;
  float: left;
  width: 140px;
  text-align: center;
}

.basicalt {
  background-color: #15273c;
  color: #eee;
}

.ui-tabs .ui-tabs-nav{
	background: rgba(45, 63, 92, .80);
}

.ui-tabs .ui-tabs-panel{

}

.ui-tabs ul li.ui-state-highlight{
 	background-color: #A68064;
  	color: #eee;
}

.ui-tabs ul li.ui-state-active {
	background: rgba(245, 229, 200, .80);
}

#subgroupList #selected{
	background: rgba(0, 0, 0, 0.3);
}

.basic ui-draagable {
    font-size: 9px;
}

#middle {
    background: rgba(6, 29, 48, .50);
}

#inventory .item.iitem, .item2.iitem div {
    background: #313435;
    color: #d2e0e8;

}


/* keeps content of control panel from stretching outside the background color */
#khim_control {
    width: auto;
    font-size: 10px;
}
/* background for PMs etc */
table.forumPosts tr td {
    background-color: #27447b;
}

 td.subfront .box, .forumBox {
    background: #132443;
    border-color: #437fed;
    border-style: solid;
    border-width: 2px;
	color: #437fed;
}

.forumsThreads td, .forumsThreads th {
	background: #132443;
	color: #437fed;
    border-color: #437fed;
}

/* the khimera control panel minimized box */
#titleBox {
    font-size: 12px;
}

.calign.basic a img {
    max-width: 100%;
}

#khimeras-search-results {
    width: 100%;
}

table.news th.frontnews{ 
  display: flex;
  flex-direction: column;
}

/*fixes the lounge from going all scrolly */
#chatTable td.ctext {
  word-break: break-word;
}

