/*
classic.css
'Classic' style for the Tarski theme - http://ionfish.co.uk/tarski/
Designed by Benedict Eastaugh, http://ionfish.co.uk/
*/
		body {
			background: url('http://asherlew.com/wp-content/themes/tarski/images/background.gif') repeat 0 0;
			}
		#wrapper {
			background: #fff;
			border-left: 5px solid #e9e9e9;
			border-right: 5px solid #e9e9e9;
			}
		blockquote {
			margin: 0 0 1.4em 0; padding: 0 60px;
			font-family: 'Times New Roman', Times, serif; font-size: 1.2em; color: #a8a8a8;
			}

		#blog-title {
			font-family: 'Times New Roman', Times, serif; font-size: 2.5em; font-weight: normal;
			margin: 0; border: none; padding: 0; line-height: 120%;
			}
		#tagline {
			font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 0.9em; font-weight: normal; color: #a8a8a8;
			text-transform: uppercase; margin: 0.1em 0 2.0em 0; border: none; padding: 0; line-height: 120%; font-style: normal;
			}
		h1, h2, .post-title {
			font-family: 'Times New Roman', Times, serif;
			font-size: 1.7em; font-weight: normal; line-height: 120%;
			margin: 0; border-bottom: 1px solid #ccc; padding: 0 0 0.1em 0;
			}
		h3 {
			font-size: 0.8em; font-weight: normal; color: #a8a8a8;
			text-transform: uppercase; letter-spacing: 0.1em;
			margin: 3.0em 0 0.8em 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 0.4em 0 0.4em 0;
			}
		a:link, a:visited, a:active {
			color: #087389;
		}
		a:hover {
			color: #D94600;
		}


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

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

		/* Headers
		--------------------------------------- */
		body.classic h3 {
			color: #bf6030;
			}

		/* Post content
		--------------------------------------- */
			body.classic a.download:link, body.classic a.download:visited, body.classic a.download:active {
				background: #fafdff url('../images/download.gif') no-repeat 10px 50%;
				border-top: 1px solid #b8c5cc; border-bottom: 1px solid #b8c5cc !important;
				}
			body.classic a.download:hover {
				background: #fffdfa url('../images/download.gif') no-repeat 10px 50%;
				border-top: 1px solid #e5d6b8; border-bottom: 1px solid #e5d6b8 !important;
				}
			body.classic a img {
				border: 1px solid #0f6b99;
				}
			body.classic a:hover img {
				border: 1px solid #e59900;
				}
			
		/* Comments
		--------------------------------------- */
				body.classic .comments-feed a {
					background: url('../images/feed-icon.gif') no-repeat 100% 50%;
					}
		body.classic .author-comment {
			/* author highlighting: uncomment the following line to turn it on */
			/* background: #fafdff; */
			}
		body.classic .trackback {
			background: #fafdff url('../images/trackback.gif') no-repeat 100% 60%;
			}
/* Links
----------------------------------------------- */
body.classic a:link, body.classic a:active, body.classic a:visited {
	color: #0f6b99;
	}
body.classic a:hover {
	color: #e59900;
	}

body.classic .content a:link, body.classic .content a:active, body.classic .content a:visited, body.classic .post-content a:link, body.classic .post-content a:active, body.classic .post-content a:visited, body.classic .comment-content a:link, body.classic .comment-content a:active, body.classic .comment-content a:visited, body.classic #blurb a:link, body.classic #blurb a:active, body.classic #blurb a:visited, body.classic .recent p a:link, body.classic .recent p a:active, body.classic .recent p a:visited {
	border-bottom: 1px solid #b8c5cc;
	}
body.classic .content a:hover, body.classic .post-content a:hover, body.classic .comment-content a:hover, body.classic #blurb a:hover, body.classic .recent p a:hover {
	border-bottom: 1px solid #e59900;
	}