
/* -- CSS Restyle by Monzilla Media ( monzilla.biz ) -- */
/* -- Moses Lake of Church of Christ -- */
/* -- Live ShoutBox CSS -- */

/* the box */
#chatoutput {
	background-color: #333;
	background: #333 url(http://mlchurchofchrist.com/main/wp-content/themes/mlchurch/images/bg-menu.gif) no-repeat right top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 8px; /* killz horiz scrollbar */
	border: 3px double #CFA960;
	margin-top: 25px;
	overflow: auto;
	color: #FFFF99;
	height: 250px;
	width: 350px;
}
/* form control */
#chatForm {
	margin-top: 11px;
	display: block;
	clear: both;
}
/* chat names */
#chatoutput #outputList li span {
	font-weight: bold;
	font-size: 1.1em;
	color: #CFA960;
}
/* links */
#chatoutput a {
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFF99;
}
/* user name links */
#chatoutput li span a {
	border-bottom: 1px dotted #FFFF66;
	display: inline !important;
	font-weight: normal;
	font-size: 1.1em;
	color: #FFFF66;
}
/* box admin link text */
#shoutboxAdmin p {
	font-size: 0.9em;
	margin: 3px 3px;
	display: block;
	color: #FFCC33;
	clear: both;
}
/* name, url, & msg text */
#chatForm p label {
	text-align: left;
	font-size: 1.1em;
	margin: 1px 0px;
	display: block;
	color: #333;
	float: left;
	width: 77px;
	clear: none;
}
/* input fields & textareas */
#chatForm #shoutboxurl, #chatForm #chatbarText {
	background: #333 url(http://mlchurchofchrist.com/main/wp-content/themes/mlchurch/images/bg-menu.gif) no-repeat right top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #CFA960;
	font-size: 1.0em;
	margin: 1px 0px;
	color: #FFFFCC;
	padding: 1px;
	width: 250px;
}
#chatForm #shoutboxname {
	background: #333 url(http://mlchurchofchrist.com/main/wp-content/themes/mlchurch/images/bg-menu.gif) no-repeat right top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #CFA960;
	font-weight: bold;
	font-size: 1.0em;
	margin: 1px 0px;
	color: #CFA960;
	padding: 1px;
	width: 250px;
}
/* submit button */
#chatForm input#submitchat {
	background: #333 url(http://mlchurchofchrist.com/main/wp-content/themes/mlchurch/images/btn-chat.gif) no-repeat center -2px;
	border: 2px solid #CFA960;
	margin-left: 77px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	outline: none;
	height: 32px;
	width: 63px;
}
#chatForm input#submitchat:hover {
	background: #333 url(http://mlchurchofchrist.com/main/wp-content/themes/mlchurch/images/btn-chat.gif) no-repeat center -34px;
	outline: none;
}
/* chat message list */
#chatoutput ul#outputList {
	position: static;
	padding: 0px;
	margin: 0px;
}
/* listed chat messages */
#chatoutput ul#outputList li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	background: none;
	font-size: 1.1em;
	color: #FFFFCC;
	padding: 1px;
	margin: 0px;
}
/* newest message time header */
#lastMessage {
	border-bottom: 2px dotted #FFFF99;;
	padding-bottom: 3px;
	margin-bottom: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #CFA960;
}
/* newest message time */
#lastMessage em#responseTime {
	font-weight: lighter;
	font-style: normal;
	color: #FFFFCC;
}
/* non-existent smilies */
#chatoutput .wp-smiley {
	vertical-align: middle;
	border: 0px none;
}
/* kubrick bullet stopper */
#chatoutput ul#outputList li:before {
	content: '';
}
/* not too sure.. */
ul#outputList li:first-line {
	line-height: 16px;
}