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