body {
  padding: 0;
  margin: 0;
  color: #333333;
  background: #E9EEFC;
}

a { color: #316cac; }

body.text_big #stage div.message {
  font-size:30px;
}

body, table {
  font-family: 'Lucida Grande',sans-serif;
  font-size: 14pt;
}
tr,td,table {
  padding: 0;
  margin: 0;
  outline-width: 0;
  border-width: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0
}

#app {
  border: 4px solid #d3ddf8;
}

#textContext {
 width:10px;
 height:10px;
 display:inline-block;
 border:1px solid #000;
 margin:2px;
 cursor:pointer;
}

#loading, #connect {
  color:#fefefe;
  background: #1e6290;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
}

#stage {
  display: block;
  position: absolute;
  left:1px;
  right:1px;
  top:1px;
  bottom:1px;
  /* enough padding to clear the toolbar.. is there a better way to do this? */
  padding-bottom: 128px; 
  background: inherit;
  overflow: hidden;
}

#stage   { z-index: 10; }
#miniLog { z-index:10000001; }
#loading { z-index: 10000002; }
#connect { z-index: 10000003; }



#connectButton {
  font-size:50px;
  background:#eee;
}

#loading p, #connect fieldset  {
  font-family: DejaVu Sans Mono, fixed; 
  width: 30em;
  border: 0;
}

#toolbar {
  border-top: 4px solid #d3ddf8;
  color: #333;
  width: 100%;
  height:16px;
  background: #e4e7fc;
  z-index: 1000;
}

#entry {
  background: #f2f3fe;
  border-width:0;
  color:#1e6290;
  width: 100%;
  font-size: 20px;
  padding: 1em;
  margin: 0;
  outline-width: 0;
  clear: both;
}

/* not very important info */
.notice td, .join td, .part td, .message .date { color: #555; }
.error td { color: #933; }
.personal .nick, .notice .nick { color: #cd5; }

#stage .message {
  margin: 0.1em 0;
  position:fixed;
  z-index:10000000;
  display:inline-block;
  width:50000000px;
  text-shadow: 2px 2px 2px #000;
}

#stage .message .msg-text {
  display:inline-block;
}

#stage .message.mine .msg-text {
  border:3px solid #eeab3d;
}

#stage .message > .date {
  font-size: 70%;
}

#stage .message img {
  width: 20px;
  height: 20px;
  vertical-align:text-bottom;
}
#stage .message .authsn {
  font-size: 20px;
}


#miniLog .message {
  display:block;
  font-size:15px;
  line-height:15px;
  border-bottom:2px solid #333;
  padding:4px;
}

#miniLog .message.mine {
  border-bottom:2px solid #eeab3d !important;
}


#miniLog .message > .date {
  font-size: 70%;
}

#miniLog .message img {
  width: 15px;
  height: 15px;
  vertical-align:text-bottom;
}
#miniLog .message .authsn {
  font-size: 12px;
  color:#666;
}


#toolbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#toolbar li {
  display: block; 
  float: left;
  margin: 0 0 0 0.5em;
  font-size:12px;
  font-weight:bold;
  line-height:16px;
}

#usersLink {
  color: #1e6290 !important;
}

#roomLink {
  color: inherit;
}


.color_white {color:#fff; }
.color_black {color:#1c1c1c; }
.color_pink {color:#ff0bd6; }
.color_blue {color:#295290; }
.color_red {color:#ca0f02; }
.color_green {color:#7bca1e; }
.color_yellow {color:#ffe626; }
.color_purple {color:#c714e2; }
.color_orange {color:#ffc820; }
.color_higrey {color:#cccccc; }
.color_logrey {color:#343434; }
.color_brown {color:#8f4700; }


ol.statuses
{
	font-size: 14px;
	list-style: none;
}
ol.statuses li.status
{
	border-bottom: 1px solid #bdcbf2;
	line-height: 16px;
	padding: 10px 0 8px 0;
	position: relative;
	zoom: 1;
}
ol.statuses>li:first-child
{
	border-top-width: 0;
}
ol.statuses li.status.even
{
  background: #eff0f9;
}

ol.statuses li.status.odd
{
  background: #fefefe;
}

ol.statuses>li.buffered
{
	display: none!important;
}
.entry-meta
{
	margin-top: 2px;
}
ol.statuses .thumb
{
	display: block;
	height: 50px;
	left: 10px;
	margin: 0 10px 0 0;
	overflow: hidden;
	position: absolute;
	width: 50px;
	z-index: 10;
}
ol.statuses .thumb img
{
	height: 48px;
	width: 48px;
}
ol.statuses span.status-body
{
	display: block;
	margin-left: 66px;
	min-height: 48px;
	overflow: hidden;
	width:auto;
}
ol.statuses span.status-body a
{
  color:#1e6290 !important;
}

