/*
classic.css
'Classic' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/

/* Navigation
----------------------------------------------- */
body.classic #wrapper .nav-current:link, body.classic #wrapper .nav-current:visited, body.classic #wrapper .nav-current:active { color: #000000; font-size: 12px; letter-spacing: 1px; }
body.classic #wrapper .nav-current:hover { color: #e59900; font-size: 12px; letter-spacing: 1px; }
body.classic #navigation {border-bottom: 0px; }

/* Main structure
----------------------------------------------- */
body { font-family: Gill Sans MT, sans-serif; font-size: 100%; line-height: 120%; color: #404040; background: #fff; }

/* Content
----------------------------------------------- */
body.classic code { color: #bf8060; }
body.classic abbr, body.classic acronym { border-bottom: 1px solid #bf8060; }
body.classic #wrapper {width:98%; min-width:760px; margin:0 1%;} body.classic #content {padding-left:240px;} body.classic #footer {padding-left:220px;} body.classic #navigation {padding-left:220px;} body.classic #theme-info {margin-left:-220px; padding-left:220px;} body.classic .primary {width:100%;} body.classic .secondary {margin-left:-220px;}

/* Headers
	--------------------------------------- */
	#blog-title { font-family: Helvetica, Verdana, Arial, sans-serf; font-size: 2.5em; font-weight: normal; margin: 0; border: none; padding: 0; line-height: 120%; }
	#tagline { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 1.5em; font-weight: normal; font-style: italic; color: #808080; margin: 0.1em 0 0.3em 0; border: none; padding: 0; line-height: 120%; }

	h1, body .entry .title { font-family: Gill Sans MT, sans-serif; font-size: 1.2em; font-weight: normal; line-height: 120%; margin: 0; border-bottom: 0px; padding: 0 0 0.1em 0; color: #303030; letter-spacing: 1px; }
	h2 { font-family: Gill Sans MT, sans-serif; font-size: 2em; font-weight: normal; line-height: 120%; margin: 0 0 0.5em 0; }
	h3 { font-family: Gill Sans MT, sans-serif; font-size: 0.8em; font-weight: normal; color: #8fbf60; letter-spacing: 0.1em; margin: 0 0 0.8em 0;  padding: 0 0 0.4em 0; }
	h4 { font-family: Gill Sans MT, sans-serif; font-size: 1em; font-weight: lighter; line-height: 100%; letter-spacing: 0.1em; text-align: center; margin: 0 0 0.3em 0; }
	h5 { font-size: 1em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: 0; }
	h6 { font-size: 1em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: 0; }

/* Links
----------------------------------------------- */
body.classic a:link, body.classic a:active, body.classic a:visited { color: #000000; }
body.classic a:hover { background: #fff20d; }

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 dashed #808080; }
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; }

		
		/* Headers
		--------------------------------------- */
		body.classic h3 { color: #bf6030; }
		
		
		/* Post content
		--------------------------------------- */
		body.classic .articlenav { background: #ffffff; border-botton: 0px; }
		
		/* Inserts
		--------------------------------------- */
		body.classic .insert { background: #ffffff; margin: 0 0 1em 0; border: 0px solid #cfdde5; padding: 9px; }
			body.classic .insert h3 { border-bottom: 0px 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.classic a img { border: 1px solid #0f6b99; }
		body.classic a:hover img, body.classic .comment a:hover .avatar { border: 1px solid #e59900; }
		
		/* Pagination
		--------------------------------------- */
		body.classic .pagination { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 1em; font-weight: normal; line-height:100%
		
		/* Footer
		--------------------------------------- */
	body.classic #footer { margin: 0 20px 0 20px; border-top: 0px double #ccc; padding: 1em 0 0 0; }
		.recent-articles {}
			.recent-articles ul { list-style: none; margin: 0; }
				.recent-articles li { margin: 0; }
				h4.recent-title { margin: 0; }
				.recent-metadata { font-size: 0.8em; color: #808080; margin: 0 0 0.5em 0; }
				.recent-excerpt { line-height: 1.4; margin: 0 0 1em 0; }
		body.classic #theme-info { margin: 0.5em 0 0 0; border-top: 0px double #ccc; padding: 1em 0 0.5em 0; color: #808080; }

/* 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; }
	
	