body {
	background-image: url("img/wood.jpg");
	background-repeat: repeat;
	color: #444444;
	font-size: 16px;
	font-family: Ubuntu, "Trebuchet MS", Verdana;
	margin-top: 0px;
	margin-left: 10%;
	margin-right: 10%;
}
strong {
	font-weight: bold;
}
em {
	color: #6E6E6E;
}
i {
	color: #909090;
}
mark {
	background: none;
	color: #5e5e5e;
	text-decoration: underline;
}
a {
	color: #0D1247
}
p, ul {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 5%;
	margin-right: 5%;
}
h1 {
	text-align: center;
}
h2 {
	font-family: serif;
	margin-top: 30px;
	margin-left: 10%;
	margin-right: 10%;
	color: #507042;
}
h3 {
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 10%;
	margin-right: 10%;
	font-family: serif;
	color: #507042;
	clear: both;
}
footer {
	font-style: italic;
	color: white;
	clear: both;
	text-align: center;
	background-color: #909090;
}
.thumbnails {
	list-style-type: none;
}
a .curpage {
	color: grey;
}
.post {
		background-color: rgba(250, 250, 250, 0.80);
		margin-top: 10px;
		padding-top: 10px;
		padding-bottom: 20px;
		border-radius: 10px;
}
.floatleft {
	float: left;
	max-width: 300px;
	margin-right: 5%;
	margin-left: 5%;
}
.floatright {
	float: right;
	max-width: 300px;
	margin-right: 5%;
	margin-left: 5%;
}
.separation {
	color: #83A176;
	clear: both;
	font-size: 40px;
	text-align: center;
}
.centeredimg {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ghost {
	background-color: rgba(250, 250, 250, 0.80);
}
a .thumbnail {
	color: #424242;
}
a .thumbnail:hover {
	color: #424242;
}
.mybtn {
	background-color: hsl(109, 28%, 33%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#629956", endColorstr="#456b3c");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#629956), to(#456b3c));
	background-image: -moz-linear-gradient(top, #629956, #456b3c);
	background-image: -ms-linear-gradient(top, #629956, #456b3c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #629956), color-stop(100%, #456b3c));
	background-image: -webkit-linear-gradient(top, #629956, #456b3c);
	background-image: -o-linear-gradient(top, #629956, #456b3c);
	background-image: linear-gradient(#629956, #456b3c);
	border-color: #456b3c #456b3c hsl(109, 28%, 29.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
	-webkit-font-smoothing: antialiased;
	margin-bottom: 5px;
}
.mybtn:hover {
	background-color: darkgreen;
	color: white;
}
.mylabel {
	background-color: #83A176;
}
.donotstucktop{
	margin-top: 10%;
}
