/*================================================== TYPOGRAPHY STYLES */
/*
    CSS Document for juliendecaudin.com
    By Julien Decaudin - 01/05/2009
*/

body
{
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    line-height: 0.94em; /* 15px */
}

/*--------------------------------------------------=> HEADERS */
/* H1 */
h1
{
    font-size: 1.56em; /* 25px */
    font-weight: normal;
    line-height: normal;
}

/* H2 */
h2
{
    font-size: 1.50em; /* 24px */
    font-weight: normal;
    line-height: 1em;
    text-transform:uppercase;
}

#footer h2
{
	font-size: 1.88em; /* 30px */	
	font-weight: bold;
	line-height:20px;
}

/* H3 */
h3
{
    font-weight: normal;
    font-family: Arial;
    font-size: 0.75em; /* 12px */
}

/*--------------------------------------------------=> CONTENT ELEMENTS */
/*-------------> Paragraph */
p
{
    font-size: 0.75em; /* 12px */
    line-height: 17px;
}

#header_top p
{
    text-transform:uppercase;
}

#copyright
{
	font-size: 0.69em; /* 11px */
}

.home_copy p
{
	font-size:1.13em; /* 18px */
	line-height:25px;
}

.home_copy p strong
{
	font-weight:normal;
}

.home_copy p span
{
	font-size: 2em; /* 24px from 12px */    
    line-height: 1em;
    text-transform:uppercase;
}

/*-------------> Links */
a
{
    text-decoration: none;
    line-height: 15px;
}

a:hover
{
    /*text-decoration:underline;*/
}

/*-------------> Lists */
li
{
    font-size: 0.69em; /* 11px */
}

/* Sitemap */


/*-------------> Project */
a.project_url
{
    font-size:0.75em; /* 12px */
    text-transform:uppercase;
}

ul.project_details li
{    
    font-size:0.75em; /* 12px */
    text-transform:uppercase;
}

.js .disabled_project a:hover
{
    text-decoration:none;
}

/*-------------> Misc */

/*--------------------------------------------------=> FORMS */
form label
{
	font-size:0.69em; /* 11px */
	text-transform:uppercase;
	font-weight:bold;
}

span.error
{
	font-size:0.63em; /* 10px */
	font-weight:bold;
	text-transform:uppercase;
}

.input_text,
textarea
{
	font-family:arial, sans-serif;
	font-size:0.75em; /* 12px */
}

button
{
	font-family:arial, sans-serif;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;	
}

/*--------------------------------------------------=> MASTER LAYOUT */
#connect_content li
{
    text-transform:uppercase;
    font-weight:bold;
}

#connect_link
{
    font-size:0;    
}

#logo
{
    text-align:right;
}

#logo_content h1 a
{
    font-size:0;
}

#logo_content h1 a div
{
	font-size:0;
}

#thumbnails_title_panel
{
    text-transform:uppercase;
    font-size:0.69em; /* 11px */
    line-height:normal;
}

/*--------------------------------------------------=> NAVIGATION */
/* Connect links */
#connect_content li a
{
	text-decoration:none;
}

/* Project thumbnail navigation */
.thumbnails a
{
    text-decoration:none;
}

/* Project navigation */
#year
{
    font-size:2.50em; /* 40px */
    line-height:30px;
    font-weight:bold;   
}

#link_previous,
#link_next
{
    text-decoration: none;
}

/* Footer support navigation */
#areaexp_container li,
#support_nav li
{
    text-transform:uppercase;
    font-weight:bold;
}

/*--------------------------------------------------=> UTILITY CLASSES */
.uppercase
{
    text-transform: uppercase;
}

.halfwidth_right
{
    text-align: right;
}

.clearer, .spacer
{
    line-height: 0;
    font-size: 0;
}
