*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/
div
{
	position:absolute;
	width:135px;
	height:16px;
	top: 15px;
	left:1%;
	background-color:#eee;
	
}
div.moblit
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:-4%;
	width:82%;
	height:auto;
	background-color:transparent;
}
.clearance  {
    content: "";
    clear: both;
    display: block;
}
.arrow
{
	position:relative;
	float:left;
	margin-left:3%;
	margin-top:1.5%;
}
.arrowl
{
	position:absolute;
	float:left;
	margin-left:8px;
}
.arrowr
{
	position:absolute;
	float:left;
	margin-left:515px;
}
a
{
	text-decoration: none;
}
section {
	width:100%;
	height:auto;
	margin-left:10%;
	}
body
{
	background-image:url(../assets/backgrounds/greyback.jpg);
	background-color: #e0ddca;
	color: #777;
	margin: 0 auto;
	padding: 22px;
	position: relative;
	width:100%;
}
h1
{
	background:transparent;
	color: #333;
	font:bold 40px Georgia, serif;
	margin: -10px 10px 9px 0;
	padding: 0 0 5px;
	text-align: center;
}
h2
{
	background:transparent;
	color:rgb(102, 73, 21);
	font:bold 22px Georgia, serif;
	margin: 0 10px 9px 0;
	padding: 10px 0 5px;
	text-align: center;
}
h3
{
	background: inherit;
	color: #333;
	font: 14px Georgia, serif;
	margin: -1px 1px 1px 12px;
	padding: 0 0 2px;
	text-align: left;
	z-index:2;
}
p
{
	clear: both;
	font: 16px Verdana, sans-serif;
	color: #999;
	padding: 10px 0;
	text-align: center;
}
p a:link, a:visited, a:active, a:focus
{
	background: inherit;
	color: #665;
}

p a:hover
{
	background: inherit;
	color: #000;
}
.vanish {
	display:none;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/
a.mlpl:link,a.mlpl:visited,a.mlpl:hover,a.mlpl:active,a.mlpl:focus {
	text-decoration:none;
	outline:none;
	display: table-cell;
    vertical-align: middle;
	background:transparent;
	width:100%;
	height:auto;
}
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}
.hoverbox a .preview_low
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -20px;
	left: -47px;
	z-index: 1;
}
.hoverbox a:hover .preview_low
{
	display: block;
	position: absolute;
	top: -116px;
	left: -47px;
	z-index: 1;
}

.hoverbox img
{
	background: transparent;
	color: inherit;
	padding: 0;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	width: 39%;
	height: auto;
	float: left;
	margin: 2px;
	padding: 1px;
	position: relative;
}
.hoverbox li.edger {
	margin:0;
	padding:0;
	border-width:0;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 280px;
}
.hoverbox .preview_low
{
	border-color: #000;
	width: 200px;
	height: 280px;
}
.hoverbox .previ
{
	border-color: #000;
	width: 75px;
	height: 15px;
}
.hoverbox .previ_low
{
	border-color: #000;
	width: 75px;
	height: 15px;
}
.hoverbox a .previ
{
	display: none;
}
.hoverbox a .previ_low
{
	display: none;
}
.hoverbox a:hover .previ
{
	display: block;
	position: absolute;
	top: 244px;
	left: 64px;
	z-index: 1;
}
.hoverbox a:hover .previ_low
{
	display: block;
	position: absolute;
	top: 147px;
	left: 64px;
	z-index: 1;
}
/* the following is for flower collages */
.hoverbox .previf
{
	border-color: #000;
	width: 112px;
	height: 18px;
}
.hoverbox .previf_low
{
	border-color: #000;
	width: 112px;
	height: 18px;
}
.hoverbox a .previf
{
	display: none;
}
.hoverbox a .previf_low
{
	display: none;
}
.hoverbox a:hover .previf
{
	display: block;
	position: absolute;
	top: 262px;
	left: 10px;
	z-index: 1;
}
.hoverbox a:hover .previf_low
{
	display: block;
	position: absolute;
	top: 167px;
	left: 5px;
	z-index: 1;
}
