/**
 * styles/sidebar.css
 *
 * Copyright (c) 2013-2015 Simon Fraser University Library
 * Copyright (c) 2003-2015 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).
 *
 */

/**
 * Sidebar
 */

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

#sidebar div.block {
	font-size: 1.15em;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	float: left;
	width: 100%;
	line-height: 1.5em;
}

#sidebar div.block:last-child {
	border-bottom: 0
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

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

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

#sidebar input.textField { border: 1px solid #ccc; width: 100%; padding: 4px; background: #F4F2F2; }
#sidebar table#simpleSearchInput { width: 90%; }
#sidebar .button { background: #F4F2F2; border: 1px solid #bbb; font-size: 1.1em; margin-top: 10px; }
#sidebar .selectMenu { border: 1px solid #bbb; width: 75%; background: #F4F2F2; }
#main h3.vol { border-left: 3px solid #779B1A; padding: 10px 10px; }
#pkp-archive-archives .separator { border: 0; padding-top: 1em; }