/* Colours */

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

/* Typography */

body, input {font-family: "Courier New", Courier, monospace; line-height: 1.3; font-size: 11px;}
ul li {font-family: "Courier New", Courier, monospace; line-height: 1.3; font-size: 11px;}
p { font-family: "Courier New", Courier, monospace; font-size: 11px; font-style: normal; letter-spacing: 0.01em; } 
p a, .project-list a { font-family: "Helvetica", helvetica, "Helvetica Neue", arial, sans-serif; font-size: 12px; font-weight: bold;}
em { font-family: "Helvetica", helvetica, "Helvetica Neue", arial, sans-serif; font-size: 12px; font-style: normal; letter-spacing: 0.01em; font-weight: normal;}
em a { font-family: "Helvetica", helvetica, "Helvetica Neue", arial, sans-serif; font-size: 12px; font-style: normal; letter-spacing: 0.01em; margin-right:10px }
h1 { font-family: "Helvetica", helvetica, "Helvetica Neue", arial, sans-serif; font-size: 12px;} 
h2 { font-family: "Helvetica", helvetica, "Helvetica Neue", arial, sans-serif; font-size: 25px; font-weight: bold; }
a { text-decoration: none; }
.description a { font-family: "Courier New", Courier, monospace; font-size: 11px; font-weight: bold;}
a:hover {
	color: #00FF99;
	/*border-bottom-style: dotted;
	border-bottom-color: #00FF99;
	border-bottom-width: 1px;*/
}


/* Layout */

body { padding: 10px 0px 40px; text-align: center; }
div#container { 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 60px; 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; }

div#content .project-list { padding: 0px; list-style: none; }
div#content .project-list .item { margin: 0px 20px -1px 0px; float: left; }

/* Added/Edited by Alex */

.project-list .item 

{
float: left;
width: 140px;
margin: 0px 20px -1px 0px;
height: 180px;	
display: inline;
}

/* ### */

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

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

p#footer { margin: 0px 0px 0px 20px; display: inline; line-height: 1.4; font-family: "Helvetica", helvetica, "Helvetica Neue", arial, sans-serif; font-size: 11px; color: #777;}
p#footer em { display: block; font-family: "Helvetica", helvetica, "Helvetica Neue", arial, sans-serif; font-size: 11px; color: #777;}
p#footer a { font-family: "Helvetica", helvetica, "Helvetica Neue", arial, sans-serif; font-size: 11px; color: #777;}
p#footer a:hover { font-family: "Helvetica", helvetica, "Helvetica Neue", arial, sans-serif; font-size: 11px; color: #00FF99;}

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