/*
Theme Name: Tarski
Theme URI: http://ionfish.co.uk/tarski/
Description: An extensively customizable theme developed by <a href="http://ionfish.co.uk/">Ben Eastaugh</a> and <a href="http://ceejayoz.com/">Chris Johnson</a>
Author: Benedict Eastaugh and Chris Johnson
Author URI: http://ionfish.co.uk
Version: 1.1.3
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.

Modifier: Sang-Kil Park
Modifier URI: http://www.likejazz.com/
*/

/* Initial cleanup
----------------------------------------------- */
html, body, form, fieldset {
	margin: 0; padding: 0;
	}
form label {
	cursor: pointer;
	}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
	}
.clearer {
	clear: both;
	}

/* Main structure
----------------------------------------------- */
body {

	font-family: "Malgun Gothic",'Trebuchet MS', Verdana, sans-serif;
	font-size: 80%;
	color: #000;
	line-height: 120%;
	min-width: 700px;
	background: #fff url(http://www.likejazz.com/images/h.gif) repeat-x top left;
	}
#wrapper_f {
	clear: both;
	background: #fff url(http://www.likejazz.com/images/dsb.gif) repeat-x top left;
}
#footer_f {
	margin: 0 auto;
	margin-top: 20px;
	width: 900px;
	text-align: left;
}
#wrapper {
	width: 900px;
	text-align: left;
	}
	#content {
		/*clear: both;*/
		float: left;
		padding: 2em 20px;
		}
		#primary {
			width: 620px; float: right;
			}
		#secondary {
			width: 220px; float: left;
			margin-left: 20px;
			}
		#intro {
			padding: 0 0 1em 220px;
			}
		body.janus #primary, body.janus #nav-1, body.janus .comment-content, body.janus .trackback-data, body.janus #comment-input, body.janus #about {
			float: left;
			}
		body.janus #secondary, body.janus #nav-2, body.janus .comment-metadata, body.janus .trackback-time, body.janus #info-input, body.janus #miscellany {
			float: right;
			}
		body.janus #intro {
			padding: 0 220px 1em 0;
			}
#footer {
	clear: both;
	}
	#miscellany {
		width: 200px; float: left;
		margin: 1.6em 0 0 0;
		}
		#miscellany .searchbox {
			float: none;
			}
	#about {
		width: 500px; float: right;
		margin: 1.6em 0 0 0;
		}
	#theme-info, #footer-include {
		clear: both;
		}

/* Alignment
----------------------------------------------- */
.primary {
	width: 500px; float: right;
	}
	body.janus .primary {
		float: left;
		}
.secondary {
	width: 160px; float: left;
	}
	body.janus .secondary {
		float: right;
		}

body.center #wrapper {
	margin: 0 auto;
	}
body.left #wrapper {
	margin: 0 auto 0 0;
	}
body.center {
	text-align: center;
	}
body.left {
	text-align: left;
	}

/* Header
----------------------------------------------- */
#header {
	padding: 0 20px 0 20px;
	}
	#title {
		/* border-bottom: 1px solid #ccc; */
		border: none;
		margin-bottom: -20px;
		}
	#search {
		text-align: right;
	}
	#navigation {
		margin-top: 0px;
		/*border-bottom: 1px dashed #ccc;*/
		padding: 4px 0;
		}
	#subtitle {
		font-size:0.75em; 
		color:#a8a8a8;
		text-align:left;
	}
	#header-image {
		text-align: center;
	}

/* Navigation
----------------------------------------------- */
#nav-1 {
	font-size:1.1em;
	font-weight: bold;
	list-style: none;
	width: 700px; float: right;
	margin: 0; padding: 0.5em 0;
	}
	#nav-1 li {
		display: inline;
		margin: 0 1em 0 0;
		}
	#nav-1 li#banner {
	 	padding-left: 60px;
	}
	#nav-1 li#blog_desc {
	  position:absolute;
	  padding: 30px 0 0 0px;
	  font-size: 1.2em; font-weight: normal; font-style: italic; color: #a8a8a8;
	  line-height: 120%; 
	  overflow: hidden;
	}


#nav-2 {
	list-style: none;
	width: 200px; float: left;
	margin: 0;  padding: 0.5em 0 0.2em 0;
	}
	#nav-2 li {
		display: inline;
		margin: 0 1em 0 0;
		}

/* Feed icon
----------------------------------------------- */
.feed-rss {
	padding: 5px 0 5px 20px;
	font-size: 0.8em;
	background: url('http://www.likejazz.com/images/feed-icon-16x16.png') no-repeat 0 50%;
	}

/* Clearfix
----------------------------------------------- */
#navigation:after, #comments-meta:after, .comment:after, .trackback:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#navigation, #comments-meta, .comment, .trackback {display: inline-block;}
/* Hides from IE-mac \*/
* html #navigation, * html #comments-meta, * html .comment, * html .trackback {height: 1%;}
#navigation, #comments-meta, .comment, .trackback {display: block;}
/* End hide from IE-mac */

/* Content
----------------------------------------------- */
p {
	margin: 0 0 1em 0;
	}
blockquote {
	margin: 0 0 1.2em 0; padding: 0 60px;
	font-size: 1.0em; color: #a8a8a8;
	background: url('http://www.likejazz.com/images/quote.gif') left top no-repeat;
	}

ul, ol {
	margin: 0 0 1em 2em; padding: 0;
	}
ul {
	list-style: disc;
	}
li {
	margin: 0 0 0.25em 0;
	}

strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
code {
	color: #63FF00;
	background: #000;
	font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
	padding: 4px 0;
	line-height: 16px;
	}
pre {
	overflow: auto;
	width: 600px;
	color: #63FF00;
	font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
	background: #000;
	margin: 0.9em 0; padding: 8px;
	}
acronym {
	border-bottom: 1px solid #8fb7bf;
	}
small {
	font-size: 0.8em;
	}
ol.footnotes{
	font-size: 0.9em;
	color:#666666;
}


		/* Headers
		--------------------------------------- */
		#blog-title {
			font-size: 2.5em; font-weight: normal; display: none;
			margin: 0; border: none; padding: 0; line-height: 120%;
			}
		#tagline {
			font-size: 1.5em; font-weight: normal; font-style: italic; color: #a8a8a8;
			margin: 0.1em 0 0.3em 0; border: none; padding: 0; line-height: 120%;
			}
		h1, h2, .post-title {
			font-size: 1.8em; font-weight: bold; line-height: 120%;
			margin: 0; 
			border-bottom: 1px dashed #ccc; padding: 0 0 0.4em 0;
			}
			.static .post-title, .archive .post-title {
				margin: 0 0 0.3em 0;
				}
		#intro h1 {
			margin: 0 0 0.3em 0;
			}
		h3 {
			font-size: 1.3em; font-weight: normal; color: #8fbf60;
			text-transform: uppercase; letter-spacing: 0.1em;
			margin: 1.5em 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0;
			}
		h4 {
			font-size: 1.5em; font-weight: normal; line-height: 120%;
			margin: 0 0 0.3em 0;
			}

		/* Post content
		--------------------------------------- */
		#post-nav {
			font-size: 0.8em; text-align: center;
			margin: -2em 0 2em 0; padding: 0 0 0 220px;
			}
		.entry {
			margin: 0 0 3em 0;
			}
		body.single .entry {
			margin: 0 0 2em 0; border-bottom: none; padding: 0;
			font-size:1.0em;
			}
			.post-meta {
				margin: 0 0 1em 0;
				}
				.post-metadata {
					font-size: 0.8em; color: #a8a8a8;
					margin: 0; padding: 0.3em 0 0 0;
					}
			.post-content {
				font-size: 1.1em;
				}
				.post-content p {
					line-height: 1.6;
					}
				.post-content li {
					line-height: 1.4;
					}
			.archive .post-content {
				margin: 0 0 1.5em 0;
				}
			body a.download {
				display: block; font-weight: bold;
				margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
				}
			body a.download:link, body a.download:visited, body a.download:active {
				background: #fafeff url('images/download.gif') no-repeat 10px 50%;
				border-top: 1px solid #cfe2e5; border-bottom: 1px solid #cfe2e5;
				}
			body a.download:hover {
				background: #fffafb url('images/download.gif') no-repeat 10px 50%;
				border-top: 1px solid #e5cfd2; border-bottom: 1px solid #e5cfd2;
				}
			a img {
				/*border: 1px solid #006a80;*/
				border: none;
				}
			a:hover img {
				/*border: 1px solid #a8001c;*/
				border: none;
				}
				#wrapper a.imagelink:link, #wrapper a.imagelink:visited, #wrapper a.imagelink:hover, #wrapper a.imagelink:active {
					border: none;
					}
				.imageleft {
					float: left;
					margin: 0 10px 10px 0;
					}
				.imageright {
					float: right;
					margin: 0 0 10px 10px;
					}
				.imageblock {
					border: none;
					display: block;
					margin: 0 0 1em 0;
					}
			.tagdata {
				font-size: 0.8em; color: #a8a8a8;
				}
		.aside {
			margin: 0 0 3em 0;
			}
			.aside-meta {
				margin: -0.8em 0 0 0; border-top: 1px dotted #d9d9d9; padding: 0.2em 0 0 0;
				color: #a8a8a8; font-size: 0.8em; text-align: right;
				}
			
		/* Tags page
		--------------------------------------- */
		.tagcloud {
			margin: 1em 0 2em 0;
			line-height: 150%;
			}
		.tagcloud a {
			border: none !important;
			}
		
		#searchselector {
			margin: 0.5em 0 1em 0;
			}
		/* Search content
		--------------------------------------- */
			.post-brief {
				margin: 0 0 2em 0;
				}
				.post-brief h3 {
					margin: 0 0 0.2em 0;
					}
				.post-brief p.post-metadata {
					color: #a8a8a8;
					margin: 0 0 0.2em 0; border: none; padding: 0;
					}
				.post-brief p.excerpt {
					margin: 0;
					}
			
		/* Comments
		--------------------------------------- */
		#comments {
			clear: both;
			padding: 2em 0 0 0;
			}
		#comments-meta {
			padding: 0 0 0.4em 0;
			border-bottom: 1px dashed #ccc;
			margin-bottom: 12px;
			}
			h2.comments-title {
				width: 200px; float: left;
				margin: 0; border: none; padding: 0.1em 0 0 0;
				}
			.comments-feed {
				width: 500px; float: right; text-align: right;
				margin: 0; padding: 0.75em 0 0 0;
				}
				.comments-feed a {
					padding: 5px 24px 5px 0;
					font-size: 0.8em;
					}
		.comment {
			margin: 0; /*border-top: 1px solid #ccc;*/ padding: 1.5em 0;
			width: 620px;
			}
			.comment p {
				line-height: 1.4;
				}
			.comment-metadata {
				width: 620px; text-align: right; /*float: left;*/
				}
				.comment-permalink {
					font-size: 0.8em;
					margin: 0;
					}
				.comment-author {
					font-size: 1.1em;
					margin: 0 0 0.5em 0;
					}
			.comment-content {
				font-size: 1.1em;
				margin: 0 4px 0 4px;
				width: 620px; /*float: right;*/
				}
				.comment-content p {
					line-height: 1.4;
				}
			.gravatar {
				border: none;
				float: right;
				margin: 0 0 3px 6px;
				}
			.comment a:link .gravatar, .comment a:visited .gravatar, .comment a:hover, .gravatar, .comment a:active .gravatar {
				border: none;
				}
			body.janus .gravatar {
				float: left;
				margin: 0 6px 3px 0;
				}
		.author-comment {
			/* author highlighting: uncomment the following line to turn it on */
			background: #fbfedf;
			/*background: #eeeeee;
			border: 1px solid #ccc;
			padding: 8px;*/
			}
		.trackback {
			width: 620px;
			margin: 0; /*border-top: 1px solid #ccc;*/ padding: 0.5em 0 0.5em 0;
			background: #fcffff url('images/trackback.gif') no-repeat 100% 60%;
			}
			.trackback p {
				font-size: 0.8em;
				margin: 0;
				}
			.trackback-time {
				text-align: right; /*float: left;*/
				}
			.trackback-data {
				font-size:1.3em;
				/*float: right;*/
				}
		
		#respond {
			margin: 0; /*border-top: 1px dashed #ccc;*/ padding: 1em 0 0 0;
			overflow: auto; clear: both;
			}
			.comments-info {
				font-size: 0.8em;
				margin: 0.6em 0 1em 220px; border-bottom: 1px solid #ccc; padding: 0 0 1.2em 0;
				}
		#commentPreview { /* Live comment preview div */
			margin: 1em 0 0 0;
			}
			
		
		/* Lists
		--------------------------------------- */
		.navlist {
			font-size: 1.1em;
			list-style: none;
			margin: 0 0 1em 0;
			}
			.navlist li {
				margin: 0.5em 0;
				}
				.navlist ul {
					list-style: none;
					margin: 0 0 0 1em;
					}
					.navlist ul li {
						margin: 0.5em 0;
						}
		
		.archivelist {
			list-style: none;
			margin: 0.5em 0 1em 0;
			}
			.archivelist li {
				margin: 0.5em 0;
				}
				.archivelist ul {
					list-style: none;
					margin: 0 0 0 1.5em;
					}
					.archivelist ul li {
						margin: 0.5em 0;
						}
		.postspermonth {
			list-style: none;
			margin: 0.5em 0 1em 0;
			}
			.postspermonth li {
				margin: 0.5em 0;
				}

		/* Sidebar
		--------------------------------------- */
		#secondary {
			}
		
		/* Footer
		--------------------------------------- */
		#footer {
			margin: 1em 20px 0 20px; padding: 0 0 0 0;
			}
			#paging {
				font-size: 1.1em;
				text-align: left;
				padding-left: 14px;
			}
			#recent {}
				#recent ul {
					list-style: none;
					margin: 0;
					}
					#recent li {
						margin: 0;
						}
					h4.recent-title {
						margin: 0;
						}
					p.recent-metadata {
						font-size: 0.8em; color: #a8a8a8;
						margin: 0;
						}
					p.recent-excerpt {
						line-height: 1.4;
						margin: 0 0 1em 0;
						}
			#blurb {}
				#blurb p {
					line-height: 1.4;
					}
			#theme-info {
				font-size: 0.75em;
				margin: 0em 0 0 0; /*border-top: 1px dashed #ccc;*/ padding: 1em 0 0em 0;
				color: #a8a8a8;
				}
/* Forms
----------------------------------------------- */
input {
	font-size: 100%;
	font-family: "Malgun Gothic",'Trebuchet MS', Verdana, sans-serif;
	}
		/* Search form
		--------------------------------------- */
		.searchbox {
			width: 200px;
			margin: 0 0 1em 0;
			}
			#s {
				display: block; width: 194px;
				margin: 0 0 0.6em 0; border: 1px solid #ccc; padding: 2px;
				background: #fafafa; color: #545454;
				}
			#s:focus {
				background: #fff;
				}

		/* Comment form
		--------------------------------------- */
		#commentform {
			}
		#info-input {
			width: 200px; float: left;
			font-size: 1.1em;
			}
			.userinfo {
				color: #a8a8a8;
				}
			#info-input label {
				display: block;
				margin: 0 0 1.2em 0;
				color: #a8a8a8;
				}
			#author, #email, #url {
				display: block; width: 194px;
				margin: 0.2em 0 0 0; border: 1px solid #ccc; padding: 2px;
				background: #fafafa; color: #545454;
				}
		#comment-input {
			width: 410px; float: right;
			font-size: 1.1em;
			}
			#comment-input label {
				display: block;
				margin: 0 0 0.2em 0;
				color: #a8a8a8;
				}
			#comment-input textarea {
				width: 400px;
				font-family: "Malgun Gothic", 'Trebuchet MS', Verdana, sans-serif;
				margin: 0 0 1.2em 0; border: 1px solid #ccc; padding: 2px;
				background: #fafafa; color: #545454;
				}
		
		#author:focus, #email:focus, #url:focus, #comment:focus {
			background: #fff;
			}
		#submit {
			margin: 0 0 1em 0;
			}

/* Links
----------------------------------------------- */
a {
	text-decoration: none;
	}
a:link, a:visited, a:active {
	color: #358; /*#006a80*/
	}
a:hover {
	color: #a8001c;
	}

.content a:link, .content a:active, .content a:visited, .post-content a:link, .post-content a:active, .post-content a:visited, .comment-content a:link, .comment-content a:active, .comment-content a:visited, #blurb a:link, #blurb a:active, #blurb a:visited, .recent p a:link, .recent p a:active, .recent p a:visited {
	border-bottom: 1px solid #469; /*#cfe2e5*/
	}
.content a:hover, .post-content a:hover, .comment-content a:hover, #blurb a:hover, .recent p a:hover {
	border-bottom: 1px solid #e5cfd2;
	}
	body .content h3 a:link, body .content h3 a:visited, body .content h3 a:hover, body .content h3 a:active, body .post-content h3 a:link, body .post-content h3 a:visited, body .post-content h3 a:hover, body .post-content h3 a:active, body .post-content h4 a:link, body .post-content h4 a:visited, body .post-content h4 a:hover, body .post-content h4 a:active {
		border: none;
		}

#theme-info a {
	border: 0;
}
/* Widgets
----------------------------------------------- */
.widgets .textwidget {
	padding: 0 0 1em 0;
	}

.widgets .rsswidget img {
	border: 0;
	}

.widgets .pagenav, .widgets .pagenav ul, .widgets .page_item, .widgets .widget_archives ul {
	list-style: none;
	background: none !important;
	margin: 0; padding: 0;
	}
	.widgets .navlist .page_item {
		margin: 0.5em 0;
		}
		.widgets .navlist ul {
			list-style: none;
			margin: 0 0 0 1em;
			}
			.widgets .navlist ul li {
				margin: 0.5em 0;
				}
.widgets .pagenav ul li {
	margin: 0.5em 0;
	}
	.widgets .pagenav ul li ul {
		margin: 0 0 0 1em;
		}
		.widgets .pagenav ul li ul li {
			margin: 0.5em 0;
			}
.widget_archives ul li {
	margin: 0.5em 0;
	}

.widgets .widget_archives, body .widgets .pagenav {
	margin: 0 0 1em 0;
	}

.widgets .widget_gsearch div {
	text-align: left !important;
	margin: 0 0 1em 0;
	}

.widgets #wp-calendar {
	width: 100%;
	}
	.widget_calendar table, .widget_calendar tr, widget_calendar th {
		text-align: left;
		}

.widgets #wp-calendar caption {
	text-align: left;
	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;
	}

.widget_search {
	margin: 0 0 1em 0;
	}
	.widget_search #s {
		display: block; width: 194px;
		margin: 0; border: 1px solid #ccc; padding: 2px;
		background: #fafafa; color: #545454;
		}
		#s:focus {
			background: #fff;
			}

.widgets ul {
	list-style: none;
	margin: 0; padding: 0;
	}
	.widgets li {
		margin: 0.5em 0;
		}
		.widgets ul li ul {
			margin: 0 0 0 1em;
			}
.widgets .widget {
	margin: 0 0 1em 0;
	}

#secondary dl dd {
	margin-left: 2px;
	margin-bottom: 6px;
}

/* Custom */
#adsense {
	/*width: 650px;*/
	/*margin:0;*/
	text-align: center;
	margin-bottom: 12px;
}
#adsense_hidden {
	display: none;
}

/* Overriding for Safari */
#blog_desc {
  padding-top:25px;
  font-size: 1.3em; font-weight: normal; font-style: italic; color: #a8a8a8;
  line-height: 120%;
  overflow: hidden;
  margin:0;
}
#nav-1 {
	margin:0;
	padding-top:20px;
	padding-bottom:0;
	width: 380px;
}

/* FriendFeed */
.friendfeed.widget .entry {
	font-size: 0.9em;
	font-family: "Malgun Gothic",'Trebuchet MS', Verdana, sans-serif;
}
.friendfeed.widget .feed .cluster .entry .comments,
.friendfeed.widget .feed .cluster .entry .likes,
.friendfeed.widget .feed .cluster .summary
{
display: none;
}

.friendfeed.widget {
border:0 !important;
}
