/*
custom.css
'custom' style for the Tarski theme - http://ionfish.co.uk/tarski/
Designed by Benedict Eastaugh, http://ionfish.co.uk/
*/

/* Navigation
----------------------------------------------- */
body.custom #nav-current:link, body.custom #nav-current:visited, body.custom #nav-current:active { color: #bf6068; }
body.custom #nav-current:hover { color: #a6212c; }

	/* Feed icon
	------------------------------------------- */
	body.custom .feed { background: url('../images/feed-add.gif') no-repeat 0 50%; }

/* Content
----------------------------------------------- */
body.custom code, body.custom pre { font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #bf8f93; }
body.custom abbr, body.custom acronym { border-bottom: 1px solid #bf8f93; }

body.custom #recent { display: none; }

		/* Headers
		--------------------------------------- */
		body.custom h3 { color: #bf6068; }
		body.custom h4, body.custom h5, body.custom h6 { color: #bf8f93; }

		/* Post content
		--------------------------------------- */
		body.custom .articlenav { background: #fcfeff; }
		body.custom { min-width: 830px; }
		body.custom #wrapper { width: 830px; }
		body.custom .primary { width: 570px; }

		/* Inserts
		--------------------------------------- */
		body.custom .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
			body.custom .insert h3 { border-bottom: 1px solid #cfdee5; }

		/* Downloads
		--------------------------------------- */
		body.custom a.download:link, body.custom a.download:visited, body.custom a.download:active { background: #fcfeff url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdee5; border-bottom: 1px solid #cfdee5 !important; }
		body.custom a.download:hover { background: #fffcfd url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #e5cfd0; border-bottom: 1px solid #e5cfcf !important; }

		/* Images
		--------------------------------------- */
		body.custom a img { border: 1px solid #3689b3; }
		body.custom a:hover img { border: 1px solid #a6212c; }
						
		/* Comments
		--------------------------------------- */
		body.custom .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.custom .trackback { background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; }

/* Links
----------------------------------------------- */
body.custom a:link, body.custom a:active, body.custom a:visited { color: #3689b3; }
body.custom a:hover { color: #a6212c; }

body.custom .content a:link, body.custom .content a:active, body.custom .content a:visited { border-bottom: 1px solid #cfdee5; }
body.custom .content a:hover { border-bottom: 1px solid #a6212c; }