/* @override http://dev4.netseven.it/kant2010/styles/rightSidebar.css */

/**
 * rightSidebar.css
 *
 * Copyright (c) 2000-2008 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: rightSidebar.css,v 1.4 2008/05/21 20:59:58 asmecher Exp $
 */

/**
 * Common HTML elements
 */


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

#body {
}

#rightSidebar {
	float: right;
	width: 180px;
	border-left: 1px solid #e9e9e9;
	/*
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
	height: 100%;
	margin-right: 10%;
	margin-left: 2%;*/
	margin:180px 0 0 0;
	overflow: hidden;
	padding-left: 5px;
	voice-family: "\"}\""; 
voice-family:inherit;
width:175px;
}

#main {
	float: left;
	width: 460px;
	margin: 180px 0 0 150px;
	display: inline;
	overflow: hidden;
}

/* hack to set width for non-IE browsers to to a percentage 
   width of container (like it should be), not the window */
html>body #main {
} 
