/*
classic.css
'Classic' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
modified by Guy James http://arciris.com
*/


/* Navigation
----------------------------------------------- */
body.arciris  { background: #3E657F none repeat scroll 0% 50%; } 
body.arciris #wrapper { background-color: white; }
body.arciris #wrapper .nav-current:link, body.arciris #wrapper .nav-current:visited, body.arciris #wrapper .nav-current:active { color: #bf6030; }
body.arciris #wrapper .nav-current:hover { color: #e59900; }
body.arciris #navigation ul.primary { width:715px; }
body.arciris #title { display: none; }

	/* Feed icon
	------------------------------------------- */
	body.arciris .feed { display:none; }
	body.arciris .feedburn { padding-right:8px;}

/* Content
----------------------------------------------- */
body.arciris code, body.arciris pre { color: #bf8060; }
body.arciris abbr, body.arciris acronym { border-bottom: 1px solid #bf8060; }

		/* Headers
		--------------------------------------- */
		body.arciris h3 { color: #bf6030; }

		/* Post content
		--------------------------------------- */
		body.arciris .articlenav { background: #fcfeff; }
		body.arciris .posts .entry { margin:0 0 7em; }

		/* Inserts
		--------------------------------------- */
		body.arciris .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.arciris .insert h3 { border-bottom: 1px solid #cfdde5; }

		/* Downloads
		--------------------------------------- */		
		body.arciris a.download:link, body.arciris a.download:visited, body.arciris a.download:active { background: #fcfeff url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdde5; border-bottom: 1px solid #cfdde5 !important; }
		body.arciris a.download:hover { background: #fffdfa url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #e5d6b8; border-bottom: 1px solid #e5d6b8 !important; }

		/* Images
		--------------------------------------- */
		body.arciris a img { border: 1px solid #0f6b99; }
		body.arciris a:hover img { border: 1px solid #e59900; }
			
		/* Comments
		--------------------------------------- */
		body.arciris .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.arciris .trackback { background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; }

/* Links
----------------------------------------------- */
body.arciris a:link, body.arciris a:active, body.arciris a:visited { color: #0f6b99; }
body.arciris a:hover { color: #e59900; }

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