﻿body
{
    background:url(images/logo2.jpg) bottom right no-repeat fixed #5C5C5C;
    font-size:62.5%;
    font-family:"Century-Gothic", Tahoma, Arial;
    margin:0;
    padding:0;
    color:#ddd;
}
h1
{
    font-size:2.1em;
    font-weight:normal;
    font-family:Arial;
    color:#fff;
    padding:0;
    margin:0;
} 
a,
a:link,
a:visited,
a:hover,
a:active
{
	color:#ff8f36;
	text-decoration:none;
}
a:hover
{
	color:#fff;
}

p
{
	font-size:1.2em;
	line-height:1.4em;
}

.empty7
{
	color:#ff8f36;
	font-weight:bold;
}
.emph
{
	font-weight:bold;
	color:#fff;
	font-size:1.1em;
}

.nav
{
	margin:0;
	padding:0;
	background-color:#333;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	height:40px;
	list-style:none;
}
.nav li
{
	font-size:1.1em;
	float:left;
	list-style:none;
}
.nav li a
{
	display:block;
	text-decoration:none;
	text-transform:lowercase;
	color:#ccc;
	padding:0 1em;
	letter-spacing:0.05em;
	line-height:40px;
}
.nav li a:hover
{
	color:#fff;
}
.nav li a:active
{
	color:#ff8f36;
}



#frame
{
	/*width:8000px;*/
}

#frame div.matte
{
	margin-bottom:1000px;
	clear:both;
}

div.matte div
{
	width:700px;
	padding:40px 0 0 50px;
}

div.matte a.named
{
	display:block;
	width:100%;
	height:40px;
}
.strong
{
	font-size:2.1em;
	color:#ddd;
	line-height:1.3em;
}
.strong a
{
	text-decoration:none;
	color:#ff7901;
}
.strong a:hover
{
	color:#fff;
}

.project
{
	margin:0 0 75px 0 !important;
	padding:0 0 20px 0 !important;
	width:850px !important;
	float:left;
	border-bottom:1px solid #888;
}
.project .screenshot
{
	float:left;
	border:10px solid #fff;
	margin-bottom:20px;
}

dl
{
	margin:0;
	padding:0;
	font-size:1.2em;
	clear:both;
	float:right;
	line-height:1.5em;
	width:260px;
	background:#5c5c5c;
}

dt
{
	text-transform:lowercase;
	display:block;
	float:left;
	clear:left;
	width:5em;
	text-align:right;
	margin-right:1em;
	padding:0.5em 0;
}

dd
{
	display:block;
	float:left;
	color:#fff;
	margin:0;
	padding:0.5em 0;
	width:180px;
}

dd.clientName
{
	font-size:2.5em;
	line-height:1em;
	vertical-align:baseline;
}

dd.url a
{
	font-size:1.2em;
	text-decoration:underline;
}
