/*
donorinsite.css
'donorinsite' style for the Tarski theme - http://ionfish.co.uk/tarski/
Designed by Benedict Eastaugh, http://ionfish.co.uk/
*/

/* Feed icon
----------------------------------------------- */
body.donorinsite .feed {
	background: url('../images/feed-add.gif') no-repeat 0 50%;
	}

/* Content
----------------------------------------------- */
body.donorinsite code {
	font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #bf8f93;
	}
body.donorinsite acronym {
	border-top: 2px solid #bf8f93; border-bottom: 2px solid #bf8f93;
	}

		/* Headers
		--------------------------------------- */
		body.donorinsite h3 {
			color: #bf6068;
			}
		body.donorinsite h4 {
			color: #bf8f93;
			}

		/* Post content
		--------------------------------------- */
			body.donorinsite a.download:link, body.donorinsite a.download:visited, body.donorinsite 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.donorinsite a.download:hover {
				background: #fffcfd url('../images/download.gif') no-repeat 10px 50%;
				border-top: 1px solid #e5cfd0; border-bottom: 1px solid #e5cfcf !important;
				}
			body.donorinsite a img {
				border: 1px solid #3689b3;
				}
			body.donorinsite a:hover img {
				border: 1px solid #a6212c;
				}
			
		/* Comments
		--------------------------------------- */
				body.donorinsite .comments-feed a {
					background: url('../images/feed.gif') no-repeat 100% 50%;
					}
		body.donorinsite .author-comment {
			/* author highlighting: uncomment the following line to turn it on */
			/* background: #fcfeff; */
			}
		body.donorinsite .trackback {
			background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%;
			}
/* Links
----------------------------------------------- */
body.donorinsite a:link, body.donorinsite a:active, body.donorinsite a:visited {
	color: #3689b3;
	}
body.donorinsite a:hover {
	color: #a6212c;
	}

body.donorinsite .content a:link, body.donorinsite .content a:active, body.donorinsite .content a:visited, body.donorinsite .post-content a:link, body.donorinsite .post-content a:active, body.donorinsite .post-content a:visited, body.donorinsite .comment-content a:link, body.donorinsite .comment-content a:active, body.donorinsite .comment-content a:visited, body.donorinsite #blurb a:link, body.donorinsite #blurb a:active, body.donorinsite #blurb a:visited, body.donorinsite .recent p a:link, body.donorinsite .recent p a:active, body.donorinsite .recent p a:visited {
	border-bottom: 1px solid #cfdee5;
	}
body.donorinsite .content a:hover, body.donorinsite .post-content a:hover, body.donorinsite .comment-content a:hover, body.donorinsite #blurb a:hover, body.donorinsite .recent p a:hover {
	border-bottom: 1px solid #a6212c;
	}