
/* -- CSS Restyle by Monzilla Media ( monzilla.biz ) -- */
/* -- Live ShoutBox CSS -- */

/* the message box */
#chatoutput {
	background-color: #000;
	background: #000 url(http://deadletterart.com/dla/wp-content/themes/dla/images/skelbgr.gif) no-repeat right top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 8px; /* killz horiz scrollbar */
	border: 1px solid #FFCC33;
	margin: 3px 0 11px 0;
	overflow: auto;
	color: #FFFF99;
	height: 299px;
	width: 399px;
	float: left;
	clear: none;
}
/* the form boxes */
#chatFloat {
	margin: 0 11px;
	display: block;
	float: left;
	clear: none;
}
#chatFloat p {
	padding: 0;
	margin: 0;
}
/* box admin link text */
#chatFloat p#adminlink {
	font-size: 0.8em;
	color: #FFCC33;
	padding: 0;
	margin: 0;
}
/* form control */
#chatForm {
	display: block;
	margin-top: 0;
	clear: both;
}
/* names & box header */
#chatoutput span {
	font-size: 1.1em;
	color: #CC0000;
}
/* links */
#chatoutput a {
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	color: #CC0000;
}
/* user name links */
#chatoutput li span a {
	border-bottom: 1px dotted #CC0000;
	display: inline !important;
	font-weight: normal;
	font-size: 1.1em;
	color: #FFCC33;
}
/* name, url, & msg text */
#chatForm label {
	font-size: 1.0em;
	margin: 1px 0px;
	color: #FFCC33;
	display: block;
	width: 111px; 
}
/* input fields & textareas */
#chatForm #shoutboxname, #chatForm #shoutboxurl, #chatForm #chatbarText {
	background-color: #000;
	background: #000 url(http://deadletterart.com/dla/wp-content/themes/dla/images/skelbgr.gif) no-repeat right -77px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #FFCC33;
	margin: 0 0 7px 0;
	font-size: 1.0em;
	color: #FFFF99;
	padding: 1px;
	width: 199px;
}
/* submit button */
#chatForm input#submitchat {
	background-color: transparent;
	background: url(http://deadletterart.com/dla/wp-content/themes/dla/images/dropit.gif) no-repeat left center;
	padding-left: 3px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	color: #FFFF99;
	border: none;
	height: 22px;
	width: 99px;
	margin: 0;
}
/* 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: #FFFF99;
	padding: 1px;
	margin: 0px;
}
/* kubrick bullet stopper */
#chatoutput ul#outputList li:before {
	content: '';
}
/* not too sure.. */
ul#outputList li:first-line {
	line-height: 16px;
}
/* newest message */
#lastMessage {
	border-bottom: 2px dotted #FFCC33;
	padding-bottom: 3px;
	margin-bottom: 3px;
	text-align: center;
}
/* newest message time */
em#responseTime {
	font-style: normal;
}
/* non-existent smilies */
#chatoutput .wp-smiley {
	vertical-align: middle;
	border: 0px none;
}
/* clear-chat button styles */
input#killswitch {
	background-color: transparent;
	background: url(http://deadletterart.com/dla/images/icons/dla-skull.gif) no-repeat 0 0;
	padding-left: 3px;
	text-align: left;
	cursor: pointer;
	font-size: 1px;
	border: 0 none;
	height: 33px;
	width: 33px;
	color: #000;
	margin: 0;
}