html {
	padding: 0;
	margin: 0;
}

body {
	background: url(/images/2010/bodybg.png) 0px 45px repeat-x #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin: 0px auto 0px auto;
	width: 975px;
	text-rendering: optimizelegibility;
}

a {
	color: #000;
}

.invisible {
	display: none;
}

/* logo */

h1.logo {
	background: url(/images/2010/logoshadowchop.png) 0px -200px no-repeat;
	position: fixed;
	display: block;
	float: left;
	top: -20px;
	width: 225px;
	height: 210px;
	z-index: 4;
}

	h1.logo a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	h1.logo span {
		display: none;
	}


/* shim */

.shim {
	top: 0px;
	left: 0px;
	height: 49px;
	background: transparent;
	width: 13px;
	z-index: 5;
	opacity: 0.1;
}

/* header */
.head {
	position: fixed;
	width: 100%;
	display: block;
	top: 0px;
	left: 0px;
	text-align: right;
	color: #fff;
	padding: 1px 4px;
	margin: 0;
	z-index: 1;
	border-bottom: 1px solid #53542a;
	height: 43px;
	background: url(/images/2010/headerbg.png) top left repeat;
	font-family: Georgia, Times New Roman, serif;	
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 8px;

}

	.head .navorn {
		width: 975px;
		margin: 0px auto;
	}

	.head ul.nav {
		margin-left: 650px;
		background: url(/images/2010/navorn.png) 2px 2px no-repeat;
		list-style-type: none;
		list-style-position: inside;
	}
	
	.head ul li {
		display: inline;
	}
	
	.head ul li a, .head ul li span {
		padding: 0px 4px;
		color: #53542A;
		font-size: 14px;
		text-decoration: none;
		cursor: pointer;
	}
	
	.head ul li a:hover, .head ul li span:hover {
		text-decoration: none;
		background: #f1f295;
		color: #212011;
		cursor: pointer;
	}

/* subnav strip */

.strip {
	position: relative;
	padding: 1px;
	top: 43px;
	left: 0px;
	height: 44px;
}

	.strip p {
		margin-left: 250px;
		height: 100%;
		background: url(/images/2010/pingfunfact.png) top left no-repeat;
		padding-left: 100px;
		padding-top: 1px;
		min-height: 25px;
	}
	
/* sidebar */

.sidebar {
	float: left;
	width: 225px;
	margin-top: 165px;
	padding-left: 5px;
	margin-bottom: 20px;
}
	
	.sidebar .snippet {
		width: 220px;
	}
	


	.sidebar .snippet a {
		text-decoration: none;
	}

	.sidebar .snippet a:hover {
		background-color: #f0f0f0;
	}

	.snippet ul {
		list-style-type: none;
		list-style-position: inside;
	}
	
	.snippet ul.latestactivity li, .snippet ul.lastten li {
		margin-bottom: 10px;
	}
	
	.sidebar .snippet h3 {
		padding: 6px 6px 6px 10px;
		font-family: "Lucida Sans", "Courier New", monospace;
	}
	
	.sidebar .snippet p, .sidebar .snippet object, .sidebar .snippet embed, .sidebar .snippet ul {
		padding: 0px 10px;
	}

	/* sidebar custom styles. rotation style stolen from blog.panic.com. Thanks, guys! Love it! */
	
	.snippet.yellow {
		background-color: #F4F234;
		border: 1px solid #ACAA24;
		margin-left: -20px;
		padding-bottom: 10px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.5) -6px 5px 3px;
		-moz-box-shadow: rgba(0, 0, 0, 0.5) -6px 5px 3px;
	}
	
	.snippet.blue {
		background-color: #66A0A9;
		border: 1px solid #3E6166;
		-webkit-transform: rotate(0.105deg);
		margin-left: 3px;
		margin-top: 25px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.5) -6px 5px 3px;
		-moz-box-shadow: rgba(0, 0, 0, 0.5) -6px 5px 3px;

	}
	
	.snippet.tan {
		background-color: #DCD0AA;
		border: 1px solid #B1A47E;
		-webkit-transform: rotate(-0.21deg);
		margin-left: 9px;
		margin-top: 35px;
		padding-bottom: 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.5) -6px 5px 3px;
		-moz-box-shadow: rgba(0, 0, 0, 0.5) -6px 5px 3px;
	}
	
	.snippet.pank {
		background-color: #FADADD;
		border: 1px solid #5A3A3D;
		-webkit-transform: rotate(-0.98deg);
		margin-top: 30px;
		margin-left: -5px;
		padding-bottom: 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.5) -3px 5px 3px;
		-moz-box-shadow: rgba(0, 0, 0, 0.5) -3px 5px 3px;
	}

	.snippet.green {
		background-color: #96DC63;
		border: 1px solid #285A10;
		-webkit-transform: rotate(-0.92deg);
		margin-top: 30px;
		margin-left: -10px;
		padding-bottom: 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.5) -2px 5px 3px;
		-moz-box-shadow: rgba(0, 0, 0, 0.5) -2px 5px 3px;
	}

/* le content */

.content {
	float: right;
	width: 700px;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 40px 0px 0px 0px;
	padding-bottom: 10px;
	font-family: Georgia, Times New Roman, serif;
}

	.content h4 {
		float: right;
		font-weight: normal;
		font-style: italic;
		color: #999;
	}
	
	.content h4 a, .content h4 span {
		text-decoration: none;
		color: #999;
		border: 1px solid #ddd;
		background: #f0f0f0;
		font-style: normal;
		padding: 2px;
		margin: 4px;
	}
	
	.content h4 span {
		color: #ddd;
		background: #f9f9f9;
		border-color: #f6f6f6;
	}

	.content h4 a:hover {
		background: #fff;
		color: #333;
		border-color: #fff;
	}
	
	.content h2 {
		margin-top: 40px;
		font-size: 32px;
		line-height: 38px;
		font-weight: normal;
		font-family: Georgia;
	}
	
		.content h2 a {
			text-decoration: none;
			color: #37361c;
		}
	
		.content h2 a:hover {
			text-decoration: none;
			color: #212011;
		}
	
	.content h3 {
		font-size: 24px;
		line-height: 30px;
		font-weight: normal;
	}
	
	.content .authorphoto {
		border: 1px solid black;
		padding: 4px 4px 20px 4px;
		width: 75px;
		height: 75px;
		background: #fff;
		float: left;
		margin: 20px 10px 10px -30px;
		-webkit-transform: rotate(3.5deg);
		-moz-transform: rotate(3.5deg);
		-webkit-box-shadow: rgba(0, 0, 0, 0.25) -3px 3px 3px;
		-moz-box-shadow: rgba(0, 0, 0, 0.25) -3px 3px 3px;
	}
	
	.content .entry {
		clear: both;
	}
	
	.content blockquote {
		border-left: 4px solid #ccc;
		padding: 0px 4px;
	}
	
	.content .vintagecomments {
		margin: 20px 0px;
	}
	
	.content .comments {
		background: url(/images/2010/commentorn.png) top center no-repeat;
		margin-top: 40px;
		padding-top: 40px;
	}

		.content .moderncomments .comment p.authorinfo {
			display: block;
			float: left;
			width: 120px;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 10px;
			line-height: 14px;
			margin-top: 0px;
		}
		
		.content .comments .comment p.authorinfo a {
			display: block;
		}

		.content .comments .comment p.authorinfo span.authorlink {
			font-size: 12px;
			line-height: 16px;
		}

		.content .moderncomments .comment .commenttext {
			margin-top: 0px;
			margin-left: 130px;
		}
		
		.content .comments .comment span.foot {
			display: block;
			clear: both;
			padding: 5px 0px;
		}
		
	.content form.commentform {
		margin: 30px auto;
		background: #fff url(/images/2010/commentbg.png) top left no-repeat;
		width: 594px;
		height: 353px;
		padding: 44px 15px 15px 15px;
		font-size: 12px;
		line-height: 16px;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	.content form.commentform label {
		display: block;
		float: left;
		width: 250px;
		text-align: right;
		margin-right: 5px;
	}
	.content form.commentform input {
		margin: -2px 0px 4px 0px;
		height: 12px;
	}
	
	.content form.commentform textarea {
		width: 568px;
		background: transparent;
		height: 195px;
		font-size: 12px;
		line-height: 20px;
		border: 1px solid #999;
	}
	
	.content form.commentform div.submitcontainer {
		width: 555px;
		text-align: right;
		margin: 5px 0px 0px 0px;
	}
	.content form.commentform input#submit {
		margin: 5px 0px 0px 0px;
		height: auto;
	}
	
/* foot */

div.foot {
	clear: both;
	padding: 10px 10px 20px 10px;
	color: #333;
	border-top: 1px dashed #ccc;
}

.foot .col {
	width: 210px;
	float: left;
	padding: 0px 10px;
	font-size: 12px;
	line-height: 24px;
}

.foot .col ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
}

.foot .col h4 {
	font-size: 14px;
	line-height: 24px;
}
