/*  	
	Site custom CSS
	Version : 1.2
	Filename : _site_id.css
	Type: DEVOLVED - External / Internal  
	Date created : 31/10/2006
	Validates : CSS2, CSS2.1, CSS3
	
	Known issues : 	None
	
	Usage notes:
	Set site-wide colour scheme for site name, primary navigation, secondary navigation, home and leader page splash boxes

	NOTE DO NOT REPLACE COLOUR SHADES IN THIS COMMENT
	
	pallete			shade 0 shade 1 shade 2
	red			cc0000	ff9999	ffcccc
	blue			0066cc	3399ff	99ccff
	green			009933	66cc66	ccffcc
	turquoise		009999	66cccc	ccffff
	mauve			cc3399	ff99cc	ffccff
	purple			660099	9966cc	eecdff
	
	Replace 009933 with shade 0 value
	Replace 66cc66 with shade 1 value
	Replace ccffcc with shade 2 value	
*/

#site_id #sitename { border-bottom-color: #0066cc !important; }
#site_id #sitename span, 
#site_id #sitename h1,
#site_id #sitename a,
#site_id #sitename a:visited { background-color: inherit; color: #0066cc; }

#site_id #nav-primary,
#site_id .tab { border-bottom-color: #0066cc; }
#site_id #nav-primary a,
#site_id .tab a { background-color: inherit; color: #0066cc; }

#site_id .services li#services,
#site_id .community li#community,
#site_id .research li#research,
#site_id .international li#international,
#site_id .education li#education,
#site_id .admin li#admin,
#site_id .aboutus li#aboutus,
#site_id .visitors li#visitors,
#site_id #nav-primary ul li.selected,
#site_id .tab ul li.selected,
#site_id .tab ul li span { background: url("../images/tab_009933_ffffff_right.gif") no-repeat top right; background-color: inherit; color: #ffffff; }

#site_id .services li#services a,
#site_id .community li#community a,
#site_id .research li#research a,
#site_id .international li#international a,
#site_id .education li#education a,
#site_id .admin li#admin a,
#site_id .aboutus li#aboutus a,
#site_id .visitors li#visitors a,
#site_id #nav-primary li.selected a,
#site_id .tab ul li.selected a,
#site_id .tab ul li span a { background: url("../images/tab_009933_ffffff_left.gif") no-repeat top left; background-color: inherit; color: #ffffff; }

#site_id #nav-secondary li.nav-secondary-sectionheader { background: url("../images/sec_0066cc_ffffff_right.gif") no-repeat top right; }

/* Set home page primary splash colour */
#site_id .page-home #content { background-color: #ccffcc; color: inherit; } 
#site_id .boxsplashhome, 
#site_id .boxsplashhome .header { background-color: #009933; color: #ffffff; }
#site_id .boxsplashhome .header { width: 680px; }
 
/* Set leader page primary colour */
#site_id .boxsplashleader, 
#site_id .boxsplashleader .body, 
#site_id .boxsplashleader h1 { background-color: #009933; color: #ffffff; }

/* Set site home page secondary content row custom height */
#site_id .page-home .content-column25percent,
#site_id .page-home .content-column30percent, 
#site_id .page-home .content-column33percent, 
#site_id .page-home .content-column40percent, 
#site_id .page-home .content-column50percent, 
#site_id .page-home .content-column60percent,
#site_id .page-home .content-column70percent { height: 15em; }

#site_id .datatable th { background-color: #66cc66; color: inherit; }

#site_id #courseprofile .factfile,
#site_id #wikiprofile .factfile { border-top-color: #009933; border-bottom-color: #009933; }
