* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background:#000;
	color:#795f82;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	text-align:center;
}

.clr {
	clear:both;
}



h1 {
	color:#fff;
	font-size:20px;
	line-height:24px;
}

h2 {
	font-size:13px;
	font-weight:normal;
	line-height:16px;
}

p {
	margin:0 0 24px;
}

a {
	text-decoration:none;
}

img {
	display:block;
	border:0;
}



#homebackground {
	position:absolute;
	z-index:1;
	overflow:hidden;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

#homebackground img {
	width:100%;
}



#page {
	position:relative;
	z-index:2;
	margin:0 auto;
	width:940px;
	min-height:100%;
	text-align:left;
}



#header {
	position:relative;
	margin-bottom:50px;
	padding-top:50px;
	height:84px;
	font-size:13px;
	line-height:16px;
	white-space:nowrap;
}

#header a {
	color:#795f82;
}

body.home #header a {
	color:#000;
}

#header a:hover,
#header #navigation a:hover {
	color:#fff;
}

body.home #header a:hover,
body.home #header #navigation a:hover {
	color:#795f82;
}

#logo {
	overflow:hidden;
	position:absolute;
	top:50px;
	left:0;
	display:block;
	width:85px;
	height:84px;
	background:url(../images/james-molloy.png) 0 0 no-repeat;
	text-indent:-9999px;
}

body.home #logo {
	background-position:0 -84px;
}

#navigation {
	overflow:visible;
	position:absolute;
	top:50px;
	left:160px;
}

#navigation li {
	position:relative;
	list-style:none;
}

#navigation li a {
	display:block;
}

#header a.selected,
#navigation li.selected a,
#navigation li.selected li.selected a {
	color:#fff;
}

body.home #navigation li.selected a {
	color:#795f82;
}

#navigation li ul {
	position:absolute;
	left:100%;
	top:0;
	padding-left:112px;
	background:url(../images/navigation.png) 10px 8px no-repeat;
}

#navigation li.selected ul a {
	color:#795f82;
}

#secondary-navigation {
	position:absolute;
	top:66px;
	right:0;
}



#sidebar {
	position:relative;
	float:left;
	margin-right:20px;
	width:140px;
}

#sidebar h2 {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #808080;
}

#sidebar p {
	color:#fff;
	font-size:14px;
	line-height:16px;
}

#content {
	float:left;
	width:780px;
	padding-bottom:56px;
}

#content.copy {
	width:380px;
}

#copyimage {
	float:left;
	display:block;
	margin-right:20px;
	width:380px;
}

#footer {
	position:absolute;
	bottom:0;
	z-index:2;
	clear:both;
	padding:20px 0 0 160px;
	width:780px;
	height:36px;
	color:#333;
	font-size:12px;
	text-align:left;
}

#footer a {
	color:#333;
}



#content a,
#content em {
	color:#fff;
	font-style:normal;
}



#portfolio-image {
	position:relative;
	margin-bottom:5px;
	background:url(../images/loading.gif) 50% 50% no-repeat;
}

#portfolio-thumbs {
	overflow:hidden;
	height:108px;
}

#portfolio-thumbs ul {
	position:relative;
	width:10000px;
}

#portfolio-thumbs ul li {
	float:left;
	margin-right:5px;
	list-style:none;
}

#portfolio-thumbs ul li a img {
	display:block;
	opacity:0.3;
	width:152px;
	height:108px;
}

#portfolio-thumbs ul li a:hover img,
#portfolio-thumbs ul li.current a img {
	opacity:1;
}

#page #portfolio-count {
	position:absolute;
	top:504px;
	color:#795f82;
}

#portfolio-count em {
	color:#fff;
	font-style:normal;
}

#page #portfolio-thumbnail-title {
	position:absolute;
	top:617px;
	margin:0;
	color:#333;
	font-size:12px;
}



ul.links li {
	list-style:none;
}

#content ul.links a {
	color:#795f82;
}

#content ul.links a:hover {
	color:#fff;
}