/* ----------------------------------------------------------------------------------------- 
Stuff and Nonsense Ltd.
The Cow Shed Studio,
Gwaenysgor,
Flintshire, North Wales
LL18 6EP, UK
+44 1745 851848
http://www.stuffandnonsense.co.uk

I Keep Faith is a educational CSS demonstration site by Andy Clarke. 
Visual design copyright 2007. All Rights Reserved. 
XHTML/CSS released under a Creative Commons Attribution 2.5 licence.
----------------------------------------------------------------------------------------- */

/* =a */
.comments a { margin-left : 15px; padding-left : 15px; background : url(../siteimages/a-comment.png) no-repeat 0 0; }

/* =table */
table { margin-bottom : 1.4em; width : 640px; }
th { display : none; }
td { border-bottom : 1px solid #695f4f; }
th, td { padding : 4px 10px 4px 0; }
td.contact { text-align : right; }

/* =columns */
.col { float : left; width : 270px; }
.news { margin-right : 80px; padding-left : 10px; }
.blog { padding-right : 10px; }

/* =hentry */
.hentry { position : relative; margin-bottom : 1.5em; border-bottom : 1px solid #695f4f; }
.entry-title { width : 200px; }
.updated { opacity : .5; }
.author { display : none; }
.news .updated { position : absolute; top : 0; right : 0; }
.blog .dt { position : absolute; top : 0; right : 0; }
.blog .comments { display : block; }
.l01, .index .l02 { margin-bottom : 1.5em; } 
.l02 { opacity : .75; }
.l03 { opacity : .5; }
