

/**
 * style.css -> http://locusonus.org/soundmap/
 * version 02
 */


@import "map.css";
@import "viewport.css";
@import "common.css";


body
{
	margin: 8px;
	height: 100%;
}

a img
{
	border: none;
}


ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

dt
{
	font-weight: bold;
	margin: 13px 0 3px 0;
	text-transform: uppercase;
}

dd
{
	margin: 0;
	padding: 0;
}



/* -- BLOCKs ------------------------------------------------------------------------------------ */

#container
{
	background-color: white;
	position: absolute;
	padding: 8px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

header
{
	height: 50px;
	white-space: nowrap;
}

header h1,
.header
{
	margin-top: 5px;
	padding-left: 10px;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.1em;
}

header span,
.header span
{
	margin-right: 70px;
	font-weight: 800;
	text-transform: uppercase;
}


#info
{
	z-index: 2;
	position: absolute;
	top: 0;
	right: 8px;
	width: 191px;
}

#info p
{
	margin: 14px 0;
}

#info.fw
{
	display: none;
    top: 2px;
    right: 2px;
    bottom: 2px;
}

#info div.panel
{
	position: absolute;
	z-index: 3;
	/*width: 158px;*/
	top: 160px;		/** <--- THE TOP PROPERTY IS SET BY JAVASCRIPT ONLOAD, SEE THE ui.js SCRIPT **/
	left: -6px;
	text-align: left;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 3px solid white;
}

#info.fw div.panel
{
    top: 0px;
    left: 0px;
	border: none;
}

#info .close
{
	display: none;
}

#info.fw .close
{
	display: block;
	position: absolute;
	z-index: 4;
	right: 5px;
    top: 5px;
}

#info .panel span.block img.icon
{
    position: absolute;
	left: 6px;
}

#info .panel span.block:first-child span.label
{
	display: block;
	padding-top: 4px;
}

#info .panel span.block
{
	display: block;
    padding-left: 30px;
}

#info.fw .overlay,
#main.fw .overlay,
#map_header .corner
{
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}


#main
{
	position: absolute;
	z-index: 0;
	top: 51px;
	bottom: 68px;
	left: 8px;
	right: 202px;
}

#main.fw
{
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: white;
}

footer
{
	position: absolute;
	right: 199px;
	height: 60px;
	bottom: 10px;
	left: 19px;
}

footer p
{
	position: absolute;
	bottom: 0px;
	margin: 0;
	text-align: justify;
	margin-top: 23px;
	margin-bottom: 8px;
}


/** -- ERRORs ----------------------------------------------------------------------------------- */

noscript code,
code.err
{
	color: white;
	background: url('../img/icon/warning.png') no-repeat #C40000 8px 4px;
	display: block;
	padding: 13px 13px 13px 48px;
	text-transform: uppercase;
}

noscript a,
code.err a
{
	color: white;
}



