// ----------------------------------------------------------------------
// LICENSE
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License (GPL)
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// To read the license please visit http://www.gnu.org/copyleft/gpl.html
// ----------------------------------------------------------------------

Copyright 2006 by Tammy Keefer.

CSS in the shoutbox block:

#shoutbox_container  - div surrounding the shoutbox content.
#shoutlist - div surrounding the list of shouts.  Default styling is included 
in this div to limit the height and force it to scroll.  Default styles are:
	height: 200px;
	overflow: auto;
.sbname - span surrounding the name of the shouter
.sbdatetime - span surrounding the date/time and admin options
.sbshout - the shout itself
#shoutarchive - the link to the shout archive.


