body {
        background-image: url("images/el02itb-framed.jpg");
        background-repeat: no-repeat;
        background-color: #EEEEEE;
        background-position: 28px 8px;
        border-right: 1px solid gray;
	margin-right: 200px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

h1 {
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 342px;
	padding-bottom: 190px;

	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: lowercase;
	text-align: left;

	color: grey;
}

h2 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	font-size: 14pt;
	color: #200080;
	margin-left: -20px;
}

h3 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	color: #DDDDDD;
//	background-color: #a0c0ff;
//	border: 1px solid #5080b0;
	background-color: #555555;
	border: 1px solid #EAEAEA;
	padding: 5px;
}

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

h4 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	font-size: 13pt;
	margin-top: 1.5pt;
	margin-bottom: 1.5pt;
}

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

img.face {
	float: right;
	margin-top: -1.5em; padding-right: 1em; 
}

.entry {
	margin-bottom: 3em;
	padding: 1em 1em 1em 1em;
	font-size: 10pt;
	font-family: "verdana", sans-serif;
      background-color: #FFFFFF;
      border: 1px solid #888888;
}

.entry .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: grey;
	padding-bottom: 5px;
      border-bottom: 1px dashed gray;
}

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

.content {
	padding-top: 5px;
}

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

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

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

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

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

	padding-left: 0px;
	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;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 2px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.image img { margin-left: auto; margin-right: auto; }

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }