/*******************************
 *
 *	TYPO.CSS
 *
 *  Version: 1.0
 *
 *	Authors: 
 *	The Roundhouse
 *  Tom Knowles / Dan Nisbet / Mike Harris / Paul Lewis
 *
 *  Description:
 *
 *	This CSS deals exclusively in typography, 
 *  including font size, weights, leading etc
 *  It also includes links, link decoration 
 *  and all text colours.
 */
 
 html
 {
	font-size:			100%;
 }

 body
 {
	font-size:			70%;
 }

 #site
 {
 	color:				#E5E5E5;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			100%;
 }
 
 #site a
 {
 	text-decoration:	none;
 }
 
 #site h2
 {
 	color:				#FFFFFF;
	text-transform:		uppercase;
	font-weight:		normal;
	font-size:			275%;
 }
 
 #site h3
 {
 	color:				#FFFFFF;
	text-transform:		uppercase;
	font-weight:		normal;
	font-size:			220%;
	line-height:		100%;
 }
 
 #site h4
 {
 	color:				#B5B5B5;
	font-weight:		normal;
	font-size:			162.5%;
	line-height:		100%;	
 }
  
 #site p
 {
 	line-height:		150%;
	font-weight:		normal;	
 }
 
 #site #flashlink a
 {
 	color:				#CCCCCC;
 }
 
 #site #flashlink a:hover
 {
 	color:				#efefef;
 }

 
 #router ul li
 {
 	font-family:		Georgia, "Times New Roman", Times, serif;
 } 
 
 #router ul li a, #footer a, #contentright #projectlist ul li a
 {
 	color:				#CCCCCC;
 } 
 
 #router ul li a.selected, #router ul li a:hover, #footer a:hover, #contentright #projectlist ul li a:hover
 {
 	color:				#FFFFFF;
 } 
 
 #contentleft a
 {
 	color:				#999999;
 }
  
 #contentleft a:hover
 {
 	color:				#CCCCCC;
 } 
 
 #contentleft ul li
 {
 	margin-bottom:		1em;
 }
 
 #site #contentright	li a
{
	color:				#FFF;
}

#site #contentright	li a:hover
{
	color:				#8D8D8D;
}

 
 #contentright #projectlist ul li a:hover
 {
 	text-decoration:	underline;
 }
 
 #contentleft #divbacklink a
 {
 	text-indent:		-9999px;
	display:			block;
	overflow:			hidden;
 }
 
 /* Splash Panel */
 
 #splashBody
 {
 	font-family:"Times New Roman", Times, serif;
	color:#CCCCCC;
	font-size:100%;
 }
 
 
 #splashPanel
 {
	font-size:68%;
 }
 
#splashPanel ul
 {
 	margin-top:		-10px;
 }
 
 #splashPanel ul li
 {
 	color:#CCCCCC;
 }
 
 #splashPanel ul li a
 {
 	text-decoration:none;
	color:#999999;
 }
 
   #splashPanel #entercontainer ul li a#entry
  {
  	font-size:140%;
	color:#CCCCCC;
  }
  
  #splashPanel ul li a#entry:hover
 {
	color:#efefef;
 }
 
 #splashPanel ul li a:hover
 {
	color:#CCCCCC;
 }
 
 /* credits */
 
 body#credits h2, body#credits h3, body#credits p
 {
	color:				#EFEFEF;
 }
 
 body#credits p
 {
 	font-size:			120%;
 }
 


