/*
skank1.css
'skank1' style for the Tarski theme - http://ionfish.co.uk/tarski/
Designed by Stilgherrian, http://skank.com.au/
*/

/* Page structure
----------------------------------------------- */
body.skank1 {
	min-width: 860px;
}
body.skank1 #wrapper {
	width: 860px;
}
body.skank1 .primary {
	width: 600px;
}



/* Navigation
----------------------------------------------- */
body.skank1 #nav-current:link, body.skank1 #nav-current:visited, body.skank1 #nav-current:active { color: #bf6068; }
body.skank1 #nav-current:hover { color: #a6212c; }

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

/* Content
----------------------------------------------- */
body.skank1 { color: #000000; }
body.skank1 code, body.skank1 pre { font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #bf8f93; }
body.skank1 abbr, body.skank1 acronym { border-bottom: 1px solid #bf8f93; }
body.skank1 blockquote { color: #000000; }

		/* Headers
		--------------------------------------- */
		body.skank1 h3 { color: #bf6068; }
		body.skank1 h4, body.skank1 h5, body.skank1 h6 { color: #bf8f93; }

		/* Post content
		--------------------------------------- */
		body.skank1 .articlenav { background: #fcfeff; }


		/* Asides
		--------------------------------------- */
		body.skank1 div.aside {
			border-left: 2px solid #bf6068;
			padding-left: 10px;
			margin-bottom: 4em;
		}

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

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

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

/* Links
----------------------------------------------- */
body.skank1 a:link, body.skank1 a:active, body.skank1 a:visited { color: #3689b3; }
body.skank1 a:hover { color: #a6212c; }

body.skank1 .content a:link, body.skank1 .content a:active, body.skank1 .content a:visited { border-bottom: 1px solid #cfdee5; }
body.skank1 .content a:hover { border-bottom: 1px solid #a6212c; }
