/*
Title:      WebWeaver multimedia 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: #69C;
	text-decoration: none;
	}

a:hover {
	color: #036;
	text-decoration: underline;
	}
	
#subnav a:hover { 
	color: #000;
	text-decoration: none;
	background-color: #f1f1f1;
	}		
	
a.backtotop:link, 
a.backtotop:visited, 
a.backtotop:hover {
	background: url(../gifs/multimedia/arrow-multimedia-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: #69C;  
	padding: 0;
	margin: 10px 0 0 0;
	}		
	
h2 {
	font-size: 1.1em; 
	font-weight: bold; 
	color: #000;  
	margin: 0;
	}	

#content li h2.highlight {
	font-size: 1.0em !important; 
	font-weight: bold; 
	color: #69C;  
	margin: 0;
	}			

li.multimediabullet {  
	margin: 7px 0;
	padding: 0;  
	}	
	
li.multimediabulletnogap {  
	margin: 0;
	padding: 0;  
	}	


/* ---[ main content ]--------------------- */
	
#main-content {
	background: #FFF url(../gifs/multimedia/bg-line-multimedia.gif) 0 0 repeat-y;
	border-top: 1px solid #69C;	
	border-bottom: 1px solid #69C; 
	}
	

/* ---[ middle column ]----------------------------- */

.float {
	float: left;
	width: 160px; 
  	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
	}

.float p {
   	text-align: center;
   	margin: 0;
	padding: 0;
	}

.multimediapic {
	float: right;
	padding: 10px 0 0 10px;
	margin: 0 -9px 0 0; 
	display: inline; 
	}
