/**
 * styles/sidebar.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 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: 1em;
	padding-bottom: 1.5em;
}

#sidebar div.block span.blockTitle {
    
    font-family:Trebuchet MS, arial, Verdana, sans-serif; color:#fff;
    font-size:15px;
    font-weight:bold;
    height:38px;
    background:url("../lib/pkp/styles/images/bg_blocktitle.png") no-repeat center;
	display: block;
    position:relative;
	padding: 18px 0 0 28px;
    margin: 0 0 0 -40px;

    letter-spacing: 0.05em;
     text-shadow: 0px 1px 1px #993300;
    -webkit-text-shadow: 0px 2px 2px #993300;
    filter: dropshadow(color=#993300, offx=0, offy=1);
}



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

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

