@charset "UTF-8";
/* CSS Document */

body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #768A41;
	text-align: center;
}

.skiplinks {
	position: absolute;
	top: -5em;
	left: 0;
	width: 100%;
	height: 1.2em;
	display:block;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.4em;
	background: transparent;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.5em 0;
	z-index:100;
}

.skiplinks:focus, .skiplinks:active {
	top: 0;
	text-indent: 0;
	background: #B7BABC;
	color: #fff;
	border: 0;
}

.centre {
	position: relative;
	left: 58px;
	width: 890px;
	margin: 0 auto;
	text-align:left;
}


/* ------------------------------ HEADER -------------------------------*/

#header {
	width: 100%;
	background: #CED4C5 url(../images/headbg.gif) bottom left no-repeat;
	height: 369px;
	
}

#logo {
	padding: 80px 0 65px 0;
	margin-left: -9px;
}

#slogan {
	text-indent: -9000px;
	background: url(../images/slogan.gif) top left no-repeat;
	height: 25px;
	width: 591px;
	padding: 0 0 58px 0;
}

#nav {
	margin: 2.7em 0 0 0;
	height: 76px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}


#nav ul li a {
	text-decoration: none;
	color: #fff;
	margin: 0 1px 0 0;
	height: 100%;
	line-height: 1.7em;
	padding: 0.5em 2em 0.5em 0;
}

#nav ul li a:visited {
	color: #fff;;
}

#nav ul li a:hover {
	color: #babbb0;;
}


/* ------------------ BODY CONTENT ------------------------- */

#body {
	background: #757C5D;
	width: 100%;
	height: auto;
	padding: 3em 0;
	border-top: 8px solid #939685;
	border-bottom: 8px solid #939685;
}	

/* hack to ensure Mozilla browsers enclose the floated elements with the #body div */
#body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* end hack */

#body h1 {
	text-indent: -9000px;
	margin: 0 0 1.5em 0;
	height: 1.1em;
}

.home #body h1 {
	text-indent: 0;
}

.portfolio #body h1 {
	margin-bottom: 0.6em;
}

.studio #body h1 {
	background: url(../images/h1-studio.gif) left top no-repeat;
}

.work #body h1 {
	background: url(../images/h1-work.gif) left top no-repeat;
}

.thoughts #body h1 {
	background: url(../images/h1-thoughts.gif) left top no-repeat;
}

.contact #body h1 {
	background: url(../images/h1-contact.gif) left top no-repeat;
}

.thestudio #body h1 {
	background: url(../images/h1-thestudio.gif) left top no-repeat;
}

.chrishardy #body h1 {
	background: url(../images/h1-chrishardy.gif) left top no-repeat;
}

.completeid #body h1 {
	background: url(../images/h1-completeid.gif) left top no-repeat;
}

.csiro #body h1 {
	background: url(../images/h1-csiro.gif) left top no-repeat;
}

.edentiti #body h1 {
	background: url(../images/h1-edentiti.gif) left top no-repeat;
}

.longley #body h1 {
	background: url(../images/h1-longley.gif) left top no-repeat;
}

.ericashiner #body h1 {
	background: url(../images/h1-ericashiner.gif) left top no-repeat;
}

.merici #body h1 {
	background: url(../images/h1-merici.gif) left top no-repeat;
}

.phaa #body h1 {
	background: url(../images/h1-phaa.gif) left top no-repeat;
}

#summary {
	font-size: 1.4em;
	color: #babbb0;
	line-height: 1.6;
}

#thumbnails {
	margin-top: 3em;
	height: 95px;

}

/* hack to ensure Mozilla browsers enclose the floated elements with the #thumbnails div */
#thumbnails:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* end hack */

#thumbnails img {
	float: left; 
	border: 1px solid #babbb0;
	margin-right: 40px;
}

#thumbnails img:hover {
	border-bottom: 5px solid #babbb0;
}

#content {
	margin-top: 3em;
	width: 100%;
	color: #babbb0;
	font-size: 1.1em;
}

/* hack to ensure Mozilla browsers enclose the floated elements with the #content div */
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* end hack */

#content .column {
	width: 28%;
	float: left;
	margin-right: 40px;
	margin-bottom: 2.5em;
}

.twocol #content .column {
	width: 26%;
}

#content h1 {
	font-size: 1.3em;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#body h2 {
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 1.5em 0 0.7em 0;
}

#content ul {
	margin-left: 1em;
	padding-left: 1em;
}

#content ul li {
	padding: 0.3em 0;
}

#body p {
	line-height: 1.6;
}

#body a {
	color: #fff;
}

#body a:visited {
	color: #babbb0;
}

#body a:hover {
	text-decoration: none;
}

#leftcol {
	float: left;
	width: 635px;
}

#rightcol {
	float: right;
	width: 200px;
	font-size: 1.1em;
	color: #babbb0;
}

#rightcol p {
	margin-left: 105px;
}

.floatleft {
	float: left;
	margin: 0 15px 15px 0;
	border: 0;
}

.sample {
	clear: both;
	margin-top: 2.5em;
}

.description {
	text-transform: uppercase;
	font-size: 0.9em;
	margin: -0.8em 0 1em 0;
	color: #babbb0;
}

.more {
	text-transform: uppercase;
	font-size: 0.9em;
	margin: -0.3em 0 1em 0;
	color: #babbb0;
}

.clear {
	clear: both;
}

/* ---------------- footer --------------------*/

#footer {
	width: 100%;
	padding: 2em 0 1em 0;
	color: #babbb0;
	text-align: left;
	font-size: 1.1em;
	clear: both;
}

#footer a {
	color: #fff;
}

#footer a:visited {
	color: #babbb0;
}

#footer a:hover {
	text-decoration: none;
}

#footer p {
	margin-bottom: 3em;
}