/**
 * 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 #000000;
    border-bottom: 0px solid #ffffff;

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



#sidebar div.block span.blockTitle {
    font-family: 'Oswald', "Trajan pro";
    display: block;
    padding: 0.5em 0em 0.3em 3px;
    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: /*#e9dac0; #ebdcc2;*/ #f1f5f8;

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




#sidebar div.block span.blockSubtitle {
	display: block;

	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;	
}