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