body {
	background-color: #FFFFFF;
	color: #000000;

	font-family: Bitstream Vera Sans, sans-serif;
}

a:link    { color: #333366; }
a:visited { color: #663366; }

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

.header {
	border-bottom: 1px #999999 solid;
	height: 80px;
}

.logo {
	float: left;
	padding: 10px 10px 0px 20px;
}

.title {
	font-size: x-large;
	font-weight: bold;
	margin-top: 25px;
	float: left;
}

.blog {
	margin-right: 270px;
}

.datebox {
	width: 100%;
	clear: both;
	margin-top: 15px;
}

.datebox-content {
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background: #3B80AE;
}

.blog-entry {
	padding: 15px 0px 0px 20px;
	clear: both;
}

.blog-header {
	padding: 2px 6px 2px 6px;
	margin: 4px;
	background: #EEEEEE;
	border: 1px #7D7D7D solid;
	font-weight: bold;
}

.blog-header a:link {
	text-decoration: none;
	color: black;
}

.blog-header a:visited {
	text-decoration: none;
	color: black;
}

.blog-footer {
	padding: 2px 6px 2px 6px;
	margin: 4px;
	background: #EEEEEE;
	border: 1px #7D7D7D solid;
	font-size: x-small;
	font-weight: bold;
}

.blog-footer a:link {
	text-decoration: none;
	color: black;
}

.blog-footer a:visited {
	text-decoration: none;
	color: black;
}

.blog-body {
	margin-left: 20px;
	margin-right: 20px;
	font-size: medium;
}

.side {
	position: absolute;
	right: 10px;
	top: 100px;
	width: 240px;
}

.sidebox {
	margin: 0px;
	padding: 0px;
}

.sidebox-title {
	background: #DEDEDE;
	font-weight: bold;
	font-size: small;
	text-align: center;
	border: 1px #7D7D7D solid;
	padding-bottom: 5px;
}

.sidebox-content {
	background: #DEDEDE;
	font-size: small;
	border: 1px #7D7D7D solid;
}

.img-button {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
	margin-right: 2px;
	margin-bottom: 2px;
}

.footer {
	border-top: 1px #999999 dashed;
	padding-top: 5px;
	margin: 10px 10px 10px 10px;
	font-size: x-small;
	color: #666666;
}

.alignleft { float: left; padding: 10px;}
.alignright { float: right; padding: 10px;}

.textleft { text-align: left; }
.textright { text-align: right; }

pre, .formattedcode
{
	margin: 15px;
	padding: 15px;
	background:whitesmoke;
	border: solid 1px silver;
	/*line-height:110%;*/
	overflow: auto;
}

pre, .formattedcode, .formattedcode *
{
	white-space: pre;
	font-size: 10pt;
	font-family: monospace;
}

table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
