/*
skyline.css
'Skyline' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Navigation
----------------------------------------------- */
body.mathias #wrapper .nav-current:link, body.mathias #wrapper .nav-current:visited, body.mathias #wrapper .nav-current:active { color: orange; }
body.mathias #wrapper .nav-current:hover { color: orange; }

/* Content
----------------------------------------------- */
body.mathias code { color: #bf8f93; }
body.mathias abbr, body.mathias acronym { border-width: 0; }
		
		/* Headers
		--------------------------------------- */
		body.mathias h3 { color: gray; }
		body.mathias h4, body.mathias h5, body.mathias h6 { color: gray; }
		
		/* Post content
		--------------------------------------- */
		body.mathias .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.mathias .insert { background: #fcfeff; margin: 30px 0 1em; padding: 9px; border-width: 0; }
			body.mathias .insert h3 { padding-top: 0; border-width: 0; }
		
		/* Downloads
		--------------------------------------- */
		body.mathias .content a.download:link, body.mathias .content a.download:visited, body.mathias .content a.download:active { background-color: #fcfeff; border-width: 0; }
		
		/* Images
		--------------------------------------- */
		body.mathias a img { border-width: 0; }
		body.mathias a:hover img, body.mathias .comment a:hover .avatar { border-width: 0; }
		
/* Links
----------------------------------------------- */
body.mathias a:link, body.mathias a:active, body.mathias a:visited { color: #3689b3; }
body.mathias a:hover { color: orange; }

body.mathias .content a:link, body.mathias .content a:active, body.mathias .content a:visited, body.mathias .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.mathias .tagdata a:active, body.mathias .tagdata a:visited, body.mathias .widget_tag_cloud a:link, body.mathias .widget_tag_cloud a:active, body.mathias .widget_tag_cloud a:visited { border-width: 0; }
body.mathias .content a:hover, body.mathias .link-pages a:hover, body.mathias .tagdata a:hover, body.mathias .widget_tag_cloud a:hover { width: 0; border-width: 0; }

/* Widgets
----------------------------------------------- */

	/* Calendar widget
	------------------------------------------- */
	body.mathias .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.mathias .widget_calendar tbody td a:hover { color: #fff; background: orange; }
