/*
purple.css
'purple' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Navigation
----------------------------------------------- */
body.purple #wrapper .nav-current:link, body.purple #wrapper .nav-current:visited, body.purple #wrapper .nav-current:active { color: #bf6030; }
body.purple #wrapper .nav-current:hover { color: #e59900; }

/* Content
----------------------------------------------- */
body.purple code { color: #bf8060; }
body.purple abbr, body.purple acronym { border-bottom: 1px solid #bf8060; }
		
		/* Headers
		--------------------------------------- */
		body.purple h2 { color: #942261; }
		
		/* Post content
		--------------------------------------- */
		body.purple .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.purple .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.purple .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.purple .content a.download:link, body.purple .content a.download:visited, body.purple .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
		
		/* Images
		--------------------------------------- */
		body.purple a img { border: 1px solid #942261; }
		body.purple a:hover img, body.purple .comment a:hover .avatar { border: 1px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.purple a:link, body.purple a:active, body.purple a:visited { color: #942261; }
body.purple a:hover { color: #e59900; }

body.purple .content a:link, body.purple .content a:active, body.purple .content a:visited, body.purple .link-pages a:link, body.purple .link-pages a:active, body.purple .link-pages a:visited, body.purple .tagdata a:link, body.purple .tagdata a:active, body.purple .tagdata a:visited, body.purple .widget_tag_cloud a:link, body.purple .widget_tag_cloud a:active, body.purple .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdde5; }
body.purple .content a:hover, body.purple .link-pages a:hover, body.purple .tagdata a:hover, body.purple .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.purple .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.purple .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
	
