/* ------------------------------------------------

	Copyright Dan Newman, 2010.
	
	Version 1.0

	=RESETS
	=LAYOUT
		columns
		header
		navigation
		intro
		content
		panels

--------------------------------------------------- */
/* =RESETS 
--------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: Georgia, Times, serif;
}
:focus { outline: 0; }

body {
	line-height: 1;
	color: #333;
	background: #FFF;
}
ol, ul { list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
button { cursor: pointer; }

img { border: none; }

/* a + p defaults */
a, a:link, a:visited, a:active { color: #FFF; text-decoration: none; }
a:hover { color: #FFFF00; }

p {
	font-size: 12px;
	line-height: 16px;
}

strong { font-weight: bold; font-size: inherit; font-family: inherit; }
em { font-style: italic; font-size: inherit; font-family: inherit; }

.uppercase {
	text-transform: uppercase;
}

/* =LAYOUT 
--------------------------------------------------- */

body { background: url(/images/texture_background.jpg) repeat top left #3c3c3c; }

.outerWrapper {
	width: 100%;
	height: 100%;
}
.innerWrapper {
	margin: auto;
	width: 920px;
	margin-top: 30px;
	margin-bottom: 30px;
}
/* coloumns */
.columnsHolder {
	background: url(/images/texture_page.jpg) repeat-y top left;
	width: 920px;
}
#portfolio.white .columnsHolder { background: url(/images/page_tile_white.gif) repeat-y top left; }
#portfolio.black .columnsHolder { background: url(/images/page_tile_black.gif) repeat-y top left; }

.mainCol {
	float: left;
	width: 680px;
	background: url(/images/texture_page.jpg) repeat-y top left #556e42;
}
#portfolio.white .mainCol {
	background-image: none;
	background-color: #FFF;
}
#portfolio.black .mainCol {
	background-image: none;
	background-color: #000;
}
.sideCol {
	float: left;
	width: 240px;
	padding-top: 80px;
}

/* header */
.headerHolder {
	width: 680px;
	height: 260px;
	padding: 0px 0px 10px 0px;
}
#portfolio .headerHolder {
	width: 680px;
	height: 130px;
}
#portfolio .headerHolder .header a {
	display: block;
	width: 680px;
	height: 130px;
	text-indent: -9999px;
	background: url(/images/header_portfolio.jpg) no-repeat 0px 30px;
}
#headerHTML {
	width: 680px;
	height: 260px;
}
#headerHTML h1 {
	width: 680px;
	height: 260px;
	text-indent: -9999px;
	background: url(/images/header_illustration.jpg) no-repeat top left;
}

/* navigation */
.navigationHolder {
	width: 640px;
	height: 30px;
	background: url(/images/navigation_background.png) no-repeat top left;
	padding: 6px 20px 0px 20px;
}
ul.navigation {
	width: 640px;
	height: 30px;
	background: url(/images/navigation_states.gif) no-repeat top left;
}
ul.navigation li {
	display: inline;
	list-style-type: none;
}
ul.navigation li a {
	float: left;
	height: 30px;
	text-indent: -9999px;
	background: url(/images/navigation_states.gif) no-repeat;
	color: #FFF;
}

/* navigation background positioning 
ul.navigation li.home a { background-position: 0px 0px; width: 48px; }

ul.navigation li.news a { background-position: -48px 0px; width: 40px; }

ul.navigation li.research a { background-position: -88px 0px; width: 61px; }

ul.navigation li.work a { background-position: -149px 0px; width: 40px; }

ul.navigation li.portfolio a { background-position: -189px 0px; width: 57px; }

ul.navigation li.store a { background-position: -246px 0px; width: 39px; }

ul.navigation li.ventures a { background-position: -285px 0px; width: 60px; }

ul.navigation li.recycling a { background-position: -345px 0px; width: 63px; }

ul.navigation li.contact a { background-position: -408px 0px; width: 56px; } */


/* navigation hover state 
ul.navigation li.home a:hover { background-position: 0px -30px; width: 48px; }

ul.navigation li.news a:hover { background-position: -48px -30px; width: 40px; }

ul.navigation li.research a:hover { background-position: -88px -30px; width: 61px; }

ul.navigation li.work a:hover { background-position: -149px -30px; width: 40px; }

ul.navigation li.portfolio a:hover { background-position: -189px -30px; width: 57px; }

ul.navigation li.store a:hover { background-position: -246px -30px; width: 39px; }

ul.navigation li.ventures a:hover { background-position: -285px -30px; width: 60px; }

ul.navigation li.recycling a:hover { background-position: -345px -30px; width: 63px; }

ul.navigation li.contact a:hover { background-position: -408px -30px; width: 56px; } */


/* navigation current state 
ul.navigation li.home a.current { background-position: 0px -60px; width: 48px; }

ul.navigation li.news a.current { background-position: -48px -60px; width: 40px; }

ul.navigation li.research a.current { background-position: -88px -60px; width: 61px; }

ul.navigation li.work a.current { background-position: -149px -60px; width: 40px; }

ul.navigation li.portfolio a.current { background-position: -189px -60px; width: 57px; }

ul.navigation li.store a.current { background-position: -246px -60px; width: 39px; }

ul.navigation li.ventures a.current { background-position: -285px -60px; width: 60px; }

ul.navigation li.recycling a.current { background-position: -345px -60px; width: 63px; }

ul.navigation li.contact a.current { background-position: -408px -60px; width: 56px; }

#news ul.navigation li.news a { background-position: -48px -60px; width: 40px; } */


/* navigation background positioning */
ul.navigation li.home a { background-position: 0px 0px; width: 48px; }

ul.navigation li.about a { background-position: -48px 0px; width: 44px; }

ul.navigation li.news a { background-position: -92px 0px; width: 40px; }

ul.navigation li.portfolio a { background-position: -132px 0px; width: 57px; }

ul.navigation li.contact a { background-position: -189px 0px; width: 57px; }


/* navigation hover state */
ul.navigation li.home a:hover { background-position: 0px -30px; width: 48px; }

ul.navigation li.about a:hover { background-position: -48px -30px; width: 44px; }

ul.navigation li.news a:hover { background-position: -92px -30px; width: 40px; }

ul.navigation li.portfolio a:hover { background-position: -132px -30px; width: 57px; }

ul.navigation li.contact a:hover { background-position: -189px -30px; width: 57px; }


/* navigation current state */
ul.navigation li.home a.current { background-position: 0px -60px; width: 48px; }

ul.navigation li.about a.current { background-position: -48px -60px; width: 44px; }

ul.navigation li.news a.current { background-position: -92px -60px; width: 40px; }

ul.navigation li.portfolio a.current { background-position: -132px -60px; width: 57px; }

ul.navigation li.contact a.current { background-position: -189px -60px; width: 57px; }

#news ul.navigation li.news a { background-position: -92px -60px; width: 40px; }


.titleHolder {
	width: 620px;
	height: 34px;
	background: url(/images/title_background.png) no-repeat top left;
	padding: 10px 30px 0px 30px;
}
.titleHolder h2.title {
	font-family: Kai, Bell MT, Minion Pro, Adobe Caslon Pro, Times, Georgia, serif;
	font-size: 20px;
	color: #FFF;
}

/* --------------------------------------------------- */


/* intro */
.introHolder {
	padding: 10px 20px 5px 20px;
}
.intro {
	width: 620px;
	background: url(/images/texture_tint.png) repeat-y top left;
	padding: 20px 20px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.intro p {
	font-family: Kai, Bell MT, Minion Pro, Adobe Caslon Pro, Times, Georgia, serif;
	font-size: 24px;
	line-height: 28px;
	padding: 0px 20px 10px 20px;
	color: #FFF;
}
.intro p.small {
	font-size: 20px;
	line-height: 22px;
}
.intro p a, .intro p a:visited, .intro p a:active { color: #FFFF00; }
.intro p a:hover { color: #242424; }

/* content */
.panelHolder {
	padding: 10px 20px 5px 20px;
}
.panel {
	width: 640px;
	xbackground-color: #FFF;
	background: url(/images/panel_background_tile.gif) repeat-y top left #FFF;
	padding: 15px 0px 20px 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
#news .panel { xbackground: url(/images/panel_background_tile.gif) repeat-y top left #FFF; }
#noTile.panel { background-image: none; }
#noTiled.panel { background-image: none; }

.panel a, .panel a:visited, .panel a:active { color: #999; }
.panel a:hover { color: #0099cc; }

/* panels */
.panelRow { padding: 0px 5px 0px 5px; }

.panelCol {
	float: left;
	width: 200px;
	padding: 0px 5px 0px 5px;
}
.panelImage {
	width: 200px;
	height: 96px;
}
.panelDescription p {
	font-size: 11px;
	padding: 0px 10px 0px 10px;
}
.portLink { padding: 25px 0px 5px 20px; }
.moreLink { padding: 20px 0px 5px 20px; }

.panel .portLink p a, .panel .moreLink p a {
	font-size: 11px;
	background-color: #ebebeb;
	padding: 4px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	color: #333;
}
.panel .portLink p a:visited, .panel .portLink p a:active, .panel .moreLink p a:visited, .panel .moreLink p a:active { color: #333; }
.panel .portLink p a:hover, .panel .moreLink p a:hover { 
	background-color: #333;
	color: #FFFF00; 
}

.col01 {
	float: left;
	width: 400px;
	padding: 0px;
}
.col02 {
	float: left;
	width: 240px;
	padding: 0px;
}
.panel .text {
	padding: 0px 20px 10px 20px;
}
.panel .text p {
	line-height: 18px;
	padding: 0px 0px 10px 0px;
}
.panel .text p.small {
	font-size: 11px;
	line-height: 18px;
}


.generic { padding: 0px 20px 0px 20px; }
.generic p { padding: 0px 0px 5px 0px; }

.panel .generic p a, .panel .generic p a:visited, .panel .generic p a:active { color: #24b6ff; }
.panel .generic p a:hover { color: #999; }

.panel .text p a, .panel .text p a:visited, .panel .text p a:active { color: #24b6ff; }
.panel .text p a:hover { color: #999; }


/* titles */
.panel h3 {
	height: 42px;
	text-indent: -9999px;
	padding: 0px;
	margin: 0px 0px 0px -10px;
}
.panel h4 {
	font-size: 14px;
	padding: 5px 0px 10px 0px;
}

h3.latestWork { background: url(/images/h3_latest_work.png) no-repeat top left; }
h3.latestNews { background: url(/images/h3_latest_news.png) no-repeat top left; }

h3.latest { background: url(/images/h3_latest.png) no-repeat top left; }
h3.blogs { background: url(/images/h3_blogs.png) no-repeat top left; }
h3.theses { background: url(/images/h3_theses.png) no-repeat top left; }
h3.education { background: url(/images/h3_education.png) no-repeat top left; }
h3.contract { background: url(/images/h3_contract.png) no-repeat top left; }
h3.cv { background: url(/images/h3_cv.png) no-repeat top left; }
h3.blogs { background: url(/images/h3_blogs.png) no-repeat top left; }
h3.collect { background: url(/images/h3_collect.png) no-repeat top left; }
h3.shop { background: url(/images/h3_shop.png) no-repeat top left; }
h3.ideas { background: url(/images/h3_ideas.png) no-repeat top left; }
h3.projects { background: url(/images/h3_projects.png) no-repeat top left; }
h3.links { background: url(/images/h3_links.png) no-repeat top left; }
h3.downloads { background: url(/images/h3_downloads.png) no-repeat top left; }
h3.details { background: url(/images/h3_details.png) no-repeat top left; }
h3.location { background: url(/images/h3_location.png) no-repeat top left; }

h3.everything { background: url(/images/h3_everything.png) no-repeat top left; }
h3.newman { background: url(/images/h3_newman.png) no-repeat top left; }

h3.twitter { 
	height: 42px;
	background: url(/images/h3_twitter.png) no-repeat top left;
	margin: 0px 0px 0px 20px;
}


/* XXXXXXXXXXXXXXXXXXXXX *//* XXXXXXXXXXXXXXXXXXXXX *//* XXXXXXXXXXXXXXXXXXXXX */
  

h3.links { background: url(/images/h3_links.png) no-repeat top left; }
h3.downloads { background: url(/images/h3_downloads.png) no-repeat top left; }



h3.error404 { background: url(/images/h3_error_404.png) no-repeat top left; }


h3.comments { background: url(/images/h3_comments.png) no-repeat top left; }

h3.newsAdventures { background: url(/images/h3_news_adventures.png) no-repeat top left; }
h3.newsIdeas { background: url(/images/h3_news_ideas.png) no-repeat top left; }
h3.newsNotes { background: url(/images/h3_news_notes.png) no-repeat top left; }
h3.newsWork { background: url(/images/h3_news_work.png) no-repeat top left; }

h3.news2010 { background: url(/images/h3_news_2010.png) no-repeat top left; }
h3.news2009 { background: url(/images/h3_news_2009.png) no-repeat top left; }


/* XXXXXXXXXXXXXXXXXXXXX *//* XXXXXXXXXXXXXXXXXXXXX *//* XXXXXXXXXXXXXXXXXXXXX */





/* --------------------------------------------------- */


/* wordpress) */
.postHolder { padding: 0px 20px 0px 20px; }

.postHolder h4.postTitle {
	font-size: 14px;
	padding: 5px 0px 0px 0px;
}
.postHolder h4.postTitle a, .postHolder h4.postTitle a:visited, .postHolder h4.postTitle a:active { color: #333; }
.postHolder h4.postTitle a:hover { color: #0099cc; }

p.postMeta {
	font-size: 11px;
	padding: 0px;
}
p.postMeta span.postDate { color: #666; }

p.postMeta span.postCategory a, p.postMeta span.postCategory a:visited, p.postMeta span.postCategory a:active { color: #666; } 
p.postMeta span.postCategory a:hover { color: #0099cc; }

p.postMeta span.editPost a, p.postMeta span.editPost a:visited, p.postMeta span.editPost a:active { color: #666; }
p.postMeta span.editPost a:hover { color: #0099cc; }

.postHolder .postContent { padding: 5px 0px 5px 0px; }


.morePosts { padding: 5px 20px 0px 20px; }

.morePosts .alignLeft {
	float: left;
	margin: 0px;
	padding: 0px;
}
.morePosts .alignRight {
	float: left;
	margin: 0px;
	padding: 0px;
} 

.morePosts .alignLeft a, .morePosts .alignRight a {
	display: block;
	font-size: 11px;
	line-height: 14px;
	background-color: #ebebeb;
	padding: 4px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	color: #333;
}
.morePosts .alignLeft a:visited, .morePosts .alignLeft a:active, .morePosts .alignRight a:visited, .morePosts .alignRight a:active { color: #333; }
.morePosts .alignLeft a:hover, .morePosts .alignRight a:hover { 
	background-color: #333;
	color: #FFFF00;
}

.morePosts .alignLeft a {
	margin: 0px 10px 0px 0px;
}

.panel .postContent p a, .panel .postContent p a:visited, .panel .postContent p a:active { color: #24b6ff; }
.panel .postContent p a:hover { color: #999; }

.postContent p a.more-link, .postContent p a.more-link:visited, .postContent p a.more-link:active { color: #999; }
.postContent p a.more-link:hover { color: #24b6ff; }

/* --------------------------------------------------- */


/* news sidebar (WordPress) */
.sideBarHolder { padding: 5px 20px 0px 20px; }

.sideBar01 { 
	background-color: #e6e6e6;
	padding: 0px;
	margin: 40px 0px 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.sideBar02 { 
	background-color: #FFF;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

h3.sideBarTitle {
	height: 20px;
	background: url(/images/h3_sidebar_archives.gif) no-repeat 0px 10px;
	text-indent: -9999px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px -10px;
}

ul.categoryList, ul.archiveList {
	padding: 4px 20px 10px 20px;
	font-size: 14px;
	line-height: 16px;
	color: #cccccc;
}
ul.archiveList {
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 15px;
}
ul.categoryList li {
	display: inline;
	padding-left: 2px;
}
ul.archiveList li {
	display: inline;
	padding-left: 2px;
}

ul.categoryList li a { padding-right: 4px; }
ul.archiveList li a { padding-right: 2px; }

ul.categoryList li a, ul.categoryList li a:visited, ul.categoryList li a:active,
ul.archiveList li a, ul.archiveList li a:visited, ul.archiveList li a:active { color: #333; }
ul.categoryList li a:hover, ul.archiveList li a:hover { color: #999; }

p.rssInfo, p.rssLink {
	padding: 15px 20px 10px 20px;
	font-size: 11px;
	line-height: 14px;
}
p.rssLink {
	padding: 0px 20px 15px 20px;
	font-size: 11px;
}

p.rssLink a { background: url(/images/rss_icon.gif) no-repeat 0px 1px; }
p.rssLink a span { padding: 0px 0px 0px 18px; }

p.rssLink a, p.rssLink a:visited, p.rssLink a:active { color: #333; }
p.rssLink a:hover { color: #999; } 

.postContent p {
	line-height: 18px;
	padding: 0px 0px 10px 0px;
}

#singlePost.postHolder h4 { font-size: 22px; }
#singlePost.postHolder p { line-height: 20px; }




/* twitter */
.twitterHolder {
	width: 240px;
	overflow: hidden;
	padding: 0px 0px 30px 0px;
}
.twitterHolder h4 {
	font-size: 14px;
	padding: 5px 0px 0px 20px;
}
.twitterHolder p.accountLink { padding: 0px 0px 0px 20px; }

.twitterHolder a:hover { color: #0099cc; }

ul#twitterUpdates { padding: 0px 20px 0px 20px; }
ul#twitterUpdates li { padding: 10px 0px 0px 0px; }

ul#twitterUpdates p { font-size: 11px; }

ul#twitterUpdates li p span a, ul#twitterUpdates li p span a:visited, ul#twitterUpdates li p span a:active { color: #666666; }
ul#twitterUpdates li p span a:hover { color: #0099cc; }

ul#twitterUpdates li p a:hover { color: #666; }


p.comingSoon {
	text-indent: -9999px;
	background: url(/images/coming_soon.gif) no-repeat top left;
	width: 600px;
	height: 75px;
	padding: 0px;
}





/* news comments */
.commentsHolder {
	width: 360px;
	padding: 0px 20px 0px 20px;
}
.commentForm { 
	background: url(/images/divider_tile.gif) repeat-x top left;
	padding: 20px 0px 0px 0px;
	margin: 5px 0px 0px 0px; 
}

.commentInput {
	padding: 0px 0px 10px 0px;
}
.commentInput label {
	float: left;
	width: 60px;
}
.commentInput input {
	width: 145px;
	margin: 0px 5px 0px 0px;
	padding: 2px;
}
.commentForm textarea {
	width: 356px;
	height: 90px;
	margin: 5px 0px 10px 0px;
	padding: 2px;
}
.commentForm p span.required {
	font-size: 11px;
	color: #999;
}
input.submitButton {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 14px;
	border: none;
	background-color: #ebebeb;
	margin: 0px;
	padding: 4px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	color: #333;
}
input.submitButton:hover {
	background-color: #333;
	color: #FFFF00;
}
p.commentNote { padding: 5px 0px 15px 0px; }

ol.commentsList li { padding: 0px 0px 15px 0px; }

.commentMeta {
	font-size: 11px;
	font-style: normal; 
	padding: 5px 0px 0px 0px;
	color: #666;
}

.commentAuthor { text-transform: capitalize; }

.commentMeta span.commentAuthor a, .commentMeta span.commentAuthor a:visited, .commentMeta span.commentAuthor a:active { color: #666; } 
.commentMeta span.commentAuthor a:hover { color: #333; }

.commentMeta span.editPost a, .commentMeta span.editPost a:visited, .commentMeta span.editPost a:active { color: #666; }
.commentMeta span.editPost a:hover { color: #333; }

p.commentModeration { padding: 5px 0px 0px 0px; }

.commentText p { 
	font-size: 11px;
	line-height: 18px;
}

/* img styles */
.postHolder .entry p img, .postHolder .entry img {
	padding: 0px;
	max-width: 100%;
}

img.alignRight {
	padding: 0px;
	margin: 2px 0px 0px 10px;
	display: inline;
}
img.alignLeft {
	padding: 0px;
	margin: 2px 10px 0px 0px;
	display: inline;
}
#singlePost.postHolder img.alignRight { margin-top: 5px; }
#singlePost.postHolder img.alignLeft { margin-top: 5px; }

.alignRight { float: right; }
.alignLeft { float: left; }

/* --------------------------------------------------- */


/* portfolio */
.portfolioHolder {
	margin: 10px 20px 10px 20px;
	padding: 10px 0px 10px 0px;
	background-color: #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	color: #999;
}
.portRow { margin: 0px 5px 15px 5px; }

.portCol {
	float: left;
	width: 200px;
	padding: 0px 5px 0px 5px;
}

#portfolio a.imgLink {
	display: block;
	width: 190px;
	height: 120px;
	padding: 5px;
	xtext-indent: -9999px;
	xbackground: url(/images/portfolio_default_thumb.gif) no-repeat 5px 5px;
	xbackground-color: #FFF;
	x-webkit-border-radius: 4px;
	x-moz-border-radius: 4px;
	x-khtml-border-radius: 4px;
	xborder-radius: 4px;
}
#portfolio a.imgLink:hover {
	xtext-indent: -9999px;
	xbackground: url(/images/portfolio_default_thumb.gif) no-repeat 5px 5px;
	xbackground-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#portfolio p.imgLink {
	display: block;
	width: 190px;
	height: 120px;
	padding: 5px;
}

#portfolio .portfolioHolder p, #portfolio .portfolioHolder a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#portfolio .portfolioHolder .portCol { text-align: center; }

.portCol p.projectTitle { 
	font-weight: bold;
	color: #333;
	padding: 5px 0px 0px 0px; 
}

p.projectTitle a {
	font-weight: bold;
	color: #333;
}

.portCol p.projectTitle a, .portCol p.projectTitle a:visited, .portCol p.projectTitle a:active { color: #333; }
.portCol p.projectTitle a:hover { color: #999; }

.portCol p a.tagLink, .portCol p a.tagLink:visited, .portCol p a.tagLink:active { color: #999; }
.portCol p a.tagLink:hover { color: #666; }

.portCol p { color: #999; }

/* portfolio side list*/
.sideTag .content ul.portfolioList {
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	color: #292929;
}
.sideTag .content ul.portfolioList li {
	padding: 0px;
}
.sideTag .content ul.portfolioList li a {
	line-height: 23px;
	padding: 0px 0px 0px 10px;
}
.sideTag .content ul.portfolioList li.current a { color: #666; }
.sideTag .content ul.portfolioList li.current {
	background: url(/images/portfolio_selected.png) no-repeat center left;
	line-height: 23px;
	color: #333;
}

/* portfolio slideshow */
#portfolio .projectNavigation {
	float: left;
	width: 615px;
	padding: 10px 35px 0px 30px;
	margin: 0px;
	font-size: 11px;
}
#portfolio .projectNavigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#portfolio .projectNavigation #numbered { float: left; }
#portfolio .projectNavigation #nextPrev { float: right; }

#portfolio #numbered li, #portfolio #nextPrev li {
	display: inline;
	color: #999;
}

#portfolio #numbered li a { padding: 0px 5px 0px 5px; }

.projectNavigation #numbered a, .projectNavigation #numbered a:visited, .projectNavigation #numbered a:active { color: #333; }
.projectNavigation #numbered a:hover { color: #999; }

.projectNavigation #nextPrev a, .projectNavigation #nextPrev a:visited, .projectNavigation #nextPrev a:active { color: #333; }
.projectNavigation #nextPrev a:hover { color: #999; }

#portfolio #numbered li a.activeSlide { color: #999; }

#portfolio .projectSlideshow { margin: 10px 20px 0px 20px; padding: 0px 0px 0px 0px; }

#portfolio .projectSlideshow #slideshow li a {
	display: block;
	width: 620px;
	background-color: #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}

#portfolio p.imageCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(/images/portfolio_divider_tile.gif) repeat-x bottom left;
	margin: 10px 10px 10px 10px;
	padding: 0px 5px 10px 5px;
}
#portfolio p.imageCaption strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* portfolio notes */
#portfolio .projectNotes { padding: 5px 35px 20px 35px; }

#portfolio .projectNotes .notes { width: 350px; }

#portfolio .projectNotes h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
#portfolio .projectNotes p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
}
#portfolio .projectNotes p.details {
	padding: 0px 0px 0px 0px;
}
#portfolio .projectNotes p.details strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* portfolio footer list */
#portfolio .portfolioNavigation {
	width: 640px;
	background-color: #ebebeb;
	padding: 0px;
	margin: 0px 20px 5px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

#portfolio #latest.portfolioNavigation .navList, #portfolio #archive.portfolioNavigation .navList {
	float: left;
	width: 565px;
	padding: 10px 15px 10px 0px;
}

#portfolio #latest.portfolioNavigation .navIndex {
	float: left;
	width: 28px;
	height: 30px;
	padding: 10px 15px 10px 15px;
}
#portfolio #archive.portfolioNavigation .navIndex {
	float: left;
	width: 28px;
	height: 30px;
	padding: 10px 15px 10px 15px;
}

#portfolio #latest.portfolioNavigation .navIndex a {
	display: block;
	width: 28px;
	height: 30px;
	background: url(/images/portfolio_index_latest_shape.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}
#portfolio #archive.portfolioNavigation .navIndex a {
	display: block;
	width: 28px;
	height: 62px;
	background: url(/images/portfolio_index_archive_shape.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}

#portfolio #latest.portfolioNavigation .navIndex a:hover { background-position: 0px -30px; }
#portfolio #archive.portfolioNavigation .navIndex a:hover { background-position: 0px -62px; }

#portfolio .portfolioNavigation .navList li {
	display: inline;
	float: left;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 4px 0px 0px;
	color: #999;
}
#portfolio .portfolioNavigation .navList li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 2px 0px 0px;
	color: #333;
}
#portfolio .portfolioNavigation .navList li a:visited, #portfolio .portfolioNavigation .navList li a:active { color: #333; }
#portfolio .portfolioNavigation .navList li a:hover { color: #999; }

#portfolio .portfolioNavigation .navList li.current a { color: #999; }







/* XXXXXXXXXXXXXXXXXXXXX *//* XXXXXXXXXXXXXXXXXXXXX *//* XXXXXXXXXXXXXXXXXXXXX */






/* recycling */
.deliciousHolder h4 {
	font-size: 14px;
	padding: 5px 20px 0px 20px;
}
.deliciousHolder p.accountLink { padding: 0px 0px 0px 20px; }

.deliciousHolder .delicious-posts {
	padding: 10px 0px 5px 0px;
	margin: 0px;
}
.deliciousHolder .delicious-posts ul {
	background: url(/images/divider_tile.gif) repeat-x top left;
	font-size: 12px;
	line-height: 14px;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}
.deliciousHolder li.delicious-post {
	padding: 10px 0px 0px 0px;
}
.deliciousHolder li.delicious-post a, .deliciousHolder li.delicious-post a:visited, .deliciousHolder li.delicious-post a:active {
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.deliciousHolder li.delicious-post a:hover { color: #24b6ff; }

.deliciousHolder p.delicious-extended {
	font-size: 11px;
	line-height: 14px;
	color: #999;
	padding: 2px 0px 0px 0px;
}

/* contact */
.text p.phoneNumber {
	text-indent: -9999px;
	background: url(/images/contact_phone_number_uk.gif) no-repeat top left;
	width: 600px;
	height: 70px;
	padding: 0px;
}
.text p.emailAddress a {
	display: block;
	text-indent: -9999px;
	background: url(/images/contact_email_address.gif) no-repeat top left;
	width: 600px;
	height: 55px;
}
.text p.emailAddress a:hover { background-position: 0px -55px; }

.text p#NZ.worldMap a {
	display: block;
	text-indent: -9999px;
	background: url(/images/world_map_nz.jpg) no-repeat top left;
	width: 600px;
	height: 310px;
	padding: 0px;
}
.text p#UK.worldMap a {
	display: block;
	text-indent: -9999px;
	background: url(/images/world_map_uk.jpg) no-repeat top left;
	width: 600px;
	height: 310px;
	padding: 0px;
}
.text p#NZ.worldMap a:hover, .text p#UK.worldMap a:hover { background-position: 0px -310px; }




/* --------------------------------------------------- */


/* side styles */
.sideTag {
	width: 240px;
	background: url(/images/texture_side.jpg) repeat-y top left #282828;
	margin-bottom: 12px;
	padding: 16px 0px 12px 0px;
	color: #FFF;
}
.sideTag .content {
	padding: 0px 20px 10px 20px;
}
.sideTag .content p {
	font-size: 11px;
	line-height: 16px;
	color: #cccccc;
}

.sideTag .content h4 {
	width: 200px;
	height: 28px;
	text-indent: -9999px;
	padding: 0px 0px 2px 0px;
}
.sideTag .content h3.icon a {
	display: block;
	width: 32px;
	height: 48px;
	text-indent: -9999px;
	background: url(/images/h4_icon.png) no-repeat 0px 10px;
	padding: 10px 0px 15px 0px;
}




/* XXXXXXXXXXXXXXXXXXXXX *//* XXXXXXXXXXXXXXXXXXXXX *//* XXXXXXXXXXXXXXXXXXXXX */
h4.latestInteractiveWork { background: url(/images/xxxxxxxxxxxxh4_latest_interactive_work.gif) no-repeat 0px 6px; }
h4.latestIdentityWork { background: url(/images/xxxxxxxxxh4_latest_identity_work.gif) no-repeat 0px 6px; }
h4.latestVentures { background: url(/images/xxxxxxxxxxxxxh4_latest_ventures.gif) no-repeat 0px 6px; }

h4.latest { background: url(/images/h4_latest.png) no-repeat 0px 6px; }
h4.projects { background: url(/images/h4_projects.png) no-repeat 0px 6px; }
h4.archive { background: url(/images/h4_archive.png) no-repeat 0px 6px; }
h4.contact { background: url(/images/h4_contact.png) no-repeat 0px 6px; }
/* XXXXXXXXXXXXXXXXXXXXX *//* XXXXXXXXXXXXXXXXXXXXX *//* XXXXXXXXXXXXXXXXXXXXX */

.sideTag .content h4.portfolio {
	height: 24px;
	background: url(/images/h4_portfolio.png) no-repeat 0px 2px; 
}

.sideTag p.subline {
	font-size: 11px;
	line-height: 15px;
	padding: 0px 0px 10px 0px;
	color: #999;
}
.sideTag .projectLogo {
	padding: 5px 0px 10px 0px;
}
.sideTag .content p.viewLink {
	font-size: 12px;
	padding: 5px 0px 0px 0px;
}

.sideTag .content ul, .sideTag .content ol {
	font-size: 11px;
	color: #ccc;
}
.sideTag .content ol li {
	line-height: 16px;
	padding: 0px 0px 10px 0px;
}
.sideTag .content ul li {
	line-height: 16px;
	padding: 0px 0px 10px 0px;
}
.sideTag .content ul.definition {
	padding: 0px 0px 10px 0px;
}
.sideTag .content ul.version {
	padding: 0px 0px 0px 0px;
}
.letter {
	padding: 0px 2px 0px 0px;
	color: #999;
}
.sideTag .content ul li.phone {
	background: url(/images/contact_icon_phone.gif) no-repeat 8px 2px;
	padding: 0px 0px 6px 26px;
}
.sideTag .content ul li.email {
	background: url(/images/contact_icon_email.gif) no-repeat 6px 5px;
	padding: 0px 0px 6px 26px;
}
.sideTag .content ul li.email a, .sideTag .content ul li.email a:visited, .sideTag .content ul li.email a:active  { color: #ccc; }
.sideTag .content ul li.email a:hover { color: #FFFF00; }

/* --------------------------------------------------- */


/* footer */
.footerHolder {
	background: url(/images/texture_page.jpg) repeat-y top left #556e42;
	width: 680px;
	height: 60px;
	padding: 5px 0px 0px 0px;
}
.footer {
	width: 680px;
	height: 60px;
	background: url(/images/footer_background_white.png) no-repeat top left;
	padding: 0px;
}
#portfolio.white .footer { background: url(/images/footer_background_black.png) no-repeat top left #FFF; }
#portfolio.black .footer { background: url(/images/footer_background_white.png) no-repeat top left #000; }
#portfolio.white .footerHolder { background-color: #FFF; background-image: none; }
#portfolio.black .footerHolder { background-color: #000; background-image: none; }

.footer p.copyright {
	font-size: 11px;
	padding: 16px 30px 8px 30px;
	color: #FFF;
}

.footer p.copyright a, .footer p.copyright a:visited, .footer p.copyright a:active { color: #FFF; }
.footer p.copyright a:hover { color: #FFFF00; }

.footer p.copyright .rights {
	color: #FFF;
	padding-left: 2px;
}

/* --------------------------------------------------- */


/* fixes */
.spacer { height: 0.01px; clear: both; font-size: 0.01px; line-height: 0.01px; margin: 0px; padding: 0px; }
