body {
	font-family: "Arial, Verdana";
}

#container {
	width: 100%;
	float: left;
	margin-right: -175px;
}
#content {
	margin-right: 175px;
	border-right: 1px solid black;
}

.entries {
	padding-right: 20px;
}

.ad {
	text-align: center;
}

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

	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
	text-transform: lowercase;
/*	text-align: right; */

	color: grey;
	/* background: #455372 /* url("header_bl.png") repeat-x*/;
        -moz-border-radius: 12px; */
}

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


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

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

	background-color: #a0c0ff;
	border: 1px solid #5080b0;

	padding: 4px;
        -moz-border-radius: 5px;
}

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

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;
	margin-right: 4px;
	margin-left: 5px;
}

.menu {
      margin: 0px;
/*      border: 1px solid black; */
}

.menu ul {
      margin-right: 0px;
      list-style-type: none;
}

.menu li {
	float: right;
	margin-right: 10px;
	text-align: center;
	font-size: 50%;
}
.menu a a:hover {
	text-decoration: none;
}

.menu img {
      border: 0px;
}

.entry {
	text-align: justify;
	margin-bottom: 2em;
}

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

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

.entry h1 {
        font-size: 2em; margin: .67em 0
        background-color: red;
}

.entry h2 {
        font-size: 1.5em; margin: .83em 0
}

.entry h3 {
        font-size: 1.17em; margin: 1em 0 
}

.sidebar {
        float: right;
	width: 170px;
/*	position: absolute;
	top: 0px;
	right: 0px;

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

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

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

.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 black;
	margin-top: 0px;
	padding-top: 10px;

	padding-left: 10px;
}

.footer p  {
	border-top: 1px solid black;
        margin-top: 0px;
}

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

.clearing {
	height: 0;
	clear: both;
}

