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

#rightSidebar {
	float: right;
padding: 30px 0px 20px 15px;
font-size: 0.8em;
height: 100%;
box-shadow: 0px 1px 5px #DCDDDD;
background-color: #FFF;
border: 1px solid #E4E4E4;
border-radius: 6px;
margin-right: 2%;
}

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

#main {
	float: left;
margin-left: 2%;
display: inline;
overflow: hidden;
box-shadow: 0px 1px 5px #DCDDDD;
background-color: #FFF;
border: 1px solid #E4E4E4;
border-radius: 6px;
padding: 30px 15px 20px;
width:65%;

}
