/**
 * sidebar.css
 *
 * Copyright (c) 2003-2009 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.css,v 1.3.2.1 2009/04/08 19:43:30 asmecher Exp $
 */

/**
 * Sidebar
 */

 
#developedBy {
	text-transform: uppercase;
	font-size: 1.2em;
	text-shadow:1px 1px 1px #FFF;
	letter-spacing:2px;
	font-weight:bold;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
	background:url(menu_bg.jpg) top left repeat-x #FFF;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	border:1px solid #CCC;
	margin: 0 0 10px 0;
	padding: 1em 0.5em;
	-moz-box-shadow: 0 0 20px #ced9ce;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0 0 0.5em 0;
	font-size: 1.1em;
	color:#363;
	text-shadow:1px 1px 1px #FFF;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0 0 10px 10px;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}
