/*
night.css
'night' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/

body.night {background-color:#000;;color:#E6CEB2;}

/* Navigation
----------------------------------------------- */
body.night #wrapper .nav-current:link, body.night #wrapper .nav-current:visited, body.night #wrapper .nav-current:active { color: #a8a8a8;}
body.night #wrapper .nav-current:hover { color: #fff; }

	/* Feed icon
	------------------------------------------- */
	body.night .feed { background: url('../images/feed-add.gif') no-repeat 0 50%; }

/* Content
----------------------------------------------- */
body.night code, body.night pre { color: #8fafbf; }
body.night abbr, body.night acronym { border-bottom: 1px solid #5c8499; }

.content img {margin-right: 5px; margin-top: 4px;}

		/* Headers
		--------------------------------------- */
		body.night h3 { color: #a8a8a8; }

		/* Post content
		--------------------------------------- */
		body.night .articlenav { background: #000; }

		/* Inserts
		--------------------------------------- */
		body.night .insert { background: #000; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
			body.night .insert h3 { border-bottom: 1px solid #cfdee5; }

		/* Downloads
		--------------------------------------- */
		body.night a.download:link, body.night a.download:visited, body.night a.download:active { background: #fafcfc url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdee5; border-bottom: 1px solid #cfdee5 !important; }
		body.night a.download:hover { background: #fafafa url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #a8a8a8; border-bottom: 1px solid #a8a8a8 !important; }

		/* Images
		--------------------------------------- */
		body.night a img { border: 1px solid #4c8099; }
		body.night a:hover img { border: 1px solid #000; }
			
		/* Comments
		--------------------------------------- */
		body.night .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.night .trackback { background: url('../images/trackback.gif') no-repeat 100% 60%; }
/* Links
----------------------------------------------- */
body.night a:link, body.night a:active, body.night a:visited { color: #F78A42; }
body.night a:hover { color: #848AAD; }

body.night .content a:link, body.night .content a:visited, body.night .content a:active { border-bottom: 1px solid #000; }
body.night .content a:hover { border-bottom: 1px solid #000; }

body.night center.section-separator {border-top: 1px solid #f78a42; font-weight:bold;margin:5px}

body.night center.story-end {border-top: 3px solid #4c8099; font-weight:bold;margin:5px}