/**
 * rightSidebar.css
 *
 * Copyright (c) 2003-2012 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.
 *
 * $Id$
 */

/**
 * Common HTML elements
 */


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

#body {
	width: 100%;
}

#rightSidebar {
	float: right;
	width: 200px;
	font-size: 12px;
	height: 100%;
	background-color: #FFF;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	padding: 1em;
	clear: right;
	margin: 0%;
}

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

#main {
	float: left;
	width: 700px;
	display: inline;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
