﻿div#article-body
{
	position: relative;
}

div#article-body h2
{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0;
}

div#article-body span.publish-date
{
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 4px;
}

div#article-body p
{
	margin-bottom: 1em;
}

div#article-body ol, div#article-body ul
{
	margin-left: 3em;
}

div#article-body ol li, div#article-body ul li
{
	margin-bottom: 1em;
}

div#article-info
{
	margin-bottom: 1em;
}

div#article-ad-container
{
	float: right;
	width: 300px;
	padding: 12px;
	height: 250px;
	font-size: 24px;
	background: #fff;
	overflow: hidden;
	line-height: 250px;
	text-align: center;
	margin: 0 0 6px 12px;
	border: dashed 2px #ccc;
}

div#article-ad-container img
{
	margin: 0;
}

div#related-ad-container
{
	text-align: center;
}

div.CodeBlock
{
	font-size: 10pt;
	margin: 0 -222px 1em 0;
	font-family: Courier New, Lucida Console, Monospace;
}

span.KeyWord, span.Value, span.AspKey
{
	color: #00f;
}

span.Comment span.KeyWord span.String,
span.Comment, span.Comment span.KeyWord, span.Comment span.String, span.Comment span.KeyWord span.String,
	span.Comment span.Tag, span.Comment span.Key, span.Comment span.Value,
	span.Comment span.SemiKeyWord, span.Comment span.SqlKeyWord, span.Comment span.SqlFunction
{
	color: #008200;
	text-transform: none;
}

span.String, span.String span.KeyWord, span.Tag, span.String span.SqlFunction
	span.String span.SemiKeyWord, span.String span.SqlKeyWord
{
	color: #840000;
	text-transform: none;
}

span.SqlString, span.SqlString span.KeyWord, span.SqlString span.SqlFunction
	span.SqlString span.SemiKeyWord, span.SqlString span.SqlKeyWord
{
	color: #f00;
	text-transform: none;
}

span.InlineAsp
{
	background: #ffee62;
}

span.Key
{
	color: #f00;
}

span.SemiKeyWord
{
	color: #848284;
}

span.SqlKeyWord
{
	text-transform: uppercase;
}

span.SqlFunction
{
	color: #f0f;
}

div#article-comments
{
	clear: both;
	padding: .5em 0;
	margin-top: 16px;
	background: #eee;
	text-align: center;
	border-top: solid 1px #31659c;
}

div#article-comments a
{
	color: #00f;
	text-decoration: none;
}

div#article-comments a:hover
{
	text-decoration: underline;
}

div#article-comments ul
{
	margin: 0;
	padding: 0;
	text-align: left;
}

div#article-comments li
{
	margin: 1em;
	padding: 1em;
	overflow: auto;
	list-style: none;
	background: #fff;
	max-height: 320px;
	border: dashed 1px #369;
}

div#article-comments li.hidden
{
	background: #ccc;
}

div#article-comments li span
{
	margin-right: 2px;
	padding-right: 6px;
	border-right: solid 1px #369;
}

div#article-comments fieldset
{
	margin: 1em;
	text-align: left;
}

div#article-comments p#add-comments
{
	margin: 1em;
	padding: 1em;
	background: #fff;
	text-align: left;
	border: dashed 1px #369;
}

div#article-footer
{
	color: #31659c;
	padding: 1em 0 0;
	border-top: solid 1px #31659c;
}

div#article-footer a
{
	color: #31659c;
}

div#article-footer label
{
	font-size: .9em;
	font-weight: bold;
}

div#article-footer label span
{
	font-weight: normal;
}

div#article-footer div#article-signature
{
	font-size: .9em;
}

div#footer-ad-container
{
	margin: 1.5em 0 0;
}

.ad-banner
{
	width: 468px;
	height: 60px;
	margin: auto;
	position: relative;
}

.ad-leaderboard
{
	height: 90px;
	margin: auto;
	position: relative;
}

div#footer-ad-container iframe
{
	top: 0;
	left: 0;
	position: absolute;
	border: dashed 2px #ccc;
}

div.blog-entry-info
{
	color: #369;
	padding: .25em 0;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 1em;
	border: solid 1px #99b2cc;
	background-color: #eaeaff;
	background-repeat: no-repeat;
	background-image: url("section-title-bg.gif");
}

div.update
{
	padding: .5em;
	background: #eee;
	margin-bottom: 1em;
	border-bottom: solid 1px #f66;
}

div.update span.date
{
	color: #369;
	display: block;
	background: #fff;
	font-weight: bold;
	text-align: center;
	margin: -.5em -.5em .5em;
	border-bottom: solid 1px #f66;
}

div.note
{
	margin: 0 0 1em;
	padding: 1em 1em 0;
	border: dotted 1px #369;
	background-repeat: no-repeat;
	background-image: url("note-background.gif");
}

div#author-actions
{
	color: #666;
	padding: 1em;
	margin: 0 0 1em;
	position: relative;
	border: solid 1px #ffa500;
}

div#author-actions a#help-link
{
	top: 2px;
	right: 2px;
	width: 24px;
	height: 24px;
	display: block;
	cursor: pointer;
	position: absolute;
	text-indent: -10000px;
	background-image: url("help-icon.jpg");
}

div#author-actions ul
{
	margin: 0 0 0 2em;
}

div#author-actions ul li
{
	margin: 0 0 .5em;
}

