/* Colours */

body, a {color:#333; }
a { color:#666; border-bottom: 0px solid #ccc; }
a:hover { border-bottom: 1px solid #ccc; }
em {
	color: #c39;
	font-variant: small-caps;	
}
em a { color: #666; }
em.background { color: #BBB; }
img { border:none; }

/* Typography */

body, input { font-family: "arial", sans-serif; line-height: 1.3; }
ul li, p, em { font-size: 12px; font-style: normal; }
h1, h2 { font-size: 18px; font-weight: normal;}
a { font-size: 11px; text-decoration: none; }
#contact { font-size: 11px; font-weight: bold; float:right; padding:10px 10px 10px 10px; }

/* Layout */

body {
	padding: 10px 0px 40px;
	text-align: left;
	background-color:#CCC;
	float: left;
}
div#container { background-color:#FFF; margin: 0px auto; width: 890px; padding: 5px 20px; text-align: left; /*background: url('/images/grid-bg.gif') 20px 0px;*/ }

.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; }

h1 em, h2 em { display: block; }

p, h2 { margin: 0px 0px 5px; }

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

h2 { overflow: hidden; }
input#filter { display: inline; width: auto; padding: 1px 0px; border: 0px; background: #eee; font-size: inherit; color: inherit; }

div#content ul.project-list { margin: 0px 0px 0px 0px; padding: 0px; list-style: none; width: 640px; }
div#content ul.project-list li { margin: 0px 0px 0px 0px; float: left; }
ul.project-list div.thumbnail a { border: none; }
ul.project-list div.summary { margin: 0px 0px 0px 0px; }

div#content p.category { border-top: 1px solid #ccc; padding: 0px 0px 0px 0px; }

h2.title, div#content ul.project-list li, div.description, p.para, div#images { border-top: 0px solid #ccc; padding: 0px; }
div#content ul.project-list li { border-bottom: 1px solid #ccc; margin: 0px 0px 10px 0px; }

div.description1, { padding: 20px 0px 0px; }

em.three { margin: 0px 0px 0px 0px; }

div#navigation { margin: -30px 0px 0px 20px; }
div#navigation ul { list-style: none; padding: 0px 20px 0px 0px; margin: 0px; }
div#navigation ul li { margin: 0px 0px 4px; }
div#navigation ul li.selected { color: #999; }
div#navigation ul li.selected a { border: 0px; color: #999; cursor: default; }
div#navigation ul li em { display: block; margin: 30px 0px 0px; }

div#content { margin: 0px 0px 0px 20px; }

div#content div.description { margin: 0px 0px 0px 0px; }
div.description div#media { margin: 0px 0px 10px; border: 0px; padding: 0px; }

div#media { clear: both; padding: 10px 0px 0px 0px; }
div.media { margin: 0px 0px 10px; }
div.home div#media { padding: 0px 0px 0px 0px; }
div.description div#media { padding: 0px 0px 0px 0px; }
p#gallery-count, div#gallery-navigation { display: none; }

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

p#footer { margin: 10px 0px 0px -20px; display: inline; }
p#footer em { display: block; }

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; }