@import url('fonts/fonts.css');


body {
	border-right: 1px solid #289728;
	margin-right: 270px;
	margin-top: 0px;
	
	padding-left: 30px;
	padding-right: 20px;	

	font-family: "Sintony", sans-serif;
}

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

	font-family: "Miriam Libre", sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
	text-transform: lowercase;
	text-align: right;

	color: #289728;;
}

.admin {
	text-align: right;
}

h2 {
	font-family: "Miriam Libre", sans-serif;
	font-weight: normal;
	color: #289728;

	margin-left: -20px;
}

h3 {
	font-family: "Miriam Libre", sans-serif;
	font-weight: normal;

    color: #289728;
	background-color: #c1e2a5;
	border: 1px solid #289728;

	padding: 4px;
}

h3 a {
	text-decoration: none;
	color: #289728;
}

h4 {
	font-family: "Miriam Libre", sans-serif;
	font-weight: bold;
}

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

img.face {
	float: right;
	margin-top: -3.5em;
	/*width: 80px;*/
	/*height: 80px;*/
	max-height: 80px;
	border: 1px #289728 solid;
	background-color: white;
}

.entry {
	margin-bottom: 2em;
}

.entry .date {
	font-family: "Miriam Libre", sans-serif;
	color: grey;
}

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

.entry img {
	max-width:100%;
	height:auto;
}

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

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

	font-family: "Miriam Libre", sans-serif;
	font-size: 85%;
	
	color: #289728;
	background-color: #c1e2a5;
}

.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 {
	color: black;
}

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

.sidebar ul li a:hover {
    color: #289728;
    text-decoration: underline;
}

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

.sidebar p {
    color: black;
	border-top: 0px solid grey;
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 10px;
}

.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 {
    color: #289728;
}

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

pre {
	margin: 5px;
	padding: 5px;
	background-color: #ccc;
	border: 1px solid gray;
}

.content h1, .content h2, .content h3, .content h4 {
	background-color: white;
	border: 0px solid black;
	color: #289728;
	margin-left: 0px;
}

.content h1 {
	font-size: 19px;
}

.content h2 {
	font-size: 17px;
}

.content h3, .content h4 {
	font-size: 15px;
}

.entrygroup h4{
	font-size:20px;
	color: #289728;
}

div.daygroup{
	background-color:white;
}
