/*******************************
 *
 *		   typo.css
 *			Author: 
 * 	  	   Tom Knowles
 *		  The Roundhouse
 *
 *	This CSS controls typography
 *
 */
 
 html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}

body
{
	font-size: 65%;
	line-height: 160%;
	color: #666666;
}

h1
{
	font-weight: normal;
	font-size: 150%;
	line-height: 200%;
	text-transform: uppercase;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 10px;
}

h2
{
	font-weight: normal;
	font-size: 140%;
	color: #666666;
	margin-bottom: 15px;
	line-height: 130%;
}

h3
{	
	font-weight: normal;
	font-size: 130%;
	color: #523E6B;
	margin-bottom: 10px;
	line-height: 130%;
	/*padding-left: 20px;*/
}

p
{
	margin-bottom: 15px;
	line-height: 150%;
}

strong.purpletext
{
	color: #503967;
	font-style: normal;
	font-weight: normal;
}

a
{
	color: #076195;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #054A74;
}

.smalltext
{
	font-size: 100%;
}

.mediumtext
{
	font-size: 120%;
}

.largetext
{
	font-size: 140%;
}

#header, #footer
{
	text-transform: lowercase;
}

#footer a, #header a
{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#footer a:hover, #header a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}

#footer a:visited, #header a:visited
{
	color: #666666;
}

#header .smalltext, #header .mediumtext, #header .largetext
{
	text-transform: uppercase;
}

#header .router ul li a
{
	color: #076195;
	text-decoration: none;
}

#header .router ul li a:hover
{
	text-decoration: underline;
}

#header .router ul li a:visited
{
	color: #054A74;
}

/* print only stuff (javascript gubbins) */

.printOnly 
{
    display: none;
}
    