/*
** BL_IELTS_font.css 
** CSS - handles the typography
** Author: Steve TANGUE
** Date: 23.01.08
** Last edited: 
*/

body
{	
	font-family: Arial, Helvetica, sans-serif;
}
/* end of file */


/* links */
a
{
	color:#ffffff;
}

/* links */
a:hover
{
	color:#ffffff;
	text-decoration:underline;
}


div#footer_content p
{
	color: #ffffff;
}















/*
** BL_IELTS_type.css 
** CSS - handles the typography
** Source: http://24ways.org/2006/compose-to-a-vertical-rhythm
** Author: Steve TANGUE
** Date: 23.01.08
** Last edited: 
*/


/* Establishing a suitable line height */
body
{
	color: #000;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}

html>body						
{								
	font-size: 12px;			
}			
				
h1, h2, , h4
{ 
	color:#000000; /* black */
}

h3
{
	color: #666666; /* grey */
}

p 
{
	color:#000000; /* black */ 
	margin: 15px;
	text-align: left;
	line-height: 1.5em;				/* A line height of 1.5em give 6px spacing between the lines of body copy.	 */
}									/* Create a total line height of 18px.										 */



/* Spacing between paragraphs */
p 
{
	font-size:1em;					/* To maintain the rhythm of the page the spacing of paragraphs should be 	 */
	margin-top: 1.5em;				/* related to the basic line height unit. 									 */
	margin-bottom: 1.5em;			/* Set top- and bottom-margins equal to the line height.					 */
}



/* Variations in text size */		/* Every diversion from the basic text size should take up multiples of 18px */



/* Heading */
h2 
{
	font-size:1.1667em;				/* Subheadings set to 14px for example. 									 */
	line-height: 1.286em;			/* To get line height = 18px the line height should be set to 18/14 =1.286   */
	margin-top: 1.286em;			
	margin-bottom: 1.286em;
}
	/*h2 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.929em;
	margin-bottom: 0.643em;
	}*/
	
h1 
{
	font-size:1.5em;				/* main heading text size of 18px therefore line-height = 1em 				  */
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}

p.description
{
	clear: both;
	text-align: center;
}

div#footer_content p
{
	text-align: center;
}

/* Sidenotes */
.sidenote 
{
	font-size:0.8333em;				/* Supplementary material often set at a smaller size to the basic text 	   */
	line-height:1.8em;				/* smaller text should line up with the body copy.							   */
}									/* Sidenotes are set at 10px 	line-height = 18/10 = 1.8					   */





/* end of file */
