/**
 * plugins/themes/HGO/hgo.css
 *
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Desert theme.
 *
 */

body {
	background-color: #ffffff;
}

a
{
text-decoration: none !important;
}

a:link {
	color: #111B46;
}

a:active {
	color: #111B46;
}

a:visited {
	color: #111B46;
}

/*a:hover {
	background: none !important;
}*/

#header {
	background: #e5e5c7; 
	/*border-bottom: 2px solid #898e79;*/
}

.SearchLink
{
cursor:pointer;
}

#headerTitle {
	padding-bottom: 10px;
	background-color: #ffffff;
	/*background: #D9E9F8;	*/
}

#header h1 {
	font-size: 24px;
	font-family: Ubuntu, sans-serif;
}

#headerTitle h1
{
	font-size: 24px;
	font-family: Ubuntu, sans-serif;
	margin: 0;
	font-weight: normal;
}

#main h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#main h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#navbar {
	border: 0;
	/*border-bottom: 1px solid #898e79;
	background-color: #111B46;
	padding: 10px;*/
}

#navbar .menu a
{
/*color: #FFFFFF;*/
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
}

ul#hgomenu
{
padding: 0;
}
