	/* Edits */

body {
	margin: 0px;
/*	background-image: url(http://nouspublications.com/bg3.jpg); 		Inconsolata, Monaco, monospace;*/
	background-size: 100%;
	background-repeat: repeat;
	font: 16px Helvetica, Arial; 	
	font-size: 16px;
 	line-height: 1.4;
	text-align: center; 
	padding-bottom: 400px;
	color: #000;
}

#content {
	margin: 10px;
	z-index: 1;
	background-color: #FFF;
}

#header {
	position: fixed;
	left: inherit;
	top: 0px;
	right: inherit;
	text-align: center;
	z-index: 99;
	width: 100%;
}

#footer {
	position: fixed;
	left: inherit;
	bottom: 0px;
	right: inherit;
	text-align: center;
	z-index: 99;
	width: 100%;
}
 
#overlay {
	background-color: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	visibility: hidden;
	z-index: 98;
	text-align: center;
	position: fixed;
	left: inherit;
	top: 0px;
	right: inherit;
}

.thumb {
	padding-right: 65px;
	text-align: left;
	width: 365px;
	float: center;
}

.img_box {
	margin: auto;
	padding: 60px;
}

.thumb img {
	display: inline;
	padding: 20px;
}

#thumbtext {
	font: Helvetica, Arial; 
	text-align: left;
	font-size: 16px;
	width: 365px;
	float: center;
	margin: auto;
}

a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a:active {
	color: #000;
	text-decoration:none;
}



/* Colours */

em, em a, strong, p.date, div#project-navigation p { color: #999; }
h2 a { font-size: 16px; border-bottom: 1px solid #000; }
a { border-bottom: 1px solid #000;}

/* Typography */
 
p.date { font-size: 11px; letter-spacing: 0.03em; }
a { text-decoration: none; }
p#project-count, p#gallery-count { text-align: center; }
p#gallery-count span { letter-spacing: 0.08em; }

/* Layout */

div#container { margin: auto; width:650px; padding: 15px; text-align: center;}

/*
.col { float: left; margin: 0px 0px 0px 20px; padding: 0px; }
.col .col { margin: 0px; }

.one { width: 60px; }
.two { width: 140px; }
.three { width: 220px; }
.four { width: 300px; }
.five { width: 380px; }
.six { width: 460px; }
.seven { width: 540px; }
.eight { width: 620px; }
.nine { width: 700px; }
.ten { width: 780px; }
.eleven { width: 860px; }
.twelve { width: 940px; }
*/

hr { display: block; clear: both; margin: 0px 0px 45px; padding: 0px; height: 0px; overflow: hidden; visibility: hidden; }
.col hr { margin: 0px 0px 15px; }

ol {list-style-type: none; }


ul li { margin: 0px 0px 3px; display:inline}
ul#navigation, ul.projects { list-style: none; padding: 0px; margin: 0px; text-align:center; }
ul#navigation { margin: 10px 0px 0px 20px; }
ul#navigation li, ul.projects li { clear: both; }
ul#navigation ol { display: none; margin: 0px; padding: 4px 0px 4px 25px; }
ul.projects li { float: left; padding: 0px 0px 8px; }

p#footer { margin: 0px 0px 0px 260px; display: inline; line-height: 1.4; }

p.date { text-align: right; padding: 14px 20px 0px 0px; }
div.description p { clear: both; }
div.description h2 { padding: 0px 0px 0px; }

div#media { clear: both; padding: 0px 0px 0px 0px; }
div.media { margin: 0px 0px 0px; }
div.description div#images { padding: 0px 0px 0px 0px; }
div#media img { margin: 0px 0px 10px; }
p#project-count, p#gallery-count { margin: 2px 20px 0px 0px; }
p#gallery-count, div#gallery-navigation { display: none; }
p#gallery-count span { margin: -1px 0px 0px; display: block; }
div#project-navigation { margin: 0px 0px 0px 20px; }
div#project-navigation p, div#gallery-navigation p { margin: 0px 0px 0px; }

div#image-wrapper { overflow: hidden; width: 560px; }
div#image-wrapper div#image-holder { width: 100000000px; }
div#image-wrapper div#image-holder div.image { float: left; width: 560px; }

img.project-thumb { padding: 0px 10px 5px 0px; float: left; display: none; }

a.atom-rss { margin: 0px 0px 0px 6px; padding: 1px 2px 0px; font-size: 0.93em; letter-spacing: 0.08em; background: #ddd; }

/* Javascript-enabled styles */
body.js-enabled p#gallery-count, body.js-enabled div#gallery-navigation { display: block; }
body.js-enabled p#project-count { display: none; }
body.js-enabled div#media div.image { display: none; }
body.js-enabled div#media div.image:first-child { display: block; }
