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

