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

body{
	border-top:4px solid #159ec6;
}


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

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

		/* Headers
		--------------------------------------- */
		body.polar h3 {
			color: #a8a8a8;
			}

		/* Post content
		--------------------------------------- */
			body.polar a.download:link, body.polar a.download:visited, body.polar a.download:active {
				background: #fafcfc url('../images/download.gif') no-repeat 10px 50%;
				border-top: 1px solid #8fafbf; border-bottom: 1px solid #8fafbf !important;
				}
			body.polar a.download:hover {
				background: #fafafa url('../images/download.gif') no-repeat 10px 50%;
				border-top: 1px solid #a8a8a8; border-bottom: 1px solid #a8a8a8 !important;
				}
			body.polar a img {
				border: 1px solid #4c8099;
				}
			body.polar a:hover img {
				border: 1px solid #000;
				}
			
		/* Comments
		--------------------------------------- */
				body.polar .comments-feed a {
					background: url('../images/feed.gif') no-repeat 100% 50%;
					}
		body.polar .author-comment {
			/* author highlighting: uncomment the following line to turn it on */
			/* background: #fff; */
			}
		body.polar .trackback {
			background: url('../images/trackback.gif') no-repeat 100% 60%;
			}
/* Links
----------------------------------------------- */
body.polar a:link, body.polar a:active, body.polar a:visited {
	color: #159ec6;
	}
body.polar a:hover {
	color: #000;
	}

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