/**
 * 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: 100%;
}

#rightSidebar {
	float: right;
	width: 140px; /*160px;*/
	/*175*/
	padding: 0em;
	padding-top: 1.2em; /*to pros8esa gia na katebei to rightsidebar*/
	font-size: 0.55em;
	height: 100%;
	margin:0px auto;
	display: inline;
	overflow: hidden;

}

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



