
body
{
	background: #1a1a1a url('../images/background.png') repeat-x;
	color: white;
	font-family: "Myriad Pro" , "Trebuchet MS";
	font-size: 11pt;
	margin: 0;
}

#background-glow
{
	background: url('../images/bg-center.png') top center no-repeat;
}

#container-wrap
{
	background: url('../images/header-background.png') repeat-x;
}

#container
{
	margin: 0 auto;
	width: 960px;
}

/**
 * Header
 */
#header
{
	background: url('../images/header-background.png') repeat-x;
	color: black;
	height: 66px;
}

/* Logo */
h1
{
	background: url('../images/logo.png') no-repeat;
	display: block;
	float: left;
	height: 95px;
	margin: 0 0 0 33px;
	width: 254px;
}

h1 span
{
	visibility: hidden;
}

/* Navigation */
#navigation
{
	float: left;
	margin: 20px 0px 0 25px;
}

#navigation li
{
	display: inline;
	list-style: none;
}

#navigation a
{
	color: black;
	font-size: 11pt;
	letter-spacing: -1px;
	padding: 2px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
}

#navigation a:hover, #active-page a
{
	background: #ff7101;
	color: white;
}

.intro
{
	float: right;
	margin-top: 20px;
}

/**
 * Headings
 */
h2
{
	margin: 5px 0 5px 15px;
}

h3
{
	font-size: 13pt;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}

/**
 * Links
 */
a
{
	color: #ff7101;
	text-decoration: none;
	font-family: "Trebuchet MS";
}

/**
 * Latest project
 */
#latest-project-title
{
	margin-top: 50px;
}

#latest-project
{
	margin: 0 auto 20px 15px;
	width: 960px;
}

#latest-project .preview
{
	height: 300px;
	text-align: center;
}

#latest-project .descr
{
	background: #323232 url('../images/latest-project-descr-background.png') repeat-x;
	padding: 10px 0;
}

#latest-project .descr p
{
	margin: 5px 10px;
	font-family: "Trebuchet MS";
}

#latest-project .descr p.actions
{
	font-size: 10pt;
	text-align: right;
	text-transform: uppercase;
	word-spacing: 15px;
}

.changer
{
	height: 66px;
	margin-top: 132px; /* (.preview(height) / 2) - (.changer(height) / 2) */
	position: absolute;
	width: 67px;
}

.prev
{
	margin-left: -33px; /* .changer(width) / 2 */
}

.next
{
	margin-left: 859px; /* .preview(width) - (.changer(width) / 2) */
}

/**
 * Past work
 */
#past-work
{
	margin: 0 auto;
	width: 892px;
}

#past-work .item
{
	background: url('../images/work_preview_border.png') no-repeat;
	height: 152px;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 3px;
	width: 286px;
}

/**
 * Footer
 */
#footer
{
	background: #303030;
	font-size: 11pt;
	margin: 20px auto 0 auto;
	padding: 10px;
	width: 892px;
}

#footer h2
{
	margin: 0;
	padding: 0;
}

#footer p
{
	margin: 0;
	text-transform: lowercase;
	font-family: "Trebuchet MS";
}

#footer strong
{
	font-weight: normal;
	text-transform: uppercase;
}

.lead
{
	font-weight: normal;
}

#footer .contact, #footer .about
{
	float: left;
}

#footer .contact
{
	width: 50%;
}

#footer .about
{
	width: 50%;
}

/**
 * Fixes/tweaks
 */
.clear
{
	clear: both;
	height: 0;
}

a img
{
	border: 0;
}

