/*
Title:      WebWeaver sitemap styles
Author:     Alison Green, alison@webweaver.co.nz
Updated:    28 October 2006 - removing hacks that are breaking IE7
Updated:    1 January 2010 - website restyle
*/


/* ---[ links ]------------------------------- */

a:link, 
a:visited {
	color: #C33;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: underline;
	}
	
a.backtotop:link, 
a.backtotop:visited, 
a.backtotop:hover {
	background: url(../gifs/core-images/arrow-contact-up.gif) no-repeat 0 5px;
	margin: 0 3px 0 0;
	padding: 0 0 5px 12px;
	display: block;
	float: right;
	}		
	
/* ---[ common elements ]--------------------- */
	
h1 {
	font-size: 1.5em; 
	font-weight: bold; 
	color: #666;  
	padding: 0;
	margin: 10px 0 0 0;
	}	

/* ---[ main content ]--------------------- */
	
#main-content {
	background: #FFF url(../gifs/core-images/bg-line.gif) 0 0 repeat-y;
	border-top: 1px solid #666;	
	border-bottom: 1px solid #666; 
	}
		
	
/* ---[ sitemap list items ]--------------------- */	

h2 {
	font-size: 1.2em; 
	font-weight: bold; 
	color: #666;  
	padding: 0;
	margin: 10px 0 0 0;
	}	

h2.sitemap, 
h2.maximise, 
h2.minimise {
	background: url(../gifs/sitemap/maximise2.gif) no-repeat center left;
	cursor: default;
	padding-left: 37px;
	}

h2.minimise {
	background: url(../gifs/sitemap/minimise2.gif) no-repeat center left;
	}

ul.sitemap {
	list-style-type: none; 
	margin: 0 0 0 19px;
	padding: 0;
	}

ul.sitemap li {
	padding-left: 16px;
	}
	
ul.sitemap li a {
	background: transparent url(../gifs/sitemap/document.gif) no-repeat 0 2px;
	padding: 4px 0 4px 18px;
	line-height: 1.6em;
	}	

ul.sitemap li a:hover {
	background: transparent url(../gifs/sitemap/document-hover.gif) no-repeat 0 2px;
	}
	
ul.sitemap li a.parent {
	background: transparent;
	padding-left: 5px;
	}	
	
ul.sitemap li ul {
	background : transparent url(none) no-repeat;
	list-style-type : none;
	margin: -14px 0 0 -16px;
	padding: 14px 0 0 6px;
	}

ul.sitemap li ul:hover {
	background: transparent url(none) no-repeat;
	}

ul.sitemap li ul li {
	margin-left: 10px;
	padding-left: 36px;
	}

