/**
 * 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;*/ 15px;
    padding-top: 10px;
    margin-bottom: 0px;
    border-bottom: 1px dotted #ffffff;

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


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



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

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