body {
	border-right: 1px solid black;
}

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;

	color: grey;
}

h2 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	color: #200080;

}

h2.chrome { font-size:3em;font-weight:bold;text-align:right;letter-spacing:-4px;border:none}

h3.chrome {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold ;
	font-size:1.8em;
	border:none;
	background: #F8F2E5;
	padding: 4px;
}

h3.chrome a {
	text-decoration: none;
	color: #AA0000;
}
.entrygroup {
 margin-left:20px;
}
.entrygroup h4 {
	font-weight: bold; font-size:1.5em;padding-bottom:0px; margin-bottom:5px;
	
}
.content h1, .content h2, .content h3, .content h4 {
  border:none;
  background: none;
}

h4 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
}

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

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

.entry {
	
	background-color: #F8F2E5;
	border: 3px solid #E8E2D5;
	margin-bottom: 2em;
	padding:5px;
	font-size:1.2em;
}

.entry .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: grey;
	text-align:right;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}
#commonHeader { margin-bottom:45px;}
#content { padding-left:20px; margin-right:250px;text-align:left;}

.sidebar {
        text-align:left;
	position: absolute;
	top: 100px;
	right: 10px;
	width: 200px;

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

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

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

.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: black;

	padding-left: 5px;
	margin-left: 0px;
}

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

	list-style-type: none;
}

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

.sidebar ul li a {
        text-decoration: none;
}

.sidebar ul li a:hover {
        text-decoration: underline;
}

.sidebar ul li a img {
        border: 0;
}

.sidebar p {
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 5px;
}

.sidebar .message {
    cursor: help;
    border-bottom: 1px dashed red;
}

.sidebar a.message:hover {
    cursor: help;
	background-color: #ff0000;
	color: #ffffff !important;
	text-decoration: none !important;
}

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

