html, body
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, san-serif;
	color: #333333;
	background: #111111;
}

a
{
	outline: none;
}

.container
{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

span.hidden
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #ffffff;
}

span.hidden span,
span.hidden span span
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	color: #eeeeee;
}

span.cache
{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

span.info
{
	position: relative;
	display: block;
	top: 10px;
	font-size: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #666666;
}

span.info span
{
	position: relative;
	left: 4px;
	display: block;
	font-size: 14px;
	color: #666666;
	margin-bottom: 40px;
}

span.info span span,
span.info span span span
{
	display: inline;
	margin-right: 6px;
}

span.info span span
{
	color: #ffffff;
	
}

span.info span span span
{
	color: #999999;
}

div.footer
{
	color: #222222;
	font-size: 10px;
	text-align: center;
	margin-bottom: 40px;
}

div.layout
{
	height: 600px;
	margin-bottom: 40px;
}

div.layout span
{
	position: relative;
	display: table;
	opacity: 0;
}

div.layout span a
{
	position: relative;
    display: table-cell;
    vertical-align: bottom;
	text-align: right;
	background: green;
	text-decoration: none;
	color: #ffffff;
	font-size: 28px;
	opacity: 0;
	padding: 10px;
}

div.layout span,
div.layout span a
{
	background: url('/img/sprite.jpg') no-repeat;
}

div.layout span.blog
{
	float: left;
	width: 280px;
	height: 600px;
	background-position: 0px 0px;
	margin-right: 10px;
}

div.layout span.blog a
{
	background-position: 0px -600px;
}
	
div.layout span.production
{
	float: right;
	width: 670px;
	height: 270px;
	background-position: -280px -320px;
	margin-bottom: 10px;
}

div.layout span.production a
{
	background-position: -280px -920px;
}

div.layout span.resume
{
	float: left;
	width: 260px;
	height: 320px;
	background-position: -680px -0px;
}

div.layout span.resume a
{
	background-position: -680px -600px;
}

div.layout span.automotive
{
	float: right;
	width: 400px;
	height: 230px;
	background-position: -280px -0px;
	margin-bottom: 10px;
}

div.layout span.automotive a
{
	background-position: -280px -600px;
}

div.layout span.gallery
{
	float: right;
	width: 400px;
	height: 80px;
	background-position: -280px -240px;
}

div.layout span.gallery a
{
	background-position: -280px -840px;
}

div.article
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #ffffff;
	font-size: 12px;
	overflow: auto;
	background: #111111;
}

div.article a
{
	color: #999999;
	text-decoration: none;
}

div.article a:hover
{
	color: #666666;
}

div.section 
{
	margin-bottom: 16px;
}

div.section:first-child
{
	margin-top: 20px;
}

div.section h1, div.section h2, div.section h3, div.section h4
{
	font-weight: normal;
	margin: 0;
	margin-bottom: 4px;
}

div.section h1
{
	font-size: 36px;
	font-weight: normal;
	color: #CCCCCC;
}

div.section h1 a
{
	float: right;
}

div.section h2 a
{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

div.section p, div.section h2, div.section h3, div.section h4
{
	padding-left: 10px;
	padding-right: 10px;
}

div.section p:first-letter
{
	margin-left: 20px;
}

div.section ul.cloud
{
	margin: 0;
	padding: 10px;
}

div.section ul.cloud li
{
	display: inline-block;
	padding: 4px;
	background: #999999;
	color: #FFFFFF;
	border-radius: 4px;
	margin: 2px;
	list-style: none;
	zoom: 1;
	*display: inline;
	_height: 30px;
}

div.section ul.cloud li a
{
	color: #ffffff;
}

div.section ul.cloud li a:hover
{
	color: #222222;
}

div.works p a
{
	display: inline-block;
	border: solid 8px #333333;
	background: #333333;
	color: #ffffff;
	margin: 16px;
	border-radius: 8px;
	text-align: center;
}

div.works p a img
{
	margin-bottom: 4px;
	display: block;
	border: none;
}

div.works p a:hover
{
	border: solid 8px #434343;
	background: #434343;
}

