/*
philip.css
Modified from 'Classic' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


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

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

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

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