/*
spire.css

/* Navigation
----------------------------------------------- */
body.spire #wrapper .nav-current:link, body.classic #wrapper .nav-current:visited, body.spire #wrapper .nav-current:active { color: #2a94bb; }
body.spire #wrapper .nav-current:hover { color: #2a94bb; text-decoration: underline;}

/* Content
----------------------------------------------- */
body.spire code { color: #bf8060; }
body.spire abbr, body.classic acronym { border-bottom: 1px solid #bf8060; }
		
		/* Headers
		--------------------------------------- */
		body.spire h3 { color: #484848; }
		
		/* Post content
		--------------------------------------- */
		body.spire .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.spire .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.spire .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.spire .content a.download:link, body.spire .content a.download:visited, body.spire .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
		
		/* Images
		--------------------------------------- */
		body.spire a img { border: 0px; }
		body.spire a:hover img, body.spire .comment a:hover .avatar { border: 0px; }
		
/* Links
----------------------------------------------- */
body.spire a:link, body.spire a:active, body.spire a:visited { color: #2a94bb; }
body.spire a:hover { color: #2a94bb; text-decoration: underline; }

body.spire .content a:link, body.spire .content a:active, body.spire .content a:visited, body.spire .link-pages a:link, body.spire .link-pages a:active, body.spire .link-pages a:visited, body.spire .tagdata a:link, body.spire .tagdata a:active, body.spire .tagdata a:visited, body.spire .widget_tag_cloud a:link, body.spire .widget_tag_cloud a:active, body.spire .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdde5; }
body.spire .content a:hover, body.spire .link-pages a:hover, body.spire .tagdata a:hover, body.spire .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

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