#entryList ul,#entryList ol {
	margin-left: 25px;
}
#entryList ul {
	list-style-type: square;
}
#entryList ol {
	list-style-type:decimal;
}
#blogPageNav {
	background: #f0f1f2;
	padding: 5px 10px;
}

/* Article modifications -- sidebar inside content with content flowing around it */
#articleWrap {
	width: 537px;
	margin-bottom: 20px;
}
#articleWrap #sidebar {
	width: 138px; /* a little wider due to padding and border */
	border-left: 1px solid #bbb;
	padding-left: 3px;
	margin-left: 4px;
}
#articleWrap #entryList {
	padding-right: 0;
	margin-right: 0;
	border: none;
	width: 100%; /* full width since it also contains the sidebar */
}

/* global styles */
body.printBody {
	font-family: Arial,Helvetica,sans-serif;
}
h1.blogTitle {
	margin-bottom: 15px;
}

h1.blogTitle img {float:left;margin-right: 3px;}
h1.blogTitle a img {
	border: none;
	text-decoration: none;
}

h1.blogTitle a {
	color: inherit;
	text-decoration: none;
}
h1.blogTitle a:link, h1.blogTitle a:visited, h1.blogTitle a:active {
	text-decoration: none;
}
h1.blogTitle a:link:hover {
	text-decoration: underline;
}
.blogDesc {
	color: #555;
	font-size: 12px;
	line-height: 15px;
	margin: 3px 0 20px 0;
	padding: 6px 0 10px 0;
	border-bottom: 1px solid #bbb;
}

.edSec {
	margin-top: 10px;
}
.edSec h1 {
	padding: 0;
	margin:0 0 10px 0;
	border:1px solid #bbb;
	text-align: center;
	font-weight: bold;
	font-size:14px;
	height: 30px;
	line-height: 30px;
	background-image: url('/images/cell_grad_1x40.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.blogEntry {
	font-size: 11px;
	padding-bottom: 25px;
}
.summaryList .blogEntry {
	border-bottom: 1px solid #c0bbbb;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.edEntry    {border-bottom: 1px dotted #bbb;}
.edEntryLast{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.return {
	text-align:left;
	font-size: 11px;
	margin-bottom: 5px;
}

#comments {width: 100%;}

.filterDesc {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.filterDesc div {
	font-weight: normal;
}
.viewAll {
	font-size: 11px;
	margin: 5px 8px 0 0;
	float: right;
}
.entryName {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
}
body.mobile .entryName {
	font-size: 20px;
}
.entryName em {
	font-weight: normal;
	font-style: normal;
}
.entryName div {
	font-size: 11px;
	color: #666;
}
.entryName div a {text-decoration: none;}
.entryName div a:link, .blogEntry h2 div a:visited, .blogEntry h2 div a:active {
	text-decoration: underline;
}
.entryName div a.active {
	font-weight:bold;
	text-decoration: none;
}
.entryInfo {
	color: #666;
	margin-bottom: 5px;
}
.entryInfo a,
.entryInfo a:visited {
	color: #666; /* could be inherit if not for IE */
	text-decoration: none;
}
.entryInfo a:hover {
	text-decoration: underline;
}

.blogEntry .content,
.blogEntry .preFold {
	width: 100%;
	overflow: hidden; /* ed page uses floating images */
	font-size: 13px;
}

body.mobile .blogEntry .content,
body.mobile .blogEntry .preFold {
	font-size: 16px;
}

#blogSubscribe {
	overflow: hidden;
	width: 100%;
	padding: 4px; /* leave room for drop shadow */
	margin: 10px -4px;
}
#blogSubscribe a {
	float: left;
	margin-left: 0px;
}

.blogEntry .postLinks {
	float: right;
	text-align: right;
}

.blogEntry .comments {
	text-align: right;
	padding: 5px 0;
}
.blogEntry a.more {
	margin-left: 1em;
	font-size: 11px;
}
.blogEntry .tags {
	margin-top: 3px;
	color: #666;
}

