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

/* Scollbars
----------------------------------------------- */
HTML
{
scrollbar-face-color: #598894;
scrollbar-arrow-color: #302620;
scrollbar-track-color: #302620;
scrollbar-shadow-color: #302620;
scrollbar-highlight-color: #302620;
scrollbar-3dlight-color: #302620;
scrollbar-darkshadow-color: #302620;
}

form #field_4.default
{
scrollbar-face-color: #faf8f7;
scrollbar-arrow-color: #bfb8b3;
scrollbar-track-color: #fff;
scrollbar-shadow-color: #bfb8b3;
scrollbar-highlight-color: #bfb8b3;
scrollbar-3dlight-color: #fff;
scrollbar-darkshadow-color: #fff;
}

/* Navigation
----------------------------------------------- */
body.jen01 #header { padding-left: 0px; padding-right: 0px; }
body.jen01 #navigation { padding-left: 20px; padding-right: 20px; }
body.jen01 #wrapper .nav-current:link, body.jen01 #wrapper .nav-current:visited, body.jen01 #wrapper .nav-current:active { color: #302620; }
body.jen01 #wrapper .nav-current:hover { color: #302620; }
body.jen01 #wrapper { border-left: 5px solid #302620; }
body.jen01 #wrapper { border-right: 5px solid #302620; }
body.jen01 #wrapper { background-color: #fff; }



/* Content
----------------------------------------------- */
body.jen01 #content {padding-left: 20px; padding-right: 20px; }
body.jen01 { background: #302620; }
body.jen01 { background-image: url('http://www.cowshell.com/jenmaihack/blog/wp-content/themes/tarski/images/blog_bg.png'); }
body.jen01 { background-repeat: repeat-y; }
body.jen01 { background-position: center; }

body.jen01 code { color: #bf8060; }
body.jen01 abbr, body.jen01 acronym { border-bottom: 1px solid #bf8060; }

		
		/* Headers
		--------------------------------------- */
		body.jen01 h1, body .entry .title { font-family: 'Century Gothic', Arial, Helvetica, sans-serif; text-transform: lowercase; }
		body.jen01 h2 { font-family: 'Century Gothic', Arial, Helvetica, sans-serif; text-transform: lowercase; }
		body.jen01 h2 a:link, body.jen01 h2 a:visited {font-family: 'Century Gothic', Arial, Helvetica, sans-serif; text-transform: lowercase; color: #302620; }
		body.jen01 h2 a:active { color: #bfb8b3; }
		body.jen01 h2 a:hover { color: #598894; }
		body.jen01 h3 { color: #302620; }
		body.jen01 h4 { font-family: 'Century Gothic', Arial, Helvetica, sans-serif; text-transform: lowercase; }
		
		
		/* Post content
		--------------------------------------- */
		body.jen01 .articlenav { background: #f1f9fb; }
		body.jen01 .pagination { font-family: 'Century Gothic', Arial, Helvetica, sans-serif; text-transform: lowercase; }
		body.jen01 #comment-paging { font-family: 'Century Gothic', Arial, Helvetica, sans-serif; text-transform: lowercase; }
		
		/* Inserts
		--------------------------------------- */
		body.jen01 .insert { background: #f1f9fb; margin: 0 0 1em 0; border: 1px solid #ddebc5; padding: 9px; }
		body.jen01 .insert h3 { border-bottom: 1px solid #ddebc5; }
		
		/* Downloads
		--------------------------------------- */		
		body.jen01 .content a.download:link, body.jen01 .content a.download:visited, body.jen01 .content a.download:active { background-color: #f1f9fb; border: 1px solid #ddebc5; }
		
		/* Images
		--------------------------------------- */
		body.jen01 a img { border: 1px solid #fff; }
		body.jen01 a:hover img, body.jen01 .comment a:hover .avatar { border: 1px solid #fff; }
		body.jen01 .gallery a img { border: 1px solid #fff; }
		body.jen01 .gallery a:hover img, body.jen01 .comment a:hover .avatar { border: 1px solid #302620; }
		
/* Links
----------------------------------------------- */
body.jen01 a:link, body.jen01 a:visited { color: #598894; border-bottom: 0px solid #598894 }
body.jen01 a:active { color: #bfb8b3; }
body.jen01 a:hover { color: #302620; }

body.jen01 .content a:link, content a:visited, body.jen01 .link-pages a:link, body.jen01 .link-pages a:visited, body.jen01 .tagdata a:link, body.jen01 .tagdata a:visited, body.jen01 .widget_tag_cloud a:link, body.jen01 .widget_tag_cloud a:visited { border-bottom: 0px solid #ddebc5; }
body.jen01 .content a:active, body.jen01 .link-pages a:active, body.jen01 .tagdata a:active, body.jen01 .widget_tag_cloud a:active { border-bottom: 0px solid #bfb8b3; }
body.jen01 .content a:hover, body.jen01 .link-pages a:hover, body.jen01 .tagdata a:hover, body.jen01 .widget_tag_cloud a:hover { border-bottom: 0px solid #808080; }

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



/* Forms
----------------------------------------------- */
input, select, textarea { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 100%; }
input.text, textarea { border: 1px solid #bfb8b3; padding: 2px; background: #faf8f7; color: #302620; }
input.text:focus, textarea:focus { background: #fff; }

#submit {
	margin: 0 4 10px 2px;
	padding: 3px 5px 3px 5px;
	color: #fff;
	background: #598894;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 95%;
	border-width: 1px;
	border-style: solid;
	border-color: #598894;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	#submit:hover {
		cursor:pointer;
		background: #302620;
		}
	
	#submit:active {
		cursor:pointer;
		background: #bfb8b3;
		}

	
	
	
	/* Search form
	--------------------------------------- */
	
	body.jen01 #s {
		display: block;
		width: 175px;
		margin: 0 0 0.6em 0;
		border: 1px solid #bfb8b3;
		padding: 2px;
		background: #faf8f7;
		color: #302620;
	}
	
	body.jen01 #s:focus { background: #fff; }
		
	
	#searchsubmit {
		margin: 0 4 10px 2px;
		padding: 3px 5px 3px 5px;
		color: #fff;
		background: #598894;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 95%;
		border-width: 1px;
		border-style: solid;
		border-color: #598894;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}
	
		#searchsubmit:hover {
			cursor:pointer;
			background: #f1f9fb;
			color: #598894
			}
	
		#searchsubmit:active {
			cursor:pointer;
			background: #afcbd3;
			color: #fff
			}
		
		
	/* INTOUCH
	--------------------------------------- */

	form #field_1.default, #field_2.default, #field_3.default {
		width: 200px;
		height: 20px;
		margin: 0 4px 0px 8px;
		padding: 4px 5px 0px 5px;
		color: #302620;
		background:#faf8f7;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 100%;
		border: 1px solid #bfb8b3;
		}
		
		form #field_1.default:focus, #field_2.default:focus, #field_3.default:focus {
			background: #fff;
			}
	
	form #field_1.error, #field_2.error, #field_3.error {
		width: 200px;
		height: 20px;
		margin: 0 2px 0px 8px;
		padding: 4px 5px 0px 5px;
		color: #302620;
		background:#faf8f7;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 100%;
		border:1px solid #ff0000;
		}
		
		form #field_1.error:focus, #field_2.error:focus, #field_3.error:focus {
			background: #fff;
			}
	
	form #field_4.default {
		width: 250px;
		height: 150px;
		margin: 0 4px 0px 8px;
		padding: 4px 5px 0px 5px;
		color: #302620;
		background:#faf8f7;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 100%;
		}
		
		form #field_4.default:focus {
			background: #fff;
			}
	
	#Submit.submitbutton {
		margin: 0 4 10px 2px;
		padding: 3px 5px 3px 5px;
		color: #fff;
		background: #598894;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 95%;
		border-width: 1px;
		border-style: solid;
		border-color: #598894;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}
	
		#Submit.submitbutton:hover {
			cursor:pointer;
			background: #f1f9fb;
			color: #598894
			}
	
		#Submit.submitbutton:active {
		cursor:pointer;
			background: #afcbd3;
			color: #fff
			}
