body {
	color: #fff;
	background-color: #000;
	font-family: Georgia, serif;
	font-size: 14px;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
br.clear {
	clear: both;
	}
	
#container {
	width: 1024px;
	margin: 0 auto;
	}
#header {
	margin-top: 85px;
	}
#header .wrapper {
	width: 1024px;
	float: left;
	}
#header h1 {
	font-family: sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
	margin-bottom: 2px;
	float: left;
	}
#header .dark {
	color: #000;
	}
#header h2 {
	color: #a09f9f;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	float: left;
	}
	
#contact {
	width: 100px;
	margin-top: 9px;
	float: right;
	}
#contact li {
	float: right;
	}
#contact li .twitter {
	width: 11px;
	height: 15px;
	background-image: url(../../assets/images/icon_twitter.png);
	background-repeat: no-repeat;
	display: block;
	}
#contact li.dark .twitter {
	background-image: url(../../assets/images/icon_twitter_dark.png);
	}
#contact li .email {
	width: 20px;
	height: 12px;
	background-image: url(../../assets/images/icon_email.png);
	background-repeat: no-repeat;
	margin: 2px 0 0 10px;
	display: block;
	}
#contact li.dark .email {
	background-image: url(../../assets/images/icon_email_dark.png);
	}
	
#toggle {
	margin: 100px 0 125px 0;
	clear: both;
	}
#toggle p {
	color: #a09f9f;
	text-align: center;
	font-style: italic;
	border: 1px solid #333;
	border-left: 0;
	border-right: 0;	
	padding: 18px 0 21px 0;
	}
#toggle p.dark {
	border-color: #7f7f7f;
	}
	
#projects .project {
	margin-bottom: 125px;
	}
#projects .project .client {
	width: 274px;
	float: left;
	}
#projects .project .info {
	width: 708px;
	float: left;
	}
#projects .project h4 {
	font-size: 18px;
	}
#projects .project p {
	color: #a09f9f;
	font-style: italic;
	margin-top: 6px;
	}
#projects .project .browse {
	width: 42px;
	margin-top: 25px;
	float: left;
	}
#projects .project .browse li {
	float: left;
	}
#projects .project .browse li.last {
	margin-right: 5px;
	}
#projects .project .browse li.last a {
	width: 18px;
	height: 18px;
	background-image: url('../../assets/images/icon_last.png');
	display: block;
	}
#projects .project .browse li.last a.inactive {
	background-image: url('../../assets/images/icon_last_inactive.png');
	}
#projects .project .dark li.last a {
	background-image: url('../../assets/images/icon_last_dark.png');
	}
#projects .project .dark li.last a.inactive {
	background-image: url('../../assets/images/icon_last_inactive_dark.png');
	}
#projects .project .browse li.next a {
	width: 18px;
	height: 18px;
	background-image: url('../../assets/images/icon_next.png');
	display: block;
	}
#projects .project .browse li.next a.inactive {
	background-image: url('../../assets/images/icon_next_inactive.png');
	}
#projects .project .dark li.next a {
	background-image: url('../../assets/images/icon_next_dark.png');
	}
#projects .project .dark li.next a.inactive {
	background-image: url('../../assets/images/icon_next_inactive_dark.png');
	}
#projects .project .slides {
	width: 1024px;
	margin-top: 30px;
	overflow: hidden;
	}
#projects .project .slides .wrapper {
	width: 1024px;
	}
#projects .project .slides li {
	width: 1024px;
	float: left;
	}
	
#footer {
	margin-bottom: 125px;
	}
#footer p {
	color: #a09f9f;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	border-top: 1px solid #333;	
	padding: 18px 0 21px 0;
	}
#footer p.dark {
	border-color: #7f7f7f;
	}
	
