/* Article stuff */

.article {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.article .title {
	background: #5782B9;
	padding: 0px;
	margin: 0px;
}

.article .title h2{
	font: normal 12px "Tahoma", sans-serif;
	font-weight: bold;
	color: #B0C4DE;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.article .content {
	padding: 5px;
	margin: 0px;
	background: #ffffff url(../images/articlebg.jpg) no-repeat bottom right;
	border: 2px solid #B0C4DE;
}

.article .content h3 {
	margin: 6px 0px 6px 0px;
	font: normal bold 14px "Tahoma", sans-serif;
}

.article .content .codelisting {
	font-family: "Courier New", Courier, monospace;
	border: 1px dashed #000000;
	background: #ffffff;
	margin: 5px;
	padding: 10px;
}

.article .content .codefunction {
	font-family: "Courier New", Courier, monospace;
}

.surround {
	height: auto;
}