/*
-----------------------------------------------
jmdentand.com styles
Author:   Jean-Michel Dentand
Version:  26 April 2006
----------------------------------------------- */

@import url(initial.css);

body
{
	background-color: #ccc;
	font-family: monaco,"courier","andale mono",monospaced;
	padding: 0;
	margin:0;
	font-size: 10px;
	line-height: 140%;
	color: #999;
}

#content {
padding:10px 20px  3em 20px;
overflow:hidden;
}

div#overlay {
position:absolute;
width:100%;
height:150%;
background-color:grey;
z-index:100;
display:none;
}

/* Struture
----------------------------------------------- */

div.project
{
	background-color: #fff;
	display: block;
	width: 250px;
	height: 250px;
	padding: 10px;
	margin: 0 5px 5px 0;
	float: left;
	overflow: hidden;
	position: relative;
}

/* Headers
----------------------------------------------- */

h1,h2,h3,h4,h5,p
{
	font-weight: normal;
	font-size: 1em;
	margin: 0 0 .5em 0;
	padding: 0;
}

h3
{
	font-family: "helvetica neue",helvetica,arial,sans-serif;
	font-size: 3em;
	color: #000;
	font-weight: bold;
	line-height: 95%;
	width: 90%;
	letter-spacing: -.05em;
}

h3 a { text-decoration: none;	color:#B3B3B3;
 }

/* Links
----------------------------------------------- */

a { color: #000; }

a:hover
{
	background-color: #FF0;
	text-decoration: none;
}

div.project a.projectImage
{
	position: absolute;
	top: 10px;
margin:0;
padding:0;
height:250px;
width:250px;
z-index:10;}

div.project a.projectImage img
{
	background-color: #F6F;
	border: 0;
}
div.project a.projectImage:hover img
{
display:none;
background-color:transparent;}

div.project a.projectImage:hover 
{
background-color:transparent;}

/* Paragraphs
----------------------------------------------- */

/* Navigation
----------------------------------------------- */

div#filter {
top:0;
left:0;
z-index:50;
margin:0 0 10px 0;
}

div#filter label {
color:#000;
}


/* Footer
----------------------------------------------- */

/* Images
----------------------------------------------- */
