body {
	font-family:  "Bitstream Vera Sans", "Verdana", sans-serif;
	font-size: 12pt;
	text-align: justify;
	font: 12pt sans-serif, 10pt;
	
/* 	background: url("http://noogz.net/body_back.png") repeat-y; */
	margin-right: 200px;
	padding-left: 20px;
	padding-right: 20px;
/* 	font-size: 10pt; */
}

fx {
        font-family: fixed;
}

h1 {
	margin-top: 0px;
	padding-top: 20px;
/*	font-family: "Bitstream Vera Sans", sans-serif;*/
	font-weight: normal;
	letter-spacing: +2px;
	text-transform: lowercase;
	text-align: right;
	font-size: 250%;
	color: grey;
	color: gray;
}

h2, h3 {
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #cccccc;
}

h2 {
/*	font-family: "Bitstream Vera Sans", sans-serif;*/
	font-weight: normal;
	font-size: 170%;
	color: #200080;

	margin-left: -20px;
}

h3 {
/*	font-family: "Bitstream Vera Sans", sans-serif;*/
	font-weight: normal;
	font-size: 130%;
	color: #200080;

	/*background-color: #a0c0ff;
	border: 1px solid #5080b0;*/
	
	margin-left: -10px;
	
	

}

h3 a {
	text-decoration: none;
	color: inherit;
}

h4 {
	color: #200080;
/*	font-family: "Bitstream Vera Sans", sans-serif;*/
/*	font-size: 14pt;*/
	font-size: 105%;
	font-weight: bold;
}

h4 a {
	/*text-decoration: none;
	color: inherit;*/
}


hr {
	border-top-width: 0px;
	border-bottom-width: 1px;
	color: #cccccc;
	width: 60%;
	height: 0px;
}

img.face {
	float: right;
	margin-top: -3em;
}

.entry {
	margin-bottom: 2em;
}

.entry .date {
/*	font-family: "Bitstream Vera Sans", sans-serif;*/
	color: grey;
	text-transform: lowercase;
}

.entry .date a {
	/*text-decoration: none;/**/
	color: inherit;/**/
}

.sidebar {

	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;

	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;

	border-left: 1px solid black;


	padding-top: 20px;
	padding-left: 0px;

/*	font-family: "Bitstream Vera Sans", sans-serif;*/
	font-size: 105%;
}


.sidebar h2, .sidebar h3{
   border-bottom-width: 0px;
}

.sidebar h2 {
/*font-size: 14.5pt;*/
	font-weight: bold;
/*	color: black;*/
	color: #200080;


	padding-left: 5px;
	margin-left: 0px;
	font-size: 110%;
}

.sidebar ul {
	padding-left: 2em;
	margin-left: 0px;

	list-style-type: square;
}

.sidebar ul li:hover {
	color: grey;
}

.sidebar p {
/*font-size: 14pt;*/
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 5px;
}

a:hover {
	text-decoration: underline !important;
	color: blue !important;
}

.imageright {
	float: right;
	border: 8px solid #ffffff;
	margin: 4px 4px 8px 8px;
}

.imageleft {
	float: left;
	border: 8px solid #ffffff;
	margin 4px 4px 8px 8px;
}

