/**
 * 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.95em;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
	background-color:  #ab3834; 
/*	border: #FFF solid 2px;*/
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0;
	font-size: 1.05em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #65D6D6;
	font-weight: bolder;
}

#sidebar div.block span.blockTitle1 {
	color: #FFF;
	font-weight: bolder;
}

#sidebar div.block span.blockTitle2 {
	color: #65D6D6;
	font-weight: bolder;
}


#sidebar div.block h5 {
	color: #FFF;
	line-height: 1em;
}

#sidebar div.block blockTextEDITORIALBOARD {
	color: #FFF;
	text-align:center;
	line-height: 200%;
}
 


#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

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