
/*
This file controls the look of the Live shoutbox...
*/


#chatoutput {

/* Height of the shoutbox*/
height: 300px;

/*Uncomment width below*/
width: 190px;

/* Horizontal Scrollbar Killer */
padding: 5px 0;

margin: 5px auto 0 auto;

/* Borders */
/*border: 1px solid #0063DC;
border-width: 1px 1px;*/
border:solid #bdbdbd;
border-width: 1px 0;

font: 11px arial, helvetica, sans-serif;
color: #595959;
background: #FFFFFF;
overflow: auto;
/*margin-top: 10px;*/
}

#chatoutput span {
color: #0063DC;
}

#chatForm label, #shoutboxAdmin {
display: block;
margin: 4px 0;
}

#chatoutput a {
font-style: normal;
font-weight: bold;
color: #0063DC}

/* User names with links */
#chatoutput li span a {
/*font-weight: normal;
display: inline !important;
border-bottom: 1px dotted #0063DC*/
font: 11px arial, helvetica, sans-serif;
}

#chatForm input#chatbarText, #chatForm textarea {
width: 120px;
float:left;
border: #999 1px solid;
font-size: 11px;
padding: 2px;
background:#fff;
}

#chatForm textarea {
width: 120px;
}


#chatForm input#submitchat {
width: 64px;
height: 22px;
/*margin: 10px auto;
border: 2px outset;
padding: 2px;*/
background: #fff url(shout-button.gif) no-repeat;
display:block;
float:right;
text-align:center;
}

#chatForm input#submitchat:hover {
background: #fff url(shout-button.gif) no-repeat 0 -22px;
}

#chatoutput ul#outputList {
padding: 0;
position: static;
margin: 0;
}

#chatoutput ul#outputList li {
padding: 0;
margin: 0 0 2px 0;
color: #595959;
background: #fff;
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;
text-align: center;
border-bottom: 2px dotted #A6CBE6;
}

em#responseTime {
font-style: normal;
display: block;
}

#chatoutput .wp-smiley {
vertical-align: middle;
}

/*#shout-loading {
	width:32px;
	height:32px;
	margin: 0 auto;
	background: #fff url(loading.gif) no-repeat;
	background-position: center center;
	display:none;
}*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */