body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body {
	font: 14px/18px Helvetica, arial, sans-serif;
}
section, header, hgroup, article, nav, footer {
	display: block;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
body {
/*	font-family: Helvetica, arial, sans-serif;*/
	background: rgb(249,248,242) url(/images/body-bg.jpg) repeat-y;
}
p,h1,h2,h3,h4,h5,h6 {
	margin-bottom: 12px;
}
a {
	color: rgb(199,95,46);
	text-decoration: none;
	-webkit-transition: color .3s ease;
}
a:hover {
	color: rgb(0,0,0);
}
.wrapper {
	width: 960px;
}
#site-info nav ul {
	list-style-type: none;
	padding: 0;
}
#site-info nav li {
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 0;
}
#site-info nav a {
	font-weight: 600;
	letter-spacing: 1px;
}
.weblog .alert {
	font-size: 16px;
	font-weight: 400;
	padding: 36px 0 0 70px;
}
.weblog time {
	color: rgb(92,130,140);
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	width: 60px;
	height: 12px;
	float: left;
	background: rgb(238,249,251);
	background: rgba(221,243,247,0.5);
	padding: 30px 0 6px 0;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.weblog article h1 {
	color: rgb(199,95,46);
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgb(255,255,255);
	width: 468px;
	float: left;
	background: rgb(238,249,251) url(/images/scuff-1.png) no-repeat right top;
	background: rgba(221,243,247,0.5) url(/images/scuff-1.png) no-repeat right top;
	padding: 15px 10px 3px 10px;
	border: solid 1px rgb(201,215,215);
	border-width: 0 1px; 
	margin-bottom: 0;
}
.weblog article p {
	margin-bottom: 12px;
}
.weblog article p .code {
	font-family: courier, monospace;
	font-size: 13px;
}
.weblog article ol, ul {
	padding: 12px 0 6px 18px;
}
.weblog ul {
	list-style-type: disc;
}
.weblog article h2 {
	font-size: 18px;
	font-weight: 600;
	padding-top: 6px;
}
.weblog article h3 {
	font-size: 16px;
	font-weight: 600;
	padding-top: 6px;
}
.weblog article h4 {
	font-size: 14px;
	font-weight: 600;
	padding-top: 6px;
}
.weblog article h5 {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 6px;
}
.weblog article h6 {
	font-size: 12px;
	font-weight: 800;
	padding-top: 6px;
}
.weblog .error {
	margin: 36px 0 0 70px;
}
.weblog .post-content {
	width: 468px;
	padding: 24px 10px 12px 10px;
	border: solid 1px rgb(222,221,215);
	border-width: 0 1px; 
	margin: 0 0 0 60px;
}
.weblog .feature-image {
	margin-bottom: 24px;
}
.weblog .feature-image img {
	display: block;
	background: rgb(255,255,255);
	padding: 1px;
	border: solid 1px rgb(222,221,215);
	box-shadow: 1px 1px 1px rgb(222,221,215);
	-moz-box-shadow: 1px 1px 1px rgb(222,221,215);
	-webkit-box-shadow: 1px 1px 1px rgb(220,220,215);
}
.weblog .feature-image .caption {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	padding-top: 6px;
}
.weblog .post-content p {
	font-size: 14px;
	line-height: 18px;
}
.weblog footer {
	width: 468px;
	padding: 24px 10px 0 10px;
	border: solid 1px rgb(222,221,215);
	border-width: 0 1px; 
	margin: 0 0 24px 60px;
}
.weblog nav.categories {
	color: rgb(92,130,140);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* misc */

.replaced {
	text-indent: -9999em;
}

.not-found {
	padding: 36px 0 0 80px;
}


/* new clearfix */
.expand:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */