/* template.css: style sheet for emily web pages */


html {
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  font-family: sans-serif,Verdana,Helvetica,Arial;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
}

body {
  position: relative;
  width: 80%;
  margin: 0px auto;
  border: 0px solid black;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #292929;
  max-width: 800px;
}

div.front {
  width: auto;
  margin: 0px auto;
  margin-top: 100px;
  border: 0px dotted silver;
  padding: 10px;
  text-align: left;
}

div.main {
  position: relative;
  width: 0px auto;
  margin: 0px auto;
  %margin-top: -15px;
  border: 0px dotted silver;
  padding: 0px;
  text-align: left;
  %max-width: 800px;
}

div.nav {
  width: auto;
  margin: 0px auto;
  border: 0px solid silver;
  border-bottom: 1px dotted silver;
  padding: 1px;
  min-height: 40px;
  background-image: url(../images/emily.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: transparent;
}

div.series {
  width: auto;
  margin: 0px;
  border: 0px solid silver;
  border-right: 1px solid silver;
  padding: 4px;
  background-color: transparent;
}

div.series a {  color: #c00; text-decoration: none; }
div.series a:hover { color: silver; } 

/* div used for thumbs of art images */

div.imgthumb {
  width: 200px;
  min-width: 200px;
  min-height: 500px;
  margin: 0px;
  margin-top: 10px;
  border: 0px solid silver;
  padding: 0px;
  background-color: transparent;
  float: left;
}

div.imgthumb a {
  padding: 0px;
  border: 0px;
  text-decoration: none;
}

div.imgthumb a img {
  width: 50px;
  max-height: 90px;
  border: 0;
  padding: 0;
  margin: 0px;
  margin-top: 4px;
  margin-right: 4px;
  float: left;
}

div.imgthumb a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

div.imgthumb a div {
  position: absolute;
  top: 240px;
  left: 90px;
  width: 0px auto:
  border: 1px solid green;
}

div.imgthumb a div img.art {
  display: none;
  position: top center;
  opacity: 1.0;
  filter: alpha(opacity=100);
  max-width: 700px;
  width: auto;
}

div.imgthumb a:hover div img.art {
  position: absolute:
  top: 50px;
  min-height: 200px;
  max-height: 500px;
  display: block;
}

div.imgthumb a span {
  display: none;   % hide it!
}

div.imgthumb a:hover span {
  display: block;
  position: absolute;
  %right: 10%;
  left: 200px;
  margin-left: 10%;
  %margin-right: 10%;
  %margin-top: 10px;
  width: 500px;
  top: 680px;
  color: black;
  background-color: transparent;
  padding: 0px;
  border: 0px solid black;
  text-align: left;
  %float: right;
}

div.art {
  width: 100%;
  max-width: 500px;
  min-height: 500px;
  position: absolute;
  margin: 0px auto;
  left: 200px;
  margin-left: 10%;
  margin-top: 25px;
  %margin-right: 10%;
  %right: 100px;
  border: 0px solid black;
  padding: 0px;
  text-align: left;
  float: right;
}

div.art img {
  display: block;
  width: 0px auto;
  min-height: 200px;
  max-height: 500px;
  max-width: 500px;
  margin: 0px auto;
  border: 0px solid silver;
  float: left;
}

div.thumb {
  width: 80%;
  margin: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  border-top: 2px dotted silver;
  padding: 10px;
  float: left;
}

a           { margin: 0; text-decoration: none; }
a:link      { color: #797979; text-decoration: none; font-weight: bold; }
a:visited   { color: #797979; text-decoration: none; font-weight: bold; }
a:active    { text-decoration: none; }
a:hover     { color: silver; text-decoration: none; }

a:link img { border: 0px; }

a.nav {
  font-size: 100%;
  padding: 0px;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px hidden silver;
  text-decoration: none;
}

a.nav:hover {
  border-top: 0px solid silver;
}

a.thumbfront {
  padding: 0px;
  border: 0px solid #fff;
  text-decoration: none;
}

a.thumbfront:hover {
  border: 0px solid #fff;
}

img.photo {
  width: 120px;
  float: left;
  border: 1px solid #000;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 50px;
  clear: both;
}


img.thumbfront {
  width: 160px;
  border: 0px solid #000;
  padding: 0;
  margin: 0px auto;
  margin-right: 5px;
  margin-left: 5px;
}


h2.ltitle {
  font-size: 150%;
  font-weight: bold;
  color: #666;
  text-align: left;
  text-decoration: none;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  border: 0px solid silver;
}

h2.rtitle {
  font-size: 150%;
  font-weight: bold;
  color: #666;
  text-align: right;
  text-decoration: none;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  border: 0px solid silver;
  float: right;
}


h2.name {
  font-size: 150%;
  font-weight: bold;
  color: #333;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0px solid silver;
}  

h1 {
  font-size: 180%;
  font-weight: bold;
  color: #333;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0px solid silver;
}

h1.title {
  margin-top: 10px;
  margin-bottom: 10px;
}

blockquote {
  text-align: justify;
}

p.navfront {
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  color: silver;
  padding: 4px;
  margin: 0px auto;
  border: 0px solid silver;
}

p.navfront a:hover {
  border: 0px solid silver;
  border-bottom: 0px solid silver;
}

p.nav {
  width: auto;
  min-width: 600px;
  text-align: right;
  color: silver;
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
  border: 0px solid silver;
  %background-image: url(../images/emily.png);
  %background-repeat: no-repeat;
  %background-position: top left;
  background-color: transparent;
}

p.subnav {
  width: auto;
  min-width: 600px;
  color: silver;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  border: 0px solid silver;
  background-color: transparent;
}

p.subnav a:hover {
  border: 0px solid silver;
  border-bottom: 3px solid silver;
}

p.nav img { float: right; }

p.nav span {
  width: auto;
  text-align: right;
  vertical-align: bottom;
  color: silver;
  padding: 4px;
  margin: 0px auto;
  border: 1px solid silver;
}

p.info {
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 20px;
  text-align: justify;
}

p.text { 
  background-color: #fff;
  margin: 10px;
  margin-left: 20px;
  margin-right: 20px;
  border: 0px solid silver;
  padding: 10px;
  text-decoration: none;
  text-align: justify;
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

td.mov {
  width : 240px;
  padding: 10px;
  text-align: left;
}

img.mov {
  width: 240px;
  float: right;
  border: 2px solid #666666;
  margin: 0;
  padding: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
  clear: both;
}

img.proj {
  width: 120px;
  float: right;
  border: 1px solid #666;
  margin: 0;
  padding: 5px;
  margin-left: 20px;
  margin-bottom: 10px;
  clear: both;
}

img.fund {
  width: 100px;
  float: left;
  border: 0px solid #000;
  margin: 0;
  padding: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  clear: both;
}

p.proj {
  margin: 0;
  padding: 10px;
  text-decoration: none;
  text-align: justify;
}

p.projtitle {
  font-size: 120%;
  font-weight: bold;
  color: #333;
  text-align: left;
  text-decoration: none;
  margin: 0;
  border-top: 0px solid silver;
  padding: 0px;
}

#menubar {
  color: silver;
  background-color: transparent;
  font-weight: bold;
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: auto;
  border: 0px solid black;
  text-align: left;
}

ul,li {
  display: inline;
  margin: 0;
  border: 0;
  padding: 0;
}

ul {
  width: 120px;
  border: 0px solid #00f;
  margin: 2px;
  list-style: none;
}

ul.menu {
  list-style: none;
  display: inline;
}

li {
  position: relative;
  padding: 1px;
  z-index: 10;
}

li.menu {
  background-color: transparent;
}

li.menu ul {
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  width: 120px;
  background-color: #fff;
}

li.menu>ul { left: 0px; }

li.menu a { font-weight: bold; }

li.menu a:hover {
  color: silver;
  border-bottom: 0px dotted silver;
}

li.menu li a {
  color: #555;
}

li.menu li a:hover { color: #c00; border-bottom: 0px solid #c00; }

li.menu:hover { z-index: 20; }

ul ul, li:hover ul ul { display: none; }

li:hover ul, li:hover li:hover ul {
  display: block;
  z-index: 100;
  position: absolute;
  left: 0px;
  width: 150px;
  %width: 600px;
  margin: 0;
  padding: 5px;
  padding-bottom: 5px;
  border: 1px solid #ccc;
  %border-left: 3px solid #ccc;
  text-align: left;
  list-style-position: inside;
}

