/*===================================	
	type.css
	webdev.juliendecaudin.com    
    by Julien Decaudin http://www.juliendecaudin.com
    18/07/2010
===================================*/

body
{
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    line-height: 0.94em; /* 15px */
}

/*--------------------------------------------------=> HEADERS */
/* H1 */
h1
{
    font-size: 1.56em; /* 25px */
}

/* H2 */
h2
{
    font-size: 1.38em; /* 22px */
    font-weight:normal;
    line-height:20px;
}

/*--------------------------------------------------=> CONTENT ELEMENTS */
/*-------------> Paragraph */
p
{
    font-size: 0.69em; /* 11px */
    line-height: 16px;
}

#page_copy p
{
	font-size: 1.13em; /* 18px */
	line-height: 30px;
	font-weight:bold;
}

#page_copy p.small
{
	font-size: 0.88em; /* 14px */
	line-height: 23px;
}

#page_copy p.footnote
{
	font-size: 0.69em; /* 11px */
	line-height: 16px;
	font-weight:normal;
}

/*-------------> Links */
a
{
    text-decoration: none;
    line-height: 15px;
}

a:hover
{
    text-decoration:none;
}

#page_copy a,
.project_details a,
#support_nav a
{
	text-decoration:underline;
}

#page_copy a:hover,
.project_details a:hover,
#projects_nav a:hover,
#support_nav a:hover,
#page_copy p.footnote a
{
	text-decoration:none;
}

#page_copy p.footnote a:hover
{
	text-decoration:underline;
}

/*-------------> Lists */
li
{
    font-size: 0.69em; /* 11px */
}

/*--------------------------------------------------=> NAVIGATION */
/* Projects navigation */
#link_previous,
#link_next
{
	font-size: 0.88em; /* 14px */
}

/*--------------------------------------------------=> UTILITY CLASSES */
.uppercase
{
    text-transform: uppercase;
}

.halfwidth_right
{
    text-align: right;
}

.clearer, .spacer
{
    line-height: 0;
    font-size: 0;
}
