body{
	font-family:sans-serif;
	background:#bbb;
}
hr{
	display:none;
	visibility:hidden;
}
code, tt{
	font:'Courier New', Courier, Fixed;
	/*font-weight:bold;*/
	color:#000;
	border:#bbb 1px solid;
	padding:1px;
}
a:hover{
	background-color:#ccc;
}
h1, h2, h3{
	font-family:Sans-Serif;
	font-weight:bold;
}
a img{
	border:none;
}
/* -------------------------------------------------------- */

#page{
	
	background-color:#eee;
	margin:auto;
	padding:0;
	width:1000px;
	/*border:1px solid #000;*/
	/*border:5px 2px;*/
	color:#000;
	/*-moz-border-radius:1em;*/
}
/* -------------------------------------------------------- */
#header{
	height:120px;
	margin:1em;
	padding-top:0.5em;	
}
#header a{
	text-decoration:none;
}
#header a:hover{
	text-decoration:none;
	background-color:#eee;
}
#headertitle{
	float:left;
}
#headerbanner{
	padding-top:5px;
	float:right;
}
#headersub{
	padding-top:10px;
	clear:both;
}
/* -------------------------------------------------------- */
#content { display: block; }
.contentcolumn{
	line-height:1.3em;
	float:left;
	padding:1em;
	width:610px;
	border:0.5em solid #eee;
	background:#fff;
	/*-moz-border-radius:1em;*/
}
#content pre{
	/*font-size:1.1em;*/
	border:solid #ddd;
	border-width:1px 1px 1px 5px;
	background:#F2F5F6;
	padding:1px;
	/*padding:0.5ex 2ex;*/
	overflow-y:visible;
	overflow-x:auto;
}
#content pre b{
	font-size:1em;
	background:#ddd;
}
#content{
	font-size:0.9em;
	/*-moz-border-radius:1em;*/
}
.postmetadata{
	font-size:0.8em;
	padding-left:2em;
	display:block;
	border:1px dashed #ddd;
}
.post{
	border:1px solid #bbb;
	border-bottom:5px solid #bbb;
	border-right:3px solid #bbb;
	margin:0 0 3em;
	text-align: justify;
	padding:1em;
	/*-moz-border-radius:0.5em;*/
}
.alignright{
	float:right;
}
.alignleft{
	float:left
}
.navigation{
	display:block;
	text-align:center;
	margin-top:5px;
	margin-bottom:45px;
}
.date{
	font-size:0.8em;
	padding-left:2em;
}
.entrytopbanner{
	padding:2em 0 2em;
	text-align:center;
}
.entrybottombanner{
	padding:2em 0 2em;
	text-align:center;
}
/* -------------------------------------------------------- */
#commentform textarea{
	width:90%;
	padding:2px;
}
.alt{
	margin:0;
	padding:10px;
}
.commentlist{
	margin-left:1em;
	margin-right:1em;
	padding:0;
}
.commentlist li{
	margin:15px 0 3px;
	padding:5px 10px 3px;
	list-style:none;
	border:1px solid #ccc;
}
.commentlist p{
	margin:10px 5px 10px 0;
}
#commentform p{
	margin:5px 0;
}
.nocomments{
	text-align:center;
	margin:0;
	padding:0;
}
.commentmetadata{
	margin:0px;
	display:block;
	border-bottom:1px dashed #ccc;
}
.commentlist .alt{
	background:#eee;
}
/* -------------------------------------------------------- */
#sidebar{
	margin-top:2em;
	margin-left:660px;
	width:300px;
	border:#000;
	background-color:#eee;
	font-size:0.9em;
}
#sidebar ul, #sidebar ul ol{
	margin:0;
	padding:0 0 0 0.5em;
}
#sidebar ul li{
	list-style-type:none;
	list-style-image:none;
	margin-bottom:15px;
}
#sidebar ul p, #sidebar ul select{
	margin:5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol{
	margin:5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol{
    margin:0 0 0 10px;
}
ol li, #sidebar ul ol li{
	list-style:decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li{
	margin:3px 0 0;
	padding:0;
}
#sidebar h2{
    font-family:Sans-Serif;
	font-size:0.9em;
	text-decoration:underline;
}
#sidebar a{
}
#sidebar table{
	background:#bbb;
}
/* -------------------------------------------------------- */
#footer{
	padding:2em 2em 2em 1em;
	width:auto;
	clear:both;
	background-color:#eee;
}
#footer p{
	font-size:small;
}

