/**
 * styles/rightSidebar.css
 *
 * Copyright (c) 2013 Simon Fraser University Library
 * Copyright (c) 2003-2013 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%;
background-color:#ffffff;
}

#rightSidebar {
	float: right;
	width: 180px;
	font-size: .75em;
	height: 100%;

    padding-left:20px;
    margin-top:20px;
overflow:hidden;
	display: inline;
position:relative;
}

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

#main {
	float: left;
	width: 689px;
	display: inline;
	overflow: hidden;
  border-right:1px solid #909090;
           padding-right:20px;
        padding-left:10px;
    margin-top:20px;
position:relative;

}
