/*
customised.css
'Customised' style for the Tarski theme - http://tarskitheme.com/
Designed by Jonathan Habrovitsky
*/

/* Screen width
----------------------------------------------- */
body.customised { min-width: 1000px; } 
#wrapper { width: 1000px; } 

body.customised .primary { width: 700px; float: right; }
	body.janus .primary { float: left; }
body.customised .primary-span { padding-left: 220px; clear: both; }
	body.janus .primary-span { padding-left: 0; padding-right: 220px; }
body.customised .secondary { width: 200px; float: left; }
	body.janus .secondary { float: right; }
body.customised .secondary-span { padding-left: 800px; clear: both; }
	body.janus .secondary-span { padding-right: 800px; }
body.customised { text-align: left; }
body.centre { text-align: center; }
body.customised #wrapper { margin: 0 auto 0 0; }
body.centre #wrapper { margin: 0 auto; }



/* Fonts
----------------------------------------------- */
body.customised .content { font-family: 'Kristen ITC', 'Comic Sans MS', Verdana, Helvetica, Arial, sans-serif; font-size: 120%; line-height: 120%; color: #0000ff; background: #fff; }
body.customised .title { font-family: 'Kristen ITC', 'Comic Sans MS', Verdana, Helvetica, Arial, sans-serif; color: #0000ff}

body.customised #footer { font-family: 'Kristen ITC', 'Comic Sans MS', Verdana, Helvetica, Arial, sans-serif; font-size: 70%; line-height: 70%; color: #0000ff; background: #fff; }


/* Navigation
----------------------------------------------- */
body.customised #wrapper .nav-current:link, body.customised #wrapper .nav-current:visited, body.customised #wrapper .nav-current:active { color: #bf6030; }
body.customised #wrapper .nav-current:hover { color: #e59900; }

/* Content
----------------------------------------------- */
body.customised code { color: #bf8060; }
body.customised abbr, body.customised acronym { border-bottom: 1px solid #bf8060; }
		
		/* Headers
		--------------------------------------- */
		body.customised h3 { color: #bf6030; }
		
		/* Post content
		--------------------------------------- */
		body.customised .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.customised .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.customised .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.customised .content a.download:link, body.customised .content a.download:visited, body.customised .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
		
		/* Images
		--------------------------------------- */
		body.customised a img { border: 0px solid #0f6b99; }
		body.customised a:hover img, body.customised .comment a:hover .avatar { border: 0px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.customised a:link, body.customised a:active, body.customised a:visited { color: #0f6b99; }
body.customised a:hover { color: #e59900; }

body.customised .content a:link, body.customised .content a:active, body.customised .content a:visited, body.customised .link-pages a:link, body.customised .link-pages a:active, body.customised .link-pages a:visited, body.customised .tagdata a:link, body.customised .tagdata a:active, body.customised .tagdata a:visited, body.customised .widget_tag_cloud a:link, body.customised .widget_tag_cloud a:active, body.customised .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdde5; }
body.customised .content a:hover, body.customised .link-pages a:hover, body.customised .tagdata a:hover, body.customised .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

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

