/*
Theme Name: esplanade-child-03
Author: Hein Bijlmakers
Description: Redo the child them as previous version caused errors
Version: 3.0
Template: esplanade

This is the child theme for Esplanade theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

.center {
	text-align: center;
}

.floatleft
{
float:left;
margin-right:15px;
}

.floatright
{
float:right;
margin-left:15px;
}

img.center 
{
display: block;
margin-left: auto;
margin-right: auto;
}

p.smaller {
	font-size: 80%;
}

body {
	background:#E0DDD6;
}

body {
	background:#FFFFFF;
}

#wrapper {
	background:#ACB8E8;
}

#wrapper {
	background:#FFFFFF;
}


table {
	width:100%;
	border-collapse:collapse;
	text-align:left;
	margin-bottom:24px;
}

/* make drop down boxes a bit wider. Changed from 190 to 195px */
#access li li {
	float:none;
	min-width:195px;
	padding:0;
	margin:0;
}

#access li ul {
	display:none;
	position:absolute;
	z-index:9999;
	min-width:195px;
	height:auto;
	padding:0;
	margin:0;
	box-shadow:0 0 3px #333;
}

#access li ul ul {
	margin:-33px 0 0 195px !important;
}

#access ul {
    max-width: 100%;
}