/* Colours */

body, a { color: #222; }
/* a { border-bottom: 1px solid #ccc; } */
em { color: #999; }
em a { color: #666; }
em.background { color: #BBB; }

/* Typography */

body, input { font-family: "Helvetica", helvetica, "Helvetica Neue", arial, sans-serif; line-height: 1.3; }
ul li, p, em { font-size: 13px; font-style: normal; letter-spacing: -0.01em; }
h1 { font-size: 14px; font-weight: bold; }
h2 { font-size: 13px; font-weight: normal; }
h3 { font-size: 11px; font-weight: normal; text-align: center }
a { text-decoration: none; }

/* Layout */

body { padding: 0px 0px 40px; text-align: center; }
div#container { margin: 0px auto; width: 820px; padding: 10px 20px; text-align: left; 
/* width was 820 */
background: url('/images/dot-bg6.png') 20px 0px;
}

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

.one { width: 80px; }
.two { width: 180px; }
.three { width: 280px; }
.four { width: 380px; }
.five { width: 480px; }
.six { width: 580px; }
.seven { width: 680px; }
.eight { width: 780px; }
.nine { width: 880px; }
.ten { width: 980px; }
.eleven { width: 1080px; }
.twelve { width: 1180px; }

h1 em, h2 em { display: block; }

p { margin: 0px 0px 1px; }

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

div#navigation { margin: 0px 0px 0px 20px; }
div#navigation ul { list-style: none; padding: 0px 20px 0px 0px; margin: 0px; }
div#navigation ul li { margin: 0px 0px 0px; }
div#navigation ul li.selected { color: #999; text-indent: -1.2em; }
div#navigation ul li.selected a { border: 0px; color: #999; /*border-bottom: 1px solid #ccc;*/ cursor: default; }
div#navigation ul li em { display: block; margin: 30px 0px 0px; }

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

a img { border: 0px; }
.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; }

/* float: left; width: 180px; */
div#content ul.project-list { margin: 0px 0px 0px 20px; padding: 0px; list-style: none; /* width: 200px; */ } /* Added width: 200px; to move thumbnails into columns*/
div#content ul.project-list li { margin: 0px 20px -1px 0px; float: left; }
ul.project-list div.thumbnail a { border: 0px; }
ul.project-list div.summary { margin: 10px 0px 0px 0px; }

h2.title, div#content p.category, div#content ul.project-list li, div.description, p.para, div#images, div#media { float: left; /*width: 180px;*/ border-top: 1px dotted #666; padding: 10px 0px 0px; } 
div#content ul.project-list li { /*border-bottom: 1px dotted #666;*/ padding: 10px 0px; /*float: left;*/ width: 180px; } /* Added float: left; width: 180px; to add padding between thumbnail columns, works without float: left; */

div#media { overflow: hidden; }
div.media { margin: 0px 0px 10px; }
div.image { margin: 0px 0px 10px; }

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

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

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