* { font-family: verdana, sans-serif }

body {
	padding-left: 20px;
	padding-right: 20px;
        font-size:75%;

        margin-right: 210px;
}

.title h1 {
	margin-top: 0px;
	padding-top: 20px;

	font-weight: normal;
	letter-spacing: -2px;
	text-transform: lowercase;
	text-align: right;

	color: grey;
}

h1, h2 ,h3, h4, h5 {
	font-weight: normal;
}

a { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color: #FF0000; }

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

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

fieldset { border: 0px dotted #000000;  margin-bottom: 20px; }



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

p.date { font-style: italic;}

.entry {
        clear: both;
	margin-bottom: 2em;
}

.entry .date {
	color: grey;
}

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


.entrytitle { font-size: 12pt; }

.entryauthor .date { font-style:italic;}

.sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;

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

	padding-top: 20px;
	padding-left: 10px;
        background-color: #EFEFEF;

	font-size: 85%;
}

.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 {
	border-top: 1px solid grey;
	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;
}

pre {
  font-family: "courier new";
  overflow: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 11px; 
  line-height: 15px;
  margin-top: 10px;
  width: 93%;
  display: block;
  background-color: #eeeeee;
  color: #000000;
  max-height: 300px;
} 


.tweetmeme_button, .acc_license, .feedflare { display:none;}
