html {
	margin: none;
	padding: none;
}
body {
	background: #ededed;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #222;
	display: block;
	font-size: 12px;
	text-align: left;
	margin: 0;
	line-height: 16px;
	padding: 0px;
}
#container {
	padding: 40px;
	width: 800px;
	margin-bottom: 80px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: -40px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: #ccc 0px 3px 10px -3px;
	-moz-border-radius: 10px;
	-moz-box-shadow: #ccc 0px 3px 10px -3px;
	border-radius: 10px;
	box-shadow: #ccc 0px 3px 10px -3px;
}
header {
	width: 880px;
	height: 140px;
	display: block;
	margin-left: -40px;
	padding-top: 30px;
}
#main{
	width: 880px;
	margin-top: -40px;
	margin-left: -40px;
}
h1 {
	font-size: 24px;
	text-align: center;
	line-height: 50px;
}
h2 {
	font-size: 20px;
	text-align: left;
	line-height: 50px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 16px;
	text-align: left;
	line-height: 40px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
h4 {
	font-size: 14px;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 60px;
	font-family: 'HelveticaNeue-Light';
	font-weight: normal;
	text-transform: uppercase;
}
p {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	font-weight: light;
}
blockquote {
	color: #666;
	width: 400px;
	margin-left: 160px;
	font-size: 12px;
	text-align: left;
	border-left: 1px solid #ccc;
	padding: 10px 10px 10px 20px;
}
blockquote p{
	width: 480px;
	padding: 0;
	margin: 0;
}
a {
	color: #b00b1e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
code {
	font-family: Monaco, 'Courier New', monospace;
	font-size: 12px;
	color: #666;
}
pre code{
	font-family: Monaco, 'Courier New', monospace;
	font-size: 12px;
	color: #666;
	width: 480px;
	margin-left: 60px;
	display: block;
}
hr {
	width: 880px;
	height: 1px;
	border: none;
	outline: none;
	background: #ccc;
}
hr.fancy {
	display: block;
	float: left;
	height: 40px;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 53%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(53%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 53%,#ededed 100%);
	width: 880px;
	margin: -10px 0 30px 0px;
	border: none;
	outline: none;
}
header {
	background: #222;
	color: #fff;
	text-shadow: 0px -1px 0px #000;
}
.thumbrow {
	width: 606px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.thumb {
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #333;
}
.left{
	float: left;
	margin: 0 20px 20px -120px;
}
.right{
	float: right;
	margin: 0 -120px 20px 20px;
}
footer {
	width: 880px;
	height: 100px;
	margin-left: -40px;
	border-top: 1px solid #ccc;
	position: relative;
	bottom: -40px;
}
footer p {
	margin-top: 30px;
}
footer small {
	float: left;
	width: 640px;
	font-size: 11px;
}
footer img {
	float: right;
	margin-top: 10px;
}
footer a[href="http://nickheer.com"] {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
footer a[href="http://nickheer.com"]:hover {
	color: #b00b1e;
	text-decoration: none;
}

.linen{
	background: url('images-global/linen.png') repeat;
	width: 880px;
	padding-top: 40px;
	padding-bottom: 60px;
	text-shadow: 0px 1px 0px #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 40px 0px 40px 0px;
	-webkit-box-shadow: 0px 5px 10px #ccc inset;
}