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


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

	/* Feed icon
	------------------------------------------- */
/*
	body.ian .feed { background: url('../images/feed-add.gif') no-repeat 0 50%; }
*/

/* Content
----------------------------------------------- */
body.ian { font-family: 'Trebuchet MS' }

/*
body.ian code, body.ian pre { font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #bf8060; }
body.ian abbr, body.ian acronym { border-bottom: 1px solid #bf8060; }
*/


/* Headers
--------------------------------------- */

		body.ian h3 { color: #bf6030; }

		body.ian #blog-title { font-family: 'Georgia', Times, serif; font-size: 3.5em; font-weight: normal; margin: 0; border: none; padding: 0; line-height: 120%; text-align: right; letter-spacing: +4px;}
		body.ian #entry-title {text-transform: lowercase}
		body.ian #tagline { font-family:  'Georgia' }
		body.ian h2 {font-family: 'Georgia', 'Times New Roman', Times, serif; font-size: 1.1em; font-weight: bold; text-transform: uppercase; margin: 0 0 0.8em 0; border-top: 1px solid #e5e5e5; padding: 0 0 0.4em 0 }

/* These are the default headers:
h2 { font-family: '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: #8fbf60; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0; }
*/

/*
This is the header definition from style.css:

Header 
----------------------------------------------- 
#header { padding: 0 20px; }
	#header-image { margin: 0 0 -20px 0; }
	#header-image a { text-decoration: none; border: none; }
	#header-image a img { border: none; }
	#title { margin: 20px 0 -20px; border-bottom: 1px solid #ccc; }
	#navigation { margin: 20px 0 0 0; border-bottom: 1px solid #ccc; }
*/

*/ These are the modifications to move the header title */
body.ian #header-image { margin: 20px 0 -20px 0 }
body.ian #title { margin: 0px 0 -20px 0 ; color: #cc1100}


		/* Post content
		--------------------------------------- */
/*
		body.ian .articlenav { background: #fcfeff; }
*/
		/* Inserts
		--------------------------------------- */

		body.ian .insertright { width: 150px; }


/*
		body.ian .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.ian .insert h3 { border-bottom: 1px solid #cfdde5; }
*/

		/* Downloads
		--------------------------------------- */		
/*
		body.ian a.download:link, body.ian a.download:visited, body.ian a.download:active { background: #fcfeff url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdde5; border-bottom: 1px solid #cfdde5 !important; }
		body.ian a.download:hover { background: #fffdfa url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #e5d6b8; border-bottom: 1px solid #e5d6b8 !important; }
*/

		/* Images
		--------------------------------------- */
/*
		body.ian a img { border: 1px solid #0f6b99; }
		body.ian a:hover img { border: 1px solid #e59900; }
*/

		/* Comments
		--------------------------------------- */
/*
		body.ian .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.ian .trackback { background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; }
*/

/* Links
----------------------------------------------- */
/*
body.ian a:link, body.ian a:active, body.ian a:visited { color: #0f6b99; }
body.ian a:hover { color: #e59900; }

body.ian .content a:link, body.ian .content a:active, body.ian .content a:visited { border-bottom: 1px solid #cfdde5; }
body.ian .content a:hover { border-bottom: 1px solid #e59900; }
*/