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

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

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

	font-family: "Time New Roman", sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
	text-align: center;

	color: black;

}

h2 {
	font-family: "Time New Roman", sans-serif;
	font-weight: normal;
	color: #200080;

	margin-left: -20px;
}

h3 {
	font-family: "Time New Roman", sans-serif;
	font-weight: normal;

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

	padding: 4px;
}

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

h4 {
	font-family: "Time New Roman", sans-serif;
	font-weight: bold;
}

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





.daygroup {
	margin-right: 25px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.blog-date {
	text-align: center;
	color: black;
	margin-top: 11px;
	position: absolute;
	right: 0;
	font-size: 0.9em;
	width: 229px;
	height: 100%;
}

.channelgroup {
	clear: both;
	margin: 11px 0;
	position: relative;
	top: 40px;
}

.author {
	float: left;
	margin-top: 30px;
	padding: 0 20px 30px 0;
	width: 125px;
	font-size: 0.8em;
	text-align: center;
}
.author :link, .author :visited {
	font-size: 0.9em;
}
.author .head {
	display: block;
	margin: 1ex auto;
	border: 0;
}

.entrygroup {
	margin: 1em 0 1em 145px;
	border-radius: 20px;
}

.entry-title {
	font-size: larger;
	height: 50px;
}
.entry {
	padding-top:10px;
	padding-right: 3em;
	margin-left: 25px;
	text-align: justify;
	font-size: 0.95em;
	font-weight: normal;
	padding-bottom:10px;
	position: relative;
	overflow: auto;
}
.entry img {
	max-width: 575px;
	margin-left: 2ex;
}

.date {
	font-size: 1.05em;
	text-align: left;
	color: black;
}
.date a {
	display: block;
	color: grey;
	text-decoration: none;
	height: 35px;
	padding: 1em 5em 0 0;
}





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

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

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

	font-family: "Time New Roman", 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: 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: 0px;
}

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