/*
xixidu.css
'xixidu' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/

/* Width
----------------------------------------------- */
/* Main structure
----------------------------------------------- */
body.xixidu { min-width: 800px; }
#wrapper { width: 800px; }

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

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


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

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

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

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