/**
 * styles/rightSidebar.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 right-hand sidebar.
 *
 */

/**
 * Common HTML elements
 */


#headerTitle {
	text-align: center;
	width: 100%;
}

#body {
	width: 1000px;
	/*border-top: 50px solid #ff0000;*/
	margin: 0 auto;
}

#rightSidebar {
	float: right;
	width: 200px;
	padding: 1em 0em 1em 0em;
	font-size: 0.75em;
	height: 100%;
	margin-right: 10px;
	overflow: hidden;
	margin-top:10px;
	padding: 0px;
}

* html #rightSidebar { margin-right: 5%; }

#main {
	float: left;
	width: 750px;
	margin-left: 10px;
	display: inline;
	overflow: hidden;
}

#sidebarUser, #sidebarDevelopedBy, #sidebarNavigation, #sidebarFontSize {
	border-bottom: 2px solid #8dbfd1;
	margin-bottom: 5px;
}

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

.separatore_sidebar {
	width: 260px;
	clear: both;
	height: 20px;
	margin: 0px 0px 0px -5px;
}

/* aggiunte luca per casi senza 3 colonne */

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