/*
classickat.css
'Classic' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
Edited for use by Kat
*/


/* Navigation
----------------------------------------------- */
body.classickat #wrapper .nav-current:link, body.classickat #wrapper .nav-current:visited, body.classickat #wrapper .nav-current:active { color: #bf6030; }
body.classickat #wrapper .nav-current:hover { color: #e59900; }

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

/* Content
----------------------------------------------- */
body.classickat code, body.classickat pre { font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #bf8060; }
body.classickat abbr, body.classickat acronym { border-bottom: 1px solid #bf8060; }
body.classickat {background-color: #625DA7; background-image:url(background.gif);background-repeat: repeat-x;}

		/* Headers
		--------------------------------------- */
		body.classickat h3 { color: #bf6030;}
		#header {background-image: url(background.gif); background-repeat: repeat-x;}

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

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

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

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

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