/*
classic.css
'Classic' style for the Tarski theme - http://ionfish.co.uk/tarski/
Designed by Benedict Eastaugh, http://ionfish.co.uk/
*/

/* Feed icon
----------------------------------------------- */
body.classic .feed {
	background: url('../images/feed-add.gif') no-repeat 0 50%;
	}

/* Content
----------------------------------------------- */
body.classic code {
	font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #bf8060;
	}
body.classic acronym {
	border-bottom: 1px solid #bf8060;
	}

		/* Headers
		--------------------------------------- */
		body.classic h3 {
			color: #bf6030;
			}

		/* Post content
		--------------------------------------- */
			body.classic a.download:link, body.classic a.download:visited, body.classic a.download:active {
				background: #fafdff url('../images/download.gif') no-repeat 10px 50%;
				border-top: 1px solid #b8c5cc; border-bottom: 1px solid #b8c5cc !important;
				}
			body.classic a.download:hover {
				background: #fffdfa url('../images/download.gif') no-repeat 10px 50%;
				border-top: 1px solid #e5d6b8; border-bottom: 1px solid #e5d6b8 !important;
				}
			body.classic a img {
        border: none;
        text-decoration: underline;
		margin: 0px 0px 0px 0px;
				}
			body.classic a:hover img {
        border: none;
        text-decoration: underline;
		margin: 0px 0px 0px 0px;
				}
			
		/* Comments
		--------------------------------------- */
				body.classic .comments-feed a {
					background: url('../images/feed.gif') no-repeat 100% 50%;
					}
		body.classic .author-comment {
			/* author highlighting: uncomment the following line to turn it on */
			/* background: #fafdff; */
			}
		body.classic .trackback {
			background: #fafdff url('../images/trackback.gif') no-repeat 100% 60%;
			}
/* Links
----------------------------------------------- */
body.classic a:link, body.classic a:active, body.classic a:visited {
	color: #0f6b99;
	}
body.classic a:hover {
	color: #e59900;
	}

body.classic .content a:link, body.classic .content a:active, body.classic .content a:visited, body.classic .post-content a:link, body.classic .post-content a:active, body.classic .post-content a:visited, body.classic .comment-content a:link, body.classic .comment-content a:active, body.classic .comment-content a:visited, body.classic #blurb a:link, body.classic #blurb a:active, body.classic #blurb a:visited, body.classic .recent p a:link, body.classic .recent p a:active, body.classic .recent p a:visited {
	border-bottom: 1px solid #b8c5cc;
	}
body.classic .content a:hover, body.classic .post-content a:hover, body.classic .comment-content a:hover, body.classic #blurb a:hover, body.classic .recent p a:hover {
	border-bottom: 1px solid #e59900;
	}
