body {
	border-right: 1px solid black;
	margin-right: 200px;

	padding-left: 20px;
	padding-right: 20px;
}

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;
#	color: #cc0000;
  color: #A27575;

	margin-left: -20px;
}

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

          color: #902525;
          background-color: #EAEAEA;
  border-top: 1px solid #E43333;
  border-left: 1px solid #E43333;

	padding-left: 20px;
}


h4 {
	font-family: "Bitstream Vera Sans", sans-serif;
#	font-weight: th;
  color: #A27575;
  font-size: 14px;

}

h4 a {
	text-decoration: none;
	color: inherit;
}
.entry {
	margin-bottom: 2em;
	overflow: auto;
}

.entry p {
  font-family: bitstream vera sans, sans-serif;
  font-size: 12px;
  padding-left: 10px;
}

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

.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;

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

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

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

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

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

	list-style-type: square;
}

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

.sidebar p {
	border-top: 1px solid grey;
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 5px;
}

a:hover {
	text-decoration: underline !important;
#	color: red !important;
          color: #A27575;
}

a {
  font-family: bitstream vera sans, sans-serif;

	color: #5F2D2D;
}

.terminal 
{
        margin: 15px;
        padding:15px;
        font-size: small;
        font-family: "Courier New", Courier;
        background: #000;
        border: solid 1px #ddd;
        line-height:110%;
        color:white;
        width: 90%;
}
	
.code, .xml , .script
{
	margin: 15px;
	padding:15px;
	font-size: small;
	font-family: "Courier New", Courier;
	background: #fff;
	border: solid 1px #ddd;
	line-height:110%;
	color: #000dbd;
	width: 90%;
}

.keyword {
    color: #00a20b;
}

.comment {
    color:red;
}

.literal {
    color: purple;
}

