/*-------------------- Jornal Modifications - Charith Saranga -----------------------*/

#navbar a {
	font-size: 0.8em;
	letter-spacing: 0.05em;
	color:#fff
}


#navbar .menu {
	background: #840200;

	border-radius: 0;
	margin: 0;
	padding: 7px;
	text-align: center;
	font: Arial, Helvetica, sans-serif larger bold;
	color: #f8f8f8 !important;
}

#navbar a:visited{
	color:#fff;
	
}

#navbar a:hover{
	color:#ccc;
	background:none;
}

#main h2 {
	/* font-family: Garamond,'Times New Roman',Times,serif; */
	font-family: Helvetica, sans-serif;
}


#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: 600;
}

#content {
	font-size: 0.85em;
	line-height: 1.85em;
	color: #363636;
}

#sidebar div.block {
	font-size: 1.3em;
}


#sidebar div.block span.blockTitle {
	background: #840200;/*#840d07*/
	text-align: center;
	font-weight: bold;
	color: #ccabab;
	border-radius: 0;
}

#header {
	background: #840200 !important;
	border-radius: 0 !important;
	
}

#header h1 {
	/* font-family: Garamond,'Times New Roman',Times,serif; */
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 0 !important;
	background: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#navbar a:hover {
	
	color: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f8f8f8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-size: 1em;
	padding: 3px;
}

#rightSidebar {
	float: right;
	width: 14%;
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
	height: 100%;
	margin-right: 10%;
	margin-left: 2%;
	background: #F2EAEC !important;
	border-radius: 0 !important;
}

a:link{
	color:#730404;
}

a:visited{
	color:#6b4a4a;
}

a:active{
	color:#a72828;
}

a:hover{
	color:#a22525;
	background:none;
}

/*-------------------- Jornal Modifications - Charith Saranga - modifications end -----------------------*/