body {
	margin-right: 200px;

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

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

	font-family: "Georgia",sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
	text-align: center;
	font-size:40px;
	color: black;

}
h1:hover {
	color: gray ;
}

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: #BDDEFF;
	border-left: 6px solid #4677A9;

	padding: 6px;
}

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

h4 {
	font-family: "Tahoma", sans-serif;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid;
	border-left: 4px solid;
	background: #FBFBFB none repeat scroll 0 0;
}

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





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

.blog-date {
	background: #E4FFE0 none repeat scroll 0 0;
	border-right: 5px solid #2CA718;
	border-bottom: 1px solid #2CA718;
	text-align: center;
	color: black;
	margin-top: 11px;
	position: absolute;
	right: 0;
	font-size: 0.9em;
	width: 170px;
	height: 20px;
	padding-top: 4px
}
.blog-date:hover {
	background: #ceffc7 none repeat scroll 0 0;
}

.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: 25px;
	height: 30px;
	color: gray;
	font-family:verdana;
}
.entry {
	padding-top:10px;
	padding-right: 3em;
	margin-left: 25px;
	text-align: justify;
	font-size: 0.87em;
	font-weight: normal;
	padding-bottom:10px;
	position: relative;
	overflow: auto;
	font-family: sans-serif;
}
.entry img {
	max-width: 575px;
	margin-left: 2ex;
	border: 0 none;
	margin-top: 12px;
}

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





.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: 120%;
	font-weight: bold;
	color: #EDF5ED;
	background: #6CA5E5 none repeat scroll 0 0;
	border-bottom: 3px solid #0E56A6;
	padding-left: 5px;
	margin-left: 0px;
	padding-top:3px;
	padding-bottom:3px;
	text-align: center;
}

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

	list-style-type: none;
}

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

.sidebar ul li a {
        text-decoration: none;
}


.sidebar ul li a img {
        border: 0;
}

.sidebar p {
	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 {
	background: #EFEFEF none repeat scroll 0 0;
}
