



























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

#chatoutput {

/* Height of the shoutbox*/
height: 200px;

/* Width of the shoutbox*/
width: 270px;

/* Horizontal Scrollbar Killer */
padding: 6px 8px;

/* Borders */
border: 1px solid #ccc;
border-width: 1px;
font: 11px helvetica, arial, sans-serif;
color: #333333;
background: #FFFFFF;
overflow: auto;
margin-top: 10px;
}

#chatoutput span {
font-size: 1.0em;
font-weight:bold;
color: #000;
}
#wordspew label {
display:none;
}

#chatoutput a {
font-style: normal;
font-weight: bold;
color: #C00}

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

#chatForm {
    padding-top:4px;
}

#chatForm input, #chatForm textarea {
background:#f2f2f2;
width: 159px;
border:1px solid #ccc;
padding:3px;
margin:0 4px 0 0;
float:left;
}

#chatForm textarea {
width: 150px;
}
#shoutboxname {
    width:60px !important;
}
#chatForm input#submitchat {
width:45px;
background:#000;
color:#fff;
text-transform:uppercase;
font-weight:bold;
font-size:1em;
font-family:arial;
margin:0;
padding:2px 0 3px 0;
}

#chatoutput ul#outputList {
padding: 0;
position: static;
margin: 0;
}

#chatoutput ul#outputList li {
padding: 1px 0;
margin: 0;
color: #333333;
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 {
padding-bottom: 2px;
border-bottom: 2px dotted #666666;
display: block;
}

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

#chatoutput .wp-smiley {
vertical-align: middle;
}
#usersOnline {
 display:none;
}
#wordspew {
    margin-top:-9px;
}
.blog #chatoutput {
    width:192px;
}

.blog #chatForm input, .blog #chatForm textarea {
    width:130px;
    margin:0;
}

.blog #chatForm input#submitchat {
    width:42px;
    padding:2px 3px 3px 2px;
    position:relative;
	margin-top:4px;
    float:right;
}
.blog #shoutboxname {
    width:60px !important;
    margin-right:4px !important;
}
.blog #chatoutput span {
color: #fff;
}
.blog #chatoutput ul#outputList li {

color: #f1f1f1;

}
.blog #chatoutput {
    background:#222;
    border:1px solid #666;
}

.blog #lastMessage {
    color:#fff;
}

