@charset "utf-8";
/* CSS Document */
#content h1
{
	font-size:1.5em;
	margin:0em;
}

#content h2
{
	font-size:1.2em;
}

#content > p
{
	text-align:left;
	margin-left:0.8em;
	margin-bottom:1em;
}

#item
{
	position:relative;
	padding:0.3em;
}

#content > form
{
	border:3px solid rgb(153, 153, 153);
	border-radius:1em 1em 1em 1em;	
	box-shadow:2px 2px 5px gray;
	background-color:#FFF;
	z-index:250;
	padding:1em 1em 1em;
	margin:auto;
	width:45em;
	position:fixed;
	top:1em;
}

label
{
	display:inline-block;
	width:8em;
	text-align:right;
	margin-right:0.2em;
}

#sites
{
	display:inline-block;
	width:20em;
	height: 30em;
	vertical-align:top;
	background-color:#A5BFDD;
	overflow-y:auto;
	overflow-x:hidden;
	max-height:30em;
	box-shadow:8px 8px 7px gray;
}

#tags
{
	display:inline-block;
	width:100%;
	vertical-align:top;
	margin-bottom:0.2em;
	margin-left:0.3em;
	font-weight:bold;
	color:#006;
}

#tags .tag
{
	margin:0.2em 0.5em;
	background-color:#E9D1D1;
	border-radius:0.3em;
}

#tags .tag img:last-child
{
	float:right;
	margin:0.2em;
}

#sites ul
{
	padding:0em;
	margin:0em;
	list-style:none;
}

#sites ul li
{
	padding-left:0.4em;
	margin:0.2em 0em;
	display:block;
	position:relative;
}

#sites li.highlight
{
	background-color:#D6E4FE;
}

#sites li:hover
{
	background-color:#DFF;
}

#sites ul li:before
{
	content:" - ";
}

#sites li img.siteimg
{
	max-width:7em;
	max-height:7em;
	vertical-align:top;
	display:none;
	position:absolute;
	border:2px black solid;
	left:40%;
	top:-50%;
	z-index:500;
}

#sites li:hover img.siteimg
{
	display:inline-block;
}


#sites li img.siteimg:hover
{
	max-width:12em;
	max-height:12em;
}

#sites li img.icon
{
	float:right;
}

#map
{
	height:30em;
	width:40em;
	display:inline-block;
	margin:0em;
	padding:0em;
	box-shadow:4px 8px 7px gray;
}

#maparea
{
	float:right;
	width:15em;
	display:inline-block;
	border:1px black solid;
	margin:0em 0.2em 0.2em 0.2em;
}

#maparea #map
{
	height:15em;
	width:100%;
	box-shadow:none;
}

#maparea #legend
{
	background-color:#F3F3F3;
	padding:0.2em;
	border-top:1px black solid;
}

#legend span
{
	display:inline-block;
	width:7em;
}

#legend span img
{
	vertical-align:middle;
}

#images
{
	max-height:20em;
	overflow:auto;
	text-align:center;
}

#images .image
{
	height:10em;
	width:10em;
	padding:0.2em;
	line-height:10em;
	text-align:center;
	display: inline-block;
	margin: 0.2em;
	box-shadow:1px 1px 3px blue;
}

#images .image img
{
	max-height:10em;
	max-width:10em;
	vertical-align:middle;
}

#item h1
{
	position:relative;
	height:2em;
	overflow:hidden;
}

#item h1 span {
	position: relative;
	z-index: 10;
	font-size: 1.5em;
}

#item #headimg
{
	position:absolute;
	left:0em;
	top:0em;
	width:100%;
	height:100%;
}

#item #address
{
	font-size:0.7em;
	margin-left:3em;
}

#itemsbox #mainitem
{
	padding-top:0.2em;
	margin:0em;
	height:21em;
	width:12em;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	border-right: 3px #7CEFFC ridge;
	padding-top:0.5em;
}

#mainitem a
{
	display:block;
	text-align:center;
}

#mainitem img
{
	max-width:11em;
	max-height:9em;
}

#items .items
{
	margin:0.2em;
	height:6em;
	width:10em;
	display:inline-block;
	text-align:center;
	overflow:hidden;
	border: 3px #FEF7CB ridge;
	border-radius:0.2em;
	padding:0.2em;
	background-color:white;
}

#itemsbox > h1
{
	font-size:1.3em;
	overflow:hidden;
	text-align:center;
	margin:0em;
	border-bottom: 3px #7CEFFC ridge;
	padding:0.3em;
}

#items a
{
	font-weight:bold;
	font-size:0.8em;
	display:inline-block;
	width:100%;
	height:104%;
	vertical-align:top;
	color:black;
}

#items a img
{
	max-height:4em;
	max-width:6em;
}

#items p
{
	margin:0em;
	padding:0.2em;
}

.items > a
{
	display:block;
}

#item + #itemsbox
{
	width:23%;
	border:1px #abe7fb solid;
	border-radius:0.5em;
	box-shadow:1px 1px 3px gray;
	height:25em;
	overflow:hidden;
	margin-top:0.5em;
	padding:0em;
	float:right;
	margin-right:1em;
	display:inline-block;
}

#item + #itemsbox #items
{
	margin-top:0em;
	background-color:transparent;
	width:100%;
	max-height:23.2em;
	height:auto;
}

#item + #itemsbox  h1
{
	font-size:1em;
	padding:0.2em;
}

#item + #itemsbox > h1
{
	border-bottom:1px black solid;
}

#item + #itemsbox .items
{
	height:auto;
	width:auto;
	display:block;
	margin:0em 0.2em 0.2em 0em;
	padding:0em;
	background-color:transparent;
	float:none;
	text-align:left;
	overflow:visible;
	position:relative;
}

#item + #itemsbox .items a
{
	position:relative;
	max-width:100%;
	background-color:#FEF7CB;
	text-align:center;
}

#item + #itemsbox #mainitem,
#item + #itemsbox img
{
	display:none;
}

.images
{
	text-align:center;
	font-size:0.8em;
	margin-bottom:0.5em;
}