/*
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;
				}
			
		/* 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: #004276;
	}
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;
	}

#stylefour{position:relative;display:block;height:39px;font-size:13px;
font-weight:bold;background:transparent url(../images/bgOFF.gif) repeat-x top left;
font-family:tahoma,Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;}


#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}

#stylefour ul li{display:block;float:left;margin:0;}


#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;
padding:11px 20px 0 20px;height:23px;
background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;}


#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;
background:#fff url(../images/bgON.gif) no-repeat top left;}
