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


/* Navigation
----------------------------------------------- */
body.matt-thorn #wrapper .nav-current:link, body.matt-thorn #wrapper .nav-current:visited, body.matt-thorn #wrapper .nav-current:active { color: #FF0066; }
body.matt-thorn #wrapper .nav-current:hover { color: #FF66CC; }

/* Content
----------------------------------------------- */
body.matt-thorn code { color: #0033CC; }
body.matt-thorn abbr, body.matt-thorn acronym { border-bottom: 1px solid #bf8060; }
		
		/* Headers
		--------------------------------------- */
		body.matt-thorn h3 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0066; }
		body.matt-thorn h2 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0066; }

		
		/* Post content
		--------------------------------------- */
		body.matt-thorn .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.matt-thorn .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.matt-thorn .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.matt-thorn .content a.download:link, body.matt-thorn .content a.download:visited, body.matt-thorn .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
		
		/* Images
		--------------------------------------- */
		body.matt-thorn a img { border: 1px solid #0f6b99; }
		body.matt-thorn a:hover img, body.matt-thorn .comment a:hover .avatar { border: 1px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.matt-thorn a:link, body.matt-thorn a:active, body.matt-thorn a:visited { color: #0099FF; }
body.matt-thorn a:hover { color: #33CCFF; }

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

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.matt-thorn .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.matt-thorn .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
	