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

a:hover {
	color: #336;
	text-decoration: underline;
	}
	
#subnav a:hover { 
	color: #000;
	text-decoration: none;
	background-color: #f1f1f1;
	}		
	
a.arrow:link, 
a.arrow:visited, 
a.arrow:hover {
	background: url(../gifs/about/arrow-about.gif) no-repeat 0 3px;
	padding: 0 0 0 10px;
	}
	
a.backtotop:link, 
a.backtotop:visited, 
a.backtotop:hover {
	background: url(../gifs/about/arrow-about-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: #99C;  
	padding: 0;
	margin: 10px 0 0 0;
	}
	
h2 {
	font-size: 1.1em; 
	font-weight: bold; 
	color: #000;  
	margin: 0;
	}	
	
.what {  
	padding: 15px 0;
	}	
	
.snapshot {
	font-size: 1.1em; 
	font-weight: bold; 
	color: #99C; 
	clear: both; 
	margin: 0;
}		

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

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

#content img {
	float: left;
	}

#widetable {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	}	

table {
	width: 100%;
	margin: 0;
	font-size: 100%;
	}

table td {
	padding: 5px;
	border-width: 0;
	vertical-align: top;
	font-size: 1.1em;
	}

td.date {
	width: 15%;
	}
