.article-pic {
	float: right;
	margin: 20px;
}
div#content {
	line-height: 1.5em;
	text-align: justify;	
}
div#content div {
	margin-top: 10px;
}
.about {
	padding-left: 30px;
	padding-right: 30px;
	font: 8pt verdana;
	text-align: justify;
}
h1 a { color: black; }

.synopsis {
	margin: 0 0 0 20px;
	padding: 10px;
	float: right;
	width: 300px;
	font-size: .9em;
	font-style: italic;
	border: 1px solid #444;
	background: #ffe;
	clear: right;
}

.author {
	font-weight: bold;
	font-size: .9em;
	font-style: italic;
	float: right;
	text-align: left;
	margin: 0 0 10px 20px;
	padding: 10px;
	border: 1px solid #444;
	background: #ffe;
	width: 300px;	
}

.quote {
	padding: 10px;
	margin: 20px 40px 20px 40px;
	font-size: .9em;
	font-style: italic;
	border: 1px solid #444;
	background: #ffe;
}
.quote .source {
	margin-top: 10px;
	font-weight: bold;
}
.quote .source a {
	font-weight: normal;
}

span.link {
	font: 8pt arial;
	color: #333;
	font-style: italic;
}

div.caption { font-size: 0.75em; color: #333; text-align: center; margin: 0 0 20px 0; padding: 0;}

/*** code ***/

div.format {
	text-align: right;
	margin: 20px 20px 0 0; padding: 0;
	font-size: 8pt;
}

textarea.csharp-raw {
	width: 660px;
	height: 200px;
	margin: 0 20px 0 20px;
	display: none;
}

div.csharpcode
{
	border: 1px solid #333;
	padding: 0 0 1px 0;
	margin: 0 20px 0 20px;
}
.csharpcode, .csharpcode pre
{
	font-size: 1em;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; line-height: 1.1em;}
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #666; background: #ddd; margin-right: 10px; border-right: 1px solid #666;}