
body {
	margin: 0;
	padding: 0;
	font: 11px/1.3 Arial, sans-serif;
	color: #6e6e6e;
	background: #FFF;
}

strong {
	font-weight: bold;
}

h1 {
	margin: 15px 0 15px -60px;
	font-size: 22px;
	line-height: 0.8;
	text-transform: uppercase;
}

h2 {
	margin: 15px 0 15px -3px;
	font-size: 48px;
	line-height: 0.8;
	font-weight: bold;
	color: #faa634;
}

h3 {
	font-size: 11px;
	color: #faa634;
	margin-top: 2em;
	margin-bottom: 1em;
}

a {
	color: #6e6e6e;
	text-decoration: none;
}

a:hover {
	color: #faa634;
}

h1 a {
	color: #807f83;
}

img {
	border: 0;
}

#container {
	margin: 105px auto;
	padding: 0 165px;
	max-width: 490px;
}

#current-projects,
#current-projects li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#current-projects a {
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-indent: -9999px;
	border: 4px solid #afafaf;
	background-repeat: no-repeat;
	background-position: top center;
}

.uot a { background: url(../images/current-projects/uoft-iep-brochures-thumb.gif); }
.tts a { background: url(../images/current-projects/ttslf-rebrand-thumb.gif); }
.cco a { background: url(../images/current-projects/cco-report-thumb.gif); }
.fus a { background: url(../images/current-projects/fusion-identity-thumb.gif); }
.dou a { background: url(../images/current-projects/dougwilliamson-website-thumb.gif); }

#current-projects a:hover {
	background-position: bottom center;
}

#current-projects a:focus {
	outline: none;
}

#copy {
	clear: both;
	padding-top: 50px;
	color: #a0a0a0;
}


.current-projects h2 {
	font-size: 13px;
	margin-left: 0;
}

.current-projects #container {
	max-width: 630px;
}

.current-projects .image {
	float: left;
}

.current-projects .description {
	margin-left: 393px;
}
/*
.current-projects .description p:first-child {
	font-weight: bold;
}
*/
.current-projects .navigation {
	clear: both;
	text-align: right;
	padding-top: 25px;
}

.current-projects .navigation a {
	margin-left: 25px;
	color: #a0a0a0;
}

.current-projects .navigation a:hover {
	color: #6e6e6e;
}

.current-projects .navigation span {
	margin-left: 25px;
	color: #d2d2d2;
}


