/*
Theme Name: Scratches
Theme URI: http://scratches.adamluptak.com/
Description: Theme for Adam Luptak's blog, Scratches.
Version: 2.0
Author: Adam Luptak
Author URI: http://adamluptak.com/
Tags: blue, custom header, fixed width, three columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

body
{
	background: transparent url("images/background.gif");
	color: #080303;
}

a
{
	text-decoration: none;
	cursor: pointer;
	
}

a:hover
{
	text-decoration: underline;
}

#page
{
	width: 1024px;
}

#header
{
	position: absolute;
	z-index: 3;
	top: 34px;
	left: 18px;
	width: 600px;
}

#header h1 a
{
	display: block;
	width: 391px;
	height: 44px;
	text-indent: -5000px;
	background: transparent url("images/header.png") no-repeat;
	outline: none;
}

#header .description
{
	font-size: 10px;
	color: #080303;
	position: absolute;
	top: 26px;
	left: 291px;
}

#sidebar
{
	background: #080303;
	width: 171px;
	position: absolute;
	left: 105px;
	top: 0;
	padding-top: 78px;
	padding-left: 4px;
	z-index: 1;
	color: #fefeff;
	font-size: 12px;
	line-height: 20px;
}

#sidebar li
{
	list-style-type: none;
	text-transform: lowercase;
}

#sidebar li ul li
{
	padding-left: 8px;
}

#sidebar li div a
{
	color: #fefeff;
}

#sidebar li ul li a
{
	color: #fefeff;
}

.pagetitle
{
	position: relative;
	left: 28px;
	margin-bottom: 20px;
	font-size: 20px;
}

#content
{
	float: left;
	position: relative;
	margin-top: 93px;
	left: 279px;
	width: 506px;
}

.post
{
	position: relative;;
}

.date
{
	position: absolute;
	top: -1px;
}

.date .alt
{
	visibility: hidden;
	display: none;
}

.date .month
{
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
}

.date .day
{
	font-family: QuadraFiveSevenBQ, Rockwell, serif;
	font-size: 14px;
	line-height: 11px;
}

.post-body
{
	position: relative;
	left: 27px;
	margin-bottom: 30px;
}

.post-body .entry
{
	position: relative;
	left: 1px;
	font-size: 12px;
	line-height: 14px;
}

.post-body .entry p
{
	margin-bottom: 14px;
}

.post-body .entry h2
{
	font-size: 18px;
	line-height: 22px;
}

.post-body .entry a
{
	color: #2a4b1e;
	font-weight: bold;
}

.post-body .entry a:visited
{
	color: #193410;
}

.post-body .entry ul
{
	margin-left: 14px;
	margin-bottom: 14px;
}

.post-body .entry ul li
{
	margin-bottom: 6px;
}

.post-body .entry ul li ul
{
	margin-top: 6px;
}

.post-body h2
{
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 26px;
	font-weight: bolder;
	margin-bottom: 6px;
}

.post-body h2 a
{
	color: #080303;
}

.post-body img
{
	border: 2px solid #000000;
}

.post-body a img
{
	border: 2px solid #2A4B1E;
}

.post-body embed
{
	border: 2px solid #000000;
}

.post-body blockquote
{
	border-left:6px solid #000000;
	color:#333333;
	margin-left:0;
	padding-left:6px;
	width: 480px;
}

.post-body p.floatright
{
	float: right;
	margin-left: 14px;
}

.post-body p.floatright img
{
	border: none;
}

.post-body p.no-border img
{
	border: none;
}

.caption
{
	font-size: 10px;
}

div.code {
	font-family: Monaco, Arial, sans-serif;
	margin-bottom:14px;
}

span.code, .code span {
	font-family: Monaco, Arial, sans-serif;
	background-color: #d6e6db;
}

.post-body .postmetadata
{
	position: relative;
	left: 1px;
	font-size: 12px;
	line-height: 14px;
}

.post-body .postmetadata a
{
	color: #2a4b1e;
	font-weight: bold;
}

.post-body .postmetadata a:visited
{
	color: #193410;
}

.post-body .postmetadata .category
{
	background: transparent url(images/long-line.png) no-repeat;
	padding-top: 6px;
	margin-bottom: 5px;
}

.post-body .postmetadata .edit-meta
{
	background: transparent url(images/medium-line.png) no-repeat;
	padding-top: 6px;
	margin-bottom: 5px;
}

.post-body .postmetadata .comments
{
	background: transparent url(images/short-line.png) no-repeat;
	padding-top: 6px;
}

.post-body .postmetadata .comments .comment-number
{
	width: 22px;
	height: 17px;
	text-align: center;
	color: #ffffff;
	background: transparent url(images/comment-bubble.png) no-repeat;
	float: left;
	position: relative;
	margin-right: 4px;
}

.navigation a
{
	color: #193410;
}

.navigation.full
{
	width: 506px;
}

.navigation .alignleft
{
	float: left;
	position: relative;
	text-align: left;
}

.navigation .alignright
{
	float: right;
	position: relative;
	text-align: right;
}

#comments
{
	position: relative;
	left: 28px;
	width: 506px;
	margin-top: 30px;
}

.comment-author
{
	height: 22px;
	background: #000000;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
}

.comment-author img
{
	float: left;
	border: 1px solid #000000;
}

#comments .comment-author cite
{
	position: relative;
	top: 5px;
	left: 4px;
}

#comments .comment-author a
{
	color: #accfa0;
	font-weight: bold;
}

.moderation
{
	height: 16px;
	background: #000000 url(images/grey-stripe.png) 0px 3px;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 12px;
}

#comments .moderation em
{
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	background: #000000 url(images/dark-green-stripe.png) 0px 3px;
	line-height: 17px;
	padding: 4px 4px 2px;
}

.comment-meta
{
	height: 16px;
	background: #000000 url(images/grey-stripe.png);
	color: #FFFFFF;
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 8px;
}

#comments .comment-meta a
{
	color: #ffffff;
	font-weight: bold;
	background: #000000 url(images/dark-green-stripe.png);;
	line-height: 17px;
	padding: 4px 4px 2px;
}

#comments a
{
	color: #193410;
}

#comments ol
{
	list-style-type: none;
}

#comments ol li
{
	margin-bottom: 22px;
}

.comment-body p
{
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 14px;
}

#respond
{
	position: relative;
	left: 28px;
	width: 506px;
	margin-top: 30px;
	margin-bottom: 16px;
}

#respond #comment-header
{
	background: transparent url(images/grey-stripe.png);
	height: 17px;
}

#respond #comment-header #comment-title, #respond #comment-header #logged-in
{
	background: #000000;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
	padding: 4px;
	padding-bottom: 3px;
}

#respond #comment-header #comment-title
{
	padding-left: 25px;
	float: left;
	background: #000000 url(images/white-bubble.png) no-repeat 3px 3px;
}

#respond #comment-header #logged-in
{
	float: right;
}

#respond #comment-header #logged-in a
{
	color: #accfa0;
	font-weight: bold;
}

#respond #comment-info
{
	background: transparent url(images/grey-stripe.png) 0 1px;
	padding-top: 4px;
}

#respond .input-line
{
	padding-bottom: 4px;
}

#respond label
{
	font-size: 14px;
	line-height: 14px;
	padding:2px;
	padding-right: 4px;
	background: #000000;
	color: #FFFFFF;
}

#respond .paren
{
	font-size: 10px;
	font-style: italic;
}

#respond input
{
	border: solid 3px;
	font-size: 12px;
	width: 240px;
}

#respond input#submit
{
	border: 0px;
	width: 85px;
	height: 15px;
	background: transparent url(images/submit-comment.png) 0 0;
	text-indent: -5000px;
	overflow: hidden;
	cursor: pointer;
	margin-top: 3px;
}

#respond input#submit:hover
{
	background-position: 0px -15px;
}

#respond textarea
{
	width: 500px;
	border: solid 3px;
	font-size: 12px;
	line-height: 14px;
}

#twitter
{
	width: 178px;
	float: right;
	top: 95px;
	position: relative;
}

#twitter a.twitter_title_link
{
	display: block;
	width: 178px;
	height: 19px;
	background: transparent url("images/twitter.png");
	text-indent: -5000px;
	overflow: hidden;
	margin-bottom: 16px;
}

#twitter li
{
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	color: #5f5f5f;
	margin-bottom: 16px;
}

.twitter-timestamp
{
	display: block;
}

#twitter a
{
	color: #193410;
}

.navigation
{
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	left: 28px;
	width: 200px;
	padding-bottom: 12px;
	height: 15px;
}

#prev-page
{
	position: relative;
	float: left;
	margin-right: 6px;
}

#page-num
{
	position: relative;
	float: left;
	margin-right: 6px;
}

#next-page
{
	position: relative;
	float: left;
}

#prev-page a
{
	display: block;
	width: 57px;
	height: 15px;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url(images/previous.png) 0 0;
	position: relative;
	float: left;
}

#prev-page a:hover
{
	background-position: 0 -15px;
}

#next-page a
{
	display: block;
	width: 39px;
	height: 15px;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url(images/next.png) 0 0;
	position: relative;
	float: left;
}

#next-page a:hover
{
	background-position: 0 -15px;
}

#footer
{
	bottom: 4px;
	left: 846px;
	position: absolute;
	font-size: 10px;
	line-height: 16px;
}

#footer a
{
	color: #193410;
	font-weight: bold;
}
