/* @override http://dev4.netseven.it/kant2010/styles/sidebar.css */

/**
 * sidebar.css
 *
 * Copyright (c) 2000-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.2 2008/04/23 00:02:45 asmecher Exp $
 */

/**
 * 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;
	color: #9d0a0e;
	padding: 0.5em 0 0.2em 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	font-size: 1em;
	color: #666;
	line-height: 1.4em;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: .9em;
	
}
#sidebar input#sidebar-password.textField, #sidebar input#sidebar-username.textField  {
	width: 7em;
	background: #f2f2f2;
}
#sidebar input#sidebar-password.textField:focus, #sidebar input#sidebar-username.textField:focus  {
	background: #fff;
	color: #333;
}

#sidebar div.block table td {
	padding: .3em;
}

#sidebar div.block table td label {
	font-size: 1em;
	padding-right: .8em;
	color: #626262;
}

#sidebarNavigation ul {
		list-style: none;
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid #900;
}

#sidebarNavigation ul li {
	font-size: 1em;
	padding: .5em ;
	color: #898989;
	background: #f2f2f2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d8d8d8;
}

#sidebarNavigation ul li a {
	color: #626262;
	
}
