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


/* Navigation
----------------------------------------------- */
body.sns #wrapper .nav-current:link, body.sns #wrapper .nav-current:visited, body.sns #wrapper .nav-current:active { background-color: black; color: #bf6030; }
body.sns #wrapper .nav-current:hover { background-color: black; color: #e59900; }

	/* Feed icon
	------------------------------------------- */
	body.sns .feed { background-color: black; background: url('../images/feed-add.gif') no-repeat 0 50%; }

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

		/* Headers
		--------------------------------------- */
		body.sns h3 { background-color: black; color: #a87b3d; }

		/* Post content
		--------------------------------------- */
		body.sns .articlenav { background-color: black; }

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

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

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

/* Links
----------------------------------------------- */
body.sns a:link, body.sns a:active, body.sns a:visited { background-color: black; color: #a07b41; }
body.sns a:hover { background-color: black; color: #992809; }

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