/* Colours */

body, a { color: #222; }
a { }
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: 11px; font-style: normal; letter-spacing: -0.01em; }
h1, h2 { font-size: 11px; font-weight: normal; }
em {letter-spacing: 0.02em;}
a { text-decoration: none; font-weight: bold;}

/* Layout */

body { padding: 0; margin: 0;  text-align: center; }
div#container { margin: 0; padding: 0; text-align: left; 
/*	background: url('/images/grid-bg.gif') 20px 0px;*/
}

.col { float: left; margin: 0px 5px; padding: 0px; }
.col .col { margin: 0px; }
h1.col,
h2.col {padding-top: 10px;}

.one { width: 60px; }
.two { width: 160px; }
.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; padding: 0px; height: 0px; overflow: hidden; visibility: hidden; border: none;}
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; }

#header {display: table; margin-bottom: 10px;} 

#content .project-list { margin: 0; padding: 0px; list-style: none; width: 100%; min-height:100px; background: transparent url(../../images/loading.gif) 5px 5px no-repeat;}
#content .project-list .entry-title {display: none;}
#content .project-list .thumbnail { padding: 40px 0; width:300px; margin: 0 0 5px 5px; background: #F3F3F5; text-align: center; display: block; display:none; border-radius: 2px; 
-moz-border-radius: 2px; -webkit-border-radius: 2px;}
#content .project-list .thumbnail img {text-align: center;}
#content .project-list .thumbnail a { border: 0px; }
#content .project-list .summary { margin: 0px 0px 0px 20px; }

h2.title, div#content p.category, div#content ul.project-list li, div.description, p.para, div#images, div#media { border-top: 1px solid #ccc; padding: 20px 0px 0px; }
p.category {display: none;}

div#media { overflow: hidden; }
div.media { 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; }

#footer {display: table; padding: 0 0 10px; margin-top: -5px;} 
#footer em { display: block; }

a.atom-rss { margin: 0px; padding: 0; color: orange; }