@charset "UTF-8";

*,html { border:0px; padding:0px; margin:0px; }

body { margin:0px 20px; }

h1 /* frontpage name */
{
	font-size:72pt;
	display:inline;
}
h1 #headerTag
{
	display:none;

	padding-left:10px;
	font-size:18px;
	letter-spacing:3px;
}
h1 a:hover #headerTag { display:inline; }

h2
{ /* img pages name */
	font-size:24pt;
	margin-bottom:10px;
}


h3 /* info sections */
{
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
}

h4
{ /* img pages nav */
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
}

hr
{
	width:10px;
	height:10px;
	margin:10px 0px;
}

.thumbs
{
	list-style:none;
	margin:20px 0px 50px 0px;
	width:none;
}

.thumbs li { display:inline; margin:0px; }
.thumbs li img { max-height:60px; }

.nil { padding:0px; margins:0px; list-style:none; }

img { line-height:0px; }

a
{
	text-decoration:none;
	color:black;
	background-color:#ddd;
}

a:hover { text-decoration:underline; }

h1 a { background:none; }

h4 a, h2 a
{
	background:rgba(255,255,255,1);
	padding:0px 5px;
	text-decoration:none;
}
h1 a:hover, h2 a:hover { text-decoration:none; }

p
{
	padding-bottom:10px;
	width:500px;
	font-size:16px;
}

p sup { font-size:9px; }

img {}

#sitesList { list-style:circle; }

#imageCase
{
	background-position: center 10px;
	background-repeat: no-repeat;
	
	position: absolute;
	left:0px; right:0px;
	top:0px; bottom:0px;
	
	display:none;
}
#imageCase a { background:none; }
.thumbs a {background:none;}
.thumbs a:hover {background:#aaa;}

#navCase
{
	position:absolute;
	top:0px;
	left:20px;
}

#mbGraphic
{
	width:99%;
	height:99%;
}

ul {}

li
{
	margin-left:30px;
	margin-bottom:10px;
	
	width:500px;
	font-size:14px;
}