
/*
This file controls the look of the Live shoutbox...
*/

#chatoutput {
  height: 200px;
  width: 378px;
  word-wrap: break-word;
  color: #;
  background: #;
  overflow: auto;
  margin-top: 0px;
  border: 1px dashed #;

}


#shoutbox {
  width: 380px;
  color: #;
  margin: 0 0 10px 0;
}
#shoutbox h3 {
  display: block;
  text-align: center;
  background: none;
  color: #FFFFFF;
  margin: 0;
  padding: 5px;
}
#chatForm,
#shoutbox p {
  text-align: center;
  line-height: 1em;
  padding: 0;
  margin: 0;
}

#chatForm a {
color: #;
text-decoration: none;
margin-bottom: 2px;
}

#chatoutput span {
font-size: 12px;
color: #;
}

#chatForm label, #shoutboxAdmin {
font-size: 10px;
display: block;
margin: 6px 0 4px 0;
}
#chatForm #toggle {
  display: block;
  margin-top: 4px;
}
#chatoutput a {
font-style: normal;
font-weight: bold;
color: #}

/* User names with links */
#chatoutput li span a {
font-weight: normal;
display: inline !important;
border-bottom: 1px dashed #}

#chatForm input {
display: block;
margin: 0 auto;
}

#chatForm textarea {
width: 170px;
display: block;
margin: 0 auto;
padding: 4px;
height: 50px;
}

#chatForm .send_button {
  padding: 10px;
}

#chatForm textarea {
  border: none;
  border: 1px dashed #;
  overflow: auto;
  word-wrap: break-word;
  color: #;
  background: #;
}


#chatForm input#submitchat {
  width: auto;
  margin: 10px auto;
}

#chatoutput ul#outputList {
  border-top: 1px dashed #;
  padding: 0;
  position: static;
  margin: 0;
}

#chatoutput li {
padding: 4px;
margin: 0;
color: #;
background: none;
font-size: 1em;
list-style: none;
}

/* No bullets from Kubrick et al. */
#chatoutput ul#outputList li:before {
content: '';
}

ul#outputList li:first-line {
line-height: 16px;
}

#lastMessage {
  font-size: 10px;
  padding: 4px 0;
  text-align: center;
}

#shoutboxname{
  text-align: center;
}

.chat_name {
  padding-bottom: 5px;
}

em#responseTime {
font-style: normal;
display: inline;
}

#chatoutput .wp-smiley {
  vertical-align: middle;
}

#smilies {
  padding: 4px;
}

.content #chatForm textarea {
  width: 350px;
  background-color: #2b2b2b;
}

.content #chatoutput,
.content #shoutbox {
  width: 558px;
}

.content #chatoutput {
  height: 360px;
  background-color: #2b2b2b;
}

.chat_more {
  display: inline;
  padding-bottom: 6px;
}
.content .chat_more {
  display:none;
}
.content #shoutbox h3 {
  font-size: 24px;
}
