/*
hills.css
'Classic' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Navigation
----------------------------------------------- */
body.hills #wrapper .nav-current:link, body.hills #wrapper .nav-current:visited, body.hills #wrapper .nav-current:active { color: #2f221d; }
body.hills #wrapper .nav-current:hover { color: #e59900; }

/* Content
----------------------------------------------- */
body.hills { color: #2f221d; }
body.hills code { color: #bf8060; }
body.hills abbr, body.hills acronym { border-bottom: 1px solid #bf8060; }
body.hills .content p { line-height: 1.8; }
body.hills .content li { line-height: 1.8; }
		
		/* Headers
		--------------------------------------- */
		body.hills h2 { font-family: 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; line-height: 120%; margin: 0 0 0.5em 0; }
		body.hills h3 { color: #2f221d; }
		
		
		/* Post content
		--------------------------------------- */
		body.hills .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.hills .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.hills .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.hills .content a.download:link, body.hills .content a.download:visited, body.hills .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
		
		/* Images
		--------------------------------------- */
		body.hills a img { border: 1px solid #0f6b99; }
		body.hills a:hover img, body.hills .comment a:hover .avatar { border: 1px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.hills a:link, body.hills a:active, body.hills a:visited { color: #b0aa95; }
body.hills a:hover { color: #e59900; }

body.hills .content a:link, body.hills .content a:active, body.hills .content a:visited { color: #2f221d; }
body.hills .content a:hover { color: #e59900; }
body.hills .content a:link, body.hills .content a:active, body.hills .content a:visited, body.hills .link-pages a:link, body.hills .link-pages a:active, body.hills .link-pages a:visited, body.hills .tagdata a:link, body.hills .tagdata a:active, body.hills .tagdata a:visited, body.hills .widget_tag_cloud a:link, body.hills .widget_tag_cloud a:active, body.hills .widget_tag_cloud a:visited { border-bottom: 1px solid #e59900; }
body.hills .content a:hover, body.hills .link-pages a:hover, body.hills .tagdata a:hover, body.hills .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.hills .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.hills .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
	