@CHARSET "UTF-8";
body {
	background: #E9E9E9;
}

#blog-landing {
	margin-top: 10px;
	position: relative;
	max-width: 100%;
	width: 100%;
}

.white-panel {
	position: absolute;
	background: white;
/* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); */
	padding: 10px;
	border: 0px solid;
	border-color: #ccc;
}

.white-panel h1 {
	font-size: 1em;
	padding: 5px;
}

.white-panel h1 a {
	color: #db6e00;
}

.wptitle {
	font-size: 24px;
	color: #db6e00;
	text-decoration: none;
}

.wptitle a {
	font-size: 18px;
	color: #db6e00;
	text-decoration: none;
}

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

.wptext {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 5px;
}

.wpfooter {
/*	background: white; */
	font-size: 10px;
	color: #999;	
	padding: 5px;
}

.white-panel:hover {
	background: #f4f4f4;
	box-shadow: 2px 2px 10px rgba(0, 0, 255, 0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 0px solid gray;

}