/*
Title:      WebWeaver tutoring 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: #FC0;
	text-decoration: none;
	}

a:hover {
	color: #960;
	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/tutoring/arrow-tutoring-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: #FC0;  
	padding: 0;
	margin: 10px 0 0 0;
	}		
	
h2 {
	font-size: 1.1em; 
	font-weight: bold; 
	color: #000;  
	margin: 0;
	}	

li.tutorbullet {  
	margin: 7px 0;
	padding: 0;  
	}	

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

#footer {
	/*border-top: 1px solid #FC0;*/
	}		

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

.float {
	float: left;
	/*width: 216px;*/
	width: 214px; /* dec09 */
  	text-align: center;
	padding: 0;
	margin: 10px 0;
  }
  
.float p {
   	text-align: center;
   	margin: 0;
	padding: 0;
   }  

.tutorpic {
	float: right;
	padding: 10px 0 0 10px;
	margin: 0 -9px 0 0; /* dec09 */
	display: inline; /* dec09 */
	}

