/* - - - ( body ) - - - */
body {
	font: normal 10pt "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, helvetica;
	color: #000;
}

/* - - - ( the header ) - - - */
#header span {
	font-size: 2em;
	letter-spacing: 1px;
	font-variant: small-caps;
}
#header {
	height: 2.2em;
	border-bottom: 3px double #000;
}

/* - - - ( non-printable elements ) - - - */
#topnav, 
#breadcumb,
.post .meta,
#skip-to,
form {
	display: none;
}

/* - - - ( paragraphs ) - - - */
p {
	line-height: 1.5em;
	margin: 0 0 1em;
}

/* - - - ( links ) - - - */
a {
	text-decoration: none;
	color: inherit;
}
.post p a:after,
h1 a:after {
	content: " (" attr(href) ") ";
	font: normal 10pt Arial, Helvetica, sans-serif;	
}
.secondary a {
	font-weight: bold;
}

/* - - - ( headers ) - - - */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	margin: 1em 0 0.4em;
}
h1 a {
	text-decoration: none;
	color: #333;
	display: block;
}
h1 a[rel="bookmark"]:after {
	display: block;
	content: "URL: " attr(href);
}



/* - - - ( separators ) - - - */
hr {
	border: none;
	border-top: 1px dashed #000;
	width: 40%;
	margin: 0 auto;
}

/* - - - ( posts ) - - - */
.posts .meta {
	display: inline;
}
.posts .meta a:after {
	content: '';
}

/* - - - ( thumbnails ) - - - */
.thumbs li {
	display: inline;
	list-style: none;
}