
/*	===============================================================
	© BEYOND CURENT HORIZONS
	http://www.beyondcurrenthorizons.org.uk

	Type:				Typographic styles
	Build by:			Clearleft
	Original Author:	James Bates
	Author Email:		james.bates@clearleft.com
	Creation Date:		27 November 2007
	---------------------------------------------------------------
	Version number: 	1.3
	Last edited:		March 2009 by Jake
	============================================================ */


	
	body { 
 	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #8a868a;
	font-size: 75%; /* Sets base font size to 12px (12 / 16px = 0.75)*/
	}
	
	/* Links */
	a:link  	{  color: #69c; text-decoration: underline;} 
	a:active 	{  color: #69c; text-decoration: underline;}
	a:visited {  color: #69c; text-decoration: underline;}
	a:hover		{  color: #894172; text-decoration: none;}
	
		
/*	---------------------------------------------------------------
	HEADINGS
	------------------------------------------------------------ */

	h1, h2, h3, h4, h5, h6 { 
 	font-weight: bold; /*Overides font-weight: inherit in base.css*/
	font-family: Helvetica, Arial, Verdana, sans-serif; /*Set another font style for headings if required*/
	color: #444;
	}

	h1 {
	clear: both;
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #444;
	margin-bottom: 0.5em;
	}

	h2 {
	clear: both;
	font-size: 1.6em;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #555;
	margin-bottom: 0.5em;
	}
	
	h3 {
	font-size: 1.3em;
	line-height: 1.2em;
	letter-spacing:-1px;
	color: #666;
	font-weight: bold;
	margin-bottom: 0.5em;
	}
	
	h4 {
	color: #777;
	font-size: 1.33em;
	line-height: 100%;
	letter-spacing: -1px;
	padding: 0 0 0.5em;
	}
	
	h5 {
	color: #777;
	font-size: 1.08em;
	padding: 1em 0 0.5em;
	}
	
	h6 { font-size: 1em;  }

	
	h1 em {
	font-style: italic;
	font-weight: normal;
	}

	body.home h1 { display: none; }
	
	#content h3 a		{ 
	text-decoration: none;
	color: #585858;
	}
	#content h3 a:hover	{ 
	color: #78aad5; 
	text-decoration: underline;
	}
	
	.sidebar h2, .sidebar h3 {
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #444;
	text-decoration: none;
	margin: 0;
	}


/*	---------------------------------------------------------------
	PARAGRAPH STYLES
	------------------------------------------------------------ */


	p		{
	font-size: 1.08em; 
	margin: 0 0 1.5em; 
	}	
	.twocol-2 li {
	font-size: 1.08em;
	}
	
	blockquote 		{ 
	margin: 1em 0; 
	}
	blockquote p	{ 
	color: #6699CC; 
	margin: 0 0 1em 0;
	font-style: italic;
	}
	blockquote p.attribute {
	font-style: italic;
	}
	
	abbr {
	border-bottom: 1px 
	dotted #999;
	}
	cite {
	font-style: italic; 
	color: #999;
	}
	
	
/*	---------------------------------------------------------------
	LISTS
	------------------------------------------------------------ */
	
	ul, ol      { margin: 1.5em 0; }
	ul          { list-style-type: none; }
	ul li				{ background: url(../img/global/bullet.gif) no-repeat 0 6px; padding-left: 15px; }
	ul ul				{ margin: 1em 0; }
	ul ul li 		{ background: url(../img/global/bullet_nested.gif) no-repeat 0 5px;}
	ol          { list-style-type: decimal; list-style-position: inside;}
	ol li				{ margin-bottom: 10px; }
	dl          { margin: 0 0 1.5em 0;}
	dt       		{ font-weight: bold; }
	dd          { margin: 0 0 0.5em 1.5em;}
		
	
	
/*	---------------------------------------------------------------
	TABLE STYLES
	------------------------------------------------------------ */	
	
	table   { margin: 0 0 2em 0;}
	caption { font-weight: bold; color: #69c; font-size: 1.16em;}
	th      { background-color: #85ADD6; color:#fff; border-right: 1px #C2D6EB solid; font-weight: bold; }
	th,td   { padding: 0.6em 1em; }
	
	tr.odd td 				{background-color: #F7FAFC;}
	tr.even td				{background-color: #E8F0F7;}
	table td.highlighted	{background-color:#ffc; font-weight: bold;}
	
	
	
/*	---------------------------------------------------------------
	FORM STYLING
	------------------------------------------------------------ */
	
	#content fieldset {
	border: 1px #CEDEEF solid;
	background-color: #F3F7FB;
	padding: 20px;
	margin: 1.25em 0;
	}
	
	#content legend {
	font-size:1.16em;
	font-weight: bold;
	color:#69c;
	}
	
	#content form p					{ margin-bottom: 0.5em; }
	#content form label 			{ float: left; width: 8em; }
	#content form p input			{ width: 18em; }
	#content form p.checkbox label	{ float: none; margin-left: 0.5em; }
	#content form p.checkbox input	{ width: auto; }
	#content form input, textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif; /*Set another font style for headings if required*/
	font-size: 1.08em;
	color:#333;
	}
	#content form textarea {
	padding: 0.5em;
	}
	#content form p input#submit, #content form p input.submit {
	padding: 0.5em;
	text-align: center;
	border: 1px solid #666;
	}
