/**
 * 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: capitalize;
	font-size: 12px;
}

#sidebar div.block {
	font-size: 12px;
	padding-bottom: 0.5em;
}

#sidebar div.block span.blockTitle {
	display: block;
	font-size: 14px;
	letter-spacing: normal;
	text-transform: none;
	background-color: #FFF;
	font-weight: bold;
	color: #333;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-bottom-width: thin;
	font-family: "Roboto Slab", serif;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 0;
}

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

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	background-color: #EDECE7;
	color: #333;
	font-family: "Open Sans", "sans serif";
	font-size: 12px;
	border: 1px solid #CCC;
	font-weight: bold;
}

#sidebar input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #EDECE7;
	font-size: 12px;
	font-family: "Open Sans", "sans serif";
	font-weight: bold;
	color: #930;
	border:1px solid #999;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;	
	border-radius: 2px;
	
}