h1.post {
	font-size: 16px;
	margin: 0;
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 4px;
	background: url(image/strong_header.gif) repeat-x #ffffff;
	font-weight: normal;
	color: #FFFFFF;
}

h2.category {
	font-size: 10px;
	padding-left: 20px;
	color: #313756;
	margin-top: 0px;
}

h3 {
	font-size: 14px;
	margin-left: -10px;
	margin-right: -5px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	background: repeat-x;
	font-weight: bold;
	color: #313756;
}

div.post {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 1px 5px 5px 15px;
}


pre {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	background: #f7f7f7;
	padding: 4px;
	margin-top: 0px;
	margin-right: -5px;
}



span.code {
	font:  10px Monaco, monospace;
	color: black;
	margin-left: 15px;
	white-space: pre;
	white-space: pre-wrap; /* avoid overflow */
	_white-space: pre;
}

span.comment {

	font: 12px Monaco, monospace;
	color: #996633;
	margin-left: 15px;
	white-space: pre;
	white-space: pre-wrap; /* avoid overflow */
	_white-space: pre;
	
}

div.codeWrapper {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	background: #f7f7f7;
	margin-right: -5px;

	padding: 0px;
	overflow: auto;
}

div.codeFooter {
	font: 10px Monaco;
	color: black;
	text-align: left;
	margin-left: 8px;
}

div.codeFooter a:visited, div.codeFooter a:link {

	color: black;
	text-decoration: none;
	
}

div.codeFooter a:hover {

	color: red;
	text-decoration: none;
	
}

span.language {
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background: #5483C2;
	color: #ffffff;
	border-top: 1px solid #336699;
	font: 14px Helvetica;
	padding: 0px 25px;
	margin-top: 0px;
	display: inline;
}

span.lineNumber {

	font:  12px Monaco, monospace;
	color: #000000;
	background: #ffffff;
	border-right: 1px solid #000000;
	margin: 0px;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	display: inline;
}