/**
 * rightSidebar.css
 *
 * Copyright (c) 2000-2010 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
 */

div#sidebarInformation,div#sidebarUser, div#sidebarDonation,div#sidebarKeywordCloud, div#sidebarLanguageToggle, div#sidebarRTAuthorBios, div#sidebarNavigation, div#sidebarFontSize, div#notification{
	background: #8dc9e8;
	margin-right:15px;
	margin-bottom:10px;
}



span.blockTitle {
	text-align: center;
/*	background-color:#67a540; */
	background-image: url(images/bg-block.png); 
	margin-bottom:5px;
}

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


}

#body {
	width: 100%;

}
/* Ini bagian KANAN ==> Login  ==========================================================================  */
#rightSidebar {
/*	background-image: url(images/bg-right.png); */
	background-color:#ded9f6; 
	float: right;
	width: 19%;
	padding: 1em 0em 1em 1.5em;
	font-size: 0.65em;
	height: 100%;
	margin-right: 10%;

}

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


/* Ini bagian KIRI ==> Main Content ==========================================================================  */
#main {
	float: left;
	width: 60%;
	margin-left: 8%;
	display: inline;
	overflow: hidden;
	background-color:#efedf5;
}
