/*
burky-classic.css

1. blau
2. current + Sidebarueberschriften: dklsand #e56600
3. hover: dklrot #cc0000 

headers h3 font-size groesser (auf 100%) gesetzt.

'burky-Classic' style for the Tarski theme - http://ionfish.co.uk/tarski/
Designed by Burkhard Schwarz ;-) + Benedict Eastaugh, http://ionfish.co.uk/
*/


/* Navigation
----------------------------------------------- */
body.burky-classic #nav-current:link, body.burky-classic #nav-current:visited, body.burky-classic #nav-current:active { color: #e56600; }
body.burky-classic #nav-current:hover { color: #cc0000; }

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

/* Content
----------------------------------------------- */
body.burky-classic code, body.burky-classic pre { font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #bf8060; }
body.burky-classic abbr, body.burky-classic acronym { border-bottom: 1px solid #bf8060; }

		/* Headers
		--------------------------------------- */
		body.burky-classic h3 { font-size: 100%; color: #e56600; }

		/* Post content
		--------------------------------------- */
		body.burky-classic .articlenav { background: #fcfeff; }

		/* Inserts
		--------------------------------------- */
		body.burky-classic .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.burky-classic .insert h3 { border-bottom: 1px solid #cfdde5; }

		/* Downloads
		--------------------------------------- */		
		body.burky-classic a.download:link, body.burky-classic a.download:visited, body.burky-classic 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.burky-classic 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.burky-classic a img { border: 1px solid #0f6b99; }
		body.burky-classic a:hover img { border: 1px solid #e59900; }
			
		/* Comments
		--------------------------------------- */
		body.burky-classic .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.burky-classic .trackback { background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; }

/* Links
----------------------------------------------- */
body.burky-classic a:link, body.classic a:active, body.burky-classic a:visited { color: #0f6b99; }
body.burky-classic a:hover { color: #cc0000; }

body.burky-classic .content a:link, body.classic .content a:active, body.classic .content a:visited { border-bottom: 1px solid #cfdde5; }
body.burky-classic .content a:hover { border-bottom: 1px solid #cc0000; }