/*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: #a8a8a8; }body.custom #wrapper .nav-current:hover { color: #000; }	/* Content----------------------------------------------- */body.custom code { color: #8fafbf; }body.custom abbr, body.custom acronym { border-bottom: 1px solid #5c8499; }				/* Headers		--------------------------------------- */		body.custom h3 {	color: #a8a8a8;	text-transform: none;	font-size: 16px;	font-family: "Times New Roman", Times, serif;	line-height: 120%;	font-weight: normal;	letter-spacing: 0em;}				/* Post content		--------------------------------------- */		body.custom .articlenav { background: #fff; }				/* Inserts		--------------------------------------- */		body.custom .insert { background: #fff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }			body.custom .insert h3 { border-bottom: 1px solid #cfdee5; }				/* Downloads		--------------------------------------- */		body.custom .content a.download:link, body.custom .content a.download:visited, body.custom .content a.download:active { background-color: #fafcfc; border: 1px solid #cfdee5; }				/* Images		--------------------------------------- */		body.custom a img {	border: 1px solid #a8a8a8;}		body.custom a:hover img, body.custom .comment a:hover .avatar { border: 1px solid #000; }		/* Links----------------------------------------------- */body.custom a:link, body.custom a:active, body.custom a:visited { color: #4c8099; }body.custom a:hover { color: #000; }body.custom .content a:link, body.custom .content a:active, body.custom .content a:visited, body.custom .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .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 none #ccc; }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 none #000; }/* 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: #404040; }