/*
http://nataliavaleasari.net/
Natalia Vale Asari @Paris - 26/Apr/2009
*/

@import '../css/blueprint/src/reset.css';
@import '../css/blueprint/src/typography.css';

/****************************************************************************/
/* Grid */
/* @import 'css/blueprint/src/grid.css'; */

/* See the grid: */
/*/ #container { background: url(css/blueprint/src/grid.png) 10px 12px; }/**/

#container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: white;
}

/****************************************************************************/
/* Reset */


/****************************************************************************/
/* Building blocks */

body {
    margin: 0;
    background: #004d99;	
}

#header {
	padding: 1em 50px 0 50px;
}

#content {
	padding: 1em 50px;
}

/****************************************************************************/
/* Typography */

a {
    text-decoration: none;
    color: #004d99;
}

a:hover {
    border-bottom: 1px solid #004d99;
    background: #B3E6FF;
}

#header h1 {
	color: #004d99;
}

#header h2 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	margin-top: -.5em;
	color: silver;
}

/****************************************************************************/
/* EOF */

