/* start of CSS file for Milonic Menus siteIndex (=Sitemap).

Used by both the Popup window (=Popup sitemap) AND static page (=Static sitemap).

Combine into cb.css rather than separate?    XX
eg if used a new ca ".REsitemap" class, eg in body of static
(but ? wouldn't work in Popup) 

041008: POPUP:
- now like treacle suddenly - why? XX
Tried without ZA - no better
Tried older vns of menu_data (even 2005's) - no better.
So D/Ld latest menus off co - to try out more XX
Solved - seems was blank lines in sections.
*/


/* body { background-color : #EAF1FD ; } */
body { 
	background-color : #FFFFF0 ;
}


a:link {
	/* text-decoration : none ; */
	/* Tried - abandoned .*/
}


div.allpage {
/* Clones the class in the MSS.
Cures sitemap_snapshot's width.
(... But it doesn't solve Popup, as ca can't have classes in it. (XX)  )

@281008:  Expt - disabled it. But DDMs force min width of ca 550px, so I re-instated it.
*/
	width : 590px ;
}


h1   {
	color : #0000e9 ; 
	font-family : 'Times New Roman', 'Times Roman', Times, 'MS Serif', Serif ;

}

/* ul { list-style-image : url('images/page/bullet.gif') ; } */


ul li , ol li { 
	margin-left : -1em ;

/*
@041008: Expt:
PURPOSE:  To emphasise the 7 main-headings:   =success.
+see rule below
!USP :  wow - vertical grey background on LHS over 2nd-level bullets. Later removed.
Also saves having to manually edit each edition of the Static sitemenu. ie KISS.
*/	
	border-top : red 3px solid ;
	margin-top : 50px ;
	/* background-color : #eeeeee ; */
	/* #eeeeee nice, but later removed as problems if widen li spacing */
	font-weight : bold ;
	text-transform : uppercase ;
/* Expt (cont):  
	font-size : 400% ;  / failing as is also below  XX /
*/	
}

ul li ul li,
ul li ol li,
ol li ul li,
ol li ol li {
/* PURPOSE: Cancels the main-heading emphasis rule above, on sub-headings */
	border-top : none ;
	margin-top : 6px ;      /* To get nice gaps so easy to read */
	background-color : #fffff0 ;
	font-weight : normal ;
	text-transform : none ;

	text-indent : -15px ;          /* =re 1st lines */
	padding-left : 15px ;
	/* Above pair indent 2nd-line+ entries of 2+ lines so easier to read. 
	Minor bug: sub-sub bullets too indented XX */
}
 

body , ul li , ol li { 

	font-family : Verdana, Arial, Helvetica, 'MS Sans Serif', sans-serif ; 
	/* 021008: font-family and font-size added as xpt XXXX  !!!
	Used same values as in MSS.
	'body' was added here to avoid duplication.
	
	It's not yet correcting DDM font size (bit too large) - why? XXX
	041008: changed body to div.static-notes, adding div to static sitemap.
	Hoping this will cure DDM font size. Didn't. Rats.
	(h1 now serif, but looks OK? - could add h1 here if not (XX) )
	*/
	font-size : 12px ;
}


table {
/*
@041008:  Bodge to get DDMs to be 12px on static sitemenu here 
as per rest of site (were larger here).
! Seems DDMs respond to 'table' element.
(Doesn't affect Popup as it has no DDMs.)
*/
	/* background-color : red ; */
	font-size : 12px ;
}


ul ul ul ul {
/* PURPOSE:  Specifies different bullet for 4th-level bullets. */
	list-style-image : url('/images/page/bullet.gif')  ;
}

 /* ul li { text-transform : uppercase ; } */

/* ul { list-style-image : url('images/page/bullet_diamond_f.gif') ; } */



/* 2.  xx !! below added 11-11-05  to cb.css -expt for Milonic md menus */
.mm-oinw {
/* mm-oinw = Milonic Menus - Open In New Window" 
Used in menu_data.js:  <span class=...> around (oinw) text */
	/* color : blue ; */
	color : #008000 ;
	font-style : italic ; 
}

br {
/* XXXX
@281008: Expt: 1st-ever rule re BR tag.  Wow    !USP
PURPOSE:  Nullifies effect of br's in DDM lines.
SNAGS:
No space between merged lines.
So tried to solve by adding space pre (or after) all ca 38 br's.
(Didn't add a space re 'Examples ofcollections' and 'Sitehelp& sitemap'.)
Failed. So used &nbsp; instead - still fails.
So ABANDONED for now (XX)      Glorious failure.
 */
	/* display : none ; */
}




/* end of file */
