body.blog #content {
	background:transparent url(../images/content-glow.gif) center top no-repeat;
	min-height:350px;
}

body.blog.list .row {
	background:transparent url(../images/blog-summary-border.gif) bottom left repeat-x;
}

body.blog.list ol.entry.list {
	padding-bottom:20px;
}

body.blog.list .entry {
	float:left;
	min-height:130px;
	margin:0 20px 0 0;
	padding:30px 0 30px 0;
	width:460px;
}

body.blog.list .entry.odd {
	margin-right:0px;
}

body.blog.list .entry h3 {
	font-size:18px;
	margin-bottom:15px;
	text-transform:uppercase;
}

body.blog.list .entry .summary {
	color:#b9b9b9;
	line-height:18px;
}

body.blog.list .entry .summary p {
	margin-bottom:10px;
}

body.blog.list .entry .summary p.continue {
	margin-bottom:0;
}

body.blog.list p.archives {
	position:relative;
	display:block;
	background:transparent url(../images/blog-back-room.gif) center center no-repeat;
	float:right;
	margin-top:20px;
	text-align:left;
	text-indent:-9999px;
	height:31px;
	width:475px;
}

body.blog.list p.archives a {
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:31px;
	width:95px;
}

body.blog.detail #content {
	padding-top:45px;
}

body.blog.detail #primary-content {
	float:left;
	font-size:13.1px;
	margin:0 20px 0 0;
	width:700px;
}

body.blog.detail #secondary-content {
	color:#9a9a9a;
	float:right;
	width:220px;
}

body.blog.detail #secondary-content p {
	margin:0 0 20px 0;
}

body.blog.detail h1.title {
	font-size:26px;
	margin-bottom:15px;
}

body.blog.detail h2 {
	font-size:18px;
	margin-bottom:15px;
}

body.blog.detail .content {
	border-bottom:1px solid #353429;
	font-size:13.1px;
	line-height:24px;
}

body.blog.detail .content p {
	margin-bottom:30px;
}

body.blog.detail .back {
	display:block;
	background:transparent url(../images/blog-back.gif) center center no-repeat;
	float:right;
	margin-top:15px;
	height:31px;
	width:411px;
	text-align:left;
	text-indent:-9999px;
	position:relative;
}

body.blog.detail .back a {
	display:block;
	float:right;
	position:absolute;
	top:0;
	right:0;
	width:110px;
	height:31px;
}
body.blog.detail .back a:hover { border:none; }

body.blog.archives #content {
	padding-top:50px;
}

body.blog.archives h2 {
	background:transparent url(../images/blog-archive-billboard.gif) center center no-repeat;
	height:97px;
	width:940px;
	text-align:left;
	text-indent:-9999px;
}

body.blog.archives .next {
	background:transparent url(../images/blog-next-page.gif) center center no-repeat;
	display:block;
	float:right;
	width:98px;
	height:31px;
	text-align:left;
	text-indent:-9999px;
}