/*
pickle.css
'Pickle' style for the Tarski theme - http://tarskitheme.com/
Designed by Awesome Pickle - https://awesomepickle.com/
*/

/*
Tarski screen stylesheet
*/

/* Main structure
----------------------------------------------- */
body.pickle { min-width: 760px; }
#wrapper { width: 760px; }

/* Positioning
----------------------------------------------- */
body.pickle .primary { width: 500px; float: right; }
	body.janus .primary { float: left; }
body.pickle .primary-span { padding-left: 220px; clear: both; }
	body.janus .primary-span { padding-left: 0; padding-right: 720px; }

body.pickle .secondary { width: 200px; float: left; }
	body.janus .secondary { float: right; }
body.pickle .secondary-span { padding-left: 0; clear: both; }
	body.janus .secondary-span { padding-left: 0; padding-right: 220px; }

body.pickle .tertiary { width: 200px; float: right; }
	body.janus .tertiary { float: right; }
body.pickle .tertiary-span { padding-left: 780px; clear: both; }
	body.janus .tertiary-span { padding-left: 0; padding-right: 0; }
	
body { text-align: left; }
body.rtl { text-align: right; }
body.centre { text-align: center; }
body #wrapper { margin: 0 auto 0 0; }
body.rtl #wrapper { margin: 0 0 0 auto; }
body.centre #wrapper { margin: 0 auto; }


/*
Tarski Stylesheet
*/

/* Navigation
----------------------------------------------- */
body.classic #wrapper .nav-current:link, body.classic #wrapper .nav-current:visited, body.classic #wrapper .nav-current:active { color: #bf6030; }
body.classic #wrapper .nav-current:hover { color: #e59900; }

/* Content
----------------------------------------------- */
body.pickle code { color: #66AA00; }
body.pickle abbr, body.classic acronym { border-bottom: 1px solid #66AA00; }
body.pickle { font-size: 100%; line-height: 158%; }
		
		/* Headers
		--------------------------------------- */
		body.pickle h1 { color: ##66AA00; }
		
		/* Post content
		--------------------------------------- */
		body.classic .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.classic .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.classic .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.classic .content a.download:link, body.classic .content a.download:visited, body.classic .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
		
		/* Images
		--------------------------------------- */
		body.pickle a img { border: none; }
		body.pickle a:hover img, body.pickle .comment a:hover .avatar { border: none; }

/* Sidebar-right
----------------------------------------------- 
<style type="text/css">

#sidebar2 {
float: right;
}

</style>
	
/* Links
----------------------------------------------- */
body.classic a:link, body.classic a:active, body.classic a:visited { color: #0f6b99; }
body.classic a:hover { color: #e59900; }

body.classic .content a:link, body.classic .content a:active, body.classic .content a:visited, body.classic .link-pages a:link, body.classic .link-pages a:active, body.classic .link-pages a:visited, body.classic .tagdata a:link, body.classic .tagdata a:active, body.classic .tagdata a:visited, body.classic .widget_tag_cloud a:link, body.classic .widget_tag_cloud a:active, body.classic .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdde5; }
body.classic .content a:hover, body.classic .link-pages a:hover, body.classic .tagdata a:hover, body.classic .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.classic .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.classic .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
	