/*
bakelit.css
'bakelit' style for the Tarski theme - http://tarskitheme.com/
Designed by Anders Engström
*/


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

/* Content
----------------------------------------------- */
body.bakelit code { color: #bf8060; }
body.bakelit abbr, body.bakelit acronym { border-bottom: 1px solid #bf8060; }
		
		/* Headers
		--------------------------------------- */
		body.bakelit h3 { color: #bf6030; }
		
		/* Post content
		--------------------------------------- */
		body.bakelit .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.bakelit .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.bakelit .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.bakelit .content a.download:link, body.bakelit .content a.download:visited, body.bakelit .content a.download:active { background-color: #fcfeff; border: 1px solid #e5cfcf; }
		
		/* Images
		--------------------------------------- */
		body.bakelit a img { border: 0px solid #990f0f; }
		body.bakelit a:hover img, body.bakelit .comment a:hover .avatar { border: 0px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.bakelit a:link, body.bakelit a:active, body.bakelit a:visited { color: #990f0f; }
body.bakelit a:hover { color: #e59900; }

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

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.bakelit .widget_calendar tbody td a { color: #fff; background: #cc8b8b; }
	body.bakelit .widget_calendar tbody td a:hover { color: #fff; background: #cc7452; }
	
