/*
skyline.css
'Skyline' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Navigation
----------------------------------------------- */
body.lmp #wrapper .nav-current:link, body.lmp #wrapper .nav-current:visited, body.lmp #wrapper .nav-current:active { color: #bf6068; }
body.lmp #wrapper .nav-current:hover { color: #a6212c; }

/* Content
----------------------------------------------- */
body.lmp code { color: #bf8f93; }
body.lmp abbr, body.lmp acronym { border-bottom: 1px solid #bf8f93; }
		
		/* Headers
		--------------------------------------- */
		body.lmp h3 { color: #bf6068; }
		body.lmp h4, body.lmp h5, body.lmp h6 { color: #bf8f93; }
		
		/* Post content
		--------------------------------------- */
		body.lmp .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.lmp .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
			body.lmp .insert h3 { border-bottom: 1px solid #cfdee5; }
		
		/* Downloads
		--------------------------------------- */
		body.lmp .content a.download:link, body.lmp .content a.download:visited, body.lmp .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdee5; }
		
		/* Images
		--------------------------------------- */
		body.lmp a img { border: 0px solid #3689b3; }
		body.lmp a:hover img, body.lmp .comment a:hover .avatar { border: 0px solid #a6212c; }
		
/* Links
----------------------------------------------- */
body.lmp a:link, body.lmp a:active, body.lmp a:visited { color: #3689b3; }
body.lmp a:hover { color: #a6212c; }

body.lmp .content a:link, body.lmp .content a:active, body.lmp .content a:visited, body.lmp .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.lmp .tagdata a:active, body.lmp .tagdata a:visited, body.lmp .widget_tag_cloud a:link, body.lmp .widget_tag_cloud a:active, body.lmp .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdee5; }
body.lmp .content a:hover, body.lmp .link-pages a:hover, body.lmp .tagdata a:hover, body.lmp .widget_tag_cloud a:hover { border-bottom: 1px solid #a6212c; }

/* Widgets
----------------------------------------------- */

	/* Calendar widget
	------------------------------------------- */
	body.lmp .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.lmp .widget_calendar tbody td a:hover { color: #fff; background: #cc8a95; }
