/**
* sidebar.css
*
* Copyright (c) 2003-2011 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Site-wide shared elements for pages including sidebar(s).
*
* $Id$

*
* Sidebar
 */
#developedBy
{
	text-transform: uppercase;
	font-size: 0.95em;
}
#sidebar DIV.block
{
	font-size: 1em;
	padding-bottom: 0em;
	font-weight: normal;
	margin-left: -16%;
}
#sidebar DIV.block SPAN.blockTitle
{
	display: block;
	padding: 0.5em 0;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bold;
}
#sidebar DIV.block SPAN.blockSubtitle
{
	display: block;
	padding: 0;
}
#sidebar INPUT.textField, #sidebar SELECT.selectMenu, #sidebar INPUT.button
{
	font-size: 1em;
}
