/*
orange.css
'Orange' style for the Tarski theme - http://ionfish.co.uk/tarski/
Designed by Lorrin Nelson, http://www.nerdylorrin.net/
This is a simple adaptation of the 'Classic' style designed by Benedict Eastaugh, http://ionfish.co.uk/

Changes are as follows:
punch-up links from 0F6B99 to 1451a6
adjust hover-color from E59900 to ffa21f
adjust h3 from BF6030 to ffa21e 
WordPress Gallery (WPG2) integration classes

Unchanged for now:
code, acronym: BF8060
almost-white background: FAFDFF, FFFDFA (ignored??)
light divider lines: B8C5CC
post light divider line: E5D6B8

*/

body.orange {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'sans serif';
}
body.orange #blog-title, h2, body.orange h3, h4 {
font-family: 'Courier New', Courier, monospace;font-weight: bold;color: #4d4b3f;
}
body.orange h3 {
font-size: 1.2em;
}
body.orange h4 {
color: #ff571f;
font-size: 1em;
}
body.orange h2 {
font-family: Georgia, Times, 'Times New Roman', serif
}
body.orange h1#blog-title {
font-weight: bold;
color: #4d4b3f;
}


/*
classic.css
'Classic' style for the Tarski theme - http://ionfish.co.uk/tarski/
Designed by Benedict Eastaugh, http://ionfish.co.uk/
*/

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

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

		/* Headers
		--------------------------------------- */
		body.orange h3 {
			color: #ffa21e;
			}

		/* Post content
		--------------------------------------- */
			body.orange a.download:link, body.orange a.download:visited, body.orange 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.orange 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.orange a img {
				border: 1px solid #1451A6;
				}
			body.orange a:hover img {
				border: 1px solid #ffa21f;
				}
			
		/* Comments
		--------------------------------------- */
				body.orange .comments-feed a {
					background: url('../images/feed.gif') no-repeat 100% 50%;
					}
		body.orange .author-comment {
			/* author highlighting: uncomment the following line to turn it on */
			/* background: #fafdff; */
			}
		body.orange .trackback {
			background: #fafdff url('../images/trackback.gif') no-repeat 100% 60%;
			}
/* Links
----------------------------------------------- */
body.orange #wrapper a:link, body.orange #wrapper a:active, body.orange #wrapper a:visited, body.orange #wrapper a#nav-current {
	color: #1451A6;
	}
body.orange #wrapper a:hover, body.orange #wrapper a#nav-current:hover {
	color: #ffa21f;
	}

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

                /* Signup form
                --------------------------------------- */
                #miscellany .signupbox {
	                       float: none;
                        }
		.signupbox {
				width: 200px;
				margin: 0 0 1em 0;
                        }
                #signupform label {
                                display: block;
                                margin: 0 0 0.2em 0;
                                color: #a8a8a8;
                                }
                #signupform #email {
                                display: block;
                                width: 194px;
                                margin: 0 0 0.62em 0;
                                border: 1px solid #ccc;
                                padding: 2px;
                                background: #fafafa;
                                color: #545454;
                                }

                #signupform #email:focus {
                        background: #fff;
                        }
