/**
 * sidebar.css
 *
 * Copyright (c) 2003-2008 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 2008/06/11 18:55:17 asmecher Exp $
 */

/**
 * Sidebar
 */

#developedBy {
	text-transform: uppercase;
	font-size: 0.75em;

}
/*sidebar properties = all */
#sidebar div.block {
	font-size: 1.1em;
	padding-bottom: 0.8em;
	padding-left: 1.8em;
        width: 210px;
}
/*maintitles*/
#sidebar div.block span.blockTitle {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
        text-shadow: 2px 2px 2px #000;
	font-family: "Lucida Bright", Arial, Verdana, Helvetica, sans-serif;
        letter-spacing:2px;
	color: #eeeeee;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 0.2em;
	padding-right: 0.5em;
        padding-left: 0.0em;
	padding-bottom: 0.5em;
	text-align: left;
}
/*search text*/
#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 1;
	

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


