/**
 * styles/leftSidebar.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 a left-hand sidebar.
 *
 */

/**
 * Common HTML elements
 */

#headerTitle {
	width: 100%;
}

#body {
	vertical-align: top;
	height: 100%;
}

#leftSidebar {
	float: left;
	width: 200px;
	font-size: 0.65em;
	height: 100%;
	display: inline;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 90px;
	background: url("immagini/bg_logo_col.jpg") bottom center no-repeat;
}

#main {
	float: right;
	width: 750px;
	margin-right: 0px;
	overflow: hidden;
}

#leftSidebar span.blockTitle {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

// Set main on non-IE browsers to have a 10% margin
*html #main {
	margin-right: 5%;
} 

/* aggiunte luca per casi senza 3 colonne */

/*#navbar {
	margin-left: -225px;
}*/