/*
archivers.css
'Archivers' style for the Tarski theme - http://tarskitheme.com/
Designed by David Kingsbury, http://7minutemiles.com/
*/


/* Navigation
----------------------------------------------- */
body.archivers #wrapper .nav-current:link, body.archivers #wrapper .nav-current:visited, body.archivers #wrapper .nav-current:active { color: #a5dad5; }
body.archivers #wrapper .nav-current:hover { color: #000; }
	
/* Content
----------------------------------------------- */
body.archivers abbr, body.archivers acronym { border-bottom: 1px solid #5c8499; }
		
	/* Headers
	--------------------------------------- */
	body.archivers h3 { color: #614c40; }
	
	/* Post content
	--------------------------------------- */
	body.archivers .articlenav { background: #fff; }
	
	/* Inserts
	--------------------------------------- */
	body.archivers .insert { background: #fff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
		body.archivers .insert h3 { border-bottom: 1px solid #cfdee5; }
	
	/* Downloads
	--------------------------------------- */
	body.archivers .content a.download:link, body.archivers .content a.download:visited, body.archivers .content a.download:active { background-color: #fafcfc; border: 1px solid #cfdee5; }
	
	/* Images
	--------------------------------------- */
	body.archivers a img { border: 1px solid #4c8099; }
	body.archivers a:hover img, body.archivers .comment a:hover .avatar { border: 1px solid #000; }
		
/* Links
----------------------------------------------- */
body.archivers a:link, body.archivers a:active, body.archivers a:visited { color: #ff8400; }
body.archivers a:hover { color: #000; }

body.archivers .content a:link, body.archivers .content a:active, body.archivers .content a:visited, body.archivers .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.archivers .tagdata a:active, body.archivers .tagdata a:visited, body.archivers .widget_tag_cloud a:link, body.archivers .widget_tag_cloud a:active, body.archivers .widget_tag_cloud a:visited { border-bottom: 1px solid #ccc; }
body.archivers .content a:hover, body.archivers .link-pages a:hover, body.archivers .tagdata a:hover, body.archivers .widget_tag_cloud a:hover { border-bottom: 1px solid #000; }

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

	/* Calendar widget
	------------------------------------------- */
	body.archivers .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.archivers .widget_calendar tbody td a:hover { color: #fff; background: #404040; }
	

/* Page Layout
----------------------------------------------- */	
body.archivers { min-width: 850px; }
body.archivers #wrapper { width: 850px; }
body.archivers .primary { margin: 0 0 0 35px; }
body.archivers .secondary { margin: 0 35px 0 0; }


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

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

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

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; } */
