#article #permalink-element {
	border-bottom: 1px dashed #527D97;
}

#article div.info {
	color: #527D97;
	font-family: "Lucida Grande", Geneva, Helvetica,sans-serif;
	text-transform: uppercase;
	border-bottom: 1px dashed #527D97;
	letter-spacing: 0.2em;
	padding-bottom: 12px;
	padding-top: 10px;
}

#comments>ul li .info * {
	font-size: 10px;
}

#comments>ul li .info .author, #comments>ul li .info .author a {
	font-weight: bold;
	font-size: 12px;
}

#comments>ul li .info .time, #comments>ul li .info .ip {
	color: #a3a3a3;
}

#comments>ul li .info {
	float: left;
	width: 185px;
	min-height: 80px;
	height: 100%;
	margin-right: 10px;
	padding-bottom: 10px;
}

#comments>ul li .info img {
	float: left;
	margin-right: 10px;
}

#comments a.reply {
	clear: both;
	color: #a3a3a3;
	border: none;
	float: right;
}

#comments a.reply:hover {
	text-decoration: underline;
}

#comments {
	clear: both;
}

#comments>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comments>ul li {
	clear: both;
	margin-bottom: 10px;
}

#comments>ul li .content {
	float: right;
	width: 465px;
	min-height: 80px;
	margin: 0;
	padding-bottom: 10px;
}

#newComment .content input {
	float: right;
}

#comments .clear.borders div {
	border-bottom: 1px solid #a3a3a3;
}

#comments .clear.borders .left {
	float: left;
	width: 185px;
	padding-right: 10px;
}

#comments .clear.borders .right {
	float: right;
	width: 465px;
}

#article input.button {
	margin-top: 2px;
}

#article .content {
	clear: both;
}

.article {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #a3a3a3;
}

.article p {
	margin-bottom: 10px;
}

.article a:hover {
	text-decoration: none;
}

.article .info {
	padding-top: 15px;
}

.article.sponsored {
	background-color: #ebeae6;
}

.article h3 a {
	color: black;
	line-height: 1.3em;
}

.icon.locked, .icon.unlocked {
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 11px;
	height: 18px;
}

.icon.locked {
	background-image: url(/images/icons/locked.gif);
}

.icon.unlocked {
	background-image: url(/images/icons/unlocked.gif);
	padding-left: 14px;
}

.article .icon.locked, .article .icon.unlocked, .slideDescription .icon.locked, .slideDescription .icon.unlocked {
	top: 3px;
}

#searchResults h2 {
	clear: none;
}

#searchResults img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#searchResults div.article {
	clear: both;
}

img.articleExcerpt {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.article * {
	color: #666;
}

.article .info {
	color: #666;
}

#footnotes {
	border-top: 1px solid #dedede;
}