/**
 * sidebar.css
 *
 * Copyright (c) 2003-2010 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 {
	font-size: 0.8em;
	font-weight: bold;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
}

#sidebar div.block span.blockTitle {
	padding: 0 0 1em 0;
	margin: 1em 0 0 0;
	display: block;
	width: 160px;
	color: #036;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: bold;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
	font-size: 0.8em;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}

#sidebarHelp a {
	font-size: 0.8em;
	font-weight: bold;
}
