/**
 * styles/rightSidebar.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 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: 20% !important;
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
	height: 100%;
	margin-right: 10%;
	margin-left: 2%;
}

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

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

.articleToolItem {
	padding: 0 !important;
	padding-left: 10px !important;
	margin: 0px !important;
	border-top: solid 1px #C6A42F !important;
	border-bottom: solid 1px #FFFF00 !important;
	background-image: url("/styles/images/navHighLight.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.authorBio > p:first-child > em {
	font-size: 1.7em;
	font-weight: bold;
	font-style: normal !important;
	font-family: "Tw Cen MT", Verdana, sans-serif !important;
	letter-spacing: -0.065em;
}

.authorBio > p {
	font-size: 1.25em;
	text-align: justify;
}

.articleToolIcon {
	height: 19px;
}