/* Stylesheet for the website of the 5th International Indigenous Librarians Forum, to be held in 2007 in Brisbane, Queensland, Australia. Adapted from the Consistent User Experience (CUE) template of the Queensland Government. The forum is sponsored by ATSILIRN (home.vicnet.net.au/~atsilirn/) and the State Library of Queensland (www.slq.qld.gov.au). Site developed November 2006 by I*Net Services, State Library of Queensland. Last revised by I*Net Services, 19 November 2006. */

/* Import styles that aren't supported in NN4  */
/* Transferred to parse file: @import url(qglayout.css); */

/* Import print specific styles. This format of importing ensures IE4 does not get them. IE4 does horrible things with a block @media */
/* Transferred to parse file: @import url(print.css); */

body 
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
}

/* font size */
#tools, #nav_primary, #nav2, .menuLayer, #bcrumb 
{
	font-size: 95%;
}

/* correct IE 5.5 font size in tables */
table 
{
	font-size: 1em;
}

a:link 
{
	color: #001362;
	text-decoration: underline;
}

a:active 
{
	color: #FF0000;
	text-decoration: underline;
}

a:visited 
{
	color: #7A1563;
	text-decoration: underline;
}

a:hover 
{
	color: #0054A3;
	text-decoration: none;
}

#header
{
	background-color: #FFFFFF;
}

/* Start header area */

/* Header graphics*/
#headerimage a img 
{
	border-width: 0px;
}

/* Search form */
#search 
{
	display: inline;
}

#tools form 
{
	display: inline;
}

/* Primary navigation bar */

#nav_primary 
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #7A1563;
}

#nav_primary a:link 
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#nav_primary a:active 
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

#nav_primary a:visited 
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#nav_primary a:hover 
{
	color: #001362;
	background-color: #FF9703;
	font-weight: bold;
	text-decoration: none;
}

/* End Primary navigation bar */

/* End header area */

/* Start secondary navigation area */

#nav2  h2
{
	color: #D07500;
}

/* End secondary navigation area */

/* Start breadcrumbs */

#bcrumb 
{
	font-size: 85%;
}

/* End breadcrumbs */

/* Start main content area */

/* Main content headings - remember to multiply by any inherited font size to determine real size. eg the content div is styled at 80% font size so our h1 will be approx 104% (80 * 130%) */

#content h1 
{
	font-size: 140%;
	color: #001362;
}

#content h2 
{
	font-size: 125%;
	color: #001362;
}

#content h3 
{
	font-size: 110%;
	color: #0054A3;
}

#content h4 
{
	font-size: 100%;
	color: #0054A3;
}

#lastupdate 
{
	font-size: 90%;
	color: #555555;
}

/* End main content area */

/* Start feature area styles */

#feature 
{
	background-color: #FFE681;
	color: #111111;
}

#feature h1 
{
	font-size: 130%;
	color: #FFFFFF;
	background-color: #555555;
}

#feature h2 
{
	font-size: 110%;
	color: #7A1563;
}

/* End feature area styles */

/* Start footer styles */

#footer 
{
	font-size: 90%;
}

/* End footer styles */