/*
skyline.css
'Skyline' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/

/* Navigation
----------------------------------------------- */
body.etu #wrapper .nav-current:link, body.etu #wrapper .nav-current:visited, body.etu #wrapper .nav-current:active { color: #a000a0; }
body.etu #wrapper .nav-current:hover { color: #a6212c; }

	/* Feed icon
	------------------------------------------- */
	body.etu .feed { background: url('../images/feed-add.gif') no-repeat 0 50%; }

/* Content
----------------------------------------------- */
body.etu code, body.etu pre { color: #a000a0; }
body.etu abbr, body.etu acronym { border-bottom: 1px solid #a000a0; }

		/* Headers
		--------------------------------------- */
		body.etu h3 { color: #333333; 
				font-weight: bold; 
				font-size: 1em; }
		body.etu h4, body.etu h5, body.etu h6 { color: #a000a0; }

		/* Post content
		--------------------------------------- */
		body.etu .articlenav { background: #fcfeff; }

		/* Inserts
		--------------------------------------- */
		body.etu .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
			body.etu .insert h3 { border-bottom: 1px solid #cfdee5; }

		/* Downloads
		--------------------------------------- */
		body.etu a.download:link, body.etu a.download:visited, body.etu 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.etu a.download:hover { background: #fffcfd url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #e5cfd0; border-bottom: 1px solid #e5cfcf !important; }

		/* Images
		--------------------------------------- */
		body.etu a img { border: 1px solid #3689b3; }
		body.etu a:hover img { border: 1px solid #a6212c; }
						
		/* Comments
		--------------------------------------- */
		body.etu .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.etu .trackback { background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; }

/* Links
----------------------------------------------- */
body.etu a:link, body.etu a:active, body.etu a:visited { color: #a000a0; }
body.etu a:hover { color: #a6212c; }

body.etu .content a:link, body.etu .content a:active, body.etu .content a:visited { border-bottom: 1px solid #a000a0; }
body.etu .content a:hover { border-bottom: 1px solid #a6212c; }

body.etu a {color: #cfdee5; }

body.etu p.metadata a {color : #222222; }
body.etu p#blog-title a {color : #000000; }
