<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 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: /*f1.5em;*/ 10px;
    padding-top: /*5px;*/ 0px;
    margin-bottom: /*0px*/ 0px;
    margin-top: 0px;
    border: 0px solid #f5eee2;
    border-bottom: 0px solid #f5f5f1;

    /*background-image: url("leftbarline6.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;*/
    padding-left:0px;
    margin-left: 0px;
}



#sidebar div.block span.blockTitle {
    font-family: 'Oswald',"Trajan pro";
    display: block;
    padding: 0.5em 0em 0.3em 0px;
    font-size: 12px; /*1em;*/
    letter-spacing: 0.5px;
    font-weight: normal;
    text-transform: uppercase;
    /*text-decoration: underline;*/
    
    
    /*background-image: url("leftbarimg.jpg");
    background-repeat: no-repeat;
    background-position: 3px;*/
    border-top: 0px solid /*#cfae76;*/ #ede0cb;
    border-bottom: 0px solid #006699;
    background-color: #f1f5f8;

    color: /*#006393;*/ /*#004d93;*/ #000000;     
    margin-right: /*-6px;*/ 0px;
    margin-bottom: 3px;
    margin-left:/*-1px;*/0px;
}






#sidebar div.block span.blockSubtitle {
	display: block;
	/*padding: 0;*/
	
	padding: 0em 0 0.5em 15px;
	
    /*background-image: url("leftbarimg.jpg");
    background-repeat: no-repeat;
    background-position: left;*/
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: /*0.85em;*/ 0.8em;
	width:75px;
}</pre></body></html>