/**
 * styles/rightSidebar.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 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: 980px;

}
#headerTitle img{
	margin: 0 auto;
	width: 980px;
	
}

#body {
	width: 980px;
	margin:10px auto;
	overflow: hidden;
	background: #f7f7d4;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0 5px #888;
	-moz-box-shadow: 0px 0 5px #888;
	box-shadow: 0px 0 5px #888;

}

#rightSidebar {
	float: right;
	width: 200px;
	/*padding: 1em 1em 1em 1em;*/
	font-size: 0.70em;
	height: 100%;
	/*margin-right: 6%;*/
	margin-top: 47px;/*60px;*/
	background-color: #f7f7d4;
	/*box-shadow: 0px 0px 20px 3px #D3D3D3;
	border-radius: 4px;*/
}

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

#main {
	float: left;
	width: 74%;
	margin:0;
	display: inline;
	overflow: hidden;
}

#maintop {

	width: 100%;
	margin:0 auto;
}
/**Nambah*/
#notification.block ul li a{
	text-decoration: none;
}

/* html a{
	color: #052242;
}*/