/**
 * sidebar.css
 *
 * Copyright (c) 2003-2012 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: 1.5em;
	
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 4px 6px; /** 5px 5px 5px 5px;*/
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-family:"Palatino Linotype";
	background:url(../resources/sides/sidetitle.png) no-repeat;
	width:192px;
	/** original is 192px*/
	
}

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


