/*
polar.css
'Polar' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Navigation
----------------------------------------------- */
body.polar #wrapper .nav-current:link, body.polar #wrapper .nav-current:visited, body.polar #wrapper .nav-current:active { color: #a8a8a8; }
body.polar #wrapper .nav-current:hover { color: #000; }

	/* Feed icon
	------------------------------------------- */
	body.polar .feed { background: url('../images/feed-add.gif') no-repeat 0 50%; }

/* Content
----------------------------------------------- */
body.polar code, body.polar pre { color: #8fafbf; }
body.polar abbr, body.polar acronym { border-bottom: 1px solid #5c8499; }
body.polar { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 76%; line-height: 120%; color: #545454; 	background: url(http://www.shipwrightsarms.com.au/images/blue-stripe-bg.gif) repeat; min-width: 760px; }
body.polar #wrapper { width: 760px; text-align: left;  background: #fff;}

		/* Headers
		--------------------------------------- */
		body.polar #blog-title { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 2.5em; font-weight: normal; margin: 0; border: none; padding: 0; line-height: 120%; }
		body.polar #tagline { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1.5em; font-weight: normal; font-style: italic; color: #a8a8a8; margin: 0.1em 0 0.3em 0; border: none; padding: 0; line-height: 120%; }
		body.polar h3 { color: #a8a8a8; }
		body.polar h1, body .entry .title { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 2em; font-weight: normal; line-height: 120%; margin: 0; border-bottom: 1px solid #ccc; padding: 0 0 0.1em 0; }
		body.polar h2 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 2em; font-weight: normal; line-height: 120%; margin: 0 0 0.5em 0; }
		body.polar h3 { font-size: 0.8em; font-weight: normal; color: #8fbf60; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0; }
		body.polar h4 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1.5em; font-weight: normal; line-height: 120%; margin: 0 0 0.3em 0; }
		body.polar h5 { font-size: 1em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: none; }
		body.polar h6 { font-size: 0.8em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: none; }

		/* Post content
		--------------------------------------- */
		body.polar .articlenav { background: #fff; }

		/* Inserts
		--------------------------------------- */
		body.polar .insert { background: #fff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
			body.polar .insert h3 { border-bottom: 1px solid #cfdee5; }

		/* Downloads
		--------------------------------------- */
		body.polar a.download:link, body.polar a.download:visited, body.polar a.download:active { background: #fafcfc url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdee5; border-bottom: 1px solid #cfdee5 !important; }
		body.polar a.download:hover { background: #fafafa url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #a8a8a8; border-bottom: 1px solid #a8a8a8 !important; }

		/* Images
		--------------------------------------- */
		body.polar a img { border: 1px solid #4c8099; }
		body.polar a:hover img { border: 1px solid #000; }
			
		/* Comments
		--------------------------------------- */
		body.polar .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.polar .trackback { background: url('../images/trackback.gif') no-repeat 100% 60%; }
/* Links
----------------------------------------------- */
body.polar a:link, body.polar a:active, body.polar a:visited { color: #4c8099; }
body.polar a:hover { color: #000; }

body.polar .content a:link, body.polar .content a:visited, body.polar .content a:active { border-bottom: 1px solid #ccc; }
body.polar .content a:hover { border-bottom: 1px solid #000; }