/*
custom-02.css
Based on the 'Polar' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
Modified by Arch Support at http://oneshoeoff.net/
*/


/* Navigation
----------------------------------------------- */
#wrapper .nav-current:link, #wrapper .nav-current:visited, #wrapper .nav-current:active { color: #a8a8a8; }
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; }
	
/* Content
----------------------------------------------- */
body.polar code { color: #8fafbf; }
body.polar abbr, body.polar acronym { border-bottom: 1px solid #5c8499; }
		
		/* Headers
		--------------------------------------- */
		#blog-title { font-family: Book Antiqua, Palatino, 'Times New Roman', Times, serif; font-size: 3em; font-weight: normal; color: #333333; margin: 0; border: none; padding: 0; line-height: 120%; }
		#tagline { font-family: Book Antiqua, Palatino, 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; font-style: italic; color: #808080; margin: 0.1em 0 0.3em 0; border: none; padding: 0; line-height: 120%; }
		h1, body .entry .title { font-family: Book Antiqua, Palatino, 'Times New Roman', Times, serif; font-size: 2em; font-weight: normal; line-height: 120%; margin: 0; border-bottom: 1px solid #ccc; padding: 0 0 0.1em 0; }
		h2 { font-family: Book Antiqua, Palatino, 'Times New Roman', Times, serif; font-size: 2em; font-weight: normal; line-height: 120%; margin: 0 0 0.5em 0; }
		h3 { font-size: 0.8em; font-weight: normal; color: #a8a8a8; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0; }
		h4 { font-family: Book Antiqua, Palatino, 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; line-height: 120%; margin: 0 0 0.3em 0; }
		h5 { font-size: 1em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: 0; }
		h6 { font-size: 0.8em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: 0; }
		body .pagination { margin: 0; font-family: Book Antiqua, Palatino, 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; line-height: 120%; clear: both; }
		
		/* 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 .content a.download:link, body.polar .content a.download:visited, body.polar .content a.download:active { background-color: #fafcfc; border: 1px solid #cfdee5; }
		
		/* Images
		--------------------------------------- */
		body.polar a img { border: 1px solid #4c8099; }
		body.polar a:hover img, body.polar .comment a:hover .avatar { border: 1px solid #000; }
		
/* 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:active, body.polar .content a:visited, body.polar .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.polar .tagdata a:active, body.polar .tagdata a:visited, body.polar .widget_tag_cloud a:link, body.polar .widget_tag_cloud a:active, body.polar .widget_tag_cloud a:visited { border-bottom: 1px solid #ccc; }
body.polar .content a:hover, body.polar .link-pages a:hover, body.polar .tagdata a:hover, body.polar .widget_tag_cloud a:hover { border-bottom: 1px solid #000; }

/* Widgets
----------------------------------------------- */

	/* Calendar widget
	------------------------------------------- */
	body .widget_calendar caption { margin: 0.25em 0 0.2em 0; border-bottom: 1px solid #ccc; padding: 0 0 0.5em 0; font-family: Book Antiqua, Palatino, 'Times New Roman', Times, serif; font-size:1.5em; text-align: center; }
	body .widget_calendar tfoot td { font-family: Book Antiqua, Palatino, 'Times New Roman', Times, serif; font-size: 1.5em; }	
	body.polar .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.polar .widget_calendar tbody td a:hover { color: #fff; background: #404040; }
