/** Black theme for Shout-Maru <http://shout.x-maru.org>
**/
#shoutmaru {
	border:1px solid #fff;
	background:#000;
	overflow:auto;
}
#shoutmaru, #shoutmaru table { color:#fff }
#shoutmaru h1 {
	background:#000;
	font-size:13px;
	border-bottom:1px solid #fff;
	margin:0;
	padding:0.25em;
	color:#fff;
}
#shoutmaru p {
	margin:0;
	padding:0 0.5em;
	border-bottom:1px solid #445;
}
#shoutmaru .odd { background:#000 }
#shoutmaru .even { background:#000 }
#shoutmaru small { color:#999 }
#shoutmaru th { text-align:right; background:#000 }
#shoutmaru a { color:#ccc }
#shoutmaru th span input {
	padding:0;
	margin:1px;
	font-size:9px;
	border:1px solid #fff;
}
#shoutmaru th span input:hover{
	background:#ccc;
}

