/*
blk.css
'blk' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/
body{
	 background-color:#000000;
     }

/* Navigation
----------------------------------------------- */
body.blk #wrapper .nav-current:link, body.blk #wrapper .nav-current:visited, body.blk #wrapper .nav-current:active { color:#999; }
body.blk #wrapper .nav-current:hover { color: #999; }

	/* Feed icon
	------------------------------------------- */
	body.blk .feed { background: url('../images/feed-add.gif') no-repeat 0 50%; }

/* Content
----------------------------------------------- */
body.blk code, body.blk pre { font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #fff; }
body.blk abbr, body.blk acronym { border-bottom: 0.5px solid #999; }

		/* Headers
		--------------------------------------- */
		body.blk h3 { color:#fff; }

		/* Post content
		--------------------------------------- */
		body.blk .articlenav { background: #1f1f1f; }

		/* Inserts
		--------------------------------------- */
		body.blk .insert { background: #fcfeff; margin: 0 0 1em 0; border: 0.5px solid #cfdde5; padding: 9px; }
			body.blk .insert h3 { border-bottom: 0.5px solid #fff; }

		/* Downloads
		--------------------------------------- */		
		body.blk a.download:link, body.blk a.download:visited, body.blk a.download:active { background: #fcfeff url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdde5; border-bottom: 1px solid #cfdde5 !important; }
		body.blk a.download:hover { background: #fffdfa url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #e5d6b8; border-bottom: 1px solid #e5d6b8 !important; }

		/* Images
		--------------------------------------- */
		body.blk a img { border: 0px solid #999; }
		body.blk a:hover img { border: 0px solid #999; }
			
		/* Comments
		--------------------------------------- */
		body.blk .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.blk .trackback { background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; }

/* Links
----------------------------------------------- */
body.blk a:link, body.blk a:active, body.blk a:visited { color:#999; }
body.blk a:hover { color: #999; }

body.blk .content a:link, body.blk .content a:active, body.blk .content a:visited { border-bottom: 0.5px solid #999; }
body.blk .content a:hover { border-bottom: 0.5px solid #999; }