/*
polar.css
'Polar' style for the Tarski theme - http://ionfish.co.uk/tarski/
Designed by Benedict Eastaugh, http://ionfish.co.uk/
*/


/* Feed icon
----------------------------------------------- */
body.phatphish .feed {
	background: url('../images/feed-add.gif') no-repeat 0 50%;
	}

/* Content
----------------------------------------------- */
body.phatphish code {
	font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #8fafbf;
	}
body.phatphish acronym {
	border-bottom: 1px solid #5c8499;
	}

		/* Headers
		--------------------------------------- */
		body.phatphish h3 {
			color: #a8a8a8;
			}
		h1, h2, .post-title, #tagline, #blog-title {
			font-family: Arial, Helvetica, sans-serif !important;
		}
		
		/* Post content
		--------------------------------------- */
			body.phatphish a.download:link, body.phatphish a.download:visited, body.phatphish 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.phatphish 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.phatphish a img {
				border: 1px solid #4c8099;
				}
			body.phatphish a:hover img {
				border: 1px solid #000;
				}
			.aside .post-content{
				background: #F5F5F5;
				margin-bottom: 15px;
				padding: 5px;
				font-size: 1em;
			}
			.aside .post-content h2 {
				border: none;
				font-size: 1.5em;
			}
			
		/* Comments
		--------------------------------------- */
				body.phatphish .comments-feed a {
					background: url('../images/feed.gif') no-repeat 100% 50%;
					}
		body.phatphish .author-comment {
			/* author highlighting: uncomment the following line to turn it on */
			/* background: #fff; */
			}
		body.phatphish .trackback {
			background: url('../images/trackback.gif') no-repeat 100% 60%;
			}
		
		/* Images
		--------------------------------------- */
		a img {
			margin: 5px;
			border: none;
		}
		a:hover img {
			margin: 5px;
			border: none;
		}
/* Links
----------------------------------------------- */
body.phatphish a:link, body.phatphish a:active, body.phatphish a:visited {
	color: #4c8099;
	}
body.phatphish a:hover {
	color: #000;
	}

body.phatphish .content a:link, body.phatphish .content a:visited, body.phatphish .content a:active, body.phatphish .post-content a:link, body.phatphish .post-content a:active, body.phatphish .post-content a:visited, body.phatphish .comment-content a:link, body.phatphish .comment-content a:active, body.phatphish .comment-content a:visited, body.phatphish #blurb a:link, body.phatphish #blurb a:active, body.phatphish #blurb a:visited, body.phatphish .recent p a:link, body.phatphish .recent p a:active, body.phatphish .recent p a:visited {
	border-bottom: 1px solid #ccc;
	}
body.phatphish .content a:hover, body.phatphish .post-content a:hover, body.phatphish .comment-content a:hover, body.phatphish #blurb a:hover, body.phatphish .recent p a:hover {
	border-bottom: 1px solid #000;
	}
