/*
ingrid.css
'' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Navigation
----------------------------------------------- */
body.ingrid #wrapper .nav-current:link, body.ingrid #wrapper .nav-current:visited, body.ingrid #wrapper .nav-current:active { color: #00B193; }
body.ingrid #wrapper .nav-current:hover { color: #FF5C00; }
	
/* Content
----------------------------------------------- */
body.ingrid code { color: #8fafbf; }
body.ingrid abbr, body.ingrid acronym { border-bottom: 1px dashed #5c8499; }
		
		/* Headers
		--------------------------------------- */
		body.ingrid h3 { font-weight: bold; color: #606060; }
		
		/* Post content
		--------------------------------------- */
		body.ingrid .articlenav { background: #fff; }
		
		/* Inserts
		--------------------------------------- */
		body.ingrid .insert { background: #fff; margin: 0 0 1em 0; border: 1px dashed #cfdee5; padding: 9px; }
			body.ingrid .insert h3 { border-bottom: 1px dashed #cfdee5; }
		
		/* Downloads
		--------------------------------------- */
		body.ingrid .content a.download:link, body.ingrid .content a.download:visited, body.ingrid .content a.download:active { background-color: #fafcfc; /*border: 1px dashed #cfdee5;*/ }
		
		/* Images
		--------------------------------------- */
		body.ingrid a img { border: 1px solid 0075c6; }
		body.ingrid a:hover img, body.ingrid .comment a:hover .avatar { border: 1px solid #FF5C00; }
		
/* Links
----------------------------------------------- */
body.ingrid a:link, body.ingrid a:active, body.ingrid a:visited { color: #0075c6; }
body.ingrid a:hover { color: #FF5C00; }

/* body.ingrid .content a:link, body.ingrid .content a:active, body.ingrid .content a:visited, body.ingrid .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.ingrid .tagdata a:active, body.ingrid .tagdata a:visited, body.ingrid .widget_tag_cloud a:link, body.ingrid .widget_tag_cloud a:active, body.ingrid .widget_tag_cloud a:visited { border-bottom: 1px dashed #ccc; } 
body.ingrid .content a:hover, body.ingrid .link-pages a:hover, body.ingrid .tagdata a:hover, body.ingrid .widget_tag_cloud a:hover { border-bottom: 1px dashed #FF5C00; } */

/* Widgets
----------------------------------------------- */

	/* Calendar widget
	------------------------------------------- */
	body.ingrid .widget_calendar tbody td a { color: #fff; background: #0075C6; }
	body.ingrid .widget_calendar tbody td a:hover { color: #fff; background: #FF5C00; }
